]> git.donarmstrong.com Git - lilypond.git/commitdiff
New file.
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 30 May 2002 14:05:48 +0000 (14:05 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 30 May 2002 14:05:48 +0000 (14:05 +0000)
ChangeLog
input/bugs/melisma-tie-rest.ly [new file with mode: 0644]

index ded13a7272e4435e7041a8fe6384353987dfe8fe..97960c0c58c4d6c273c5c4d42f111da4eb0b722d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/bugs/melisma-tie-rest.ly: New file.
+
 2002-05-30  Han-Wen  <hanwen@cs.uu.nl>
 
        * lily/stem.cc (calc_stem_info): remove min_y member, rename
diff --git a/input/bugs/melisma-tie-rest.ly b/input/bugs/melisma-tie-rest.ly
new file mode 100644 (file)
index 0000000..08a832b
--- /dev/null
@@ -0,0 +1,24 @@
+\header{
+    texidoc = "Lyric extenders that start because of an autmatic tie melisma,
+extend during a subsequent rest, and cannot be forced to stop."
+}
+\score{
+    <
+       \addlyrics
+       \context Staff = soprano {
+           \property Staff.automaticMelismata = ##t
+           \context Voice=soprano\notes\relative c'' {
+               c4 ~ c r2 r1 c
+               c4 ~ c
+               \melismaEnd
+               \property Staff.tieMelismaBusy = ##f
+               r2 r1 c
+           }
+       }
+       \context Lyrics = "soprano" \lyrics {
+           hey __ stop?
+           hey __ STOP!!!
+       }
+    >
+}
+