From: fred Date: Sun, 24 Mar 2002 19:45:27 +0000 (+0000) Subject: lilypond-0.0.67 X-Git-Tag: release/1.5.59~4605 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=04a9768d054708758605c63cdb5725bfc800ac2d;p=lilypond.git lilypond-0.0.67 --- diff --git a/lily/template2.cc b/lily/template2.cc index d9d3f99cda..1115253ce5 100644 --- a/lily/template2.cc +++ b/lily/template2.cc @@ -6,6 +6,7 @@ (c) 1997 Han-Wen Nienhuys */ +#include "music.hh" #include "symbol.hh" #include "voice.hh" #include "voice-element.hh" @@ -25,3 +26,4 @@ IPL_instantiate(Voice_element); IPL_instantiate(Voice); +IPL_instantiate(Music);