Revisiting with a compilable example... I'm transcribing a piece that has multiple parts and in those multiple parts, I have multiple staves.
After compiling, the staff layout becomes: part1:staff1 part2:staff1 part1:staff2 part2:staff2 Obviously for the score, I'd like: part1:staff1 part1:staff2 part2:staff1 part2:staff2 I'm sure I just have something not correct.
\version "2.18.2" \include "2.1.violin1.ly" \include "2.1.violin2.ly" \score { << \new Staff { \relative c' { c1 \break | << { c } \new Staff { g' } >> \break | c, } } \new Staff { \relative c' { b \break | << { b } \new Staff { f' } >> \break | b, } } >> } \layout { }
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user