]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-on-nonstandard-staff.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / rest-on-nonstandard-staff.ly
index 4870f578cfc0df64c293991a4329240025f6d03d..4e8a039e2af1da057ba1a747b29f88255feb12f9 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.18"
+\version "2.17.6"
 
 \header {
   texidoc = "half rests should lie on a staff line, whole rests should hang
@@ -42,17 +42,22 @@ mus = {
   }
 
   \new Staff {
-    \override Staff.StaffSymbol #'line-positions = #'(-4 -2 0 2)
+    \override Staff.StaffSymbol.line-positions = #'(-4 -2 0 2)
     \mus
   }
 
   \new Staff {
-    \override Staff.StaffSymbol #'line-count = #4
+    \override Staff.StaffSymbol.line-count = #4
     \mus
   }
 
   \new Staff {
-    \override Staff.StaffSymbol #'line-positions = #'(-4 -2 1 5)
+    \override Staff.StaffSymbol.line-positions = #'(-4 -2 1 5)
+    \mus
+  }
+
+  \new Staff {
+    \stopStaff
     \mus
   }
 >>