]> git.donarmstrong.com Git - lilypond.git/commitdiff
Misc small changes.
authorGraham Percival <graham@percival-music.ca>
Wed, 23 Mar 2005 23:04:21 +0000 (23:04 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 23 Mar 2005 23:04:21 +0000 (23:04 +0000)
ChangeLog
Documentation/user/basic-notation.itely
Documentation/user/invoking.itely
Documentation/user/lilypond-book.itely
THANKS

index 57cfc6cf5362e03a1e3c63f1f5ae95f1fee6171d..f5bd7e89c86ea4d1789aad87cf4351485148b288 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
-2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+2005-03-23  Graham Percival  <gperlist@shaw.ca>
+
+       * 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  <mabe@drongo.s3.kth.se>
 
        * lily/parser.yy (bass_number),
        Documentation/user/instrument-notation.itely (Figured bass): 
index 1439f61dfbe2e438f473b1a94b004f45f4271236..6db13bae33cf3d835baed25be8711c73acbe10a1 100644 (file)
@@ -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]
index 78965707c7eb486ea7df68636e20dafeb2274351..846a75cc4f9a84e15395b0a2981934c6449b0754 100644 (file)
@@ -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)
index d7472027d5746d2125bfb3becd329053d5b1b631..6cbd7583d82fd6df2d8b9f6c0aa5b742fd128cc2 100644 (file)
@@ -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 f1cb56155bc3e9fbffca480bcbc29d632908afec..a1233307ccdef4263fa2fdbe4932511d4104e0e5 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -18,6 +18,7 @@ Carl Sorensen
 Christian Hitz
 Erlend Aasland
 Heikki Junes
+John Williams
 Juergen Reuter
 Juliusz Chroboczek
 Mats Bengtsson