Chris,
Putting each in a separate \score block compiles. I do not know if that is the only, or best solution. Mark From: lilypond-user-bounces+carsonmark=ca.rr....@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr....@gnu.org] On Behalf Of Chris Trahan Sent: Tuesday, December 30, 2014 9:18 AM To: LilyPond User Group Subject: Staff error I'm trying to write a choral score that has parts, then an interlude, then more parts, etc. When I code it like the following, I get what I'm looking for. \version "2.18.2" \language "english" % Verse 1 \new ChoirStaff << \new Staff { \relative c'' { c d e f } } \new Staff { \relative c'' { g a b c } } >> % Interlude \new Staff { \relative c'' { c d e f } } % Verse 2 \new ChoirStaff << \new Staff { \relative c { \clef "bass" d e f g } } \new Staff { \relative c { \clef "bass" a b c d } } >> When I enclose the code in a \score block, I get an unexpected \new error on line 17. What am I missing? \version "2.18.2" \language "english" \score { % Verse 1 \new ChoirStaff << \new Staff { \relative c'' { c d e f } } \new Staff { \relative c'' { g a b c } } >> % Interlude \new Staff { \relative c'' { c d e f } } % Verse 2 \new ChoirStaff << \new Staff { \relative c { \clef "bass" d e f g } } \new Staff { \relative c { \clef "bass" a b c d } } >> } Thanks, Chris
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user