Re: parenthesize chord

2012-10-12 Thread TaoCG
dy helped myself by modifying this snippet http://lsr.dsi.unimi.it/LSR/Item?id=377 since I only needed this for one occasion I tweaked the brackets so to match the chord. Thanks for the help. -- View this message in context: http://lilypond.1069038.n5.nabble.com/parenthesize-chord-tp13

Re: parenthesize chord

2012-10-11 Thread Tim McNamara
Here's a hack to parenthesize chords in \chordmode that was sent to me by a kind person here on the list. It can't parenthesize a single chord but will do two or more. #(define (left-parenthesis-ignatzek-chord-names in-pitches bass inversion context) (markup #:line ("( " (ignatzek-chord-names

Re: parenthesize chord

2012-10-11 Thread David Nalesnik
Hi, On Tue, Oct 9, 2012 at 2:29 AM, TaoCG wrote: > Hello, can the chord parentheses engraver also do square brackets? It could, but there would have to be some additions to the code. Unfortunately, I don't have any time to do anything Lily-related till next week! -David ___

Re: parenthesize chord

2012-10-09 Thread TaoCG
Hello, can the chord parentheses engraver also do square brackets? -- View this message in context: http://lilypond.1069038.n5.nabble.com/parenthesize-chord-tp10p134439.html Sent from the User mailing list archive at Nabble.com. ___ lilypond

Re: parenthesize chord

2012-09-25 Thread TaoCG
w this message in context: http://lilypond.1069038.n5.nabble.com/parenthesize-chord-tp10p133527.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: parenthesize chord

2012-09-23 Thread Nick Payne
On 23/09/12 17:12, TaoCG wrote: > David Nalesnik-2 wrote >> Here's my hack! >> >> A while back I was experimenting with defining new grobs, and a >> chord-parenthesizer was one of them. It's based on a rewrite of >> `arpeggio-engraver.cc' and incorporates material from `stencil.scm' >> (to draw th

Re: parenthesize chord

2012-09-23 Thread TaoCG
ood. The parentheses collide with glissando lines. Would it be possible to resolve that collision automatically? -- View this message in context: http://lilypond.1069038.n5.nabble.com/parenthesize-chord-tp10p133361.html Sent from the User mailing list archive at Nabble.com. __

Re: parenthesize chord

2012-09-22 Thread David Nalesnik
Hi Tao, On Sat, Sep 22, 2012 at 1:40 PM, TaoCG wrote: > m...@mikesolomon.org wrote >> One of many possible hacks... >> Here's my hack! A while back I was experimenting with defining new grobs, and a chord-parenthesizer was one of them. It's based on a rewrite of `arpeggio-engraver.cc' and inco

Re: parenthesize chord

2012-09-22 Thread TaoCG
m... this looks weird. pchord.pdf <http://lilypond.1069038.n5.nabble.com/file/n13/pchord.pdf> Thanks for the help though. -- View this message in context: http://lilypond.1069038.n5.nabble.com/parenthesize-chord-tp10p13.html Sent from the User mailing list archive at Nabble.

Re: parenthesize chord

2012-09-22 Thread m...@mikesolomon.org
On 22 sept. 2012, at 20:11, TaoCG wrote: > Is it possible to put put single parentheses around a chord? > If I parenthesize a chord each note gets a pair of parentheses on its own. > > One of many possible hacks... #(define (parenthesize-elements grob . rest) (let* ((refp (if (null? rest)

parenthesize chord

2012-09-22 Thread TaoCG
Is it possible to put put single parentheses around a chord? If I parenthesize a chord each note gets a pair of parentheses on its own. -- View this message in context: http://lilypond.1069038.n5.nabble.com/parenthesize-chord-tp10.html Sent from the User mailing list archive at Nabble.com