]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/repeat-manual.ly
* lily/page.cc (Page): Do not use ly_scheme_function for
[lilypond.git] / input / test / repeat-manual.ly
index 89b4281e587f85ac2dbf5e6df17c4d7e5bf6c429..4212de4c5cd2dd6b88cae8cbde344cc7f4a1f800 100644 (file)
@@ -1,21 +1,25 @@
 
-\version "1.7.18"
-
+\version "2.2.0"
+\header { texidoc = "@cindex Repeat Manual
+By controlling manually the signs and numbers in repeats, an unusual 
+output can be produced. "
+}
 
-\score { \notes {
+\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}
 }
-%% new-chords-done %%
+