From 3a6a82784a89892d521b9b98c227bf95f525c00c Mon Sep 17 00:00:00 2001 From: hjunes Date: Sat, 1 Nov 2003 00:28:16 +0000 Subject: [PATCH] * input/bugs/rhytmicstaff-tie.ly: add file. --- ChangeLog | 4 ++++ input/bugs/rhytmicstaff-tie.ly | 14 ++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 input/bugs/rhytmicstaff-tie.ly diff --git a/ChangeLog b/ChangeLog index 8eef8760e7..93c942f4be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-11-01 Heikki Junes + + * input/bugs/rhytmicstaff-tie.ly: add file. + 2003-10-31 Heikki Junes * 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 +\version "2.1.0" + +\header { + texidoc="@cindex A tie in RhythmicStaff fails to compile." +} + +\score { + \context RhythmicStaff { + \notes { + c1 ~ c1 + } + } +} -- 2.39.5