From: fred Date: Sun, 24 Mar 2002 19:40:24 +0000 (+0000) Subject: lilypond-0.0.59 X-Git-Tag: release/1.5.59~4892 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f01338bb6f3dd5265457a4346a76262bafcddc71;p=lilypond.git lilypond-0.0.59 --- diff --git a/lily/include/item.hh b/lily/include/item.hh index cae928961f..622f0f0dea 100644 --- a/lily/include/item.hh +++ b/lily/include/item.hh @@ -1,3 +1,10 @@ +/* + item.hh -- declare Item + + source file of the LilyPond music typesetter + + (c) 1997 Han-Wen Nienhuys +*/ #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; };