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: Gianmaria Lari
Subject: Re: print bass staff not always
Date: Tue, 22 Jan 2019 09:56:43 +0100


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....


 

reply via email to

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