]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-sign-layout-size.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / repeat-sign-layout-size.ly
index 73d267d362de89f550e58a7b691ca3b71d4558ef..77274d951227593035eb53993c6981229a0c4af2 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\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.
@@ -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.5
     } {
       s1 \bar ":|."
     }
 
     \context Staff = "s2" \with {
-      \override StaffSymbol.staff-space = #0.5
+      \override StaffSymbol.staff-space = #0.6
     } {
       s1 \bar ":|."
     }