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 {
\time 3/4 {\key ees \major g''2 f8 g8~ | }
}
\new staff {
{\key ees \major aes'8 ees'8 c'2 | }
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 out
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"
\header {
title = "Wedding song"
composer = "Ari Hoenig"
}
\score {
\new StaffGroup <<
\new staff {
\time 3/4 {\key ees \major g''2 f8
I'm trying to write out lead sheets with section labels like you see on
modern charts with a and b section labelled by a bold letter in a box. Is
there a standardised way to do this in lilypond? I couldn't seem to find
anything in the documentation
___
li