[PATCH] New markup command `parenthesize' in `scm/define-markup-commands.scm'.

2009-09-08 Thread Thomas Morgan
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. ---

Re: New markup command `parenthesize'

2009-08-31 Thread Neil Puttock
2009/8/11 Thomas Morgan t...@ziiuu.com: Thank you, and thanks for the comments!  Here are two addenda to the original patch that make the improvements you suggested: Excellent, thank you. I fear this is in danger of being ignored though since it's a bit awkward to review properly; can you

Re: New markup command `parenthesize'

2009-08-10 Thread Thomas Morgan
Neil Puttock n.putt...@gmail.com writes: Very shapely parentheses. :) Thank you, and thanks for the comments! Here are two addenda to the original patch that make the improvements you suggested: commit 79259e82dea04bec0090152268ac8ec3ad12ff1f Author: Thomas Morgan t...@ziiuu.com Date: Mon

Re: New markup command `parenthesize'

2009-07-27 Thread Thomas Morgan
Mark Polesky markpole...@yahoo.com writes: There already is a command named parenthesize defined on line 604 of ly/music-functions-init.ly. I think you need to rename it to avoid conflicts. Perhaps parenthesize-markup? I could be wrong but I don't think they conflict, because music functions

Re: New markup command `parenthesize'

2009-07-27 Thread Neil Puttock
2009/7/26 Thomas Morgan t...@ziiuu.com: Here is a patch which defines `parenthesize', a new markup command which works like `bracket'.  It's mainly useful for parenthesizing columns containing several lines of text. Very shapely parentheses. :) Here are a few comments on your patch:    In

New markup command `parenthesize'

2009-07-26 Thread Thomas Morgan
Author: Thomas Morgan t...@ziiuu.com Date: Mon Jul 6 16:08:06 2009 +0200 New markup command `parenthesize' in `scm/define-markup-commands.scm'. This works like the `bracket' markup command but makes parentheses instead of brackets. New procedures `parenthesize-stencil' and `make

Re: New markup command `parenthesize'

2009-07-26 Thread Mark Polesky
Thomas Morgan wrote: Here is a patch which defines `parenthesize', a new markup command which works like `bracket'. It's mainly useful for parenthesizing columns containing several lines of text. Please let me know about anything you see that could be done better! There already is a

Re: New markup command `parenthesize'

2009-07-26 Thread Bertalan Fodor
There are many other commands that have the same name in markup and normal context. Mark Polesky írta: Thomas Morgan wrote: Here is a patch which defines `parenthesize', a new markup command which works like `bracket'. It's mainly useful for parenthesizing columns containing several