From: David Kastrup Date: Sun, 12 Jul 2015 09:59:04 +0000 (+0200) Subject: Issue 4487/4: add Changes entry for \etc X-Git-Tag: release/2.19.24-1~17 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f4bbf51329c0594b55ae7fa28a831ec700c9d2e7;p=lilypond.git Issue 4487/4: add Changes entry for \etc --- diff --git a/Documentation/changes.tely b/Documentation/changes.tely index 45fbb4f885..f706653f3d 100644 --- a/Documentation/changes.tely +++ b/Documentation/changes.tely @@ -61,6 +61,21 @@ which scares away people. @end ignore +@item +Music (and scheme and void) functions and markup commands that +just supply the final parameters to a chain of music and function +and markup command calls, respectively, can now be defined in the +form of just writing the expression cut short with @code{\etc}. +@lilypond[verbatim,quote] +bold-red-markup = \markup \bold \with-color #red \etc +highlight = \tweak font-size 3 \tweak color #red \etc + +\markup \bold-red "text" +\markuplist \column-lines \bold-red { One Two } + +{ c' \highlight d' e'2-\highlight -! } +@end lilypond + @item LilyPond functions defined with @code{define-music-function}, @code{define-event-function}, @code{define-scheme-function} and