From bad9516909387a793386322cf41ed1eb6f6be32e Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:42:17 +0000 Subject: [PATCH] lilypond-0.0.60 --- .version | 2 +- lily/register.cc | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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*) { -- 2.39.5