From: Mats Bengtsson Date: Fri, 30 Jul 2004 09:28:46 +0000 (+0000) Subject: * Documentation/user/changing-defaults.itely (Horizontal spacing): X-Git-Tag: release/2.3.10~32 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e0412b07662da2a8f812f18b153913e43de02580;p=lilypond.git * Documentation/user/changing-defaults.itely (Horizontal spacing): Correct the documentation of the spacing parameters. * Documentation/user/tutorial.itely (Integrating text and music), Documentation/user/lilypond-book.itely (Integrating LaTeX and music): Document that you need to add the map file ec-mftrace.map in the dvips command. --- diff --git a/ChangeLog b/ChangeLog index 5d32cb8c80..4308f5a6e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-07-30 Mats Bengtsson + + * Documentation/user/changing-defaults.itely (Horizontal spacing): + Correct the documentation of the spacing parameters. + + * Documentation/user/tutorial.itely (Integrating text and music), + Documentation/user/lilypond-book.itely (Integrating LaTeX and + music): Document that you need to add the map file ec-mftrace.map + in the dvips command. + 2004-07-30 Han-Wen Nienhuys * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index ac3c24f569..2688d432e5 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -1919,12 +1919,11 @@ The quarter note is followed by 2 NHW, the half by 3 NHW, etc. c8 c4 c4 c4 @end lilypond -Normally, @code{shortest-duration-space} is set to 1.2, which is the +Normally, @code{spacing-increment} is set to 1.2, which is the width of a note head, and @code{shortest-duration-space} is set to -2.0, meaning that the shortest note gets 2 NHW (i.e. 2 times -@code{shortest-duration-space}) of space. For normal notes, this space -is always counted from the left edge of the symbol, so the shortest -notes are generally followed by one NHW of space. +2.0, meaning that the shortest note gets 2 NHW of space. For normal +notes, this space is always counted from the left edge of the symbol, so +the shortest notes are generally followed by one NHW of space. If one would follow the above procedure exactly, then adding a single 32th note to a score that uses 8th and 16th notes, would widen up the diff --git a/Documentation/user/lilypond-book.itely b/Documentation/user/lilypond-book.itely index 81c26f4693..0d2da4ceb4 100644 --- a/Documentation/user/lilypond-book.itely +++ b/Documentation/user/lilypond-book.itely @@ -180,7 +180,7 @@ For printing the LaTeX document, you will need to use dvips. For producing PostScript with scalable fonts, add the following options to the dvips command line: @example - -Ppdf -u +lilypond.map + -Ppdf -u+lilypond.map -u+ec-mftrace.map @end example @noindent diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely index f4a5dba1bb..a0408d0d8a 100644 --- a/Documentation/user/tutorial.itely +++ b/Documentation/user/tutorial.itely @@ -1658,7 +1658,7 @@ To convert the file into a nice PDF document, run the following commands @example -$ dvips -Ppdf -u +lilypond lilybook +$ dvips -Ppdf -u+lilypond -u+ec-mftrace lilybook $ ps2pdf lilybook.ps @end example