From: Graham Percival Date: Wed, 23 Mar 2005 23:04:21 +0000 (+0000) Subject: Misc small changes. X-Git-Tag: release/2.5.17~47 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=769dc139fd77008a9ab961b5f5c6d90d8707dc92;p=lilypond.git Misc small changes. --- diff --git a/ChangeLog b/ChangeLog index 57cfc6cf53..f5bd7e89c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ -2005-03-23 Mats Bengtsson +2005-03-23 Graham Percival + + * Documentation/user/basic-notation.itely: fixed info about + ending a (de)cresc. + * Documentation/user/lilypond-book.itely: fixed + lilypond-book filter example and warned about not doing + --filter and --process at the same time. + +2005-03-23 Mats Bengtsson * lily/parser.yy (bass_number), Documentation/user/instrument-notation.itely (Figured bass): diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index 1439f61dfb..6db13bae33 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -1955,8 +1955,9 @@ c2\fp c\sf c\sff c\sp c\spp c\sfz c\rfz A crescendo mark is started with @code{\<} and terminated with -@code{\!}. A decrescendo is started with @code{\>} and also terminated -with @code{\!}. Because these marks are bound to notes, you must +@code{\!} or an absolute dynamic. A decrescendo is started with +@code{\>} and is also terminated with @code{\!} or an absolute +dynamic. Because these marks are bound to notes, you must use spacer notes if multiple marks are needed during one note @lilypond[quote,raggedright,fragment,verbatim,relative=2] diff --git a/Documentation/user/invoking.itely b/Documentation/user/invoking.itely index 78965707c7..846a75cc4f 100644 --- a/Documentation/user/invoking.itely +++ b/Documentation/user/invoking.itely @@ -82,7 +82,7 @@ extents of strings of text. @file{EPS} file, without fonts, and as one collated @file{EPS} file with all pages (systems) including fonts. -This mode is used by default by lilypond-book. +This mode is used by default by lilypond-book. @item svg for SVG (Scalable Vector Graphics) diff --git a/Documentation/user/lilypond-book.itely b/Documentation/user/lilypond-book.itely index d7472027d5..6cbd7583d8 100644 --- a/Documentation/user/lilypond-book.itely +++ b/Documentation/user/lilypond-book.itely @@ -573,11 +573,12 @@ version, the format @code{texi-html} must be used instead. @item -F @var{filter} @itemx --filter=@var{filter} -Pipe snippets through @var{filter}. +Pipe snippets through @var{filter}. @code{lilypond-book} will +not --filter and --process at the same time. Example: @example -lilypond-book --filter='convert-ly --from=2.0.0' my-book.tely +lilypond-book --filter='convert-ly --from=2.0.0 -' my-book.tely @end example @item -h @@ -605,7 +606,8 @@ cd out @item -P @var{process} @itemx --process=@var{command} Process LilyPond snippets using @var{command}. The default command is -@code{lilypond}. +@code{lilypond}. @code{lilypond-book} will not --filter and --process +at the same time. @item -V @itemx --verbose diff --git a/THANKS b/THANKS index f1cb56155b..a1233307cc 100644 --- a/THANKS +++ b/THANKS @@ -18,6 +18,7 @@ Carl Sorensen Christian Hitz Erlend Aasland Heikki Junes +John Williams Juergen Reuter Juliusz Chroboczek Mats Bengtsson