From: hanwen Date: Fri, 13 Feb 2004 09:31:54 +0000 (+0000) Subject: release commit X-Git-Tag: release/2.1.27~74 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=20248df19f9e68159a7f3964b0c256869bd64f42;p=lilypond.git release commit --- diff --git a/input/bugs/rhytmicstaff-tie.ly b/input/bugs/rhytmicstaff-tie.ly deleted file mode 100644 index 49c1f50bb8..0000000000 --- a/input/bugs/rhytmicstaff-tie.ly +++ /dev/null @@ -1,14 +0,0 @@ -% from José Luis Cruz -\version "2.1.22" - -\header { - texidoc="@cindex A tie in RhythmicStaff fails to compile." -} - -\score { - \context RhythmicStaff { - \notes { - c1 ~ c1 - } - } -}