lilypond-user
[Top][All Lists]
Advanced

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

Ending Tie to No Note


From: Ernie Braganza
Subject: Ending Tie to No Note
Date: Fri, 6 Aug 2021 14:29:22 -0400

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(<>)|
  }
}

Attachment: repeat tie.png
Description: PNG image


reply via email to

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