]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-sign-global-size-5.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / repeat-sign-global-size-5.ly
index 1686722e01fb50796cfa0de19acb85a5a53002e4..5822579f7984fb5b4f80caccd6601103fdd43169 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.16"
 \header {
   texidoc = "The two dots of a repeat sign should be symmetric
 to the staff centre and avoid staff lines even for exotic staves.
@@ -10,40 +10,39 @@ Test set-global-staff size 10 (with layout-set-staff-size)."
 \score {
   <<
     \context Staff = "s1" \with {
-      \override StaffSymbol #'staff-space = #0.7
+      \override StaffSymbol.staff-space = #0.7
     } {
-      s1 \bar ":|"
+      s1 \bar ":|."
     }
 
     \context Staff = "s2" \with {
-      \override StaffSymbol #'line-positions = #'(-4 -2 0 2)
+      \override StaffSymbol.line-positions = #'(-4 -2 0 2)
     } {
-      s1 \bar ":|"
+      s1 \bar ":|."
     }
 
     \context Staff = "s3" {
-      s1 \bar ":|"
+      s1 \bar ":|."
     }
   >>
 }
 
 \score {
   <<
-    \context Staff = "s1" {
-      s1 \bar ":|"
+    \context Staff = "s1" \with {
+      \override StaffSymbol.staff-space = #0.7
+    } {
+      s1 \bar ":|."
     }
 
     \context Staff = "s2" \with {
-      \override StaffSymbol #'staff-space = #3
-      \override StaffSymbol #'line-positions = #'(-4 -2 0 2)
+      \override StaffSymbol.line-positions = #'(-4 -2 0 2)
     } {
-      s1 \bar ":|"
+      s1 \bar ":|."
     }
 
-    \context Staff = "s3" \with {
-      \override StaffSymbol #'staff-space = #6
-    } {
-      s1 \bar ":|"
+    \context Staff = "s3" {
+      s1 \bar ":|."
     }
   >>