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