]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 18 Mar 2004 23:25:27 +0000 (23:25 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 18 Mar 2004 23:25:27 +0000 (23:25 +0000)
diff values are negative.

* Documentation/user/lilypond.tely (direntry): Add note about why
`info lilypond' brings up `Invoking LilyPond' node.

ChangeLog
Documentation/user/lilypond.tely
lily/paper-book.cc

index 116b46bfeff4a55f752725b52a6c121e6ffd6174..10c38f33cebd1080e48f3c52ce83b77150399e78 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
+       diff values are negative.
+
+       * Documentation/user/lilypond.tely (direntry): Add note about why
+       `info lilypond' brings up `Invoking LilyPond' node.
+
 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
index 44ef5a087a02ac8a516f4fddbc394d992ba48e0f..f691a0c570a1b68eabeaf71c98418bb96e8f118d 100644 (file)
@@ -14,7 +14,10 @@ Distributions will want to install lilypond.info in postinstall, doing:
 
 @dircategory GNU music project
 @direntry
-@c    ;; prepend GNU for dir, must be unique
+@c  prepend GNU for dir, must be unique
+@c  `info lilypond' brings up node Invoking LilyPond (WL)
+@c  that is because the node name is an exact match. --jcn
+@c  we could try to think of another node name...
 * GNU LilyPond: (lilypond/lilypond).           The GNU music typesetter.
 * lilypond: (lilypond/lilypond)Invoking LilyPond.      Titling LilyPond scores.
 * Glossary: (lilypond/music-glossary).                  Glossary of music terms.
index 850425915d5e7acaa39ea3636a3c5db36ca6a6e8..55313bf9763db0c9d77de62b7c42faa4200807e6 100644 (file)
@@ -399,8 +399,8 @@ Paper_book::pages ()
   SCM breaks = scm_apply_0 (proc, scm_list_n (all,
                                              gh_double2scm (height_),
                                              gh_double2scm (text_height),
-                                             gh_double2scm (copy_height),
-                                             gh_double2scm (tag_height),
+                                             gh_double2scm (-copy_height),
+                                             gh_double2scm (-tag_height),
                                              SCM_UNDEFINED));
 
   /* Copyright on first page.  */