]> git.donarmstrong.com Git - lilypond.git/blob - input/test/accidental-spacing.ly
CC
[lilypond.git] / input / test / accidental-spacing.ly
1 \version "1.5.68"
2
3 \score { 
4   \context Voice \notes\relative c {
5     c''4 c4 cis4 cis  [c8 c \clef "bass" f,, f]
6         
7   }
8   \paper {
9     linewidth=-1.0
10   }  
11   \midi { }
12 }