From 41c7d174d405fce4660c481ad7bd07577ddbd628 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 4 May 1997 19:39:27 +0000 Subject: [PATCH] lilypond-0.0.59 --- lily/include/item.hh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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; }; -- 2.11.4.GIT