X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-hyphen-break.ly;h=fd6121754b886eba6fcc2e0052b5ca4f606582c0;hb=4934b315013ccdda3ab42271fa8bed6e45587844;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..fd6121754b 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.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. " } +\layout { + indent = 0.0 \cm + line-width = 3.4 \cm + + \context { + \Staff \remove "Time_signature_engraver" + } +} + + + << - \new Staff \relative c'' { - \time 1/4 c16[ c c c] + \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] - - } - \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" - } - } - -