lilypond-user
[Top][All Lists]
Advanced

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

Re: markup in stanza number


From: Mats Bengtsson
Subject: Re: markup in stanza number
Date: Wed, 28 Mar 2007 09:37:36 +0200
User-agent: Thunderbird 1.5.0.10 (X11/20070221)

Another solution is to explicitly tell LilyPond to read that line of the input
in the same way as it reads ordinary music (as opposed to lyrics):
textA = {
\lyricmode {
 ...
 \notemode{ \set stanza = \markup { "B" \flat ":" } }
 ...
}

  /Mats

Alan Jones wrote:
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
  }
}

------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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