]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-tremolo-other-commands.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / chord-tremolo-other-commands.ly
index 3096e7e6d392b9b7e0e21bb982129f66bca35d3c..61f41b4953da362c0500f7ce7d68318daac0c899 100644 (file)
@@ -1,8 +1,8 @@
-\version "2.14.2"
+\version "2.19.21"
 
 \header {
   texidoc = "
-To calculate the total duration of chord tremolos, only real notes shall be
+To calculate the total duration of chord tremolos, only real notes shall be 
 counted, no other commands.
 "
 }
@@ -11,9 +11,9 @@ right = \relative c'' {
   s2
 }
 
-left = \relative c' {
+left = \relative {
   % This tremolo contains just two notes (but three lilypond events/commands!)
-  \repeat tremolo 4 { f,16 \change Staff = "right" f'}
+  \repeat tremolo 4 { f16 \change Staff = "right" f'} 
 }
 
 \score {