lilypond-user
[Top][All Lists]
Advanced

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

Re: Hiding expressive notation


From: Federico Bruni
Subject: Re: Hiding expressive notation
Date: Fri, 31 Aug 2012 08:58:37 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.5) Gecko/20120624 Icedove/10.0.5

Il 30/08/2012 08:10, David Kastrup ha scritto:
Just add this in the \layout block:
>
>  \layout {
>     \context {
>       \Staff
>       \override StringNumber #'transparent = ##t
>     }
>  }
It is better to do \override StringNumber #'stencil = ##f since that
does not reserve space for the string number (older LilyPond versions
might complain).

Ok, thanks for the tip.
So reserving space for a transparent object is not a wise choice (at least in this case) because that space may be useful for placing other objects (therefore possible collisions can be avoided).

Fortunately, I've put this block in an external file, so I don't have to change all my scores.



reply via email to

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