]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.78
authorfred <fred>
Sun, 24 Mar 2002 19:49:33 +0000 (19:49 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:49:33 +0000 (19:49 +0000)
Documentation/links.pod
bin/release
make/lilypond.lsm.in

index e9ffba63ef469499bc51db2017a9cdfd553f96bf..9c7edf0a62833e34dcaab844bb51031864fb7969 100644 (file)
@@ -16,15 +16,6 @@ of interest to LilyPond users.
 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 
@@ -104,10 +95,30 @@ For discussions concerning the GNU Music project, to subscribe: send
 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
index 0cd180d68b1be563d64138dac9ceb1668ce8fa46..d95553a8b69dfa8c0658173303eb11865fb750c6 100755 (executable)
@@ -2,15 +2,15 @@
 
 # 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
index 03f416baf0d3591fbf83091b1b39a40b63a2d319..af2163607beb87658b71a2abbd4e84ed535ad2b3 100644 (file)
@@ -3,11 +3,11 @@ Title: LilyPond
 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)