Comment #12 on issue 2591 by [email protected]: NR: repeat slurs and
glissando workaround
http://code.google.com/p/lilypond/issues/detail?id=2591
Do you think this is too hacky for a workaround showing a glissando
extending into several alternatives?
\relative c'' {
c1
\repeat volta 3 { c4 d e f\glissando }
\alternative {
{ g2 d }
{
g2
% create a straight slur and move it to a new position
-\tweak #'thickness #0
-\tweak #'line-thickness #1
-\tweak #'control-points #'((-2 . 2.2) (-1.4 . 2.3) (-0.8 . 2.4)
(-0.2 . 2.5)) ( <> )
e
}
{
e2
% create a straight slur and move it to a new position
-\tweak #'thickness #0
-\tweak #'line-thickness #1
-\tweak #'control-points #'((-2 . 2.5) (-1.4 . 2.4) (-0.8 . 2.3)
(-0.2 . 2.2)) ( <> )
d
}
}
}
Trevor
Attachments:
gliss.jpg 13.5 KB