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

So, if I write something like this

\version "2.19.82"
\score {
  \new PianoStaff { <<
    \new Staff {a4 b c' d'}
    \new Dynamics {s4\pp}
  >> }
  \layout {
    \context {
      \PianoStaff
      \RemoveEmptyStaves
      \remove "Keep_alive_together_engraver"
      \override VerticalAxisGroup.remove-first = ##t
    }
  }
}

the music dynamic is not engraved. How can I fix this? Normally I put the
dynamics in the same staff as music but in this case the score is pretty
complex and I would prefer use a specific "staff". Is there any solution to
this?

Thank you, g.
P.S. To Andrew: well as you saw my english it's pretty imprecise. So if you
will be patient from me you will teach a lot of new words....
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to