lilypond-user
[Top][All Lists]
Advanced

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

Re: How to use global variables with \Markup


From: Mats Bengtsson
Subject: Re: How to use global variables with \Markup
Date: Mon, 05 Feb 2007 09:48:50 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

See section "More about stanzas", which shows how to mix ordinary scores
with \markup commands that contain pure text.

  /Mats

Paul Harouff wrote:
I want to alternate markup text verses (reader) with scores (choir). The text verses change from week to week, but the scores remain the same. What I want to do is something like this: %
% VERSES HERE
%
BVone = \new Text { Enter verse one text here }
BVtwo = \new Text { Enter verse two text here }
BVthree = \new Text { Enter verse three text here }
%
% MUSIC HERE
%
\score {
}
\markup { \hspace #5.0 \fontsize #2 \italic \with-color #red \override #'(line-width . 90) \justify \BVone
}
\score {
}
\markup { \hspace #5.0 \fontsize #2 \italic \with-color #red \override #'(line-width . 90) \justify \BVtwo
}
\score {
}
\markup { \hspace #5.0 \fontsize #2 \italic \with-color #red \override #'(line-width . 90) \justify \BVthree
}
Can anyone tell me a workaround that will do the same thing? Paul
------------------------------------------------------------------------

_______________________________________________
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]