]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-stem-direction.ly
7b15bfc6cadb474de96f47b2074f55b4663fdb1e
[lilypond.git] / input / regression / spacing-stem-direction.ly
1
2 \version "2.16.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 \layout {
15   ragged-right = ##t
16 }
17
18
19 \context Voice \relative c {
20   \override Score.PaperColumn #'layer = #1
21   \override Score.PaperColumn #'stencil = #ly:paper-column::print
22
23   %% make sure neutral is down.
24   \override Stem  #'neutral-direction = #down
25   \time 16/4  c''4 c c,  c' d, c' e, c' f, c' g c a c b c
26 }
27
28   
29
30