lilypond-user
[Top][All Lists]
Advanced

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

Re: Suppressing engraving of string numbers on all voices simultaneously


From: Lukas-Fabian Moser
Subject: Re: Suppressing engraving of string numbers on all voices simultaneously
Date: Fri, 15 Oct 2021 08:40:43 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0


Of course you can
also do so in the whole score by specifying

\layout {
   \context {
     \Staff
     \omit StringNumber
   }
}

Or, even shorter:

\layout {
  \omit Staff.StringNumber
}

I do not know if this is completely equivalent, but lately I find myself writing \layout { \context { ... } } only for \consist'ing and \remove'ing engravers.

Lukas




reply via email to

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