X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-hyphen-break.ly;h=fd6121754b886eba6fcc2e0052b5ca4f606582c0;hb=9390065d4c71bf417ef7b5bcbce21821f8668202;hp=eba8af76ac49b9920b6603db5a0d4c27fb4558cc;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/lyric-hyphen-break.ly b/input/regression/lyric-hyphen-break.ly index eba8af76ac..fd6121754b 100644 --- a/input/regression/lyric-hyphen-break.ly +++ b/input/regression/lyric-hyphen-break.ly @@ -1,35 +1,36 @@ -\version "2.3.4" +\version "2.19.21" \header { - texidoc = "Hyphens are print at the beginning of the line only when + texidoc = "Hyphens are printed at the beginning of the line only when they go past the first note. " - } +} -\score { -<< \new Staff \relative c'' { \time 1/4 c16[ c c c] -\time 1/4 -c16[ c c c] -\time 1/4 -r c16[ c c] +\layout { + indent = 0.0 \cm + line-width = 3.4 \cm + + \context { + \Staff \remove "Time_signature_engraver" + } } - \new Lyrics \lyrics { - bla16 -- bla -- bla -- bla -- - bla -- bla -- bla -- bla8 -- - bla16 -- bla -- bla - }>> - \paper { - indent = 0.0 \cm - linewidth = 3.4 \cm - - \context { - \Staff \remove "Time_signature_engraver" - } - - } - -} - + + +<< + \new Voice \relative { + \time 1/4 c''16[ c c c] + \time 1/4 + c16[ c c c] + \time 1/4 + r c16[ c c] + } \addlyrics { + bla16 -- bla -- bla -- bla -- + bla -- bla -- bla -- bla8 -- + bla16 -- bla -- bla + } +>> + +