From 0166f72c5934b74ce5fee08cdb6560906d5b75a8 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 02:00:05 +0000 Subject: [PATCH] lilypond-1.5.8 --- input/bugs/accidental-collision.ly | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 input/bugs/accidental-collision.ly 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 + } +} -- 2.39.5