X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-hyphen-break.ly;h=4e906329ac718ed9b525342ae112241a6d67b599;hb=4c1b05d4d94f84248cce5a8a4c7ae58c2e04bf54;hp=65dc67de824e93ee21ee1780a29d6cbe0d15ba0a;hpb=677031b7d5fd1806ca5d72bb6cbc37b3aacd5071;p=lilypond.git diff --git a/input/regression/lyric-hyphen-break.ly b/input/regression/lyric-hyphen-break.ly index 65dc67de82..4e906329ac 100644 --- a/input/regression/lyric-hyphen-break.ly +++ b/input/regression/lyric-hyphen-break.ly @@ -1,35 +1,36 @@ -\version "2.3.2" +\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 { -<< \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" + } } - \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 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 + } +>> + +