Without the includes.  Sorry.

On 05/12/2014 09:41 AM, Dave Higgins wrote:
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.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

\version "2.18.2"

\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

Reply via email to