]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-tremolo.ly
Merge branch 'accepts'
[lilypond.git] / input / regression / repeat-unfold-tremolo.ly
index c360354800eb1465ddbf9e978a50ff9ce4d9f38b..4eaf563688512f8c903ba8cf97b61a1f04df20f2 100644 (file)
@@ -1,18 +1,29 @@
-\version "2.1.36"
+\version "2.10.0"
 \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."
 
 }
 
+\layout { ragged-right = ##t }
 
-\score{
-    \notes{
-       \time 2/4 
-       \apply #unfold-repeats  
-       { \repeat tremolo 8 { c'32 e' } |
-         \repeat tremolo 16 c'32 } | \bar "|."
-    }
-    \paper { raggedright = ##t }  
+
+
+{
+  \time 2/4 
+  \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 "|."
+
+  
 }
+  
+