From: janneke Date: Fri, 13 Feb 2004 09:17:12 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create tag 'lilypond_2_1_22'. X-Git-Tag: release/2.1.22 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=97d3576ddf960f433cb1c8d04010b996fe5717ba;p=lilypond.git This commit was manufactured by cvs2svn to create tag 'lilypond_2_1_22'. --- 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 - } - } -}