LilyPond is part of the GNU Project started by the Free Software
Foundation to create a system of free software for the world-community
-=item http://www.ssc.com/linux/
-
-The Number One Free OS-Kernel: Linux
-
-=item http:// /linux_soundapps.html
-
-Dave Philips' Linux sound applications page
-
-
=back
=head2 Ftp
mail with subject "subscribe" to
gnu-music-discuss-request@vuse.vanderbilt.edu,
-
=back
Announces of new versions will be sent to info-gnu-music and
gnu-music-discuss.
+=head2 Backlinks
+
+=over 4
+
+=item http://www.ssc.com/linux/
+
+The Number One Free OS-Kernel: Linux
+
+=item http://www.bright.net/~dlphilp/linux_soundapps.html
+
+Dave Philips' Linux sound applications page
+
+=item http://www.medieval.org/emfaq/scores/software.html
+
+More software for (early) music.
+
+=item http://www.emry.net/
+
+Linux webwatcher.
+
+=back
# script to automate releases
-grep -q '^TOP' .version
+grep -q '^TOP' VERSION
res=$?
-if test ! -f .version || test $res != 0; then
+if test ! -f VERSION || test $res != 0; then
echo not in topleveldir
exit 1
fi
function setversion() {
-eval `sed -n 's/^\([A-Z_]*\) *= *\(.*\)$/\1=\2/p' .version`
+eval `sed -n 's/^\([A-Z_]*\) *= *\(.*\)$/\1=\2/p' VERSION`
MJ=$TOPLEVEL_MAJOR_VERSION
MI=$TOPLEVEL_MINOR_VERSION
Version: @TOPLEVEL_VERSION@
Entered-date: @DATE@
Description:
-GNU LilyPond which converts music definition files into visual or
-audio output: it can typeset formatted sheet music to a TeX file and
-and (mechanical) performances to MIDI files. Features include multiple
-staffs, meters, clefs, keys, lyrics, versatile input-language, cadenzas
-beams, slurs, triplets.
+GNU LilyPond is a program which converts music definition files into
+visual or auditive output: it can typeset formatted sheet music to a
+TeX file and and (mechanical) performances to MIDI files. Features
+include multiple staffs, meters, clefs, keys, lyrics, versatile
+input-language, cadenzas beams, slurs, triplets.
Keywords: music typesetting midi notation
Author: hanwen@stack.nl (Han-Wen Nienhuys)