]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-sign-layout-size.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / repeat-sign-layout-size.ly
index c47cac23599e326b6c737223219db7ca552ecb26..73d267d362de89f550e58a7b691ca3b71d4558ef 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.
@@ -8,13 +8,13 @@ Test layout-set-staff-size."
 \score {
   <<
     \context Staff = "s1" \with {
-      \override StaffSymbol #'staff-space = #0.3
+      \override StaffSymbol.staff-space = #0.3
     } {
       s1 \bar ":|."
     }
 
     \context Staff = "s2" \with {
-      \override StaffSymbol #'staff-space = #0.5
+      \override StaffSymbol.staff-space = #0.5
     } {
       s1 \bar ":|."
     }
@@ -33,13 +33,13 @@ Test layout-set-staff-size."
 {
   <<
     \context Staff = "s1" \with {
-      \override StaffSymbol #'staff-space = #0.5
+      \override StaffSymbol.staff-space = #0.5
     } {
       s1 \bar ":|."
     }
 
     \context Staff = "s2" \with {
-      \override StaffSymbol #'staff-space = #0.6
+      \override StaffSymbol.staff-space = #0.6
     } {
       s1 \bar ":|."
     }