]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Group): change ftp.cs.uu.nl to
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 16 Jul 2003 22:58:29 +0000 (22:58 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 16 Jul 2003 22:58:29 +0000 (22:58 +0000)
ftp.lilypond.org everywhere.

ChangeLog
Documentation/topdocs/INSTALL.texi
Documentation/topdocs/README.texi
lily/accidental-engraver.cc
make/lilypond.lsm.in [deleted file]
make/lilypond.mandrake.spec.in
make/lilypond.redhat.spec.in
make/lilypond.suse.spec.in

index abd751de121e8cc6a7192760cb4e7e36f2c4bf8d..6ed263f099f9bb46b978bf9c6d92132619223d5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
+       ftp.lilypond.org everywhere.
+
 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * lily/text-item.cc (interpret_new_markup): do only if new-markup
index 174ede68d36ab2bc406780824e3acffe47f4a0b8..691dfbac45291a19f86675e9b2d6408e2276d8f5 100644 (file)
@@ -41,12 +41,9 @@ packages if these are available for your platform.
 @item Download development releases from
 @c Hmm, these won't show up in lilypond.org/stats
 @c Otoh, lilypond.org is not updated when release mail arrives
-@uref{ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/} by FTP and
-@uref{http://ftp.cs.uu.nl/pub/GNU/LilyPond/}, by HTTP.
-@item @uref{ftp://sca.uwaterloo.ca/pub/} by FTP (Canadian mirror)
-@item at @code{lilypond.org} 
 @uref{ftp://ftp.lilypond.org/pub/LilyPond/} by FTP and
 @uref{http://www.lilypond.org/ftp/} by HTTP.
+@item @uref{ftp://sca.uwaterloo.ca/pub/} by FTP (Canadian mirror)
 @end itemize
 
 
index ba4f4718733056d298635d9ac60ff029e32139d0..59aa4ec0c75a798eee74fb7e5462f96d3ac26f3f 100644 (file)
@@ -27,7 +27,7 @@ Version 1.6 is the latest stable release.
 @section Downloading
 
 The primary download site for sourcecode is
-@uref{ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/}.
+@uref{ftp://ftp.lilypond.org/pub/GNU/LilyPond/}.
 
 If you have a slow connection, then you are advised to use
 @uref{ftp://ftp.xcf.berkeley.edu/pub/xdelta/,xdelta} for patching
index 68ea213eb102d66efb30c6aa1c69f7f15571d1ed..095ed8d0d0e92bd56914e687b404b0239f83943b 100644 (file)
@@ -58,13 +58,7 @@ protected:
   virtual void finalize ();
 public:
 
-  /*
-    TODO -> property.
-    
-    This is not a property, and it is not protected.  This poses a
-    very small risk of the value being GC'd from under us.
-  */
-  SCM last_keysig_;
+  Protected_scm last_keysig_;
 
   /*
     Urgh. Since the accidentals depend on lots of variables, we have to
@@ -83,7 +77,8 @@ public:
 };
 
 
-static void set_property_on_children (Translator_group * trans, const char * sym, SCM val)
+static void
+set_property_on_children (Translator_group * trans, const char * sym, SCM val)
 {
   trans->set_property (sym, val);
   for (SCM p = trans -> trans_group_list_; gh_pair_p (p); p = ly_cdr(p)) {
diff --git a/make/lilypond.lsm.in b/make/lilypond.lsm.in
deleted file mode 100644 (file)
index 8b8d1b9..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-Begin3
-Title: LilyPond
-Version: @TOPLEVEL_VERSION@
-Entered-date: @DATE@
-Description: LilyPond  is a music  typesetter.  It  produces beautiful  sheet music
-using  a description  file as  input.   LilyPond  is  part of  the  GNU
-Project.
-Keywords: music notation typesetting midi fonts engraving
-Author: hanwen@cs.uu.nl (Han-Wen Nienhuys)
-       janneke@gnu.org (Jan Nieuwenhuizen)
-Maintained-by: hanwen@cs.uu.nl (Han-Wen Nienhuys)
-Primary-site: ftp.lilypond.org /pub/LilyPond/v1.6/
-       1500k @package@-@TOPLEVEL_VERSION@.tar.gz 
-Original-site: ftp.cs.uu.nl /pub/GNU/LilyPond/v1.6/
-       1500k @package@-@TOPLEVEL_VERSION@.tar.gz 
-Copying-policy: GPL
-End
index b370621b9fd23d8170a1105866a9f37e5a234ce6..80c53fda3a320ecb58df5411a13cae060c9963b0 100644 (file)
@@ -11,7 +11,7 @@ Release:      %{release}
 License:       GPL
 Group:         Applications/Publishing
 URL:           http://www.lilypond.org/
-Source0:       ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-%{version}.tar.gz
+Source0:       ftp.lilypond.org:/pub/LilyPond/development/lilypond-%{version}.tar.gz
 BuildRoot:     %{_tmppath}/%{name}-buildroot
 BuildRequires: t1utils bison flex mftrace texinfo
 Requires:      tetex tetex-latex python chkfontpath info-install XFree86
index 509ca4f5a438187367c258d64659b77759299c3a..8d0dd7b647cc0e4a929817c264a7a6167bf85285 100644 (file)
@@ -8,7 +8,7 @@ Version: @TOPLEVEL_VERSION@
 Release: 1
 License: GPL
 Group: Applications/Publishing
-Source0: ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-@TOPLEVEL_VERSION@.tar.gz
+Source0: ftp.lilypond.org:/pub/LilyPond/development/lilypond-@TOPLEVEL_VERSION@.tar.gz
 Summary: Create and print music notation 
 URL: http://www.lilypond.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
index 9914bc0f646c927f27e6be7dcacf9e29b5ba0e4f..822678420eb00eee214f62f0b6112ff733e2c0b1 100644 (file)
@@ -18,7 +18,7 @@ Version: @TOPLEVEL_VERSION@
 Release: 2
 Copyright:    GPL
 Group: Applications/Publishing
-Source0: ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-@TOPLEVEL_VERSION@.tar.gz
+Source0: ftp.lilyond.org:/pub/LilyPond/development/lilypond-@TOPLEVEL_VERSION@.tar.gz
 # music notation software for.. ?
 Summary: A program for printing sheet music.
 URL: http://www.lilypond.org/