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: Wed, 03 Oct 2012 12:06:37 +0000

Updates:
        Labels: -Patch-review Patch-new

Comment #11 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#c11

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

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' }

Also:

Add string-or-music? predicate

http://codereview.appspot.com/6575048




reply via email to

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