From 50535850c06443bf714ecf9f704be53142db585b Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Fri, 19 Mar 2004 18:01:48 +0000 Subject: [PATCH] Remove `* lilypond' node from direntry, so that `info lilypond' goes to Top. --- ChangeLog | 3 +++ Documentation/user/lilypond.tely | 7 +++---- input/test/header-ifelse.ly | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6a562d0e59..8150386abe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-03-19 Jan Nieuwenhuizen + * Documentation/user/lilypond.tely: Remove `* lilypond' node from + direntry, so that `info lilypond' goes to Top. + * scm/output-ps.scm (polygon): Fix: add spaces. * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful diff --git a/Documentation/user/lilypond.tely b/Documentation/user/lilypond.tely index f691a0c570..2e2e63b75e 100644 --- a/Documentation/user/lilypond.tely +++ b/Documentation/user/lilypond.tely @@ -15,11 +15,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 `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... +@c do not list the `lilypond' node at toplevel, so that `info lilypond' +@c goes to Top. +@c * lilypond: (lilypond/lilypond)Invoking LilyPond. Titling LilyPond scores. * GNU LilyPond: (lilypond/lilypond). The GNU music typesetter. -* lilypond: (lilypond/lilypond)Invoking LilyPond. Titling LilyPond scores. * Glossary: (lilypond/music-glossary). Glossary of music terms. * convert-ly: (lilypond/lilypond)Invoking convert-ly. Older LilyPond versions. * midi2ly: (lilypond/lilypond)Invoking midi2ly. Importing MIDI. diff --git a/input/test/header-ifelse.ly b/input/test/header-ifelse.ly index afe77221de..f472e8e976 100644 --- a/input/test/header-ifelse.ly +++ b/input/test/header-ifelse.ly @@ -5,7 +5,7 @@ (list-head (ly:version) 3)) #(if (not (defined? 'pieceTagLine)) - (define pieceTagLine (string-append "Jeremie " (numbers->string (my-ly-version)) " was here"))) + (define pieceTagLine (string-append "Jeremie " (ly:numbers->string (my-ly-version)) " was here"))) \header{ tagline = \pieceTagLine -- 2.39.5