]> git.donarmstrong.com Git - lilypond.git/commitdiff
pimp chord tremolo example.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 19 Feb 2007 14:21:16 +0000 (15:21 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 19 Feb 2007 14:21:16 +0000 (15:21 +0100)
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 }
+}