]> git.donarmstrong.com Git - lilypond.git/commit
Allow markup lists to be composed at run-time
authorDavid Kastrup <dak@gnu.org>
Fri, 22 Mar 2013 08:25:05 +0000 (09:25 +0100)
committerDavid Kastrup <dak@gnu.org>
Sat, 6 Apr 2013 06:52:41 +0000 (08:52 +0200)
commitdaad014dea1243daf0c57dde1815fbabcb5d4f8c
treea39b31f461bd9bde110887fb0b8ea63536bbeaf6
parente7d8a172d79b5172dfc66df8c17cb292d6baccbb
Allow markup lists to be composed at run-time

Using a markup command on a markup list generated by a markup list
command was not previously possible.  Now things like

  \with-color #red { \column-lines { x y z } }

work as well.
scm/define-markup-commands.scm
scm/ly-syntax-constructors.scm