]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-stem-direction.ly
*** empty log message ***
[lilypond.git] / input / regression / spacing-stem-direction.ly
1
2 \version "2.6.0"
3
4 \header{
5
6   texidoc="
7
8 There are optical corrections to the spacing of stems. The overlap between 
9 two adjacent stems of different direction is used as a measure for how
10 much to correct."
11
12 }
13
14
15 \context Voice \relative c {
16   %% make sure neutral is down.
17   \override Stem  #'neutral-direction = #-1
18   \time 16/4  c''4 c c,  c' d, c' e, c' f, c' g c a c b c
19 }
20
21 \layout {
22   raggedright = ##t
23 }  
24
25