[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lilypond-auto] Issue 2591 in lilypond: NR: repeat slurs and glissan
From: |
lilypond |
Subject: |
Re: [Lilypond-auto] Issue 2591 in lilypond: NR: repeat slurs and glissando workaround |
Date: |
Tue, 09 Oct 2012 20:21:22 +0000 |
Comment #12 on issue 2591 by address@hidden: 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