This question has been answered many times on the mailing list
(see the archives).
There is no direct support for this in LilyPond at the moment, so
you have to fake it by drawing the slur in secunda volta from an
invisible note. For example:
\score {
        \notes {
                \time 4/4
                \clef bass
                \repeat volta2 { c4 d e f( }
                \alternative { { d2) d} { \hideNotes g4( \unHideNotes f2*1/2) f,} }
                }
        \paper { }
}


/Mats

Jose wrote:
Excuse my poor english (I'm french).

With lilypond 2.0 on Linux RH 7.3 , i can't obtain
what i want with the following : \score {
\notes {
\time 4/4
\clef bass
\repeat volta2 { c4 d e f( }
\alternative { { d2) d} { f) f,} }
}
\paper { }
}


I get the warning :
/home/jose/lilyfiles/gamme.ly:6:29: AVERTISSEMENT: ne peut repérer le début d'une 
liaison:
                \alternative { { d2) d} { f
                                           ) f,}
What I need is a slur between the f and d2 in the first volta box
(that's OK) and a "slur end on the first f in the second volta box.

Thanks.


_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================


_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to