lilypond-user
[Top][All Lists]
Advanced

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

Re: print bass staff not always


From: Simon Albrecht
Subject: Re: print bass staff not always
Date: Wed, 23 Jan 2019 16:31:11 +0100

On 22.01.19 09:56, Gianmaria Lari wrote:

I found an issue with \RemoveEmptyStaves. It also remove \Dynamics.


Just write a layout block like this:
\layout {
  \context {
    \PianoStaff
    \remove Keep_alive_together_engraver
  }
  \context {
    \Staff
    \RemoveAllEmptyStaves
  }
}

This is the use case for which I introduced the latter command, and if you apply it specifically to Staff contexts, Dynamics will not be affected.

Best, Simon




reply via email to

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