lilypond-user
[Top][All Lists]
Advanced

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

Re: Override ties


From: Urs Liska
Subject: Re: Override ties
Date: Fri, 14 Oct 2011 09:32:43 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15

Am 13.10.2011 19:25, schrieb Ed Gordijn:
Hi Harm,

I my case this works even better then tweaking the control points! Sorry Urs! Am I right is this not yet documented?
Yes, and it is not developped by me.
I just use knowledge from this mailing list (search for something like "slurs broken unbroken"). My only personal achievement is to have put together one file exporting the function for all three: Slurs, PphrasingSlurs and Ties. And making it available. And setting up the _plan_ to once write a tutorial about it. In the meantime there are (I think) discussions to integrate this functionality into LilyPond or at least to make it more accessible through documentation.

Best
Urs

I tried to make a music function and that didn't work. Do you know why not?

\version "2.15.14"

squeezeTie = #(define-music-function (parser location gap) (number?)
#{
\override Tie #'details = #'((note-head-gap . $gap ) ;; default: 0.2 (outer-tie-vertical-gap . 0)) % default: 0.25
#})

rsqueezeTie = \revert Tie #'details

\relative a' {
  \squeezeTie #0.6
  a8  a~---> a a   a a~---> a a
  \rsqueezeTie
}

Greetings, Ed

Op 12-10-11 23:59, Thomas Morley schreef:

Another approach could be to override some tie-details:



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




reply via email to

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