]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/repeat-manual.ly
* lily/tab-note-heads-engraver.cc: listen to string number events
[lilypond.git] / input / test / repeat-manual.ly
index ae47e1be34de95f9b3d44fb2b59640b2e813a111..3e5c6552a91a4de49d4090d8439a8d4a99006a98 100644 (file)
@@ -1,8 +1,11 @@
 
-\version "1.3.146"
-
+\version "2.1.7"
+\header { texidoc = "@cindex Repeat Manual
+You can manually control repeat signs and numbers to produce
+unusual output. "
+}
 
-\score { \notes {
+\score { \notes \relative c'' {
 % First a normal looking repeat:
  c2 c
     \property Score.repeatCommands = #'((volta "1."))
@@ -17,4 +20,6 @@
     \property Score.repeatCommands = #'((volta #f))
  c c
 }
+       \paper{raggedright=##t}
 }
+