]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar-break.ly
New bar line interface
[lilypond.git] / input / regression / span-bar-break.ly
index 233de803d77af93b1079923e7713e053057d83cf..aac291494d72863f1b77e873339c37ea276e9968 100644 (file)
@@ -1,9 +1,9 @@
-\version "2.7.32"
+\version "2.17.5"
 
 \header {
 
-  texidoc = "At the beginning of a system, the @code{|:} repeat
-barline is drawn between the staves, but the @code{:|} is not."
+  texidoc = "At the beginning of a system, the @code{.|:} repeat
+barline is drawn between the staves, but the @code{:|.} is not."
 
 }
 
@@ -11,11 +11,11 @@ barline is drawn between the staves, but the @code{:|} is not."
 
 
 \new PianoStaff <<
-  \context Staff = "up" {
-    \bar "|:" r1
-    \bar ":|" \break r1
+  \new Staff = "up" {
+    \bar ".|:" r1
+    \bar ":|." \break r1
   }
-  \context Staff = "down" { r r }
+  \new Staff = "down" { r r }
 >>