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