Hi, Reilly!

On Tue, Jul 25, 2017 at 11:09 AM, Reilly Farrell [via Lilypond] <
ml+s1069038n20465...@n5.nabble.com> wrote:

> Hi All,
>
> I've been noticing that the usual solution for adjusting the shape of a
> phrase mark:
>
> \shape #'((0 . 0) (0.5 . 1.0) (0.5 . 1.0) (0 . 0)) PhrasingSlur
>
> ...doesn't seem to apply to instances in which phrase marks extend across
> multiple systems.  At best I can find ways to modify the first half of the
> phrase mark at the end of one system, but not the second half at the
> beginning of the other.
>
> I need the ability to modify both in order to fix collision issues.  Is
> there a trick to modifying an entire multi-system phrase mark?
>

Indeed there is. Just extend the initial list to be a list of two lists (or
more, depending on how many systems the phrasing slur spans through), one
for each segment:

\shape #'(((0 . 0) (0.5 . 1.0) (0.5 . 1.0) (0 . 0))
          ((0 . 0) (0 . 0) (0 . 0) (0 . 0))) PhrasingSlur

HTH,
Abraham




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/re-multi-system-phrase-mark-shaping-tp204658p204659.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

Reply via email to