]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spaceable-grob.hh
* lily/text-item.cc (text_to_molecule): new function
[lilypond.git] / lily / include / spaceable-grob.hh
index 57ed529deae763dc5b7f7b7bb82c45206ff02940..194f5b7eab95e0f2b70f1b69781cd524f582c40a 100644 (file)
@@ -18,7 +18,7 @@ struct Spaceable_grob
   /// set a minimum distance
   static void add_rod (Grob*me, Grob * to, Real distance);
   static void add_spring (Grob*me,Grob * to, Real dist, Real strength, bool);
-
+  static bool has_interface (Grob*);
   static void remove_interface (Grob*);
   static SCM get_minimum_distances (Grob*);
   static SCM get_ideal_distances (Grob*);