]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/staff-halfway.ly
* ly/a4-init.ly (vsize): remove papersize init files.
[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.16"
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          }