sean read
2018-11-13 09:45:32 UTC
I'm trying to make my first multi staff lilypond file and finding that I
can't figure out how to control the order of the staves. When I use
\version "2.14.1"
\score {
\new StaffGroup <<
\new staff {
\key ees \major g''2 f8 g8~ |
}
\new staff {
\key ees \major aes'8 ees'8 c'2 |
}
}
The output always has the staff at the bottom on the top, but then when I
move that staff to the top it is still on the top!
How to I explicitly define the order of staves?
can't figure out how to control the order of the staves. When I use
\version "2.14.1"
\score {
\new StaffGroup <<
\new staff {
\key ees \major g''2 f8 g8~ |
}
\new staff {
\key ees \major aes'8 ees'8 c'2 |
}
}
The output always has the staff at the bottom on the top, but then when I
move that staff to the top it is still on the top!
How to I explicitly define the order of staves?