From 04a9768d054708758605c63cdb5725bfc800ac2d Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:45:27 +0000 Subject: [PATCH] lilypond-0.0.67 --- lily/template2.cc | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.39.5