lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Polyphonic notes slur solution


From: Nathan Ho
Subject: Re: Polyphonic notes slur solution
Date: Sun, 21 Jun 2015 00:34:24 -0700

On Sun, Jun 21, 2015 at 12:22 AM, rsfjr <address@hidden> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]