diff options
author | Graham Percival <graham@percival-music.ca> | 2010-06-29 17:05:40 +0100 |
---|---|---|
committer | Graham Percival <graham@percival-music.ca> | 2010-06-29 17:05:40 +0100 |
commit | 22673ad46eeb02c2396c0e048a307498302530d8 (patch) | |
tree | 44633f6642156952d28b7e61eb21f9d4ff641a20 | |
parent | 8d0379b60d9e6bf497a45a6b03ae1937acd32adc (diff) |
Regtest: thinko.
There's no point repeating exactly the same line; the last chord
should obviously be different from the previous one.
-rw-r--r-- | input/regression/chord-scripts.ly | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |