]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-knee.ly
*** empty log message ***
[lilypond.git] / input / regression / spacing-knee.ly
1 \version "2.1.28"
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 g'' g''] 
12
13  % check code independent of default settings.
14  \override NoteSpacing  #'knee-spacing-correction = #1.0 
15  g''8[ g g'' g''] 
16  \override Stem  #'thickness = #10 
17  g''8[ g g'' g''] 
18     }
19 \paper { raggedright = ##t}
20      }
21
22