]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-all.ly
* GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
[lilypond.git] / input / regression / repeat-unfold-all.ly
index 1aa96159edc57fbc090eb67d1626e601a04932dd..3cc8c60fa7466e60b175995525056dbb8d6af26c 100644 (file)
@@ -1,13 +1,18 @@
+\version "1.7.18"
 
 \header {
     texidoc = "Repeats may be unfolded through the Scheme function @code{unfold-repeats}."
 }
 
-nots = \notes\relative c'   {c4 \repeat volta 2 c4 \alternative { d e  }}
+nots = \notes\relative c'   {
+    c4 \repeat volta 2 c4 \alternative { d e  }
+    \repeat tremolo 4 { c16 d }
+}
 
-\score { \notes {
+\score { \notes \context Voice {
 \nots
 \apply #unfold-repeats \nots
 }
-\paper {linewidth=-1.
+\paper {raggedright = ##t
      }
+