From: Werner Lemberg Date: Fri, 10 Nov 2006 17:57:53 +0000 (+0100) Subject: * Documentation/user/GNUmakefile ($(outdir)/lilypond/source, X-Git-Tag: release/2.11.0-1~42^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f9980f5ecaae4d2cfc03d5379c5588596cc60d03;p=lilypond.git * Documentation/user/GNUmakefile ($(outdir)/lilypond/source, $(outdir)/music-glossary/source): Fixes for `make -j'. * Documentation/user/introduction.itely: Don't let images overlap and update its scaling values. * Documentation/user/lily-flat-bw.png, Documentation/user/henle-flat-gray.png: Add vertical whitespace: texinfo doesn't center images vertically for PDF output. --- diff --git a/ChangeLog b/ChangeLog index 778afc92a4..3c42fb12b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2006-11-10 Werner Lemberg + + * Documentation/user/GNUmakefile ($(outdir)/lilypond/source, + $(outdir)/music-glossary/source): Fixes for `make -j'. + + * Documentation/user/introduction.itely: Don't let images overlap + and update its scaling values. + + * Documentation/user/lily-flat-bw.png, + Documentation/user/henle-flat-gray.png: Add vertical whitespace: + texinfo doesn't center images vertically for PDF output. + 2006-11-09 Heikki Junes * elisp/lilypond-font-lock.el: Should always have been GPL. diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index bab2506309..03f132c43c 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -218,10 +218,12 @@ $(outdir)/source: $(outdir)/lilypond/source: @rm -f $(@) + mkdir -p $(outdir)/lilypond ln -sf ../../../ $(@) $(outdir)/music-glossary/source: @rm -f $(@) + mkdir -p $(outdir)/music-glossary ln -sf ../../../ $(@) local-WWW: $(HTML_FILES) $(DEEP_HTML_FILES)\ diff --git a/Documentation/user/henle-flat-gray.png b/Documentation/user/henle-flat-gray.png index e716829ded..20326b958a 100644 Binary files a/Documentation/user/henle-flat-gray.png and b/Documentation/user/henle-flat-gray.png differ diff --git a/Documentation/user/introduction.itely b/Documentation/user/introduction.itely index 97d32ec4c6..2ac91d0867 100644 --- a/Documentation/user/introduction.itely +++ b/Documentation/user/introduction.itely @@ -54,11 +54,11 @@ one. It is rounded, and its weight harmonizes with the thickness of our staff lines, which are also much thicker than lines in the computer edition. -@multitable @columnfractions .05 .3 .3 .3 .05 +@multitable @columnfractions .125 .25 .25 .25 .125 @item @tab @ifnotinfo @iftex -@image{henle-flat-gray,,8cm} +@image{henle-flat-gray,,4cm} @end iftex @ifnottex @image{henle-flat-gray,,,png} @@ -66,7 +66,7 @@ computer edition. @tab @iftex -@image{baer-flat-gray,,8.4cm} +@image{baer-flat-gray,,4cm} @end iftex @ifnottex @image{baer-flat-gray,,,png} @@ -74,7 +74,7 @@ computer edition. @tab @iftex -@image{lily-flat-bw,,8cm} +@image{lily-flat-bw,,4cm} @end iftex @ifnottex @image{lily-flat-bw,,,png} @@ -502,6 +502,7 @@ and the @code{Stem_engraver} adds stems. } @end lilypond +@noindent The @code{Stem_engraver} is notified of any note head coming along. Every time one (or more, for a chord) note head is seen, a stem object is created and connected to the note head. By adding diff --git a/Documentation/user/lily-flat-bw.png b/Documentation/user/lily-flat-bw.png index b67c626a47..09ce34e7c5 100644 Binary files a/Documentation/user/lily-flat-bw.png and b/Documentation/user/lily-flat-bw.png differ