X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmoment-scheme.cc;h=bc8dfae78b9ccbc9b806a36932f2da122641e48a;hb=ff90d34b47b91a7321ff9b21fe20133911376364;hp=cdedb19829f0ea82b02b42848f9494423f75aff2;hpb=4eda05210e633f19debe8b40e014b1143a5e48d6;p=lilypond.git diff --git a/lily/moment-scheme.cc b/lily/moment-scheme.cc index cdedb19829..bc8dfae78b 100644 --- a/lily/moment-scheme.cc +++ b/lily/moment-scheme.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2005 Han-Wen Nienhuys + (c) 1999--2006 Han-Wen Nienhuys */ #include "moment.hh" @@ -42,7 +42,6 @@ LY_DEFINE (ly_make_moment, "ly:make-moment", Rational (grace_num, grace_den)).smobbed_copy (); } - LY_DEFINE (ly_sub_moment, "ly:moment-sub", 2, 0, 0, (SCM a, SCM b), "Subtract two moments.") @@ -98,7 +97,6 @@ LY_DEFINE (ly_moment_mod, "ly:moment-mod", return (*ma % * mb).smobbed_copy (); } - LY_DEFINE (ly_moment_grace_numerator, "ly:moment-grace-numerator", 1, 0, 0, (SCM mom), "Extract numerator from grace timing.")