]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/repeat-manual.ly
* ly/declarations-init.ly (paper): Define page-breaking.
[lilypond.git] / input / test / repeat-manual.ly
index a7c5f5a22f2d3d77e3e0bdc638299ae8ad11ca58..dcc8fb2e22c584bd79afd3c436842d2fb14ab092 100644 (file)
@@ -1,23 +1,23 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.1.30"
 \header { texidoc = "@cindex Repeat Manual
-You can manually control repeat signs and numbers to produce
-unusual output. "
+By controlling manually the signs and numbers in repeats, an unusual 
+output can be produced. "
 }
 
 \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}