From: janneke Date: Mon, 9 Feb 2004 12:50:00 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create tag 'lilypond_2_1_20'. X-Git-Tag: release/2.1.20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bec441df004bf2ca34f2c07c543d711e45d3ce60;p=lilypond.git This commit was manufactured by cvs2svn to create tag 'lilypond_2_1_20'. --- 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 - } - } -}