lilypond-user
[Top][All Lists]
Advanced

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

Re: need a slur in a alternative repeat


From: yota moteuchi
Subject: Re: need a slur in a alternative repeat
Date: Fri, 7 Sep 2007 21:24:24 +0200



On 9/7/07, Kieren MacMillan <address@hidden> wrote:
Hi all,

> as for \repeatTie, I'm looking for it's counterpart : a slur bound
> to an absent following note
> (whereas \repeatTie is a tie from an absent precedent note)

I hope the attached helps!
Kieren.
_____________________________________

%%% BEGIN SNIPPET %%%

\version "2.11.32"
\paper { line-width = 5\in }

repeatTieForward =
{
        \once \override LaissezVibrerTie #'thickness = #1.2
        \once \override LaissezVibrerTie #'control-points = #'((0.8 . 1.3)
(1.2 . 1.9) (3.2 . 1.9) (3.6 . 1.3) )
}

theMusic = \relative
{
        \repeat "volta" 2
        { c' c c c }
        \alternative
        {
                { d d d \repeatTieForward c\laissezVibrer }
                { d d d e }
        }
}

\score { \theMusic }

%%% END SNIPPET %%%

Thank you for the snippet
unfortunately it is too stiff/rigid/inflexible to be usable
and ... it is a tie, not a slur (see the previously joined picture)

It would be nice however to use the control points if only I could know there "normal" values (just the triplet without any tweak) so I could modify them, based on sane values.

Does anyone know a way to find the values of the control points elected during the beauty contest ?

Yota



reply via email to

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