From: Han-Wen Nienhuys Date: Sat, 3 Aug 2002 00:45:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/1.5.72~44 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=29a0255b67984b8d22cf67f3d7578c942bcebf61;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 - } - > -}