From: hanwen Date: Sat, 3 Aug 2002 00:45:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/1.5.71~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e98537c1d76ac8cb41ad3f6732ec61289affaa14;p=lilypond.git *** empty log message *** --- diff --git a/input/bugs/rest-melisma.ly b/input/bugs/rest-melisma.ly deleted file mode 100644 index 5f53d42350..0000000000 --- a/input/bugs/rest-melisma.ly +++ /dev/null @@ -1,20 +0,0 @@ -\version "1.5.68" -\header { -texidoc = "slur or long note on other staves fool lily into extending melisma" -} -\score { - < - \addlyrics - \notes { - \property Staff.automaticMelismata= ##t - \context Voice = melismaBla { c4 () c r c } - } - \context LyricsVoice = "melismaBla-1" \lyrics { foo __ bar } - \context Staff=foolMelismata \notes{ - c4 c c c - } - \context Staff=OtherFoolMelismata \notes{ - c1 - } - > -}