]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-bar.ly
Make PDF manual in all languages really working
[lilypond.git] / input / regression / lyrics-bar.ly
index c14ed991c2e75f8f9df25769a2931ff18a672d65..a6a1afab9e7ee30ac314b948a524ac9ec3de8443 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.13"
+\version "2.10.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"  
        }
@@ -21,14 +21,15 @@ lyrics do not collide with barlines.
     }
     \context Lyrics \with {
        \consists "Bar_engraver"
-       \override BarLine #'bar-size = #4 
+       \consists "Separating_line_group_engraver"
+       \override BarLine #'bar-size = #4 
     } \lyricmode {
          looooooooooooooooooooooooooooooooooong1 syllable
       }
     \lyrics {
        no Bar_Engraver_Bar_Engraver_Bar_Engraver 
     }
-    \context Staff = "bar" \with {
+    \new Staff \with {
 %              \remove "Bar_engraver"  
     } { b1 b1 }
 >>