From d04d4fce88582bd506269131bcf9941e501e20f1 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Sun, 31 Jan 2010 18:46:43 -0800 Subject: [PATCH] abc2ly: update URLs for abc notation resources. --- scripts/abc2ly.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/abc2ly.py b/scripts/abc2ly.py index 02ff95ba93..c58c6ef9e7 100644 --- a/scripts/abc2ly.py +++ b/scripts/abc2ly.py @@ -22,7 +22,7 @@ # ... # # (not finished.) -# ABC standard v1.6: http://www.walshaw.plus.com/abc/ +# ABC standard v1.6: http://abcnotation.com/ # # Enhancements (Roy R. Rankin) # @@ -1372,7 +1372,7 @@ def get_option_parser (): p = ly.get_option_parser (usage=_ ("%s [OPTION]... FILE") % 'abc2ly', description=_ ('''abc2ly converts ABC music files (see %s) to LilyPond input. -''') % 'http://www.gre.ac.uk/~c.walshaw/abc2mtex/abc.txt', +''') % 'http://abcnotation.com/abc2mtex/abc.txt', add_help_option=False) p.version = "abc2ly (LilyPond) @TOPLEVEL_VERSION@" -- 2.39.2