]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-fold.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / repeat-fold.ly
index 6d8bc4a8697af4a63152fc896c41e5f6bb67413f..7a5f1c66e2da8c312447b647e42f19b939ab184f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.4.0"
+\version "2.10.0"
 
 \header{
 texidoc="
@@ -7,14 +7,14 @@ should not be more alternatives than repeats.
 "
 }
 
-\paper { raggedright = ##t } 
+\paper { ragged-right = ##t } 
 
 \context Staff  \relative c'' {
-    \repeat fold 3 { c^"3$\\times$ 0alt" d }
+    \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 }
   }