]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/accidental-placement.hh
2003 -> 2004
[lilypond.git] / lily / include / accidental-placement.hh
index 6eb4b48d951717178ba5015a6b80b703411c456f..5cc9de0517d944bf86219b13b3802083c02e1f76 100644 (file)
@@ -3,7 +3,7 @@ accidental-placement.hh -- declare  Accidental_placement
 
 source file of the GNU LilyPond music typesetter
 
-(c) 2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+(c) 2002--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
  */
 
@@ -18,8 +18,14 @@ public:
   DECLARE_SCHEME_CALLBACK (alignment_callback, (SCM element, SCM axis));
   static void add_accidental (Grob *,Grob* );
 
+  static Interval get_relevant_accidental_extent (Grob *me,
+                                                 Item *item_col,
+                                                 Grob *acc);
+  static void split_accidentals (Grob * accs,
+                         Link_array<Grob> *break_reminder,
+                         Link_array<Grob> *real_acc);
   
-  static void position_accidentals (Grob* );
+  static SCM position_accidentals (Grob* );
   static bool has_interface (Grob*);
 };
 #endif /* ACCIDENTAL_PLACEMENT_HH */