]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4656: Let concat-markup fold \char calls into surrounding strings
authorDavid Kastrup <dak@gnu.org>
Mon, 9 Nov 2015 00:03:32 +0000 (01:03 +0100)
committerDavid Kastrup <dak@gnu.org>
Fri, 13 Nov 2015 11:41:26 +0000 (12:41 +0100)
commit29756a08ce73be564baed5ab1e4bea4e3e5d9919
tree7fbdd1078f8ee37fc6a50aea9ec698a672bfcf00
parentdf9fc0bd0d50943cdc48d4226009bd30c3e99fe4
Issue 4656: Let concat-markup fold \char calls into surrounding strings

This results in

    \markup \column \box { AVA
                           \concat { A V A }
                           \concat { A \char #(char->integer #\V) A }
                         }

using the same kerning in all three lines while previously the third
line differed.
scm/define-markup-commands.scm