2015-08-05 15:02 GMT+02:00 jonathan.scholbach <[email protected]>:
> I have a song with multiple stanzas. So I put the lyrics of the first stanzas
> between the staves (with \lyricsto). The text of the further stanzas I put
> below the score by adding a markup-block. Everything fine.
> But the different stanzas have different dynamics. So I want to put the
> dynamic marks of second and third stanza above the respective text in the
> markup. Does anyone know how to achieve this?
The most simple approach:
\version "2.19.24"
\markup
\override #'(direction . 1) {
\dir-column { my \fontsize #-4 \dynamic f } tex of
\dir-column { second \fontsize #-4 \dynamic p } stanza
}
HTH,
Harm
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user