]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/moment-scheme.cc
uniformize C++ <-> scheme name mappings.
[lilypond.git] / lily / moment-scheme.cc
index b19259e6b2505d36c30034282cc3caf55abfcdb9..9bad172300cac7651ff78666587f1d57d6e137fe 100644 (file)
@@ -42,7 +42,7 @@ LY_DEFINE (ly_make_moment, "ly:make-moment",
                 Rational (grace_num, grace_den)).smobbed_copy ();
 }
 
-LY_DEFINE (ly_sub_moment, "ly:moment-sub",
+LY_DEFINE (ly_moment_sub, "ly:moment-sub",
           2, 0, 0, (SCM a, SCM b),
           "Subtract two moments.")
 {