]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-all.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / repeat-unfold-all.ly
index 23428c15e5f382b4f1499684aba131f0fbcca59c..eae3684bf977428fadac9fa8f241c151c0b665c6 100644 (file)
@@ -1,14 +1,18 @@
-\version "1.5.68"
+\version "2.14.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'   {c4 \repeat volta 2 c4 \alternative { d e  }}
+nots = \relative c'   {
+    c4 \repeat volta 2 c4 \alternative { d e  }
+}
+\layout {ragged-right = ##t} 
 
-\score { \notes {
-\nots
-\apply #unfold-repeats \nots
+\context Voice {
+    \nots
+    \bar "||"
+    \unfoldRepeats \nots
 }
-\paper {linewidth=-1.} 
-     }
+