]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/changing-defaults.itely (Horizontal spacing):
authormatsb <matsb>
Fri, 30 Jul 2004 09:28:46 +0000 (09:28 +0000)
committermatsb <matsb>
Fri, 30 Jul 2004 09:28:46 +0000 (09:28 +0000)
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.

ChangeLog
Documentation/user/changing-defaults.itely
Documentation/user/lilypond-book.itely
Documentation/user/tutorial.itely

index 5d32cb8c8062f1f697c0511c76936e7dc3338627..4308f5a6e24ec2d5044140ae77f54271d1f2245f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * 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   <hanwen@xs4all.nl>
 
        * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
index ac3c24f569052b4481e344e347056fff661618d9..2688d432e59ef696f09b10d3fe8491ab406061fc 100644 (file)
@@ -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
index 81c26f4693d26387147945e37c5a65a1f29f6555..0d2da4ceb48239cbf84b7ffc9cc3ad18166e8147 100644 (file)
@@ -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
index f4a5dba1bb15be802598e39032161f8299903941..a0408d0d8a271ff95e3b6ccf1844e3fed7665743 100644 (file)
@@ -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