]> git.donarmstrong.com Git - lilypond.git/commitdiff
(brew_molecule): clean up function. This
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 25 May 2003 23:37:32 +0000 (23:37 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 25 May 2003 23:37:32 +0000 (23:37 +0000)
fixes bugs with broken 8va spanners.

VERSION
lily/text-spanner.cc

diff --git a/VERSION b/VERSION
index cc2e615665b3edd1cbcd174bb7b595c53146ebc8..aeaa3315deef4cc20992374b1bbe4be9d8a50d54 100644 (file)
--- 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
index 792b52f86e3686f78e4c8a947eab26ef6ae98376..787fa8b1fa9d19d4f90e3d8f0d7c86efb91a41ed 100644 (file)
@@ -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)