]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/moment-scheme.cc
* lily/grob.cc: remove X-extent-callback / Y-extent-callback.
[lilypond.git] / lily / moment-scheme.cc
index cdedb19829f0ea82b02b42848f9494423f75aff2..0f467933858fb671efffc35eadfc1ec9e108529b 100644 (file)
@@ -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.")