X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-knee.ly;h=2f17c31629cfd2b0cf89049a7f7316a7ee5efead;hb=0e42f1207ae89f4df3c6a21c986c1eaf06a028f0;hp=13f4a1399e2e1c02a2809e8a1f4c80af02320d70;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/spacing-knee.ly b/input/regression/spacing-knee.ly index 13f4a1399e..2f17c31629 100644 --- a/input/regression/spacing-knee.ly +++ b/input/regression/spacing-knee.ly @@ -1,22 +1,24 @@ -\version "2.3.4" +\version "2.14.0" \header { - texidoc = "For knees, the spacing correction is such that the + texidoc = "For knees, the spacing correction is such that the stems are put at regular distances. This effect takes into account the width of the note heads and the thickness of the stem. " - } -\score { +} + +\layout { ragged-right = ##t} + { - g''8[ g g'' g''] - - % check code independent of default settings. - \override NoteSpacing #'knee-spacing-correction = #1.0 - g''8[ g g'' g''] - \override Stem #'thickness = #10 - g''8[ g g'' g''] - } -\paper { raggedright = ##t} - } + g''8[ g g'' g''] + + % check code independent of default settings. + \override NoteSpacing #'knee-spacing-correction = #1.0 + g''8[ g g'' g''] + \override Stem #'thickness = #10 + g''8[ g g'' g''] +} + +