From: fred Date: Wed, 27 Mar 2002 02:00:05 +0000 (+0000) Subject: lilypond-1.5.8 X-Git-Tag: release/1.5.59~504 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0166f72c5934b74ce5fee08cdb6560906d5b75a8;p=lilypond.git lilypond-1.5.8 --- diff --git a/input/bugs/accidental-collision.ly b/input/bugs/accidental-collision.ly new file mode 100644 index 0000000000..38440668d7 --- /dev/null +++ b/input/bugs/accidental-collision.ly @@ -0,0 +1,16 @@ +\header { +texidoc="The two sharps overstrike, the flat and sharp overstrike" +} +\version "1.3.148" + +\include "paper16.ly" +\score { + \notes { + \relative c'' \context Voice \sequential { + + } + } + \paper{ + linewidth = 5.0\cm + } +}