lilypond-user
[Top][All Lists]
Advanced

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

Tweaking a tie with shapeII fails


From: Ed Gordijn
Subject: Tweaking a tie with shapeII fails
Date: Tue, 18 Feb 2014 21:33:46 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Hi,


I am trying to tweak an inconsistent tie with the otherwise excellent shapeII function that Janek has written. But in this case I didn't succeed. As you can see it does work for a slur, so why doesn't it tweak my tie?


Greetings, Ed


\version "2.18.0"

% Janek Warchoł
% http://permalink.gmane.org/gmane.comp.gnu.lilypond.general/87744
\include "shapeII-definition.ily"

shapeTie = \shapeII #'((h 0.3 1.2)(p 45 0.2)) Tie
shapeSlur = \shapeII #'((h 0.3 1.2)(p 45 0.2)) Slur

\relative b' {
\time 3/4
\shapeTie
r2 b4 ~
b2. ~
b4 r r
}

\relative b' {
\time 3/4
\shapeSlur
r2 b4(
b2.)(
b4) r r
}

\paper
{
indent = #0
}

Attachment: bug shapeII.ly
Description: Text Data

Attachment: shapeII-definition.ily
Description: Text document


reply via email to

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