X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-hyphen-break.ly;h=fd6121754b886eba6fcc2e0052b5ca4f606582c0;hb=373de9732ae6fa712b8d459d91183771d48f8194;hp=fb109c5914fc76ac28cb5f6f1b26414f598f7111;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/lyric-hyphen-break.ly b/input/regression/lyric-hyphen-break.ly index fb109c5914..fd6121754b 100644 --- a/input/regression/lyric-hyphen-break.ly +++ b/input/regression/lyric-hyphen-break.ly @@ -1,35 +1,36 @@ -\version "2.2.0" +\version "2.19.21" \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" + } } - \lyrics \new Lyrics { - bla16 -- bla -- bla -- bla -- - bla -- bla -- bla -- bla8 -- - bla16 -- bla -- bla - }>> - \paper { - indent = 0.0 \cm - linewidth = 3.4 \cm - - \context { - \StaffContext \remove "Time_signature_engraver" - } - - } - -} - + + +<< + \new Voice \relative { + \time 1/4 c''16[ 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 + } +>> + +