]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.123
authorfred <fred>
Tue, 16 Jan 2001 21:54:38 +0000 (21:54 +0000)
committerfred <fred>
Tue, 16 Jan 2001 21:54:38 +0000 (21:54 +0000)
input/bugs/ties.ly [new file with mode: 0644]

diff --git a/input/bugs/ties.ly b/input/bugs/ties.ly
new file mode 100644 (file)
index 0000000..96ad587
--- /dev/null
@@ -0,0 +1,20 @@
+\header {
+  texidoc="Positioning of last ties is incorrect; ties between 2-1 and 1-1
+  durations differ.  Direction is incorrect.";
+}
+
+\score {
+  \context Staff <
+    \context Voice = a \notes\relative c'' {
+      \stemUp
+      r2 a2~a1~a
+    }
+    \context Voice = y \notes\relative c' {
+      \stemDown
+      r2 a2~a1~a
+    }
+  >
+  \paper {
+    linewidth = 100 * \staffspace;
+  }
+}
\ No newline at end of file