]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/accidental-collision.ly
patch::: 1.5.7.jcn1
[lilypond.git] / input / bugs / accidental-collision.ly
1 \header {
2 texidoc="The two sharps overstrike, the flat and sharp overstrike"
3 }
4 \version "1.3.148"
5
6 \include "paper16.ly"
7 \score {
8   \notes {
9     \relative c'' \context Voice \sequential {
10      <dis1 ais e> <bes dis>
11    }
12   }
13   \paper{
14       linewidth = 5.0\cm
15   }
16 }