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
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user