lilypond-user
[Top][All Lists]
Advanced

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

Re: Ending Tie to No Note


From: Aaron Hill
Subject: Re: Ending Tie to No Note
Date: Fri, 06 Aug 2021 12:05:20 -0700
User-agent: Roundcube Webmail/1.4.9

On 2021-08-06 11:29 am, Ernie Braganza wrote:
Is there a better way to do this?

I am trying to end a repeated section with a tie to the first note back at the beginning of the section. This is written as an unterminated tie. I can
get it to look right with this code, but I get an error message
"programming error: bounds of this piece aren't breakable"

What's the "right" way to achieve this?

\version "2.20.0"
\relative c' {
  c1~
  \repeat volta 2 {
    c2 e2|
    g2 c,2(<>)|
  }
}

You should use one of the "semi-ties", specifically \laissezVibrer.


-- Aaron Hill



reply via email to

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