]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-spacing.ly
patch::: 1.5.4.jcn4
[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 }
10
11 \score { 
12   \context Voice \notes\relative c {
13     
14         \time 12/4  c''4 c c c  a f' f, a 
15         
16   }
17   \paper {
18     linewidth=-1.0
19   }  
20 }
21
22 \score { 
23   \context Voice \notes\relative c {
24     
25         \time 12/4  c''4 c c c  a f' f, a 
26         
27   }
28   \paper {
29     linewidth=-1.0
30     \translator { \ScoreContext
31     SpacingSpanner \override #'stem-spacing-correction = #0.0
32   }  }
33 }
34