On Sun, Feb 9, 2025 at 5:30 AM Henning Hraban Ramm <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
>
> … but it’s semantically wrong.
>

It's always nice to supply a minimum working example (MWE).  Is this what
you're asking about?

%%%
\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 }
    }
  }
}
%%%


--
Knute Snortum

Reply via email to