]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/pitch.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / pitch.hh
index cce03371f110ce9da9b956988648e1d522c1c661..57cb076b526fdcfa4566a6408b71e3de30fda551 100644 (file)
@@ -57,7 +57,7 @@ public:
   int steps () const;
   int semitone_pitch () const;
   int quartertone_pitch () const;
-  std::string to_string () const;
+  string to_string () const;
 
   DECLARE_SCHEME_CALLBACK (less_p, (SCM a, SCM b));
   DECLARE_SIMPLE_SMOBS (Pitch,);
@@ -82,7 +82,6 @@ DECLARE_UNSMOB (Pitch, pitch);
 
 INSTANTIATE_COMPARE (Pitch, Pitch::compare);
 
-int compare (std::vector<Pitch> *, std::vector<Pitch> *);
 extern SCM pitch_less_proc;
 Pitch pitch_interval (Pitch const &from, Pitch const &to);