You could always do a markup ?
tpo = \markup {
{\bold Allegro \hspace #1
\concat { \lower #.25 ( \small \raise #.25 \note #"4" #UP } \hspace #.5 { =
90 \raise #.5 \musicglyph #"scripts.tenuto"\concat{ 120\bold )}}
} }
\relative c' {
\clef "treble"
\key c \major
\time 4/4
\tempo "Allegro" 4 = 90 - 120
<<
\new Voice = "first"
{ \voiceOne
\override Staff.Rest #'style = #'classical
c'16\rest a c a e' a, c
a a, [a'] b, a' c, [a'] a, a' |
}
\new Voice= "second"
{ \voiceTwo
a,4 b\rest a8 b c-\tweak self-alignment-X #0 ^\tpo a |
}
>>
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user