]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-tremolo.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / repeat-unfold-tremolo.ly
index 14ba94340c169387631c0cc703d8700a3fd3fd64..7b5444077f93ed756addded5c37aa2733f49ce12 100644 (file)
@@ -1,27 +1,29 @@
-\version "2.3.17"
+\version "2.11.51"
 \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 "|."
 
-       
-    }
-    \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 "|."
+
+  
 }
+  
+