]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-all.ly
Some tweaks to beaming patterns over rests.
[lilypond.git] / input / regression / repeat-unfold-all.ly
index db3fc7de036d0a480337213b73edc7e21a1f3c3a..116468a030a40d72ee62e616f7c8808db48132e7 100644 (file)
@@ -1,20 +1,18 @@
-\version "2.2.0"
+\version "2.10.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
 }