]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-sign-global-size-10.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / repeat-sign-global-size-10.ly
index 093fd54a611474ce8846cf3ea87fab5c178b75db..aa8f3cbc35688d5e34b338aac91f4f267a1fe5e1 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.5"
+\version "2.17.6"
 \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,14 +10,14 @@ Test set-global-staff size 10 (with layout-set-staff-size)."
 \score {
   <<
     \context Staff = "s1" \with {
-      \override StaffSymbol #'staff-space = #0.6
+      \override StaffSymbol.staff-space = #0.6
     } {
       s1 \bar ":|."
     }
 
     \context Staff = "s2" \with {
-      \override StaffSymbol #'line-positions = #'(-4 -2 0 2)
-      \override StaffSymbol #'staff-space = #0.7
+      \override StaffSymbol.line-positions = #'(-4 -2 0 2)
+      \override StaffSymbol.staff-space = #0.7
     } {
       s1 \bar ":|."
     }
@@ -35,14 +35,14 @@ Test set-global-staff size 10 (with layout-set-staff-size)."
     }
 
     \context Staff = "s2" \with {
-      \override StaffSymbol #'staff-space = #1.7
-      \override StaffSymbol #'line-positions = #'(-4 -2 0 2)
+      \override StaffSymbol.staff-space = #1.7
+      \override StaffSymbol.line-positions = #'(-4 -2 0 2)
     } {
       s1 \bar ":|."
     }
 
     \context Staff = "s3" \with {
-      \override StaffSymbol #'staff-space = #3
+      \override StaffSymbol.staff-space = #3
     } {
       s1 \bar ":|."
     }