]> git.donarmstrong.com Git - lilypond.git/commit
Issue 5167/5: Allow defining markup commands in LilyPond syntax
authorDavid Kastrup <dak@gnu.org>
Thu, 10 Dec 2015 12:05:59 +0000 (13:05 +0100)
committerDavid Kastrup <dak@gnu.org>
Mon, 7 Aug 2017 21:25:26 +0000 (23:25 +0200)
commit9468b77cb2ae93b992bfb9105016f3393d206b47
treee7dd4a82627e6a645eb7f5b6e866625efe8a7916
parentef31f0442c7be02c90b9e6b2b9e9809def42ae37
Issue 5167/5: Allow defining markup commands in LilyPond syntax

This works with assignments of the form

    \markup with-red = \markup \with-color #red \etc

or similar.  The resulting definition (in addition to being available
as \with-red command inside of markups) can be used with the `markup'
macro and also gets a `make-with-red-markup' convenience function.
lily/include/lily-imports.hh
lily/lily-imports.cc
lily/parser.yy