]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-all.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / repeat-unfold-all.ly
index 1536cb1b7c2bfc41320d771c75f917dca3f26497..dc8a79c27928ef1e916dbc63e437fee518c2d3d8 100644 (file)
@@ -1,20 +1,18 @@
-\version "2.1.36"
+\version "2.16.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 = \notes\relative c'   {
+nots = \relative c'   {
     c4 \repeat volta 2 c4 \alternative { d e  }
 }
+\layout {ragged-right = ##t} 
 
-\score {
-    \notes \context Voice {
-       \nots
-       \bar "||"
-       \apply #unfold-repeats \nots
-    }
-    \paper {raggedright = ##t} 
+\context Voice {
+    \nots
+    \bar "||"
+    \unfoldRepeats \nots
 }