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




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to