From 2d4e5ebde6794c3db5da9a9b3267055a8996fba5 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:49:33 +0000 Subject: [PATCH] lilypond-0.0.78 --- Documentation/links.pod | 31 +++++++++++++++++++++---------- bin/release | 6 +++--- make/lilypond.lsm.in | 10 +++++----- 3 files changed, 29 insertions(+), 18 deletions(-) diff --git a/Documentation/links.pod b/Documentation/links.pod index e9ffba63ef..9c7edf0a62 100644 --- a/Documentation/links.pod +++ b/Documentation/links.pod @@ -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 diff --git a/bin/release b/bin/release index 0cd180d68b..d95553a8b6 100755 --- a/bin/release +++ b/bin/release @@ -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 diff --git a/make/lilypond.lsm.in b/make/lilypond.lsm.in index 03f416baf0..af2163607b 100644 --- a/make/lilypond.lsm.in +++ b/make/lilypond.lsm.in @@ -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) -- 2.39.5