]> git.donarmstrong.com Git - lilypond.git/commit
Fix space in \hspace.
authorNeil Puttock <n.puttock@gmail.com>
Mon, 26 Jul 2010 21:28:22 +0000 (22:28 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Mon, 26 Jul 2010 22:07:00 +0000 (23:07 +0100)
commit2ed4e9b64d3c9338c621a85f3264315e59cf2176
tree056c12fb9c1d72d02dbdc5788fb96c366c36bef1
parent4e7e046d0842fe1de8ef906de402246f7ca33d0b
Fix space in \hspace.

Since \hspace creates an invisible stencil, any following markup is
effectively spaced at a distance of (hspace-amount + word-space).

* scm/define-markup-commands.scm (hspace):

  subtract word-space from amount
scm/define-markup-commands.scm