lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: repeatTie question


From: Mark Stephen Mrotek
Subject: RE: repeatTie question
Date: Thu, 29 Apr 2021 16:44:44 -0700

Robert,

Instead of \repeagtTie use \laissezVibrer.

Mark

-----Original Message-----
From: lilypond-user
[mailto:lilypond-user-bounces+carsonmark=ca.rr.com@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

[Prev in Thread] Current Thread [Next in Thread]