From 9376cb1cf17ae4a221a83d160e1da9461c04a8ad Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 25 Aug 1998 21:22:04 +0000 Subject: [PATCH] lilypond-1.0.6 --- Documentation/programs.yo | 21 +++++++++++++++ Documentation/topinfo.yo | 57 +++++++++++++++++++-------------------- 2 files changed, 49 insertions(+), 29 deletions(-) create mode 100644 Documentation/programs.yo diff --git a/Documentation/programs.yo b/Documentation/programs.yo new file mode 100644 index 0000000000..c32fc41717 --- /dev/null +++ b/Documentation/programs.yo @@ -0,0 +1,21 @@ +COMMENT( +URG +don't try to make html from this +) +whentexinfo( +nodetext(Your Softs.) +chapter(Programs) + +COMMENT(prepare for texinfoing manpages) +redef(manpage)(5)() +redef(manpagename)(2)(nodeprefix()nodetext(ARG2)chapter(ARG1)nodeprefix(ARG1)) +redef(manpageauthor)(0)(sect(Authors)) +redef(manpagesection)(1)(sect(ARG1)) + +redef(includefile)(1)(INCLUDEFILE(man/ARG1)) +includefile(convert-mudela.yo) +includefile(lilypond.yo) +includefile(ly2dvi.yo) +includefile(mi2mu.yo) +includefile(mudela-book.yo) +) diff --git a/Documentation/topinfo.yo b/Documentation/topinfo.yo index 017486895f..0eff2fc942 100644 --- a/Documentation/topinfo.yo +++ b/Documentation/topinfo.yo @@ -1,37 +1,36 @@ +COMMENT( +URG +don't try to make html from this +) +whentexinfo( +nodetext(Your Rights.) +chapter(Copying) +LilyPond is Free Software. See file(COPYING) for details. -node()(Top)(Copying)((dir)) -menu( -mit(Copying)( Your rights.) -mit(Programs)( Your softs.) -mit(Mutopia)( Your music.) -mit(Concept Index)( Your index.) -) +COMMENT(prepare for texinfoing manpages) +redef(manpage)(5)() +redef(manpagename)(2)(nodeprefix()nodetext(ARG2)chapter(ARG1)nodeprefix(ARG1)) +redef(manpageauthor)(0)(sect(Authors)) +redef(manpagesection)(1)(sect(ARG1)) -node(Top)(Copying)(Programs)(Top) -chapter(COPYING) -LilyPond is Free Software. See file(COPYING) for details. +COMMENT(redef(includefile)(1)(INCLUDEFILE(man/ARG1))) +includefile(programs.yo) -node(Copying)(Programs)(convert-mudela)(Top) -menu( -mit(convert-mudela)( Convert Mudela) -mit(LilyPond)( The GNU Music Typsetter herself) -mit(Ly2dvi)( Lilypond Frontend) -mit(Mi2mu)( MIDI input) -mit(mudela-book)( Integrate LaTeX and mudela) -) +COMMENT(prepare for texinfoing articles) +redef(article)(3)(nodeprefix()chapter(ARG1)nodeprefix(ARG1)) +redef(article)(3)(nodeprefix()chapter(ARG1)nodeprefix(Tutorial)) -whentexinfo(texinfocommand(@include man/DOEXPAND(outdir)/convert-mudela.texinfo)) -whentexinfo(texinfocommand(@include man/DOEXPAND(outdir)/lilypond.texinfo)) -whentexinfo(texinfocommand(@include man/DOEXPAND(outdir)/ly2dvi.texinfo)) -whentexinfo(texinfocommand(@include man/DOEXPAND(outdir)/mi2mu.texinfo)) -whentexinfo(texinfocommand(@include man/DOEXPAND(outdir)/mudela-book.texinfo)) -whentexinfo(texinfocommand(@include DOEXPAND(outdir)/mutopia.texinfo)) +redef(includefile)(1)(INCLUDEFILE(tex/ARG1)) +includefile(tutorial.yo) + +COMMENT(prepare for texinfoing articles) +redef(article)(3)(nodeprefix()chapter(ARG1)nodeprefix(ARG1)) +redef(article)(3)(nodeprefix()chapter(ARG1)nodeprefix(Mutopia)) +redef(includefile)(1)(INCLUDEFILE(ARG1)) +includefile(mutopia.yo) nchapter(Concept Index) -node(Mutopia)(Concept Index)()(Top) COMMENT( urg makeindex()) -printndex() - -whentexinfo(texinfocommand(@bye)) - +printindex() +) -- 2.39.5