X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-hyphen-break.ly;h=17fe46d16a10ea24ab05c969cf29aa3bc38ea2e1;hb=54b02666750062788185bd3f99e644d621e348c2;hp=98de34330fa365cdebc8ab5e78c44744494adb33;hpb=84a8f6b00b0ce11f2c394ed57e03634998187730;p=lilypond.git diff --git a/input/regression/lyric-hyphen-break.ly b/input/regression/lyric-hyphen-break.ly index 98de34330f..17fe46d16a 100644 --- a/input/regression/lyric-hyphen-break.ly +++ b/input/regression/lyric-hyphen-break.ly @@ -1,35 +1,36 @@ - +\version "2.14.0" \header { - texidoc = "Hyphens only print at the beginning of the line, when + texidoc = "Hyphens are printed 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 LyricsVoice { - 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 Voice \relative c'' { + \time 1/4 c16[ 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 + } +>> + +