From: Jan Nieuwenhuizen Date: Thu, 29 Apr 2004 16:34:51 +0000 (+0000) Subject: Mention use of \score as markup. X-Git-Tag: release/2.3.1~34 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d45b254c3f1d5a0ea0d34f10c2c49469be9e7f88;p=lilypond.git Mention use of \score as markup. --- diff --git a/ChangeLog b/ChangeLog index 726541eb4b..5226b85d4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-04-29 Jan Nieuwenhuizen + * Documentation/topdocs/NEWS.texi: Mention use of \score as markup. + * lily/page.cc (Page): Do not use ly_scheme_function for volatile/configurable variables (FIXME: better name). diff --git a/Documentation/topdocs/NEWS.texi b/Documentation/topdocs/NEWS.texi index 5c82d2aa1e..46d4e25a17 100644 --- a/Documentation/topdocs/NEWS.texi +++ b/Documentation/topdocs/NEWS.texi @@ -8,6 +8,15 @@ @itemize @bullet +@item Music can be used as a markup +When inserting a @code{score} block as part of a @code{\markup}, +it produces a rendered markup of the music. + +@example +@c TODO, see input/test/markup-score.ly +@end example + + @item LilyPond expressions can be embedded into Scheme, thanks to the @code{#@{ ... #@}} syntax. Within such a block, Scheme forms, for instance variable names, can be introduced thanks to a @code{$}