lilypond-user
[Top][All Lists]
Advanced

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

repeatTie question


From: Mark Probert
Subject: repeatTie question
Date: Fri, 30 Apr 2021 09:14:10 +1000

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]