Update .ly files.
[lilypond.git] / input / regression / spacing-knee.ly
blobb5c189538544c7994ae3b69979a42b04a080bb10
1 \version "2.12.0"
2 \header {
4 texidoc = "For knees, the spacing correction is such that the
5 stems are put at regular distances. This effect takes into account the
6 width of the note heads and the thickness of the stem.
10 \layout { ragged-right = ##t}
13 g''8[ g g'' g'']
15 % check code independent of default settings.
16 \override NoteSpacing #'knee-spacing-correction = #1.0
17 g''8[ g g'' g'']
18 \override Stem #'thickness = #10
19 g''8[ g g'' g'']