]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 216/2: Adapt repeat-sign-* regtests
authorDavid Kastrup <dak@gnu.org>
Thu, 13 Nov 2014 22:29:10 +0000 (23:29 +0100)
committerDavid Kastrup <dak@gnu.org>
Mon, 24 Nov 2014 19:12:52 +0000 (20:12 +0100)
Since layout-set-staff-size now gets staffsize right, the regtests
should no longer compensate for bad staffsize.

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

index aa8f3cbc35688d5e34b338aac91f4f267a1fe5e1..9cba9b7117da7fb020dc0f105febc405f421f731 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 10 (with layout-set-staff-size)."
 
 \score {
   <<
-    \context Staff = "s1" {
+    \context Staff = "s1" \with {
+      \override StaffSymbol.staff-space = #0.6
+    } {
       s1 \bar ":|."
     }
 
     \context Staff = "s2" \with {
-      \override StaffSymbol.staff-space = #1.7
       \override StaffSymbol.line-positions = #'(-4 -2 0 2)
+      \override StaffSymbol.staff-space = #0.7
     } {
       s1 \bar ":|."
     }
 
-    \context Staff = "s3" \with {
-      \override StaffSymbol.staff-space = #3
-    } {
+    \context Staff = "s3" {
       s1 \bar ":|."
     }
   >>
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 ":|."
     }
   >>
index 4d386efa326548bdf0c6f29d445241e7597ee33e..5822579f7984fb5b4f80caccd6601103fdd43169 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.
@@ -29,20 +29,19 @@ Test set-global-staff size 10 (with layout-set-staff-size)."
 
 \score {
   <<
-    \context Staff = "s1" {
+    \context Staff = "s1" \with {
+      \override StaffSymbol.staff-space = #0.7
+    } {
       s1 \bar ":|."
     }
 
     \context Staff = "s2" \with {
-      \override StaffSymbol.staff-space = #3
       \override StaffSymbol.line-positions = #'(-4 -2 0 2)
     } {
       s1 \bar ":|."
     }
 
-    \context Staff = "s3" \with {
-      \override StaffSymbol.staff-space = #6
-    } {
+    \context Staff = "s3" {
       s1 \bar ":|."
     }
   >>
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 ":|."
     }