]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/repeat-manual.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / test / repeat-manual.ly
index 2b366fd3ac42ff1734e19e86d9887c137a779752..3e5c6552a91a4de49d4090d8439a8d4a99006a98 100644 (file)
@@ -1,8 +1,11 @@
 
-\version "1.7.6"
-
+\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,5 +20,6 @@
     \property Score.repeatCommands = #'((volta #f))
  c c
 }
+       \paper{raggedright=##t}
 }
-%% new-chords-done %%
+