]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-sign-global-size-10.ly
Imported Upstream version 2.16.1
[lilypond.git] / input / regression / repeat-sign-global-size-10.ly
index 05c1225f37648dbb5bd8372c69cd4de4dd5e59f5..3fea78a4a8b080a3034e5ca2f78522a19ce730cb 100644 (file)
@@ -10,16 +10,21 @@ Test set-global-staff size 10 (with layout-set-staff-size)."
 \score {
   <<
     \context Staff = "s1" \with {
-      \override StaffSymbol #'line-positions = #'(-4 -2 0 2)
+      \override StaffSymbol #'staff-space = #0.6
     } {
       s1 \bar ":|"
     }
 
     \context Staff = "s2" \with {
-      \override StaffSymbol #'staff-space = #0.75
+      \override StaffSymbol #'line-positions = #'(-4 -2 0 2)
+      \override StaffSymbol #'staff-space = #0.7
     } {
       s1 \bar ":|"
     }
+
+    \context Staff = "s3" {
+      s1 \bar ":|"
+    }
   >>
 }
 
@@ -30,8 +35,14 @@ Test set-global-staff size 10 (with layout-set-staff-size)."
     }
 
     \context Staff = "s2" \with {
-      \override StaffSymbol #'staff-space = #2
-      \override StaffSymbol #'line-count = #4
+      \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
     } {
       s1 \bar ":|"
     }