Am 09.02.25 um 21:52 schrieb Knute Snortum:
On Sun, Feb 9, 2025 at 5:30 AM Henning Hraban Ramm <lilypon...@fiee.net
<mailto:lilypon...@fiee.net>> wrote:
If a tie or slur is crossing a \repeat volta, is there a better
solution
than using \laissezVibrer?
I found that suggested in this old thread:
https://lilypond-user.gnu.narkive.com/wXFWvV5y/tie-at-end-of-first-
repeat <https://lilypond-user.gnu.narkive.com/wXFWvV5y/tie-at-end-
of-first-repeat>
… but it’s semantically wrong.
It's always nice to supply a minimum working example (MWE).
Sorry, I know, but I thought referring to the old thread was enough.
Is this
what you're asking about?
Exactly, thank you.
But is there a semantically better solution than \laissezVibrer ?
%%%
\version "2.24.4"
\relative {
b'4 b b b(
\repeat volta 2 {
c4) c c c |
\alternative {
{ d4 d d b\laissezVibrer }
{ e4 e e e }
}
}
}
%%%
Hraban