]> git.donarmstrong.com Git - lilypond.git/commitdiff
(output): fix printfilename.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 6 Apr 2006 14:42:59 +0000 (14:42 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 6 Apr 2006 14:42:59 +0000 (14:42 +0000)
ChangeLog
scripts/lilypond-book.py

index 34554a4cc50b65144f423c4dcfade72e7e2d8030..c57404de6ab265c7dd1a4668b0f980706cd0a1e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * scripts/lilypond-book.py (output): fix printfilename.
+
        * lily/parser.yy (music_function_musicless_prefix): fold together
        definitions of signature (SCM*) (Music|post_event|chord_body_element)
 
index ea636390c8e50208a13128b18e0172233744b5fb..32829bdb47ed3941c80a5e072ccab0d0883d5d1f 100644 (file)
@@ -605,7 +605,7 @@ output = {
 
                PRINTFILENAME: '''
 @html
-<a href="%(filename)s">
+<a href="%(base)s.ly">
 @end html
 @file{%(filename)s}
 @html