]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.40
authorfred <fred>
Tue, 26 Mar 2002 22:10:34 +0000 (22:10 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:10:34 +0000 (22:10 +0000)
input/test/noteheadstyle.fly [deleted file]
mi2mu/template9.cc [deleted file]

diff --git a/input/test/noteheadstyle.fly b/input/test/noteheadstyle.fly
deleted file mode 100644 (file)
index c1fcca0..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-
-c''4 c2 c8  c16 c16 c1 
-\property Voice.noteHeadStyle = "diamond"
-c4 c2 c8  c16 c16  c1
-\property Voice.noteHeadStyle = "transparent"
-c4 c2 c8  c16 c16  c1
-\property Voice.noteHeadStyle = "cross"
-c4 c2 c8  c16 c16  c1
-\property Voice.noteHeadStyle = "harmonic"
-c4 c2 c8  c16 c16  c1
diff --git a/mi2mu/template9.cc b/mi2mu/template9.cc
deleted file mode 100644 (file)
index 7d99a4b..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-//
-// template.cc -- implementemplate
-// ugh: must have unique name for Cygnus' gcc:
-// liblily.a(template.o): In function `GLOBAL_$I$template.cc':
-// template.cc:28: multiple definition of `global constructors keyed to template.cc'
-//
-// copyright 1997 Jan Nieuwenhuizen <janneke@gnu.org>
-
-#include "proto.hh"
-#include "list.hh"
-#include "list.tcc"
-#include "cursor.tcc"
-
-class istream;
-class ostream;
-
-#include "mudela-item.hh"
-#include "mudela-column.hh"
-#include "mudela-staff.hh"
-#include "mudela-voice.hh"
-#include "mudela-staff.hh"
-#include "mudela-score.hh"
-#include "pcursor.hh"
-#include "plist.hh"
-#include "pcursor.tcc"
-#include "plist.tcc"
-
-POINTERLIST_INSTANTIATE(Mudela_item);
-POINTERLIST_INSTANTIATE(Mudela_staff);
-POINTERLIST_INSTANTIATE(Mudela_voice);
-POINTERLIST_INSTANTIATE(Mudela_column);
-POINTERLIST_INSTANTIATE(Mudela_score);