]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.60
authorfred <fred>
Sun, 24 Mar 2002 19:42:17 +0000 (19:42 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:42:17 +0000 (19:42 +0000)
.version
lily/register.cc

index 7db091cf9cf3db0d51ee3f8ede1c291e641f29c8..d3c588005d21426925ad948c4465fc6fbf2782e8 100644 (file)
--- 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
 
index 57a030d956a550d5b2bc150641f7a8a9bcc9e933..08c3feaa00ec4ca85e05d185fb585ffec114da71 100644 (file)
 #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*)
 {