]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-tremolo.ly
more conversion for dash-change.
[lilypond.git] / input / regression / repeat-unfold-tremolo.ly
index 81761053adcf021329246d9f1d0da77d0a3e510d..669aadc16f5cb72af4389d6c1c51222bd4f13874 100644 (file)
@@ -1,27 +1,29 @@
-\version "2.3.22"
+\version "2.7.32"
 \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 "|."
+
+  
 }
+  
+