]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-all.ly
* scm/music-functions.scm (unfold-repeats): undo music compression
[lilypond.git] / input / regression / repeat-unfold-all.ly
index 40c7b1c5397a47d28c0c21cffa1295326d9cea2b..e184c24ddb9568d83a72b865507a352451bf2431 100644 (file)
@@ -1,18 +1,20 @@
 \version "2.1.30"
 
-\header {
-    texidoc = "Repeats may be unfolded through the Scheme function @code{unfold-repeats}."
+\header { texidoc = "Volta repeats may be unfolded through the Scheme
+    function @code{unfold-repeats}."
+
 }
 
 nots = \notes\relative c'   {
     c4 \repeat volta 2 c4 \alternative { d e  }
-    \repeat tremolo 4 { c16 d }
 }
 
-\score { \notes \context Voice {
-\nots
-\apply #unfold-repeats \nots
+\score {
+    \notes \context Voice {
+       \nots
+       \bar "||"
+       \apply #unfold-repeats \nots
+    }
+    \paper {raggedright = ##t} 
 }
-\paper {raggedright = ##t} 
-     }