]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-sign-global-size-30.ly
Imported Upstream version 2.16.1
[lilypond.git] / input / regression / repeat-sign-global-size-30.ly
index 80717ad5b6e73e2c90dae6a8d95557f1eb993453..f3ac22d60a432a5e149b3b422e9c847239548d28 100644 (file)
@@ -10,31 +10,39 @@ Test set-global-staff size 30 (with layout-set-staff-size)."
 \score {
   <<
     \context Staff = "s1" \with {
-      \override StaffSymbol #'staff-space = #0.65
+      \override StaffSymbol #'staff-space = #0.5
     } {
       s1 \bar ":|"
     }
 
     \context Staff = "s2" \with {
-      \override StaffSymbol #'staff-space = #0.7
+      \override StaffSymbol #'staff-space = #0.6
       \override StaffSymbol #'line-positions = #'(-4 -2 0 2)
     } {
       s1 \bar ":|"
     }
+
+    \context Staff = "s3" {
+      s1 \bar ":|"
+    }
   >>
 }
 
 \score {
   <<
-    \context Staff = "s1" \with {
-      \override StaffSymbol #'staff-space = #0.25
-    } {
+    \context Staff = "s1" {
       s1 \bar ":|"
     }
 
     \context Staff = "s2" \with {
-      \override StaffSymbol #'staff-space = #0.3
-      \override StaffSymbol #'line-count = #4
+      \override StaffSymbol #'staff-space = #0.33
+    } {
+      s1 \bar ":|"
+    }
+
+    \context Staff = "s3" \with {
+      \override StaffSymbol #'staff-space = #0.33
+      \override StaffSymbol #'line-positions = #'(-4 -2 0 2)
     } {
       s1 \bar ":|"
     }