]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-sign-global-size-30.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / repeat-sign-global-size-30.ly
index a5beda8c699b9153d5ae3c49bc204003f69c8ffd..3d429564954dfebf15bf88ba0096a63e6091ab9d 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.
@@ -30,20 +30,20 @@ Test set-global-staff size 30 (with layout-set-staff-size)."
 
 \score {
   <<
-    \context Staff = "s1" {
+    \context Staff = "s1" \with {
+      \override StaffSymbol.staff-space = #0.5
+    } {
       s1 \bar ":|."
     }
 
     \context Staff = "s2" \with {
-      \override StaffSymbol.staff-space = #0.33
+      \override StaffSymbol.staff-space = #0.6
+      \override StaffSymbol.line-positions = #'(-4 -2 0 2)
     } {
       s1 \bar ":|."
     }
 
-    \context Staff = "s3" \with {
-      \override StaffSymbol.staff-space = #0.33
-      \override StaffSymbol.line-positions = #'(-4 -2 0 2)
-    } {
+    \context Staff = "s3" {
       s1 \bar ":|."
     }
   >>