]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-spacing.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / stem-spacing.ly
1
2 \version "2.3.22"
3
4 \header{
5 texidoc="
6 In a limited number of cases, the optical spacing effects are corrected.  
7 In this example, space for opposite pointed stems is adjusted.
8 "
9
10 }
11
12 \score { 
13   \context Voice \relative c {
14     
15         \time 12/4  c''4 c c c  a f' f, a 
16         
17   }
18   \layout {
19     raggedright = ##t
20   }  
21 }
22
23 \score { 
24   \context Voice \relative c {
25     
26         \time 12/4  c''4 c c c  a f' f, a 
27         
28   }
29   \layout {
30     raggedright = ##t
31     \context { \Score
32     \override SpacingSpanner #'stem-spacing-correction = #0.0
33   }  }
34 }
35