]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/item.hh
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / include / item.hh
index 9d1f2e73f66aeb5d29347667d8f62e942e83516c..cb8c61523e6396440dd071b9a437c2113a8d1302 100644 (file)
@@ -8,7 +8,6 @@
 #ifndef ITEM_HH
 #define ITEM_HH
 
-#include "box.hh"
 #include "grob.hh"
 
 /**
@@ -30,6 +29,7 @@ public:
 
   static bool is_non_musical (Grob *);
   bool is_broken () const;
+  bool pure_is_visible (int start, int end) const;
 
   Direction break_status_dir () const;
 
@@ -38,7 +38,8 @@ public:
   virtual System *get_system () const;
   virtual Paper_column *get_column () const;
   virtual void handle_prebroken_dependencies ();
-  static bool has_interface (Grob *);
+  virtual Interval_t<int> spanned_rank_iv ();
+  DECLARE_GROB_INTERFACE();
 protected:
   virtual void discretionary_processing ();
   void copy_breakable_items ();