]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staff-halfway.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / staff-halfway.ly
index cbfab0d4ad2568b08f9b867d7714677dfdd0e47f..68e5e72beb922dfb06938637bbb241000a245940 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.16.0"
 
-\version "2.2.0"
+\paper {
+  ragged-right = ##t
+}
 
-\score {
-    \new StaffGroup \notes \relative c''  <<
-       \new Staff { c4  c c c \bar "||" c c c c }
-       { \skip 4 \new Staff { c c c } }
-    >>
-       \paper {}              
-        }
+\relative c'' {
+  b b \stopStaff b b \startStaff
+  \clef bass
+  c,, c
+}