]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/slur-scoring.hh
*** empty log message ***
[lilypond.git] / lily / include / slur-scoring.hh
index 196387abd96f32c381968d3580f6f047bdb376e6..ca0f114282b81893468094e813d0ca7bbe63a025 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2004 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2004--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
   
 */
 
@@ -13,6 +13,7 @@
 #include "box.hh"
 #include "lily-proto.hh"
 #include "parray.hh"
+#include "lily-guile.hh"
 
 struct Slur_score_parameters
 {
@@ -144,6 +145,7 @@ struct Slur_score_state
   Encompass_info get_encompass_info (Grob *col) const;
   Array<Extra_collision_info> get_extra_encompass_infos () const;
   Real move_away_from_staffline (Real y, Grob *on_staff) const;
+  int get_closest_index (SCM inspect_quants) const;
 };