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 17:00:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0


\layout {
    \context {
      \Staff
      \omit StringNumber
    }
}
Or, even shorter:

\layout {
   \omit Staff.StringNumber
}

I do not know if this is completely equivalent,
It isn't.  It omits the StringNumber for _all_ contexts that can be
addressed as "Staff" from inside, including the TabStaff.  So it
definitely is not what the OP wants.

Ah, I see. Thanks much!

Lukas





reply via email to

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