]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-knee.ly
release commit
[lilypond.git] / input / regression / spacing-knee.ly
1 \version "2.8.0"
2 \header {
3
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.
7 "
8 }
9
10 \layout { ragged-right = ##t}
11
12 {
13   g''8[ g g'' g''] 
14
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''] 
20 }
21
22
23
24