]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-all.ly
Update of texidoc strings in Contexts and Engravers LSR snippets
[lilypond.git] / input / regression / repeat-unfold-all.ly
index 65060c17ef5a72ca140b0b43d74d0d8b06dc5aec..116468a030a40d72ee62e616f7c8808db48132e7 100644 (file)
@@ -1,18 +1,18 @@
-\version "2.1.28"
+\version "2.10.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} 
-     }