]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-on-nonstandard-staff.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / rest-on-nonstandard-staff.ly
index 4870f578cfc0df64c293991a4329240025f6d03d..8f43fb5b171d97593dc292d3d7e067ec36966e74 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.18"
+\version "2.16.0"
 
 \header {
   texidoc = "half rests should lie on a staff line, whole rests should hang
@@ -55,4 +55,9 @@ mus = {
     \override Staff.StaffSymbol #'line-positions = #'(-4 -2 1 5)
     \mus
   }
+
+  \new Staff {
+    \stopStaff
+    \mus
+  }
 >>