]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar-break.ly
Docs: Rhythms indexed by Ralph Palmer
[lilypond.git] / input / regression / span-bar-break.ly
index 233de803d77af93b1079923e7713e053057d83cf..3ac07160ffd20f301bf8d6ee6872dde137199541 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.12.0"
 
 \header {
 
@@ -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 }
 >>