From: janneke Date: Thu, 5 Feb 2004 17:18:59 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create tag 'lilypond_2_1_19'. X-Git-Tag: release/2.1.19 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e7121e6d68f3724d0a155e9a09f420e7ccef7d8e;p=lilypond.git This commit was manufactured by cvs2svn to create tag 'lilypond_2_1_19'. --- diff --git a/input/bugs/rhytmicstaff-tie.ly b/input/bugs/rhytmicstaff-tie.ly deleted file mode 100644 index 197e3ac264..0000000000 --- a/input/bugs/rhytmicstaff-tie.ly +++ /dev/null @@ -1,14 +0,0 @@ -% from José Luis Cruz -\version "2.1.0" - -\header { - texidoc="@cindex A tie in RhythmicStaff fails to compile." -} - -\score { - \context RhythmicStaff { - \notes { - c1 ~ c1 - } - } -}