From c05008764f5b4cf61e975e8f57bfe02be237d2ce Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 19 Oct 2004 23:44:53 +0000 Subject: [PATCH] Added texidoc template. --- ChangeLog | 4 ++++ Documentation/user/examples.itely | 17 +++++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 59ba06f1fc..40c86cdeae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-10-19 Graham Percival + + * Documentation/user/examples.itely: added texidoc lilypond-book template. + 2004-10-19 Jan Nieuwenhuizen * cygwin/lilypond.hint: Update. diff --git a/Documentation/user/examples.itely b/Documentation/user/examples.itely index 8f0af888c2..b49813d864 100644 --- a/Documentation/user/examples.itely +++ b/Documentation/user/examples.itely @@ -1274,9 +1274,22 @@ d4 c b a You can include LilyPond fragments in texinfo; in fact, this entire manual is written in texinfo. -TODO: obviously to fill in the example. :) -gp - @example +\input texinfo +@@node Top + +Texinfo text + +@@lilypond[verbatim,fragment,raggedright] +a4 b c d +@@end lilypond + +More texinfo text + +@@lilypond[verbatim,fragment,raggedright] +d4 c b a +@@end lilypond +@@bye @end example -- 2.39.5