]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/moment.hh
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / include / moment.hh
index aebad456e0bf2758e51758cd752fc0a202db8f66..953a89a0083e549754b13e51317d634dbf7307af 100644 (file)
@@ -19,7 +19,7 @@
 */
 class Moment
 {
-  DECLARE_SIMPLE_SMOBS (Moment,);
+  DECLARE_SIMPLE_SMOBS (Moment, );
 public:
   Moment ();
   Moment (int m);
@@ -56,8 +56,8 @@ IMPLEMENT_ARITHMETIC_OPERATOR (Moment, / );
 IMPLEMENT_ARITHMETIC_OPERATOR (Moment, * );
 
 
-DECLARE_UNSMOB(Moment,moment);
-int compare (Moment const&,Moment const&);
+DECLARE_UNSMOB(Moment, moment);
+int compare (Moment const&, Moment const&);
 INSTANTIATE_COMPARE (Moment const&, Moment::compare);
 
 Moment robust_scm2moment (SCM, Moment);