]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold.ly
*** empty log message ***
[lilypond.git] / input / regression / repeat-unfold.ly
index 7155a239d9b66b06a0bda340391eaf0a3979c0e9..984c657f72765a3f16a9a7bec196b144c61e980c 100644 (file)
@@ -1,7 +1,7 @@
-\version "1.7.18"
+\version "2.7.39"
 
 \header{
-texidoc="
+  texidoc="
 LilyPond has three modes for repeats: folded, unfolded and
 semi-unfolded.  Unfolded repeats are fully written out. Semi unfolded
 repeats have the body written and all alternatives sequentially.
@@ -15,14 +15,14 @@ Unfolded behavior:
 "
 }
 
-\score {
 
-  \context Voice \notes\relative c'' {
-\repeat unfold 3 { c^"3x 0a" d }
-% less alts than body
-\repeat unfold 4 { c^"4x 0a" d } \alternative { e f }
-% more alts than body
-\repeat unfold 2 { c^"2x 3a" d } \alternative { e f g } 
-}}
 
-%% new-chords-done %%
+\context Voice \relative c'' {
+  \repeat unfold 3 { c^"3x 0a" d }
+  %% less alts than body
+  \repeat unfold 4 { c^"4x 0a" d } \alternative { e f }
+  %% more alts than body
+  \repeat unfold 2 { c^"2x 3a" d } \alternative { e f g } 
+}
+
+