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