X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fvolta-markup-text.ly;h=b8adcb0c83c43356055a5235723c708ac3d3a4ab;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=6eedd3e2c61911963a828dc6e20ec5e599419723;hpb=6d910958ea621e4ab878a118bd77e61ae210a6ef;p=lilypond.git diff --git a/input/regression/volta-markup-text.ly b/input/regression/volta-markup-text.ly index 6eedd3e2c6..b8adcb0c83 100644 --- a/input/regression/volta-markup-text.ly +++ b/input/regression/volta-markup-text.ly @@ -1,4 +1,4 @@ -\version "2.11.51" +\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)