From: janneke <janneke>
Date: Tue, 30 Dec 2003 18:20:47 +0000 (+0000)
Subject: This commit was manufactured by cvs2svn to create tag 'lilypond_2_1_4'.
X-Git-Tag: release/2.1.4
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4ecc1aa396b5df5382aa4d806e66e09bf9204aaa;p=lilypond.git

This commit was manufactured by cvs2svn to create tag 'lilypond_2_1_4'.
---

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 <joseluis AT jazzartistas.com>
-\version "2.1.0"
-
-\header { 
-  texidoc="@cindex A tie in RhythmicStaff fails to compile."
-}
-
-\score { 
-  \context RhythmicStaff {
-    \notes { 
-        c1 ~ c1
-    }
-  }
-}