X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-hyphen-break.ly;h=4e906329ac718ed9b525342ae112241a6d67b599;hb=b4af54cb24ef6879771323ee0797862a96be885e;hp=7c1a9d93a269fd0b0e3d2aeecbaf269d2f71dea4;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/lyric-hyphen-break.ly b/input/regression/lyric-hyphen-break.ly index 7c1a9d93a2..4e906329ac 100644 --- a/input/regression/lyric-hyphen-break.ly +++ b/input/regression/lyric-hyphen-break.ly @@ -1,35 +1,36 @@ -\version "2.4.0" +\version "2.12.0" \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 \lyricmode { - bla16 -- bla -- bla -- bla -- - bla -- bla -- bla -- bla8 -- - bla16 -- bla -- bla - }>> - \layout { - indent = 0.0 \cm - linewidth = 3.4 \cm - - \context { - \Staff \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 + } +>> + +