]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-spacing.ly
release: 1.3.146
[lilypond.git] / input / regression / stem-spacing.ly
1 \version "1.3.146"
2
3 \header{
4 texidoc="
5 In a limited number of cases, LilyPond corrects for optical spacing
6 effects.  In this example, space for opposite pointed stems is adjuste
7 "
8 }
9 \score { 
10   \context Voice \notes\relative c {
11     
12         \time 12/4  c''4 c c c  a f' f, a 
13         
14   }
15   \paper {
16     linewidth=-1.0
17   }  
18   \midi { }
19 }