lilypond-1.3.49
authorfred <fred>
Tue, 26 Mar 2002 23:44:21 +0000 (23:44 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:44:21 +0000 (23:44 +0000)
input/bugs/cm.ly [deleted file]

diff --git a/input/bugs/cm.ly b/input/bugs/cm.ly
deleted file mode 100644 (file)
index 02e8320..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-flauti = \notes \relative c' {
-  c1 
-  \break c
-}
-
-
-timpani = \notes \relative c' {
-  c1 c
-}
-
-
-
-\score {
-  < 
-    \context StaffGroup ="legni" < 
-      \context Staff ="flauti" \flauti
-    >
-    \context StaffGroup ="timpani" <
-    \notes { 
-       c1
-    }
-    >
-  >
-
-}
-