]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-sign-global-size-5.ly
New bar line interface
[lilypond.git] / input / regression / repeat-sign-global-size-5.ly
index cccfd56892dc84a69beabd8b21319bf047fb7c20..dc1a88e0ccdfa480da7b62e5f73f8e7324259e89 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.2"
+\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,17 +12,17 @@ Test set-global-staff size 10 (with layout-set-staff-size)."
     \context Staff = "s1" \with {
       \override StaffSymbol #'staff-space = #0.7
     } {
-      s1 \bar ":|"
+      s1 \bar ":|."
     }
 
     \context Staff = "s2" \with {
       \override StaffSymbol #'line-positions = #'(-4 -2 0 2)
     } {
-      s1 \bar ":|"
+      s1 \bar ":|."
     }
 
     \context Staff = "s3" {
-      s1 \bar ":|"
+      s1 \bar ":|."
     }
   >>
 }
@@ -30,20 +30,20 @@ Test set-global-staff size 10 (with layout-set-staff-size)."
 \score {
   <<
     \context Staff = "s1" {
-      s1 \bar ":|"
+      s1 \bar ":|."
     }
 
     \context Staff = "s2" \with {
       \override StaffSymbol #'staff-space = #3
       \override StaffSymbol #'line-positions = #'(-4 -2 0 2)
     } {
-      s1 \bar ":|"
+      s1 \bar ":|."
     }
 
     \context Staff = "s3" \with {
       \override StaffSymbol #'staff-space = #6
     } {
-      s1 \bar ":|"
+      s1 \bar ":|."
     }
   >>