Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git] / input / regression / volta-markup-text.ly
blob46a2a3b2afb2fbb3d0cd86b5dda4e6e5402eafad
1 \version "2.11.48"
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))