]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-stem-direction.ly
fix keep-inside-line on the left side (issue #130)
[lilypond.git] / input / regression / spacing-stem-direction.ly
1
2 \version "2.7.39"
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   %% make sure neutral is down.
21   \override Stem  #'neutral-direction = #down
22   \time 16/4  c''4 c c,  c' d, c' e, c' f, c' g c a c b c
23 }
24
25   
26
27