Fwd: Re: parenthesizing arpeggios

2012-04-23 Thread Urs Liska
: parenthesizing arpeggios Datum: Sun, 22 Apr 2012 20:23:01 -0500 Von:David Nalesnik david.nales...@gmail.com An: Urs Liska li...@ursliska.de Kopie (CC): Lilypond-User lilypond-user@gnu.org Hi again! Here's something that works for arpeggios. The attached file is a bit large

parenthesizing arpeggios

2012-04-22 Thread Urs Liska
Dear listers, I thought it should be simple and straightforward, but I don't understand how to put an arpeggio in brackets. If I use this code I only get a very small parenthesis: \version 2.15.36 \relative c' { %\once \override ParenthesesItem #'font-size = #6 c g' e'-\parenthesize

Re: parenthesizing arpeggios

2012-04-22 Thread David Nalesnik
Hi Urs, On Sun, Apr 22, 2012 at 6:37 PM, Urs Liska li...@ursliska.de wrote: Dear listers, I thought it should be simple and straightforward, but I don't understand how to put an arpeggio in brackets. If I use this code I only get a very small parenthesis: \version 2.15.36 \relative c' {

Re: parenthesizing arpeggios

2012-04-22 Thread David Nalesnik
Hi again! Here's something that works for arpeggios. The attached file is a bit large because I needed to include several functions from stencil.scm to draw the parentheses. Oh, what ever was I thinking! No need at all for all that duplicated code... This is all you need: \version

Re: parenthesizing arpeggios

2012-04-22 Thread Urs Liska
Thank you very much, I will try this out later today. By overriding the stencil directly you have already solved my other problem that I didn't even post so far ;-) Now I can write a macro editorialArpeggio = { \once \override Arpeggio ... } I need this because I place all my editor's additions