lilypond-user
[Top][All Lists]
Advanced

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

Re: Adjusting a slur after line break


From: Chris Yate
Subject: Re: Adjusting a slur after line break
Date: Sat, 19 Dec 2015 23:45:13 +0000

Thanks... with that hint and a bit more research, I can achieve something a bit better with this modification to the original:

<code>

r4.
\shape  #'(((0.0 . 0.0) (0 . 1.2) (0 . 1.2) (4 . 1)) 
                      ((0.0 . 0.0) (0 . 1.2) (0 . 1.2) (4 . 1)) 
                      ((0 . 4.0) (0 . 3) (0 . 1) (0 . 0)) ) Slur 
                      
d,16 (f af cf af bf  | 

</code>

I'd rather tweak just the messy end of the slur, leaving the rest as default, but it appears that can't be done.

The example here for setting the final part of the slur to dashes works ok:
http://lilypond.org/doc/v2.18/Documentation/notation/modifying-broken-spanners

But I can't get /alterBroken to work properly at all on control points.  

When I try the "tweak" version, that I assume would look like:

<code>

r4.                      
d,16-\alterBroken control-points #'(((0.0 . 0.0) (0 . 1.2) (0 . 1.2) (4 . 1))  ((0.0 . 0.0) (0 . 1.2) (0 . 1.2) (4 . 1))  ((0 . 4.0) (0 . 3) (0 . 1) (0 . 0)) )  
(f af cf af bf  | 

</code>

.... then the slur only appears as a small, and odd-shaped squiggle by the first note d.  Editing these control points is a bit of hit and miss anyway, but I don't feel I understand the syntax for \alterBroken well enough; there are too few examples at present!


Chris


On 19 December 2015 at 22:46, Urs Liska <address@hidden> wrote:
I'm only on the phone right now. But wirh \shape you can pass overrides for multiple parts of a broken curve.

Am 19. Dezember 2015 23:39:15 MEZ, schrieb Chris Yate <address@hidden>:
Hi,

I'm having trouble with a long slurred passage, where the final note appears on a new line.  

The slur shape is quite wrong after the line break in both upper and lower parts, but I've included only the upper part here.

Snippet ly (actual excerpt) and a PNG attached -- I think there's a thing called "alterBroken" but I can't work out how to use it.

Hopefully someone can help!

Thanks in advance,

Chris



lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.


reply via email to

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