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: Kieren MacMillan
Subject: Re: need a slur in a alternative repeat
Date: Fri, 7 Sep 2007 12:59:52 -0400

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 %%%






reply via email to

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