Updates:
Labels: -Patch-countdown Patch-new
Comment #5 on issue 2859 by [email protected]: Patch: Provide \hide and \no
functions for transparent and void glyphs
http://code.google.com/p/lilypond/issues/detail?id=2859#c5
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