From da847c00c86710e82a3e42dde74a042cbc64c547 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:23:08 +0000 Subject: [PATCH] lilypond-1.3.60 --- VERSION | 2 +- lily/line-of-score.cc | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 484be829b2..eb48af3ecc 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 -PATCH_LEVEL=59 +PATCH_LEVEL=60 MY_PATCH_LEVEL= # use the above to send patches: MY_PATCH_LEVEL is always empty for a diff --git a/lily/line-of-score.cc b/lily/line-of-score.cc index dc78eb09da..110aea1c93 100644 --- a/lily/line-of-score.cc +++ b/lily/line-of-score.cc @@ -36,10 +36,6 @@ Line_of_score::element_count () const return scm_ilength ( get_elt_pointer ("all-elements")); } - -/* - Ugh. this is grossly hairy. - */ void Line_of_score::typeset_element (Score_element * elem_p) { -- 2.39.5