X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-knee.ly;h=2ef25e5675fa55aae4b38a2ba9ddeb4fe168e326;hb=22a856e734d8dd3e2112ba954c4aab2ab7fc3556;hp=b5c189538544c7994ae3b69979a42b04a080bb10;hpb=bb91de5b7f8c4f753452730101c2422946067cc3;p=lilypond.git diff --git a/input/regression/spacing-knee.ly b/input/regression/spacing-knee.ly index b5c1895385..2ef25e5675 100644 --- a/input/regression/spacing-knee.ly +++ b/input/regression/spacing-knee.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.17.6" \header { texidoc = "For knees, the spacing correction is such that the @@ -13,9 +13,9 @@ width of the note heads and the thickness of the stem. g''8[ g g'' g''] % check code independent of default settings. - \override NoteSpacing #'knee-spacing-correction = #1.0 + \override NoteSpacing.knee-spacing-correction = #1.0 g''8[ g g'' g''] - \override Stem #'thickness = #10 + \override Stem.thickness = #10 g''8[ g g'' g''] }