X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-hyphen-break.ly;h=c48f7c8737a39817aa6461edb4c35b716b769432;hb=3c08f91969cc562bb9aa354e2b9f4da7f0715260;hp=b3027efacca788e74fe6420ea3009fcd884bfc7e;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/lyric-hyphen-break.ly b/input/regression/lyric-hyphen-break.ly index b3027efacc..c48f7c8737 100644 --- a/input/regression/lyric-hyphen-break.ly +++ b/input/regression/lyric-hyphen-break.ly @@ -1,35 +1,38 @@ -\version "2.1.22" +\version "2.10.0" \header { - texidoc = "Hyphens only print at the beginning of the line, when + texidoc = "Hyphens are print at the beginning of the line only when they go past the first note. " - } +} -\score { -<< \notes \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" + } } - \lyrics \new Lyrics { - bla16 -- bla -- bla -- bla -- - bla -- bla -- bla -- bla8 -- - bla16 -- bla -- bla - }>> - \paper { - indent = 0.0 \cm - linewidth = 3.4 \cm - - \translator { - \StaffContext \remove "Time_signature_engraver" - } - - } - -} - + + +<< + \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] + + } + \new Lyrics \lyricmode { + bla16 -- bla -- bla -- bla -- + bla -- bla -- bla -- bla8 -- + bla16 -- bla -- bla + } +>> + +