From: fred Date: Tue, 26 Mar 2002 23:23:08 +0000 (+0000) Subject: lilypond-1.3.60 X-Git-Tag: release/1.5.59~1571 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=da847c00c86710e82a3e42dde74a042cbc64c547;p=lilypond.git lilypond-1.3.60 --- 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) {