Update .ly files.
[lilypond.git] / input / regression / volta-markup-text.ly
blob6e0ad569dc66276fbddf7f16c71e011901ff69d5
1 \version "2.12.0"
3 \header {
4 texidoc = "Volte using @code{repeatCommands} can have markup
5 text."
8 voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } }
10 \relative c'' {
12 \set Score.repeatCommands = #(list (list 'volta voltaAdLib) 'start-repeat)
13 c4 b d e
14 \set Score.repeatCommands = #'((volta #f) (volta "4.") end-repeat)
16 \set Score.repeatCommands = #'((volta #f))