Howdy,
I have a new problem. In any given song, I want to adjust the interscoreline distance
on my refrain differently than on my verses. What I have been doing is creating 2
scores: 1 for the verses and 1 for the refrain. My problem is that the output results
in the verses on 1 page and the refrain on the second, even when there is room for the
whole thing on one page. My code looks like the following:
\include "page20.ly"
\header { "blah" }
\score { \notes { \addlyrics
\notes relative c' {
blah blah notes blah }
\lyrics \context LyricsVoice <
\context LyricsVoice = "Verse_1" {
\property LyricsVoice . stanza = "Verse 1"
blah blah words blah }
[repeat the above for Verses 2, 3 etc.]
>
}
\paper { define paper size, linewidth, textheight, interscoreline }
}
\score { \notes { \addlyrics
\notes \relative c' {
blah blah notes blah }
\context Lyrics \lyrics {
blah blah refrain blah }
}
\paper { define papersize, linewidth, textheight, interscoreline}
}
Any ideas as to why its putting these on individual pages? I have checked that the
papersize is the same in both, with linewidth and textheight being the same as well.
The only difference in the \paper relates to the interscoreline distance - which I
want to be different.
Thanks,
Suzanne
__________________________________________________________________
The NEW Netscape 7.0 browser is now available. Upgrade now!
http://channels.netscape.com/ns/browsers/download.jsp
Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user