On 9/7/07, Kieren MacMillan <[EMAIL PROTECTED]> 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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to