X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-knee.ly;h=b5c189538544c7994ae3b69979a42b04a080bb10;hb=bb91de5b7f8c4f753452730101c2422946067cc3;hp=2299d0330a1951a7ee201ce523f5f71e40bfdf8f;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/spacing-knee.ly b/input/regression/spacing-knee.ly index 2299d0330a..b5c1895385 100644 --- a/input/regression/spacing-knee.ly +++ b/input/regression/spacing-knee.ly @@ -1,22 +1,24 @@ -\version "2.1.22" +\version "2.12.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 { \notes +} + +\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''] +} + +