mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / abcplay.mdwn
index b78c8905d5b025556ee7aa5fbf9add5cdda81481..c5acddbc9b4a974df3898ce4b753ef844704efe7 100644 (file)
@@ -19,8 +19,14 @@ search tools and repositories listed on the [ABC homepage][ABC] and
 [JC's page][JC].
 
 To make playing ABC files as easy as possible, I've written a little
-script, [[abcplay.sh]], which uses `abc2midi` to generate a MIDI file
-for each tune and then plays them with [timidity++][].
+script, [[abcplay.py]], which uses `abc2midi` to generate a MIDI file
+for each tune and then plays them with [timidity++][].  Because the
+processing is so similar, `abcplay.py` also plays [LilyPond][] files,
+using `lilypond` to convert them to MIDI.  Run
+
+    $ abcplay.py --help
+
+for usage information.
 
 [Bill Whipple]: http://www.wiplstix.com/
 [ABC]: http://abcnotation.com/
@@ -31,3 +37,8 @@ for each tune and then plays them with [timidity++][].
 [Sunrise overlay]: http://overlays.gentoo.org/proj/sunrise
 [The Session]: http://www.thesession.org/
 [timidity++]: http://timidity.sourceforge.net/
+[LilyPond]: http://lilypond.org/
+
+[[!tag tags/fun]]
+[[!tag tags/python]]
+[[!tag tags/tools]]