lilypond-user
[Top][All Lists]
Advanced

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

tie with manual repeat


From: Gianmaria Lari
Subject: tie with manual repeat
Date: Fri, 5 Oct 2018 11:03:43 +0200

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.png

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


reply via email to

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