]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-all.ly
Release: bump version.
[lilypond.git] / input / regression / repeat-unfold-all.ly
index 821731207e9f9c07d086925bf2d006b99a091917..eae3684bf977428fadac9fa8f241c151c0b665c6 100644 (file)
@@ -1,20 +1,18 @@
-\version "2.3.4"
+\version "2.14.0"
 
-\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 = \relative c'   {
     c4 \repeat volta 2 c4 \alternative { d e  }
 }
+\layout {ragged-right = ##t} 
 
-\score {
-     \context Voice {
-       \nots
-       \bar "||"
-       \applymusic #unfold-repeats \nots
-    }
-    \paper {raggedright = ##t} 
+\context Voice {
+    \nots
+    \bar "||"
+    \unfoldRepeats \nots
 }