From 22673ad46eeb02c2396c0e048a307498302530d8 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 29 Jun 2010 17:05:40 +0100 Subject: [PATCH] Regtest: thinko. There's no point repeating exactly the same line; the last chord should obviously be different from the previous one. --- input/regression/chord-scripts.ly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.5