]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-tremolo.ly
* lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
[lilypond.git] / input / regression / repeat-unfold-tremolo.ly
index c1a1bde861bf14963b76608920a8f152333eb241..6778729e702d460ba3b6bf4ffc10b51e2480d3e0 100644 (file)
@@ -1,18 +1,27 @@
-\version "2.2.0"
+\version "2.3.4"
 \header {
 
-    texidoc = "Unfolding tremolo repeats. Both fragments fill one 2/4
- measure with 32nd notes exactly."
+    texidoc = "Unfolding tremolo repeats. All fragments fill one
+ measure with 16th notes exactly."
 
 }
 
 
 \score{
-    \notes{
+    {
        \time 2/4 
-       \apply #unfold-repeats  
-       { \repeat tremolo 8 { c'32 e' } |
-         \repeat tremolo 16 c'32 } | \bar "|."
+       \applymusic #unfold-repeats     
+       { \repeat tremolo 4 { c'16 e' } |
+         \repeat tremolo 8 c'16 } |
+
+       \time 3/4 
+       \applymusic #unfold-repeats     
+       { \repeat tremolo 6 { c'16 e' } |
+         \repeat tremolo 12 c'16 } | \bar "|."
+       
+       \bar "|."
+
+       
     }
     \paper { raggedright = ##t }  
 }