]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/repeat-manual.ly
*** empty log message ***
[lilypond.git] / input / test / repeat-manual.ly
index 3e5c6552a91a4de49d4090d8439a8d4a99006a98..56877ffde959365484282c389701a36ae0079a3b 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.7"
+\version "2.1.22"
 \header { texidoc = "@cindex Repeat Manual
 You can manually control repeat signs and numbers to produce
 unusual output. "
@@ -8,16 +8,16 @@ unusual output. "
 \score { \notes \relative c'' {
 % First a normal looking repeat:
  c2 c
-    \property Score.repeatCommands = #'((volta "1."))
+    \set Score.repeatCommands =  #'((volta "1."))
  c c
-    \property Score.repeatCommands = #'((volta #f) end-repeat (volta "2."))
+    \set Score.repeatCommands =  #'((volta #f) end-repeat (volta "2."))
  c c
-    \property Score.repeatCommands = #'((volta #f))
+    \set Score.repeatCommands =  #'((volta #f))
 % Then a more strange one:
  c c
-    \property Score.repeatCommands = #'((volta "93") end-repeat)
+    \set Score.repeatCommands =  #'((volta "93") end-repeat)
  c c
-    \property Score.repeatCommands = #'((volta #f))
+    \set Score.repeatCommands =  #'((volta #f))
  c c
 }
        \paper{raggedright=##t}