]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-tremolo.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / repeat-unfold-tremolo.ly
index 71b5ac56503f47a9bce47efca3599c2979ab5159..36b51f789d6213ae0cd9f1a9a86ddded15af314e 100644 (file)
@@ -1,29 +1,22 @@
-\version "2.12.0"
-\header {
-
-  texidoc = "Unfolding tremolo repeats. All fragments fill one
- measure with 16th notes exactly."
+\version "2.14.0"
 
+\header {
+  texidoc = "Unfolding tremolo repeats.  All fragments fill one
+measure with 16th notes exactly."
 }
 
 \layout { ragged-right = ##t }
 
-
-
-{
+\relative c' {
   \time 2/4 
-  \applyMusic #unfold-repeats  
-  { \repeat tremolo 4 { c'16 e' } |
-    \repeat tremolo 8 c'16 } |
-
+  \unfoldRepeats {
+    \repeat tremolo 4 { c16 e } |
+    \repeat tremolo 8 c16
+  } |
   \time 3/4 
-  \applyMusic #unfold-repeats  
-  { \repeat tremolo 6 { c'16 e' } |
-    \repeat tremolo 12 c'16 } | \bar "|."
-  
-  \bar "|."
-
-  
+  \unfoldRepeats {
+    \repeat tremolo 6 { c16 e } |
+    \repeat tremolo 12 { c16 } |
+  }
+  \bar "|."  
 }
-  
-