lilypond-user
[Top][All Lists]
Advanced

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

Re: repeatTie question


From: Aaron Hill
Subject: Re: repeatTie question
Date: Thu, 29 Apr 2021 16:39:33 -0700
User-agent: Roundcube Webmail/1.4.9

On 2021-04-29 4:14 pm, Mark Probert wrote:
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]--

Did you mean to use \laissezVibrer?


-- Aaron Hill



reply via email to

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