projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
226384b
)
lilypond-1.3.49
author
fred
<fred>
Tue, 26 Mar 2002 23:44:21 +0000
(23:44 +0000)
committer
fred
<fred>
Tue, 26 Mar 2002 23:44:21 +0000
(23:44 +0000)
input/bugs/cm.ly
[deleted file]
patch
|
blob
|
history
diff --git
a/input/bugs/cm.ly
b/input/bugs/cm.ly
deleted file mode 100644
(file)
index
02e8320
..0000000
--- a/
input/bugs/cm.ly
+++ /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
- }
- >
- >
-
-}
-