lilypond-user
[Top][All Lists]
Advanced

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

Re: tie with manual repeat


From: Aaron Hill
Subject: Re: tie with manual repeat
Date: Fri, 05 Oct 2018 02:07:52 -0700
User-agent: Roundcube Webmail/1.3.6

On 2018-10-05 2:03 am, Gianmaria Lari wrote:
I have the following code

\version "2.19.82"
\fixed c' {
  a1~
  \set Score.repeatCommands = #'((volta "1")) a2 b2 \set
Score.repeatCommands = #'((volta #f))
  \set Score.repeatCommands = #'((volta "2")) a1^"Fine" \set
Score.repeatCommands = #'((volta #f)) \bar "|."
  c1 _"Da capo al Fine" \bar ":|."
}

with this output

[image: image.png]

How can I make a tie also on the "a" in the second alternative?
Thank you, g.

You just need to append \repeatTie to the note in question.

-- Aaron Hill



reply via email to

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