]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar-break.ly
*** empty log message ***
[lilypond.git] / input / regression / span-bar-break.ly
index 233de803d77af93b1079923e7713e053057d83cf..345273c9a4def73ff1f24687173d9821db102700 100644 (file)
@@ -11,11 +11,11 @@ barline is drawn between the staves, but the @code{:|} is not."
 
 
 \new PianoStaff <<
-  \context Staff = "up" {
+  \new Staff = "up" {
     \bar "|:" r1
     \bar ":|" \break r1
   }
-  \context Staff = "down" { r r }
+  \new Staff = "down" { r r }
 >>