]> git.donarmstrong.com Git - lilypond.git/commitdiff
(compose_full_body): Do not emit
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 27 Aug 2003 17:28:43 +0000 (17:28 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 27 Aug 2003 17:28:43 +0000 (17:28 +0000)
\renameinput.

ChangeLog
cygwin/changelog
cygwin/mknetrel
scripts/lilypond-book.py

index c253c06112ffd7fb4f47c94f00bae7e9da56f844..65a881f6c7bd0b1ffd1f71acbe58f6b4881c481f 100644 (file)
--- 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
index 6da5d9a53ce2bd1e04a7c006c4a68919e946249d..34d17110c31312d7cfd2f280133bc3ab9b3af5fc 100644 (file)
@@ -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.
index 293e8a8ff9fc6660fc125f7f1b50eefbe942e2d3..4fb5bf81e45dfa3261f75cc9debb4d8f7a5114aa 100644 (file)
@@ -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
index 5411f8bc3b1f2ef8af9c87775d5f297cdd01c770..2c7af9a6c883e61633b3ebee8dc11a2b93caefcc 100644 (file)
@@ -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