From fbfec18f6ff12adcd2dc9dd3f2a8dc0deee706f2 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 25 May 2003 23:37:32 +0000 Subject: [PATCH] (brew_molecule): clean up function. This fixes bugs with broken 8va spanners. --- VERSION | 2 +- lily/text-spanner.cc | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index cc2e615665..aeaa3315de 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=7 -PATCH_LEVEL=19 +PATCH_LEVEL=20 MY_PATCH_LEVEL= # Use the above to send patches: MY_PATCH_LEVEL is always empty for a diff --git a/lily/text-spanner.cc b/lily/text-spanner.cc index 792b52f86e..787fa8b1fa 100644 --- a/lily/text-spanner.cc +++ b/lily/text-spanner.cc @@ -30,9 +30,7 @@ MAKE_SCHEME_CALLBACK (Text_spanner, brew_molecule, 1); /* - TODO: this function is too long, too hairy. - - TODO: document this. What the heck is happening here? + TODO: this function is too long */ SCM Text_spanner::brew_molecule (SCM smob) -- 2.39.5