]> git.donarmstrong.com Git - lilypond.git/commit - input/regression/parenthesize-markup.ly
New markup command `parenthesize' in `scm/define-markup-commands.scm'. This works...
authorThomas Morgan <tlm@ziiuu.com>
Mon, 6 Jul 2009 14:08:06 +0000 (16:08 +0200)
committerCarl Sorensen <c_sorensen@byu.edu>
Tue, 16 Feb 2010 03:40:06 +0000 (20:40 -0700)
commit1ae286a5dde706e6b30084dee6affc2ea250d7ac
tree0c63c222007e80394d3ba7ea04680e45a59893f9
parentde15e1feb7e3096f4b41e259c90b416a846e16d1
New markup command `parenthesize' in `scm/define-markup-commands.scm'. This works like the `bracket' markup command but makes parentheses instead of brackets.

New public procedure `parenthesize-stencil' and subroutine
`make-parenthesis-stencil' in `scm/stencil.scm'.

Thanks to Carl Sorensen and Neil Puttock for their great advice and
criticism.
input/regression/parenthesize-markup.ly [new file with mode: 0644]
scm/define-markup-commands.scm
scm/stencil.scm