]> git.donarmstrong.com Git - lilypond.git/commitdiff
changes.itely: mention new behavior of #{ ... #}
authorDavid Kastrup <dak@gnu.org>
Sun, 28 Aug 2011 19:39:17 +0000 (21:39 +0200)
committerDavid Kastrup <dak@gnu.org>
Sun, 28 Aug 2011 19:42:10 +0000 (21:42 +0200)
Documentation/changes.tely

index f5e4f151d20f1aa5ac265c57e2ae204137f15365..2d8a66eb2363653f5439210f689f603b87e3b6da 100644 (file)
@@ -61,6 +61,16 @@ which scares away people.
 
 @end ignore
 
+@item
+The construct @code{#@{ @dots{} #@}} can now be used not just for
+constructing sequential music lists, but also for single music events,
+void music expressions, post events, markups (mostly freeing users from
+having to use the @code{markup} macro), markup lists, number
+expressions, context definitions and modifications, and a few other
+things.  If it encloses nothing or only a single music event, it no
+longer returns a sequential music list but rather a void music
+expression or just the music event itself, respectively.
+
 @item
 New command-line option @option{--loglevel=@var{level}} to control how much output
 LilyPond creates. Possible values are ERROR, WARN, BASIC_PROGRESS, PROGRESS, DEBUG.