From: fred Date: Sun, 24 Mar 2002 19:42:17 +0000 (+0000) Subject: lilypond-0.0.60 X-Git-Tag: release/1.5.59~4788 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bad9516909387a793386322cf41ed1eb6f6be32e;p=lilypond.git lilypond-0.0.60 --- diff --git a/.version b/.version index 7db091cf9c..d3c588005d 100644 --- a/.version +++ b/.version @@ -1,6 +1,6 @@ TOPLEVEL_MAJOR_VERSION = 0 TOPLEVEL_MINOR_VERSION = 0 -TOPLEVEL_PATCH_LEVEL = 59 +TOPLEVEL_PATCH_LEVEL = 60 # use to send patches, always empty for released version: # include separator: ".postfix", "-pl" makes rpm barf diff --git a/lily/register.cc b/lily/register.cc index 57a030d956..08c3feaa00 100644 --- a/lily/register.cc +++ b/lily/register.cc @@ -16,6 +16,12 @@ #include "register-group.hh" #include "debug.hh" +Scalar +Request_register::get_feature(String t) +{ + return daddy_reg_l_->get_feature(t); +} + bool Request_register::try_request(Request*) {