]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-bar.ly
Doc-es: update Rhythms and Vocal.
[lilypond.git] / input / regression / lyrics-bar.ly
index 0c34ee3d2395d35da2f7b2f349913d8ab836f00b..f4d3c1d8d79b2aa0038a6cc438bd3211988dfbd4 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.13"
+\version "2.13.51"
 
 \header{
 texidoc="
@@ -8,30 +8,32 @@ lyrics do not collide with barlines.
 }
 
 \layout {
-    raggedright = ##t
+    ragged-right = ##t
 }
 
 <<
-    \context Staff = "foo" \with
-    {
-%      \remove "Bar_engraver"  
-       }
-    {
+    \new Staff {
        b1 \bar "|:" b1 \bar ":|"
     }
     \context Lyrics \with {
        \consists "Bar_engraver"
        \consists "Separating_line_group_engraver"
-       \override BarLine #'bar-size = #4 
     } \lyricmode {
          looooooooooooooooooooooooooooooooooong1 syllable
       }
     \lyrics {
-       no Bar_Engraver_Bar_Engraver_Bar_Engraver 
+       no Bar_Engraver_Bar_Engraver_Bar_Engraver
+    }
+    \new Staff {
+       b1 b1
     }
-    \context Staff = "bar" \with {
-%              \remove "Bar_engraver"  
-    } { b1 b1 }
 >>
-       
+\layout {
+  \context {
+    \Lyrics
+      \override VerticalAxisGroup #'nonstaff-nonstaff-spacing #'minimum-distance = #4
+      \override LyricText #'Y-offset = #-0.7
+      \override BarLine #'bar-extent = #'(-2 . 2)
+  }
+}