]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/moment-scheme.cc
*** empty log message ***
[lilypond.git] / lily / moment-scheme.cc
index cdedb19829f0ea82b02b42848f9494423f75aff2..bc8dfae78b9ccbc9b806a36932f2da122641e48a 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #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.")