]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/bar-lines-lyric-only.ly
Brown paper bag typo.
[lilypond.git] / input / test / bar-lines-lyric-only.ly
index 5244ce45c4ceec4ae60f5148db27def319ee7daa..13fa76ed5396b863428031408470a348ee0bff7c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.8"
+\version "2.10.0"
 \header { texidoc = "@cindex Bar line lyric only
 You can move @code{Bar_engraver} and @code{Span_bar_engraver} to 
 a different engraving context, if you want, for example, bar lines 
@@ -8,22 +8,22 @@ on lyrics. "
 \score {
     \relative c' \context ChoirStaff <<
        \new Staff { c1 c1 c1}
-       \lyrics <<
+       \lyricmode <<
            \new Lyrics  { bla1 die bla }
        >>
        \new Staff { c1 c1 c1} 
     >>
 
 
-    \paper  {
-       raggedright = ##t
+    \layout  {
+       ragged-right = ##t
        \context {
            \Lyrics
            \consists Bar_engraver
 
 
            %% need procedure, since lyrics doesn't have a staff_sym engraver.
-           \override BarLine #'bar-size-procedure = #(lambda (x) 3.0)
+           \override BarLine #'bar-size = #3.0
        }
        \context{
            \ChoirStaff