]> git.donarmstrong.com Git - lilypond.git/commitdiff
(option_parser): update to 2.7.40
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 20 Mar 2006 23:20:07 +0000 (23:20 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 20 Mar 2006 23:20:07 +0000 (23:20 +0000)
ChangeLog
Documentation/user/global.itely
autogen.sh
scripts/abc2ly.py

index e104013f54a3ca364f000b8447395852f00c4a11..cb464d65da39dc0b74eb3ade94148bb359540ee2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scripts/abc2ly.py (option_parser): update to 2.7.40
+
 2006-03-20  Graham Percival  <gpermus@gmail.com>
 
        * THANKS: move small doc contributors to SUGGESTIONS.
index cc79879b5fb3fcb8aff1c2407fcc41ee5b3cab27..cdd72d9e19175c02eab11ea4ac6b97030212c4d8 100644 (file)
@@ -766,11 +766,14 @@ The markup command @code{\slashSeparator} is provided as a sensible
 default,  for example
 
 @lilypond[ragged-right]
-\paper {
-  systemSeparatorMarkup = \slashSeparator
+\book {
+  \score {
+    \relative { c1 \break c1 }
+  }
+  \paper {
+    systemSeparatorMarkup = \slashSeparator
+  }
 }
-
-\relative { c1 \break c1 }
 @end lilypond
 
 
index 4271d4c8a7a57a426c379eb682cff58bbac82e93..2fd8bebd5a533bcaf7e9b932c0b0bf4fd6e5919d 100755 (executable)
@@ -7,7 +7,6 @@ case $1 in
     --noconf*) NOCONFIGURE=true;;
 esac
 
-touch stepmake/bin/install-sh
 if [ ! -f aclocal.m4 -o stepmake/aclocal.m4 -nt aclocal.m4 ]; then
     echo "stepmake/aclocal.m4 is newer.  Copying file." 
     cp -f stepmake/aclocal.m4 aclocal.m4
index e9f842cc23d5e8077343553a7722df0b9fac454c..1257182f718cf0ae268b436a357c099d9b1c2086 100644 (file)
@@ -1390,7 +1390,7 @@ for f in files:
 
 # don't substitute @VERSION@. We want this to reflect
 # the last version that was verified to work.
-       outf.write ('\\version "2.5.20"\n')
+       outf.write ('\\version "2.7.40"\n')
 
 #      dump_global (outf)
        dump_header (outf, header)