Often, rather than just dynamics ("pp") centered between staves, piano music
adds a modifier ("pp dolce"). If I try to add the modifier as a text markup
in a dynamic context, the text isn't centered or aligned with the other
dynamics. Is there a better way to do this?

\version "2.16.1"

right = \relative c'' {
  c2 c |  
}

left = \relative c' {
  c2 c |
}

dynam = {
  s2\mf s-\markup {\dynamic mp \italic dolce}
}

\score {
  \new PianoStaff <<
    \new Staff = "right" \right
    \new Dynamics \dynam
    \new Staff = "left" { \clef bass \left }
  >>
  
}



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Centering-text-between-keyboard-staves-along-with-dynamics-tp142720.html
Sent from the User mailing list archive at Nabble.com.

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

Reply via email to