]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-stem-direction.ly
covnert-ly
[lilypond.git] / input / regression / spacing-stem-direction.ly
1 \version "1.5.68"
2
3 \header{
4
5 texidoc="
6
7 LilyPond corrects for optical spacing of stems. The overlap between to
8 adjacent stems of different direction is used as a measure for how
9 much to correct."
10
11 }
12
13 \score { 
14   \context Voice \notes\relative c {
15   % make sure neutral is down.
16     \property Voice.Stem \override #'neutral-direction = #-1
17         \time 16/4  c''4 c c,  c' d, c' e, c' f, c' g c a c b c
18         
19   }
20   \paper {
21     linewidth=-1.0
22   }  
23 }