]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/accidental-placement.hh
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond...
[lilypond.git] / lily / include / accidental-placement.hh
index ed2703af87651b42894764305e7d6cff3e3effbf..d5dd0c7c828eb925c954cc05ed31eb4fd685aca6 100644 (file)
@@ -3,14 +3,14 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2002--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2002--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef ACCIDENTAL_PLACEMENT_HH
 #define ACCIDENTAL_PLACEMENT_HH
 
 #include "grob-interface.hh"
-#include "grob.hh"
+#include "lily-proto.hh"
 
 class Accidental_placement
 {
@@ -18,9 +18,7 @@ public:
   DECLARE_SCHEME_CALLBACK (alignment_callback, (SCM element));
   static void add_accidental (Grob *, Grob *);
 
-  static Interval get_relevant_accidental_extent (Grob *me,
-                                                 Item *item_col,
-                                                 Grob *acc);
+  static vector<Grob*> get_relevant_accidentals (vector<Grob*> const &elts, Grob *left);
   static void split_accidentals (Grob *accs,
                                 vector<Grob*> *break_reminder,
                                 vector<Grob*> *real_acc);