]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/pitch.hh
patch::: 1.3.136.jcn3
[lilypond.git] / lily / include / pitch.hh
index 25b576f4c0436fd1109fc3601e29a36544f60248..c88ed87ff061880e8505de7f0aa38b1853032559 100644 (file)
@@ -58,16 +58,16 @@ public:
 
   static int compare (Pitch const&,Pitch const&);
   /// return large part of interval from central c
-  int steps() const;
+  int steps () const;
   /// return pitch from central c (in halfnotes)
-  int semitone_pitch() const; 
+  int semitone_pitch () const; 
   String str () const;
 
   static SCM transpose (SCM p, SCM delta);
 
   SCM smobbed_copy () const;
-  DECLARE_SCHEME_CALLBACK(less_p, (SCM a, SCM b));
-  DECLARE_SIMPLE_SMOBS(Pitch,);
+  DECLARE_SCHEME_CALLBACK (less_p, (SCM a, SCM b));
+  DECLARE_SIMPLE_SMOBS (Pitch,);
 
 
 };
@@ -75,7 +75,7 @@ public:
 Pitch* unsmob_pitch (SCM);
 
 #include "compare.hh"
-INSTANTIATE_COMPARE(Pitch, Pitch::compare);
+INSTANTIATE_COMPARE (Pitch, Pitch::compare);
 
 int compare (Array<Pitch>*, Array<Pitch>*);