From 041cc91b835678b6d31b6f8d1f22294605937bf9 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Mon, 25 Aug 2008 17:24:46 +0200 Subject: [PATCH] Docs: Use @file, use @unnumberedsubsec in AU 4.6 The subsections of AU 4.6 contained one or two lines of text, so it makes sense to put them all into the same file as unnumbered subsections. --- Documentation/user/lilypond-book.itely | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/user/lilypond-book.itely b/Documentation/user/lilypond-book.itely index 57d3584154..975945778d 100644 --- a/Documentation/user/lilypond-book.itely +++ b/Documentation/user/lilypond-book.itely @@ -256,7 +256,7 @@ the user: @item @code{\postLilyPondExample} called after the music, @item @code{\betweenLilyPondSystem[1]} is called between systems if -@code{lilypond-book} has split the snippet into several postscript +@code{lilypond-book} has split the snippet into several PostScript files. It must be defined as taking one parameter and will be passed the number of files already included in this snippet. The default is to simply insert a @code{\linebreak}. @@ -493,8 +493,8 @@ the following structure: @end example -Note that you can use @code{mediaobject} or @code{inlinemediaobject} as the outermost -element as you wish. +Note that you can use @code{mediaobject} or @code{inlinemediaobject} +as the outermost element as you wish. @subheading Including LilyPond code @@ -976,14 +976,14 @@ the automated method with @command{lilypond-book}. @end menu @node Many quotes from a large score -@subsection Many quotes from a large score +@unnumberedsubsec Many quotes from a large score If you need to quote many fragments from a large score, you can also use the clip systems feature, see @ruser{Extracting fragments of music}. @node Inserting LilyPond output into OpenOffice.org -@subsection Inserting LilyPond output into OpenOffice.org +@unnumberedsubsec Inserting LilyPond output into OpenOffice.org @cindex OpenOffice.org @@ -992,7 +992,7 @@ LilyPond notation can be added to OpenOffice.org with @node Inserting LilyPond output into other programs -@subsection Inserting LilyPond output into other programs +@unnumberedsubsec Inserting LilyPond output into other programs To insert LilyPond output in other programs, use @code{lilypond} instead of @code{lilypond-book}. Each example must be created @@ -1016,12 +1016,12 @@ the following options @{ c1 @} @end example -To produce a useful EPS file, use +To produce a useful @file{EPS} file, use @example lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts myfile.ly -PNG: +@file{PNG}: lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts --png myfile.ly @end example -- 2.39.5