]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-tremolo.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / repeat-unfold-tremolo.ly
index 77cc16f32ca5f01a335968ac5c56b7c3ccf39cc5..71b5ac56503f47a9bce47efca3599c2979ab5159 100644 (file)
@@ -1,27 +1,29 @@
-\version "2.4.0"
+\version "2.12.0"
 \header {
 
-    texidoc = "Unfolding tremolo repeats. All fragments fill one
+  texidoc = "Unfolding tremolo repeats. All fragments fill one
  measure with 16th notes exactly."
 
 }
 
+\layout { ragged-right = ##t }
 
-\score{
-    {
-       \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 "|."
 
-       
-    }
-    \layout { 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 "|."
+
+  
 }
+  
+