]> git.donarmstrong.com Git - lilypond.git/commitdiff
* input/bugs/rhytmicstaff-tie.ly: add file.
authorHeikki Junes <heikki.junes@hut.fi>
Sat, 1 Nov 2003 00:28:16 +0000 (00:28 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Sat, 1 Nov 2003 00:28:16 +0000 (00:28 +0000)
ChangeLog
input/bugs/rhytmicstaff-tie.ly [new file with mode: 0644]

index 8eef8760e777484febc646bafddeb5a652e5b734..93c942f4bedafe657b11cc4bcebfb95e1c9346ed 100644 (file)
--- 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 (file)
index 0000000..197e3ac
--- /dev/null
@@ -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
+    }
+  }
+}