]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold.ly
new file
[lilypond.git] / input / regression / repeat-unfold.ly
index 8f09b3812fb829c7ecc525f7a44eae54c66a3870..8381b3bf02c179682eb4915a78b9d074a242fd31 100644 (file)
@@ -1,6 +1,7 @@
+\version "2.6.0"
 
 \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.
@@ -11,16 +12,17 @@ alternatives is smaller, the first alternative is multiplied to get to
 the number of repeats.
 
 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 } 
-}}
+
+\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 } 
+}
+