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


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

Reply via email to