On Sun, Jun 21, 2015 at 12:22 AM, rsfjr <rsfj...@gmail.com> wrote:
>
> I placed a \override Staff.Arpeggio.direction = 1 at the code, so that the
> arpeggio parenthesis would be at the right. It works OK, but, can it be
> mirroed? The parenthesis is pointed out the note pair.
> Tried the \shape command and nothing was changed.
>

This should do the trick:

\override Staff.Arpeggio.stencil = #(lambda (grob) (ly:stencil-scale
(ly:arpeggio::brew-chord-slur grob) -1 1))


Regards,

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

Reply via email to