]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-fold.ly
* lily/book.cc:
[lilypond.git] / input / regression / repeat-fold.ly
index fd8108a122d0233d6f041925cfd65da3fb762ab4..8d1098ec0e2a8cc7aa75b890c166b90cb8b91f43 100644 (file)
@@ -1,14 +1,14 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+\version "2.4.0"
 
 \header{
 texidoc="
-Folded.  This doesn't make sense without alternatives, but it works.
+Folded repeat may not make sense without alternatives, and there
+should not be more alternatives than repeats.
 "
 }
 
 \score {
-  \context Staff \notes \relative c'' {
+  \context Staff  \relative c'' {
     \repeat fold 3 { c^"3$\\times$ 0alt" d }
     % less alts than body
     \repeat fold 4 { c^"4$\\times$ 2alt" d } \alternative { e f }