]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/local-key-item.hh
''
[lilypond.git] / lily / include / local-key-item.hh
index 88b76d7b4615c92757e9353a945fcd78cd25f736..8a2dd3199c1c982ddbd016c68fbc6bfc77b954f6 100644 (file)
@@ -1,7 +1,7 @@
 /*
   local-key-item.hh -- part of GNU LilyPond
 
-  (c) 1996--2000 Han-Wen Nienhuys
+  (c) 1996--2002 Han-Wen Nienhuys
 */
 
 #ifndef LOCALKEYITEM_HH
@@ -9,16 +9,17 @@
 
 
 #include "array.hh"
-#include "musical-pitch.hh"
+#include "pitch.hh"
 
 class Local_key_item
 {
-  static Molecule parenthesize (Score_element*me, Molecule) ;
+  static Molecule parenthesize (Grob*me, Molecule) ;
 public:
-  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
-  static void add_pitch (Score_element*me, Musical_pitch, bool cautionary, bool natural);
-  static bool has_interface (Score_element*);
-  static void set_interface (Score_element*);  
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
+  static void add_pitch (Grob*me, Pitch, bool cautionary, bool natural, Grob *tie_break_cautionary);
+  static bool has_interface (Grob*);
+  static void set_interface (Grob*);  
 };