Just a little addendum, I'm just tested this:
If you want dotted rests, you need to include "Dots_engraver" and "Dot_column_engraver":

\new PianoStaff <<

\new Staff { s4 e'4 s2 e'4 }

\new Dynamics

\with {

\consists "Rest_engraver"

\consists "Dots_engraver"

\consists "Dot_column_engraver"

}

{ r4. s4 r2 s4 r1 }

\new Staff { \clef F s4 c s2 c4 }

>>



On 26-01-2016 15:09, Urs Liska wrote:


Am 26.01.2016 um 18:01 schrieb Caio Giovaneti de Barros:
I think that's it. You saved me again, Pierre!

Yes, definitely better than my suggestion. And semantically more appropriate.


On 26-01-2016 14:57, Pierre Perol-Schneider wrote:
\new PianoStaff <<
  \new Staff { s4 e'4 s2 e'4 }
  \new Dynamics
    \with { \consists "Rest_engraver" }
    {  r4 s4 r2 s4 r1 }
  \new Staff { \clef F s4 c s2 c4 }
>>

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

Reply via email to