lilypond-user
[Top][All Lists]
Advanced

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

Re: \shape not impacting ties slurs on next line


From: David Nalesnik
Subject: Re: \shape not impacting ties slurs on next line
Date: Tue, 25 Mar 2014 07:03:16 -0500

Hi Javier,
 
Javier Ruiz-Alma <address@hidden> writes:

> The tie continued on a next line is not influenced by positioning
> override.  Instead, it's placed per default positioning.  How can one
> move these continued ties or slur?

You need to specify another number-pair-list for the second broken bit.  So, for example:

 pushTieDown = \shape #'(
                        ((0 . -1.0) (0 . -1.2) (0 . -1.2) (0 . -1.0))
                        ((0 . -1.0) (0 . -1.2) (0 . -1.2) (0 . -1.0))
                        ) Tie

--David

 


reply via email to

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