X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-hyphen-break.ly;h=17fe46d16a10ea24ab05c969cf29aa3bc38ea2e1;hb=b2d3e79a146de7cb2eb2be722a510c0e4fc90fa8;hp=f2c94b9412ee272bdf579fadc933d47787368bf8;hpb=49428cfe64483bc706da930d4e24d16166d8e79a;p=lilypond.git diff --git a/input/regression/lyric-hyphen-break.ly b/input/regression/lyric-hyphen-break.ly index f2c94b9412..17fe46d16a 100644 --- a/input/regression/lyric-hyphen-break.ly +++ b/input/regression/lyric-hyphen-break.ly @@ -1,37 +1,36 @@ -\version "2.6.0" +\version "2.14.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. " } +\layout { + indent = 0.0 \cm + line-width = 3.4 \cm + + \context { + \Staff \remove "Time_signature_engraver" + } +} + + + << - \new Staff \relative c'' { + \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] - - } - \new Lyrics \lyricmode { + } \addlyrics { bla16 -- bla -- bla -- bla -- bla -- bla -- bla -- bla8 -- - bla16 -- bla -- bla + bla16 -- bla -- bla } >> - \layout { - indent = 0.0 \cm - linewidth = 3.4 \cm - - \context { - \Staff \remove "Time_signature_engraver" - } - } - -