]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-spacing.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / regression / stem-spacing.ly
1 \version "1.7.18"
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     raggedright = ##t
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     raggedright = ##t
30     \translator { \ScoreContext
31     SpacingSpanner \override #'stem-spacing-correction = #0.0
32   }  }
33 }
34