]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 3 Aug 2002 00:45:05 +0000 (00:45 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 3 Aug 2002 00:45:05 +0000 (00:45 +0000)
input/bugs/rest-melisma.ly [deleted file]

diff --git a/input/bugs/rest-melisma.ly b/input/bugs/rest-melisma.ly
deleted file mode 100644 (file)
index 5f53d42..0000000
+++ /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
-    }  
-  >  
-}