From: fred Date: Sun, 24 Mar 2002 19:37:40 +0000 (+0000) Subject: lilypond-0.0.46.jcn1 X-Git-Tag: release/1.5.59~5051 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0afc0f9e5c0050c7fc111a87dc06e481b14099c5;p=lilypond.git lilypond-0.0.46.jcn1 --- 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);