]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.59
authorfred <fred>
Sun, 24 Mar 2002 19:40:24 +0000 (19:40 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:40:24 +0000 (19:40 +0000)
lily/include/item.hh

index cae928961f4a525bbd6437d9796a75c887ee313d..622f0f0dea50657e9bdc60f4e52a67950f1c849e 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  item.hh -- declare Item
+
+  source file of the LilyPond music typesetter
+
+  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
 #ifndef ITEM_HH
 #define ITEM_HH
 
@@ -27,6 +34,14 @@ public:
     void do_print()const;
     Real hpos_f() const;
     NAME_MEMBERS(Item);
+    /**
+      
+      @return the line where this is in; 
+
+      PRE
+      Breaking calc has  to be finished
+     */
+    Line_of_score * line_l() const;
 };