From: Han-Wen Nienhuys Date: Mon, 19 Feb 2007 14:21:16 +0000 (+0100) Subject: pimp chord tremolo example. X-Git-Tag: release/2.11.20-1~20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e7c5f6a239c1d40363355a90034c772874814217;p=lilypond.git pimp chord tremolo example. --- diff --git a/input/regression/chord-tremolo-whole.ly b/input/regression/chord-tremolo-whole.ly index 74f4e57e64..8f57fd4fb3 100644 --- a/input/regression/chord-tremolo-whole.ly +++ b/input/regression/chord-tremolo-whole.ly @@ -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 } +}