]> git.donarmstrong.com Git - lilypond.git/commitdiff
abc2ly: update URLs for abc notation resources.
authorPatrick McCarty <pnorcks@gmail.com>
Mon, 1 Feb 2010 02:46:43 +0000 (18:46 -0800)
committerPatrick McCarty <pnorcks@gmail.com>
Mon, 1 Feb 2010 02:46:43 +0000 (18:46 -0800)
scripts/abc2ly.py

index 02ff95ba9341aae986daef18528595cf0b36b382..c58c6ef9e753b1e85b977d88da30baa52b493242 100644 (file)
@@ -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@"