]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staff-halfway.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / staff-halfway.ly
index 2c27b91155b7a46687b8dff98e2c3057f150bd70..bb3f17e80e09d1850d75c3476722873ca31d477c 100644 (file)
@@ -1,13 +1,15 @@
+\header {
+  texidoc = "Staves can be started and stopped at command. "
+}
 
-\header { texidoc = " Staves starting and ending halfway include clefs
-    and bar lines.  " }
+\version "2.12.0"
 
-\version "2.4.0"
+\paper {
+  ragged-right = ##t
+}
 
-\score {
-    \new StaffGroup  \relative c''  <<
-       \new Staff { c4  c c c \bar "||" c c c c }
-       { \skip 4 \new Staff { c c c } }
-    >>
-       \layout {}             
-        }
+\relative c'' {
+  b b \stopStaff b b \startStaff
+  \clef bass
+  c,, c
+}