From 14e7d9c1d7110c0da371a10ce9a2e74532098d09 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:10:34 +0000 Subject: [PATCH] lilypond-1.1.40 --- input/test/noteheadstyle.fly | 10 ---------- mi2mu/template9.cc | 32 -------------------------------- 2 files changed, 42 deletions(-) delete mode 100644 input/test/noteheadstyle.fly delete mode 100644 mi2mu/template9.cc diff --git a/input/test/noteheadstyle.fly b/input/test/noteheadstyle.fly deleted file mode 100644 index c1fcca075a..0000000000 --- a/input/test/noteheadstyle.fly +++ /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 index 7d99a4b920..0000000000 --- a/mi2mu/template9.cc +++ /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 - -#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); -- 2.39.5