]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-knee.ly
* scm/define-grobs.scm (all-grob-descriptions): set
[lilypond.git] / input / regression / spacing-knee.ly
1 \version "1.7.18"
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 \score { \notes
10 {
11 g'8-[ g'8-]     
12  g''8-[ g g'' g''] 
13
14  %\property Voice.Stem \override #'thickness = #10 
15  %g''8-[ g g'' g''] 
16     }
17 \paper { raggedright = ##t}
18      }
19
20 %% new-chords-done %%