]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-bar.ly
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / lyrics-bar.ly
index 74eed40f876c14e218b0bd561c563a8b97e7f725..a6a1afab9e7ee30ac314b948a524ac9ec3de8443 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.10.0"
 
 \header{
 texidoc="
@@ -12,7 +12,7 @@ lyrics do not collide with barlines.
 }
 
 <<
-    \context Staff = "foo" \with
+    \new Staff \with
     {
 %      \remove "Bar_engraver"  
        }
@@ -29,7 +29,7 @@ lyrics do not collide with barlines.
     \lyrics {
        no Bar_Engraver_Bar_Engraver_Bar_Engraver 
     }
-    \context Staff = "bar" \with {
+    \new Staff \with {
 %              \remove "Bar_engraver"  
     } { b1 b1 }
 >>