]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-bar.ly
Tweak regression test to account for spacing changes/bug fixes.
[lilypond.git] / input / regression / lyrics-bar.ly
index ecff5f539a0a1e9e3e2ab33138274da95984859a..f8b7d83575ad9f73d981d43b806c070e2f13638f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.22"
+\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"  
        }
@@ -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 }
 >>