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 _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
