lilypond-1.0.4
[lilypond.git] / mi2mu / template.cc
blob856ff124649762f25de0a60c8eae7366b544afa9
1 //
2 // template.cc -- implementemplate
3 //
4 // copyright 1997 Jan Nieuwenhuizen <jan@digicash.com>
6 #include "proto.hh"
7 #include "list.hh"
8 #include "list.tcc"
9 #include "cursor.tcc"
11 class istream;
12 class ostream;
14 #include "mudela-item.hh"
15 #include "mudela-column.hh"
16 #include "mudela-staff.hh"
17 #include "mudela-voice.hh"
18 #include "plist.hh"
19 #include "plist.tcc"
21 POINTERLIST_INSTANTIATE(Mudela_item);
22 POINTERLIST_INSTANTIATE(Mudela_staff);
23 POINTERLIST_INSTANTIATE(Mudela_voice);
24 POINTERLIST_INSTANTIATE(Mudela_voice);
25 POINTERLIST_INSTANTIATE(Mudela_column);