i need to have a "a tempo" indication right after a note with a "forte" dynamic.
When i type the following lilypond code I get the text below the dynamic. 
That's logical as the both the dynamic and markup are attached to the note but 
how can i have the rallentando after the forte?

\version "2.13.61"
\language "english"

rall = \markup { \bold \italic "rall." }
aTempo = \markup { \bold \italic "a tempo" }

\score {
   \new Staff {
      \relative c'' { e2 f2 \f _\rall  fs2\pp _\aTempo}
   }
   \layout {}
}

<<inline: PastedGraphic-1.png>>

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to