]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-fold.ly
release commit
[lilypond.git] / input / regression / repeat-fold.ly
index 352835f278866a97c594bdeb4b6c62a5a8ed064f..6676fd517a3e6a920404249fd2a835f1baefc021 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.17"
+\version "2.8.0"
 
 \header{
 texidoc="
@@ -7,14 +7,14 @@ should not be more alternatives than repeats.
 "
 }
 
-\score {
-  \context Staff  \relative c'' {
-    \repeat fold 3 { c^"3$\\times$ 0alt" d }
+\paper { ragged-right = ##t } 
+
+\context Staff  \relative c'' {
+    \repeat fold 3 { c^"3x 0alt" d }
     % less alts than body
-    \repeat fold 4 { c^"4$\\times$ 2alt" d } \alternative { e f }
+    \repeat fold 4 { c^"4x 2alt" d } \alternative { e f }
     % more alts than body
-    \repeat fold 2 { c^"2$\\times$ 3alt" d } \alternative { e f g }
+    \repeat fold 2 { c^"2x 3alt" d } \alternative { e f g }
   }
-}