From: Han-Wen Nienhuys Date: Mon, 6 Feb 2006 17:42:21 +0000 (+0000) Subject: (Top): document new variable X-Git-Tag: release/2.7.32~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=527abda3c146d1a8d90f13d58c54a678199a61c7;p=lilypond.git (Top): document new variable naming. --- diff --git a/ChangeLog b/ChangeLog index 00377d1b6d..841c1b66e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-02-06 Han-Wen Nienhuys + * Documentation/topdocs/NEWS.tely (Top): document new variable + naming. + * flower/include/array.icc (Message): remove file. * flower/include/std-vector.hh: make sure vsize and VPOS are diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 4c2baa0289..f7829f1989 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -60,6 +60,16 @@ which scares away people. @end ignore +@item Multi-word + variables in the @code{\paper} and @code{\layout} block are now + separated with dashes, i.e. + +@verbatim +\paper { + ragged-right = ##t + top-margin = 5 \cm +} +@end verbatim @item Music for multiple parts can be interleaved, similar to MUP input.