]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/volta-markup-text.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / volta-markup-text.ly
index cd29427b5cb887be1287690d5eea975a0f643d89..b8adcb0c83c43356055a5235723c708ac3d3a4ab 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header {
   texidoc = "Volte using @code{repeatCommands} can have markup
@@ -7,8 +7,8 @@ text."
 
 voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } }
 
-\relative c'' {
-  c1
+\relative {
+  c''1
   \set Score.repeatCommands = #(list (list 'volta voltaAdLib) 'start-repeat)
   c4 b d e
   \set Score.repeatCommands = #'((volta #f) (volta "4.") end-repeat)