]> 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 2c0072780815c1f8d05ada0733c4dcd356368cca..669aadc16f5cb72af4389d6c1c51222bd4f13874 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.7.32"
 \header {
 
   texidoc = "Unfolding tremolo repeats. All fragments fill one
@@ -6,16 +6,18 @@
 
 }
 
+\layout { ragged-right = ##t }
+
 
 
 {
   \time 2/4 
-  \applymusic #unfold-repeats  
+  \applyMusic #unfold-repeats  
   { \repeat tremolo 4 { c'16 e' } |
     \repeat tremolo 8 c'16 } |
 
   \time 3/4 
-  \applymusic #unfold-repeats  
+  \applyMusic #unfold-repeats  
   { \repeat tremolo 6 { c'16 e' } |
     \repeat tremolo 12 c'16 } | \bar "|."
   
@@ -23,5 +25,5 @@
 
   
 }
-\layout { raggedright = ##t }  
+