From: Jan Nieuwenhuizen <janneke@gnu.org> Date: Wed, 27 Aug 2003 17:28:43 +0000 (+0000) Subject: (compose_full_body): Do not emit X-Git-Tag: release/1.8.2~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=20d8ad3e359e0789c548658eb65d89cb45348738;p=lilypond.git (compose_full_body): Do not emit \renameinput. --- diff --git a/ChangeLog b/ChangeLog index c253c06112..65a881f6c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-08-27 Jan Nieuwenhuizen <janneke@gnu.org> + + * scripts/lilypond-book.py (compose_full_body): Do not emit + \renameinput. + 2003-08-26 Han-Wen Nienhuys <hanwen@cs.uu.nl> * python/lilylib.py (command_name): robustification diff --git a/cygwin/changelog b/cygwin/changelog index 6da5d9a53c..34d17110c3 100644 --- a/cygwin/changelog +++ b/cygwin/changelog @@ -1,3 +1,12 @@ +lilypond (1.8.1-11) unstable; urgency=low + + * New upstream release. + * ly2dvi fixes for /dev/std* redirection in Python's os.system () for + when /bin/sh is the lesser /bin/ash from CVS. + * lilypond-book fix from CVS. + + -- Jan Nieuwenhuizen <janneke@gnu.org> Wed, 27 Aug 2003 19:29:23 +0200 + lilypond (1.8.0-11) unstable; urgency=low * New upstream release. diff --git a/cygwin/mknetrel b/cygwin/mknetrel index 293e8a8ff9..4fb5bf81e4 100644 --- a/cygwin/mknetrel +++ b/cygwin/mknetrel @@ -6,6 +6,9 @@ # stable LilyPond releases: lilypond-1.8 # archive=ftp://lilypond.org/pub/LilyPond/v1.8 +# development LilyPond releases: lilypond-1.9 +# archive=ftp://lilypond.org/pub/LilyPond/v1.9 + # LilyPond mknetrel overrides # To use this, do something like: cat >/dev/null <<EOC diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 5411f8bc3b..2c7af9a6c8 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -735,8 +735,9 @@ def compose_full_body (body, opts): } ''' % (optstring, music_size, linewidth, indent, notime) + body - if orig_name: - body = '\\renameinput \"%s\"\n%s' % (orig_name, body) + # \renameinput not available in 1.8.x + #if orig_name: + # body = '\\renameinput \"%s\"\n%s' % (orig_name, body) # ughUGH not original options