lilypond-user
[Top][All Lists]
Advanced

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

Re: Dynamic marks above lyrics in markup


From: Thomas Morley
Subject: Re: Dynamic marks above lyrics in markup
Date: Wed, 5 Aug 2015 15:16:16 +0200

2015-08-05 15:02 GMT+02:00 jonathan.scholbach <address@hidden>:
> 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



reply via email to

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