Robert,

Instead of \repeagtTie use \laissezVibrer.

Mark

-----Original Message-----
From: lilypond-user
[mailto:lilypond-user-bounces+carsonmark=ca.rr....@gnu.org] On Behalf Of
Mark Probert
Sent: Thursday, April 29, 2021 4:14 PM
To: lilypond-user@gnu.org
Subject: repeatTie question


Hi.

When I compile the following, the tie within the first time bar ends on the
wrong side of the D. Using a tilde (~) instead of \repeatTie results in an
error. Can someone please point me in the right direction?

TIA
 .. mark.

--[start]--
\version "2.22"

tune = \relative c'' {
  \clef treble

  \partial 8 d8~
  \repeat volta 2 { d1 | }
  \alternative {
    { r2 r4 r8 d8\repeatTie | }
    { c1 }
  }
}
\score {
  <<
    \new Staff \tune
  >>
}
--[end]--


Reply via email to