lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 2859 in lilypond: Patch: Provide \hide and \om


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2859 in lilypond: Patch: Provide \hide and \omit functions for transparent and void glyphs
Date: Fri, 05 Oct 2012 08:56:07 +0000

Updates:
        Status: Fixed
        Labels: -Patch-push Fixed_2_17_4

Comment #15 on issue 2859 by address@hidden: Patch: Provide \hide and \omit functions for transparent and void glyphs
http://code.google.com/p/lilypond/issues/detail?id=2859

Well, here goes one round of bikeshedding, starting as issue 2717 over two months ago. In the reviews, Keith gave an outlook to another series of bikeshedding for the corresponding reverts, but with any kind of luck, we can spend all that effort just on the single shed in issue 2874. The required documentation issue has been outsourced to issue 2870, and frankly, while the names and uses were still oscillating, it did not make much sense working on it.

At any rate, this particular one has now been pushed to staging as
commit 44240869b4d78df01ce4751fe7aae4b8d4e9d947
Author: David Kastrup <address@hidden>
Date:   Wed Sep 26 15:06:56 2012 +0200

Issue 2859: Provide \hide and \omit functions for transparent and void glyph

    Both functions take either a grob name to override, or a music
    expression to tweak (that is, the type of the argument decides whether
    this results in an override or a tweak).

    \hide sets #'transparent for the affected grob to ##t,
    \omit sets #'stencil for the affected grob to ##f.

    Example uses are
    \new Voice \with { \omit StringNumber } { c'\4 }
    { <c' \hide g'~> g' }






reply via email to

[Prev in Thread] Current Thread [Next in Thread]