lilypond-user
[Top][All Lists]
Advanced

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

markup in stanza number


From: Alan Jones
Subject: markup in stanza number
Date: Tue, 27 Mar 2007 06:58:02 -0800

I had trouble using markups for stanza numbers inside of lyricmode.
However, assigning it to a variable seems to work around the problem.

bflat = \markup { "B" \flat ":" }

textA = {
 \lyricmode {
    \override LyricText #'extra-offset = #'(0 . 9.1)
    \override StanzaNumber #'extra-offset = #'(0 . 9.1)
    \set stanza = "g:"
    i4 V i i " " i \markup { vii \super "o" } i V vi V2
    \set stanza = #bflat
    I4 V I I " " I IV I ii V I2
  }
}


reply via email to

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