Comment #1 on issue 2591 by [email protected]: NR: repeat slurs and glissando workaround
http://code.google.com/p/lilypond/issues/detail?id=2591
is this issue still up to date. I see in the manual that we can use \repeatTie to do this with a nice example:
c1
\repeat volta 2 { c4 d e f ~ }
\alternative {
{ f2 d }
{ f2\repeatTie f, }
}
