]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-tremolo-whole.ly
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / chord-tremolo-whole.ly
index 74f4e57e6437625f84db0faf07c66b4a2aa1fc91..8f57fd4fb33f766dd6461c8a2491ba2f53ff9a69 100644 (file)
@@ -1,3 +1,10 @@
-\version "2.11.16"
-\relative c'''{    \repeat tremolo 32{ g64 a }} 
+\header {
+  texidoc = "chord tremolos don't collide with whole
+notes."
+}
+
+\version "2.10.19"
+
+\relative c'''{
+  \repeat tremolo 32{ g64 a }
+}