]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-stem-direction.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / spacing-stem-direction.ly
1
2 \version "2.1.26"
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 \score { 
15   \context Voice \notes\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   \paper {
22     raggedright = ##t
23   }  
24 }
25