]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-bar.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / lyrics-bar.ly
index f11cf1c386439f2c61849d3fc9f26e5f5d277d8e..a6a1afab9e7ee30ac314b948a524ac9ec3de8443 100644 (file)
@@ -1,42 +1,37 @@
-\version "1.7.18"
+\version "2.10.0"
 
 \header{
 texidoc="
-Adding a @code{Bar_engraver} to the LyricsVoice context makes sure that
-lyrics don't collide with barlines.
+Adding a @code{Bar_engraver} to the Lyrics context makes sure that
+lyrics do not collide with barlines.
 "
 }
 
-\score {
-       \context StaffGroup <
-       \notes \context Staff {
-               b1 \bar "|:" b1 \bar ":|"
-       }
-       \lyrics\context Lyrics <
-               \context LyricsVoiceWithBars {
-%                      thisContextHasBarEngraver1  added
-                       ThisContextCertainlyHasBarEngraverAddedButThereHasBeenSomethingFunnyBefore1.  Here.
-               }
-               \context LyricsVoice {
-                       this4 one has no BarEngraverAddedToContext1
-               }
-       >
-       \notes \context Staff = SB { b1 b1 }
-       >
-       \paper {
-               raggedright = ##t
-               \translator {
-                       \LyricsContext
-                       \accepts "LyricsVoiceWithBars"
-               }
-               \translator {
-                       \LyricsVoiceContext
-                       \consists "Bar_engraver"
-                       \name "LyricsVoiceWithBars"
-               }
-               \translator {
-                       \LyricsVoiceContext
-               }
-       }
+\layout {
+    ragged-right = ##t
 }
 
+<<
+    \new Staff \with
+    {
+%      \remove "Bar_engraver"  
+       }
+    {
+       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 
+    }
+    \new Staff \with {
+%              \remove "Bar_engraver"  
+    } { b1 b1 }
+>>
+       
+