lilypond-user
[Top][All Lists]
Advanced

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

Re: multi-system phrase mark shaping


From: tisimst
Subject: Re: multi-system phrase mark shaping
Date: Tue, 25 Jul 2017 10:15:18 -0700 (MST)

Hi, Reilly!

On Tue, Jul 25, 2017 at 11:09 AM, Reilly Farrell [via Lilypond] <[hidden email]> 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: Re: multi-system phrase mark shaping
Sent from the User mailing list archive at Nabble.com.

reply via email to

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