From: Heikki Junes <heikki.junes@hut.fi>
Date: Sat, 1 Nov 2003 00:28:16 +0000 (+0000)
Subject:        * input/bugs/rhytmicstaff-tie.ly: add file.
X-Git-Tag: release/2.1.23~314
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=917a5ab05640a6f1b387d0c7260be875f12f9d9e;p=lilypond.git

   * input/bugs/rhytmicstaff-tie.ly: add file.
---

diff --git a/ChangeLog b/ChangeLog
index 8eef8760e7..93c942f4be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
+
+	* input/bugs/rhytmicstaff-tie.ly: add file.
+
 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
 
 	* input/test/bar-lines.ly (TODO): dashed "|".
diff --git a/input/bugs/rhytmicstaff-tie.ly b/input/bugs/rhytmicstaff-tie.ly
new file mode 100644
index 0000000000..197e3ac264
--- /dev/null
+++ b/input/bugs/rhytmicstaff-tie.ly
@@ -0,0 +1,14 @@
+% 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
+    }
+  }
+}