]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-all.ly
Update .ly files.
[lilypond.git] / input / regression / repeat-unfold-all.ly
index 8a3168e87dd777118d9719e0ba8f793ba73ee807..92e8a47339e4bfea7f895eaa3ea672e419fb8dbb 100644 (file)
@@ -1,18 +1,18 @@
-\version "2.1.22"
+\version "2.12.0"
+
+\header { texidoc = "Volta repeats may be unfolded through the music
+    function @code{\unfoldRepeats}."
 
-\header {
-    texidoc = "Repeats may be unfolded through the Scheme function @code{unfold-repeats}."
 }
 
-nots = \notes\relative c'   {
+nots = \relative c'   {
     c4 \repeat volta 2 c4 \alternative { d e  }
-    \repeat tremolo 4 { c16 d }
 }
+\layout {ragged-right = ##t} 
 
-\score { \notes \context Voice {
-\nots
-\apply #unfold-repeats \nots
+\context Voice {
+    \nots
+    \bar "||"
+    \unfoldRepeats \nots
 }
-\paper {raggedright = ##t} 
-     }