From 0afc0f9e5c0050c7fc111a87dc06e481b14099c5 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:37:40 +0000 Subject: [PATCH] lilypond-0.0.46.jcn1 --- lily/.version | 4 ++-- lily/template3.cc | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lily/.version b/lily/.version index 5cb028566e..44ee82c2f9 100644 --- a/lily/.version +++ b/lily/.version @@ -1,7 +1,7 @@ MAJOR_VERSION = 0 MINOR_VERSION = 0 -PATCH_LEVEL = 45 +PATCH_LEVEL = 46 # use to send patches, always empty for released version: # include separator: ".postfix", "-pl" makes rpm barf -MY_PATCH_LEVEL = +MY_PATCH_LEVEL = .jcn1 diff --git a/lily/template3.cc b/lily/template3.cc index 4881783f5c..50208175e5 100644 --- a/lily/template3.cc +++ b/lily/template3.cc @@ -2,6 +2,7 @@ #include "input-score.hh" #include "input-staff.hh" #include "input-music.hh" +#include "input-register.hh" #include "molecule.hh" #include "voice-element.hh" #include "plist.tcc" @@ -10,3 +11,4 @@ IPL_instantiate(Atom); IPL_instantiate(Input_staff); IPL_instantiate(Input_music); +IPL_instantiate(Input_register); -- 2.39.5