]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4523: Changes: mention incomplete overrides (issue 4505)
authorDavid Kastrup <dak@gnu.org>
Sun, 26 Jul 2015 14:42:17 +0000 (16:42 +0200)
committerDavid Kastrup <dak@gnu.org>
Sun, 2 Aug 2015 08:32:00 +0000 (10:32 +0200)
Documentation/changes.tely

index dec9271023ea8c80ffce1604abd890b4df37085f..6182a59323b5d69f0d0dfa5ed2d2b9ba283e1ab0 100644 (file)
@@ -63,9 +63,10 @@ which scares away people.
 
 @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}.
+just supply the final parameters to a chain of overrides, music
+function and markup command calls 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