]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/staff-halfway.ly
* scripts/convert-ly.py (conv): add rule for breakAlignOrder.
[lilypond.git] / input / regression / staff-halfway.ly
1
2 \header { texidoc = " Staves starting and ending halfway include clefs
3     and bar lines.  " }
4
5 \score {
6     \new StaffGroup \notes \relative c''  <<
7         \new Staff { c4  c c c \bar "||" c c c c }
8         { \skip 4 \new Staff { c c c } }
9     >>
10         \paper {}              
11          }