lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

text after dynamic


From: Marc Mouries
Subject: text after dynamic
Date: Sat, 14 May 2011 09:03:08 -0400

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 {}
}

PNG image


reply via email to

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