]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-bar.ly
release: 1.3.146
[lilypond.git] / input / regression / lyrics-bar.ly
index ec0309b3221556affad21dda2e0a2252dc9aef45..9a3c359c38252e4c6649edfbb67469178ba2e94c 100644 (file)
@@ -1,36 +1,38 @@
+\version "1.3.146"
+
 \header{
 texidoc="
 Adding a @code{Bar_engraver} to the LyricsVoice context makes sure that
 lyrics don't collide with barlines.
-";
+"
 }
 
 \score {
        \context StaffGroup <
        \notes \context Staff {
-               b1 b1 \bar "|.";
+               b1 \bar "|:" b1 \bar ":|"
        }
        \lyrics\context Lyrics <
                \context LyricsVoiceWithBars {
-%                      thisContextHasSpanBarEngraver1  added
-                       ThisContextCertainlyHasSpanBarEngraverAddedButTheresSomethingFunny1.  Here.
+%                      thisContextHasBarEngraver1  added
+                       ThisContextCertainlyHasBarEngraverAddedButThereHasBeenSomethingFunnyBefore1.  Here.
                }
                \context LyricsVoice {
-                       this4 one has no SpanBarEngraverAddedToContext1
+                       this4 one has no BarEngraverAddedToContext1
                }
        >
        \notes \context Staff = SB { b1 b1 }
        >
        \paper {
-               linewidth = -1.0\cm;
+               linewidth = -1.0\cm
                \translator {
                        \LyricsContext
-                       \consists "Span_bar_engraver";
-                       \accepts "LyricsVoiceWithBars";
+                       \accepts "LyricsVoiceWithBars"
                }
                \translator {
                        \LyricsVoiceContext
-                       \name "LyricsVoiceWithBars";
+                       \consists "Bar_engraver"
+                       \name "LyricsVoiceWithBars"
                }
                \translator {
                        \LyricsVoiceContext