X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fbar-lines-lyric-only.ly;h=13fa76ed5396b863428031408470a348ee0bff7c;hb=d624f4dd03ff018529f5e285407100dd828b0e1c;hp=5244ce45c4ceec4ae60f5148db27def319ee7daa;hpb=5639fc22ed6ae7d44bffc61c8a381247f99d913a;p=lilypond.git diff --git a/input/test/bar-lines-lyric-only.ly b/input/test/bar-lines-lyric-only.ly index 5244ce45c4..13fa76ed53 100644 --- a/input/test/bar-lines-lyric-only.ly +++ b/input/test/bar-lines-lyric-only.ly @@ -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