]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/repeat-manual.ly
(class New_slur): new file. Score based slur
[lilypond.git] / input / test / repeat-manual.ly
index 3e5c6552a91a4de49d4090d8439a8d4a99006a98..af7c9278f4460e2bb673446ff54727b090064ee2 100644 (file)
@@ -1,23 +1,23 @@
 
-\version "2.1.7"
+\version "2.3.4"
 \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'' {
+\score {  \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}