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 \no


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2859 in lilypond: Patch: Provide \hide and \no functions for transparent and void glyphs
Date: Fri, 28 Sep 2012 19:26:34 +0000


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

Provide \hide and \no 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,
\no sets #'stencil for the affected grob to ##f.

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


Add string-or-music? predicate

http://codereview.appspot.com/6575048




reply via email to

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