]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-sign-layout-size.ly
Merge remote-tracking branch 'origin/translation' into master
[lilypond.git] / input / regression / repeat-sign-layout-size.ly
index 4f84c20a0820212fbeafe3528283f828b134e5da..c47cac23599e326b6c737223219db7ca552ecb26 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.5"
 \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,15 +8,19 @@ Test layout-set-staff-size."
 \score {
   <<
     \context Staff = "s1" \with {
-      \override StaffSymbol #'staff-space = #0.4
+      \override StaffSymbol #'staff-space = #0.3
     } {
-      s1 \bar ":|"
+      s1 \bar ":|."
     }
 
     \context Staff = "s2" \with {
       \override StaffSymbol #'staff-space = #0.5
     } {
-      s1 \bar ":|"
+      s1 \bar ":|."
+    }
+
+    \context Staff = "s3" {
+      s1 \bar ":|."
     }
   >>
 
@@ -29,15 +33,19 @@ Test layout-set-staff-size."
 {
   <<
     \context Staff = "s1" \with {
-      \override StaffSymbol #'staff-space = #0.7
+      \override StaffSymbol #'staff-space = #0.5
     } {
-      s1 \bar ":|"
+      s1 \bar ":|."
     }
 
     \context Staff = "s2" \with {
-      \override StaffSymbol #'staff-space = #0.75
+      \override StaffSymbol #'staff-space = #0.6
     } {
-      s1 \bar ":|"
+      s1 \bar ":|."
+    }
+
+    \context Staff = "s3" {
+      s1 \bar ":|."
     }
   >>
 }