]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-spacing.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / stem-spacing.ly
1
2 \version "1.9.1"
3
4 \header{
5 texidoc="
6 In a limited number of cases, LilyPond corrects for optical spacing
7 effects.  In this example, space for opposite pointed stems is adjusted.
8 "
9
10 }
11
12 \score { 
13   \context Voice \notes\relative c {
14     
15         \time 12/4  c''4 c c c  a f' f, a 
16         
17   }
18   \paper {
19     raggedright = ##t
20   }  
21 }
22
23 \score { 
24   \context Voice \notes\relative c {
25     
26         \time 12/4  c''4 c c c  a f' f, a 
27         
28   }
29   \paper {
30     raggedright = ##t
31     \translator { \ScoreContext
32     SpacingSpanner \override #'stem-spacing-correction = #0.0
33   }  }
34 }
35