Re: slur repeat and alternative

2004-07-06 Thread Mats Bengtsson
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

slur repeat and alternative

2004-07-06 Thread Jose
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,} }