]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/item.hh
release: 1.3.70
[lilypond.git] / lily / include / item.hh
index 7d327628ed8dfe2ac76519333e91706e16fc858e..16f298f7f2361983d612975fcd699d3e6dfff2d2 100644 (file)
@@ -40,10 +40,10 @@ class Item : public Score_element
 
 public:
   VIRTUAL_COPY_CONS(Score_element);
-  Item();
+  Item (SCM);
   Item (Item const &);
 
-  bool breakable_b () const;
+  static bool breakable_b (Score_element*me);
   bool broken_b () const;
   
   Direction break_status_dir () const;