]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/staff-halfway.ly
378c989edfad62bdea88d61d19c4552e0f899f53
[lilypond.git] / input / regression / staff-halfway.ly
1
2 \header { texidoc = " Staves starting and ending halfway include clefs
3     and bar lines.  " }
4
5 \version "2.3.17"
6
7 \score {
8     \new StaffGroup  \relative c''  <<
9         \new Staff { c4  c c c \bar "||" c c c c }
10         { \skip 4 \new Staff { c c c } }
11     >>
12         \paper {}              
13          }