]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-all.ly
Doc-es: various updates.
[lilypond.git] / input / regression / repeat-unfold-all.ly
index 07d34f1c87ed78f490b4bcc7c487c9dc5381b95d..0d047b6304747cc78182414c1bfda823692e492c 100644 (file)
@@ -1,20 +1,18 @@
-\version "2.3.1"
+\version "2.19.21"
 
-\header { texidoc = "Volta repeats may be unfolded through the Scheme
-    function @code{unfold-repeats}."
+\header { texidoc = "Volta repeats may be unfolded through the music
+    function @code{\\unfoldRepeats}."
 
 }
 
-nots = \notes\relative c'   {
-    c4 \repeat volta 2 c4 \alternative { d e  }
+nots = \relative   {
+    c'4 \repeat volta 2 c4 \alternative { d e  }
 }
+\layout {ragged-right = ##t} 
 
-\score {
-    \notes \context Voice {
-       \nots
-       \bar "||"
-       \applymusic #unfold-repeats \nots
-    }
-    \paper {raggedright = ##t} 
+\context Voice {
+    \nots
+    \bar "||"
+    \unfoldRepeats \nots
 }