]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/bar-lines-lyric-only.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / test / bar-lines-lyric-only.ly
index e67f69d08b0c41c23ceae9ba615bb643f8f8ee7c..6929c724d6afc952cd8acd708a8b4af3bf3bc3c4 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.7"
+\version "2.1.26"
 \header { texidoc = "@cindex Bar line lyric only
 You can move around @code{Bar_engraver} and
 @code{Span_bar_engraver} if you want bar lines on lyrics. "
@@ -19,10 +19,10 @@ You can move around @code{Bar_engraver} and
 \paper  {
        raggedright = ##t
 \translator {
-  \LyricsVoiceContext
+  \LyricsContext
   \consists Bar_engraver
   % need procedure, since lyrics doesn't have a staff_sym engraver.
-  BarLine \override #'bar-size-procedure = #(lambda (x) 3.0)
+  \override BarLine #'bar-size-procedure = #(lambda (x) 3.0)
 }
 \translator {
   \LyricsContext