From 55f85b63c7ce880b61c54a1b8e21b8cbf11d2d1c Mon Sep 17 00:00:00 2001 From: gpercival Date: Wed, 23 Mar 2005 23:04:21 +0000 Subject: [PATCH] Misc small changes. --- ChangeLog | 10 +++++++++- Documentation/user/basic-notation.itely | 5 +++-- Documentation/user/invoking.itely | 2 +- Documentation/user/lilypond-book.itely | 8 +++++--- THANKS | 1 + 5 files changed, 19 insertions(+), 7 deletions(-) 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 -- 2.39.5