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