From: Patrick McCarty Date: Mon, 1 Feb 2010 02:46:43 +0000 (-0800) Subject: abc2ly: update URLs for abc notation resources. X-Git-Tag: release/2.13.12-1~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d04d4fce88582bd506269131bcf9941e501e20f1;p=lilypond.git abc2ly: update URLs for abc notation resources. --- 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@"