From: Graham Percival Date: Tue, 29 Jun 2010 16:05:40 +0000 (+0100) Subject: Regtest: thinko. X-Git-Tag: release/2.13.27-1~58 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=22673ad46eeb02c2396c0e048a307498302530d8;p=lilypond.git Regtest: thinko. There's no point repeating exactly the same line; the last chord should obviously be different from the previous one. --- diff --git a/input/regression/chord-scripts.ly b/input/regression/chord-scripts.ly index b95cde22f0..3131997945 100644 --- a/input/regression/chord-scripts.ly +++ b/input/regression/chord-scripts.ly @@ -13,7 +13,7 @@ texidoc = "Scripts can also be attached to chord elements." < c^^ > 4 < c_^ > 4 < c_^ e^^ > 4 - < c_^ e^^ > 4 + < c^^ e_^ > 4 }