Robin,

Thanks very much. That's just what I was going to try to work out, and
you've done it all.

I'll think about whether this can be made into a nice set of definitions
for a file full of utilities to include. I can probably expand that
stencil so that it handles all the cases, and doesn't have to preclude
normal glissando in the same score.

Cheers,

Mike O'Donnell

Robin Bannister wrote:
> Neil Puttock wrote:
>> \override ChoirStaff.Arpeggio #'stencil =
>> #ly:arpeggio::brew-chord-bracket
>
> I wanted to do pretty much the same last week and ran into a familiar
> bug which I haven't reported yet.
> To get the closing bracket right (sic), try
>>    \context { \ChoirStaff      \consists "Span_arpeggio_engraver"
>>      \override Arpeggio #'stencil = #(lambda (grob)
>>      (ly:stencil-rotate (ly:arpeggio::brew-chord-bracket grob)
>>      (if (eq? LEFT (ly:grob-property grob 'direction LEFT)) 0 180) 0 0))
>>    }
>
> Cheers,
> Robin
>
>


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to