]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/local-key-item.hh
release: 1.3.108
[lilypond.git] / lily / include / local-key-item.hh
index 88b76d7b4615c92757e9353a945fcd78cd25f736..9eb8c92b9f2d2c440e1e27cb29583391343c3bb2 100644 (file)
@@ -9,14 +9,14 @@
 
 
 #include "array.hh"
-#include "musical-pitch.hh"
+#include "pitch.hh"
 
 class Local_key_item
 {
   static Molecule parenthesize (Score_element*me, Molecule) ;
 public:
   DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
-  static void add_pitch (Score_element*me, Musical_pitch, bool cautionary, bool natural);
+  static void add_pitch (Score_element*me, Pitch, bool cautionary, bool natural);
   static bool has_interface (Score_element*);
   static void set_interface (Score_element*);  
 };