]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/pitch.hh
* Documentation/user/refman.itely: Compile fix for \mark #'(music ...).
[lilypond.git] / lily / include / pitch.hh
index abc2eba6bc79b08753f90ce377b65e4081c4071d..fca3791ee9d4eacd2d05779afecc92bc7803736d 100644 (file)
@@ -62,8 +62,8 @@ public:
   /// return pitch from central c (in halfnotes)
   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));
@@ -71,13 +71,14 @@ public:
 
 
 };
-
+SCM ly_pitch_transpose (SCM p, SCM delta);
 DECLARE_UNSMOB(Pitch,pitch);
 
 #include "compare.hh"
 INSTANTIATE_COMPARE (Pitch, Pitch::compare);
 
 int compare (Array<Pitch>*, Array<Pitch>*);
+extern SCM pitch_less_proc;
 
 #endif /* MUSICAL_PITCH_HH */