]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-bar.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / regression / lyrics-bar.ly
index 0c34ee3d2395d35da2f7b2f349913d8ab836f00b..f8b7d83575ad9f73d981d43b806c070e2f13638f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.13"
+\version "2.12.0"
 
 \header{
 texidoc="
@@ -8,11 +8,11 @@ lyrics do not collide with barlines.
 }
 
 \layout {
-    raggedright = ##t
+    ragged-right = ##t
 }
 
 <<
-    \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 }
 >>