]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-bar.ly
release: 1.5.8
[lilypond.git] / input / regression / lyrics-bar.ly
index c4b98d58bcc8780d30a5f8ab035958fc997d94e6..9a3c359c38252e4c6649edfbb67469178ba2e94c 100644 (file)
@@ -1,15 +1,16 @@
+\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 \bar "|:"; b1 \bar ":|";
+               b1 \bar "|:" b1 \bar ":|"
        }
        \lyrics\context Lyrics <
                \context LyricsVoiceWithBars {
@@ -23,15 +24,15 @@ lyrics don't collide with barlines.
        \notes \context Staff = SB { b1 b1 }
        >
        \paper {
-               linewidth = -1.0\cm;
+               linewidth = -1.0\cm
                \translator {
                        \LyricsContext
-                       \accepts "LyricsVoiceWithBars";
+                       \accepts "LyricsVoiceWithBars"
                }
                \translator {
                        \LyricsVoiceContext
-                       \consists "Bar_engraver";
-                       \name "LyricsVoiceWithBars";
+                       \consists "Bar_engraver"
+                       \name "LyricsVoiceWithBars"
                }
                \translator {
                        \LyricsVoiceContext