]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-sign-global-size-30.ly
Merge remote-tracking branch 'origin/translation' into master
[lilypond.git] / input / regression / repeat-sign-global-size-30.ly
index e7c404f0fac8a3cd11a3827aa6b6d439d119f949..69b136a53367ace6108de6f30b0ab9f5f4b481cb 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.
@@ -12,31 +12,39 @@ Test set-global-staff size 30 (with layout-set-staff-size)."
     \context Staff = "s1" \with {
       \override StaffSymbol #'staff-space = #0.5
     } {
-      s1 \bar ":|"
+      s1 \bar ":|."
     }
 
     \context Staff = "s2" \with {
       \override StaffSymbol #'staff-space = #0.6
       \override StaffSymbol #'line-positions = #'(-4 -2 0 2)
     } {
-      s1 \bar ":|"
+      s1 \bar ":|."
+    }
+
+    \context Staff = "s3" {
+      s1 \bar ":|."
     }
   >>
 }
 
 \score {
   <<
-    \context Staff = "s1" \with {
-      \override StaffSymbol #'staff-space = #0.25
-    } {
-      s1 \bar ":|"
+    \context Staff = "s1" {
+      s1 \bar ":|."
     }
 
     \context Staff = "s2" \with {
-      \override StaffSymbol #'staff-space = #0.2
-      \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 ":|"
+      s1 \bar ":|."
     }
   >>