From e57318411c381588d0a0ccec059afcf30024d519 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:43:52 +0000 Subject: [PATCH] lilypond-0.0.65 --- lily/item.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lily/item.cc b/lily/item.cc index e586547d80..7c3b207eac 100644 --- a/lily/item.cc +++ b/lily/item.cc @@ -1,7 +1,7 @@ /* item.cc -- implement Item - source file of the LilyPond music typesetter + source file of the GNU LilyPond music typesetter (c) 1997 Han-Wen Nienhuys */ @@ -32,6 +32,8 @@ Item::hpos_f()const return pcol_l_->hpos + offset().x; } + + Line_of_score * Item::line_l()const { -- 2.39.5