]> 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 378c989edfad62bdea88d61d19c4552e0f899f53..41bbe841704ee0f7a942b08c6391b2c672bcca7c 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.19.21"
 
-\version "2.3.17"
+\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 } }
-    >>
-       \paper {}              
-        }
+\relative {
+  b' b \stopStaff b b \startStaff
+  \clef bass
+  c,, c
+}