\renameinput.
+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
+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.
# 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
}
''' % (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