]> git.donarmstrong.com Git - lilypond.git/commitdiff
modify regtests
authorBenkő Pál <benko.pal@gmail.com>
Thu, 16 Aug 2012 20:08:10 +0000 (22:08 +0200)
committerBenkő Pál <benko.pal@gmail.com>
Mon, 27 Aug 2012 19:18:26 +0000 (21:18 +0200)
change staff spaces so to show the limit of dots having room within staff

input/regression/repeat-sign-global-size-10.ly
input/regression/repeat-sign-global-size-30.ly
input/regression/repeat-sign-layout-size.ly

index 05c1225f37648dbb5bd8372c69cd4de4dd5e59f5..130a37f88a7b820d7d8df4f7eb265fcbf21ba9f3 100644 (file)
@@ -11,12 +11,13 @@ Test set-global-staff size 10 (with layout-set-staff-size)."
   <<
     \context Staff = "s1" \with {
       \override StaffSymbol #'line-positions = #'(-4 -2 0 2)
+      \override StaffSymbol #'staff-space = #0.7
     } {
       s1 \bar ":|"
     }
 
     \context Staff = "s2" \with {
-      \override StaffSymbol #'staff-space = #0.75
+      \override StaffSymbol #'staff-space = #0.6
     } {
       s1 \bar ":|"
     }
@@ -25,12 +26,14 @@ Test set-global-staff size 10 (with layout-set-staff-size)."
 
 \score {
   <<
-    \context Staff = "s1" {
+    \context Staff = "s1" \with {
+      \override StaffSymbol #'staff-space = #1.6
+    } {
       s1 \bar ":|"
     }
 
     \context Staff = "s2" \with {
-      \override StaffSymbol #'staff-space = #2
+      \override StaffSymbol #'staff-space = #1.7
       \override StaffSymbol #'line-count = #4
     } {
       s1 \bar ":|"
index 80717ad5b6e73e2c90dae6a8d95557f1eb993453..e7c404f0fac8a3cd11a3827aa6b6d439d119f949 100644 (file)
@@ -10,13 +10,13 @@ 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 ":|"
@@ -33,7 +33,7 @@ Test set-global-staff size 30 (with layout-set-staff-size)."
     }
 
     \context Staff = "s2" \with {
-      \override StaffSymbol #'staff-space = #0.3
+      \override StaffSymbol #'staff-space = #0.2
       \override StaffSymbol #'line-count = #4
     } {
       s1 \bar ":|"
index 4f84c20a0820212fbeafe3528283f828b134e5da..2cc5988a7d75bf79999d8289024209bd79dbb3d0 100644 (file)
@@ -8,7 +8,7 @@ Test layout-set-staff-size."
 \score {
   <<
     \context Staff = "s1" \with {
-      \override StaffSymbol #'staff-space = #0.4
+      \override StaffSymbol #'staff-space = #0.3
     } {
       s1 \bar ":|"
     }
@@ -29,13 +29,13 @@ Test layout-set-staff-size."
 {
   <<
     \context Staff = "s1" \with {
-      \override StaffSymbol #'staff-space = #0.7
+      \override StaffSymbol #'staff-space = #0.5
     } {
       s1 \bar ":|"
     }
 
     \context Staff = "s2" \with {
-      \override StaffSymbol #'staff-space = #0.75
+      \override StaffSymbol #'staff-space = #0.6
     } {
       s1 \bar ":|"
     }