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.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to