From: janneke Date: Thu, 18 Mar 2004 23:25:27 +0000 (+0000) Subject: * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height X-Git-Tag: release/2.1.36~89 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=816c3118926e52bd5a1f7abd36ec589cbbe7d1c2;p=lilypond.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 116b46bfef..10c38f33ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-03-19 Jan Nieuwenhuizen + + * 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 * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline. diff --git a/Documentation/user/lilypond.tely b/Documentation/user/lilypond.tely index 44ef5a087a..f691a0c570 100644 --- a/Documentation/user/lilypond.tely +++ b/Documentation/user/lilypond.tely @@ -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. diff --git a/lily/paper-book.cc b/lily/paper-book.cc index 850425915d..55313bf976 100644 --- a/lily/paper-book.cc +++ b/lily/paper-book.cc @@ -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. */