On Mon 18 Jul 2016 at 08:41:13 (-0500), Br. Gabriel-Marie | SSPX wrote:
> I have a song that goes like this:
> ----------------------------------
> soprano
> alto
> 15 lyric verses in between
> tenor
> bass
>
> soprano
> alto
> just one lyric in between - it's the chorus
> tenor
> bass
>
>
> soprano
> alto
> 15 lyric verses in between \repeatOfFourWords
> tenor
> bass
Your outermost enclosing << .. >> says play the enclosed structures
simultaneously. They shouldn't be there.
Replace:
\score {
<<
\new StaffGroup ...
\new StaffGroup ...
\new StaffGroup ...
>>
\layout { }
}
by:
\score {
\new StaffGroup ...
\layout { }
}
\score {
\new StaffGroup ...
\layout { }
}
\score {
\new StaffGroup ...
\layout { }
}
If the material is sufficiently heterogeneous, it can
make sense to concatenate multiple scores.
Cheers,
David.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user