]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/accidental-collision.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / bugs / accidental-collision.ly
1
2
3
4 \include "paper16.ly";
5 \score {
6   \notes {
7     \relative c'' \context Voice \sequential {
8      <dis ais e>
9    }
10   }
11   \paper{
12       linewidth = 5.0\cm;
13   }
14 }