]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/moment.cc
Run grand-replace (issue 3765)
[lilypond.git] / lily / moment.cc
index 1284c73691199fd454f4b236d70a9f5f98e69e2f..e1e3478c6ed71e607619cdb2bba6ce26074f2374 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1999--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1999--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -71,10 +71,10 @@ SCM
 Moment::as_scheme () const
 {
   return scm_list_5 (ly_symbol2scm ("ly:make-moment"),
-                    scm_from_int64 (main_part_.num ()),
-                    scm_from_int64 (main_part_.den ()),
-                    scm_from_int64 (grace_part_.num ()),
-                    scm_from_int64 (grace_part_.den ()));
+                     scm_from_int64 (main_part_.num ()),
+                     scm_from_int64 (main_part_.den ()),
+                     scm_from_int64 (grace_part_.num ()),
+                     scm_from_int64 (grace_part_.den ()));
 }
 
 SCM