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
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to