From 5ae6a7ab6aee1df1d74f97f2d23e44a55b5ea3bd Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 18 Mar 2004 23:25:27 +0000 Subject: [PATCH] * 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. --- ChangeLog | 8 ++++++++ Documentation/user/lilypond.tely | 5 ++++- lily/paper-book.cc | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) 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. */ -- 2.39.5