From: Han-Wen Nienhuys Date: Sun, 25 May 2003 23:37:32 +0000 (+0000) Subject: (brew_molecule): clean up function. This X-Git-Tag: release/1.7.20~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fbfec18f6ff12adcd2dc9dd3f2a8dc0deee706f2;p=lilypond.git (brew_molecule): clean up function. This fixes bugs with broken 8va spanners. --- 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)