diff -ruN lilypond-2.5.20-orig/Documentation/user/GNUmakefile lilypond-2.5.20/Documentation/user/GNUmakefile --- lilypond-2.5.20-orig/Documentation/user/GNUmakefile 2005-04-19 23:59:40.000000000 -0700 +++ lilypond-2.5.20/Documentation/user/GNUmakefile 2005-04-20 00:00:00.000000000 -0700 @@ -274,7 +274,7 @@ local-clean: local-delete local-delete: - -for i in $$(seq 0 9); do \ + -for i in $$(jot 9 0 9); do \ for j in dvi eps eps.bbox eps.trans eps.trans.ps ps log png tex; do \ rm -f $(outdir)/lily-$$i*$$j; \ done; \ diff -ruN lilypond-2.5.20-orig/Documentation/user/lilypond.tely lilypond-2.5.20/Documentation/user/lilypond.tely --- lilypond-2.5.20-orig/Documentation/user/lilypond.tely 2005-04-19 23:59:40.000000000 -0700 +++ lilypond-2.5.20/Documentation/user/lilypond.tely 2005-04-20 00:00:00.000000000 -0700 @@ -27,15 +27,14 @@ @c LilyPond program. @end ignore - -* LilyPond: (lilypond/lilypond). The GNU music typesetter. -* abc2ly: (lilypond/lilypond)Invoking abc2ly. Importing ABC. -* convert-ly: (lilypond/lilypond)Invoking convert-ly. Older LilyPond versions. -* etf2ly: (lilypond/lilypond)Invoking etf2ly. Importing Finale. -* lilypond-book: (lilypond/lilypond)LilyPond-book. Itegrating text and music. -* midi2ly: (lilypond/lilypond)Invoking midi2ly. Importing MIDI. -* mup2ly: (lilypond/lilypond)Invoking mup2ly. Importing Mup. -* musedata2ly: (lilypond/lilypond)Invoking musedata2ly. Importing MuseData. +* LilyPond: (lilypond). The GNU music typesetter. +* abc2ly: (lilypond)Invoking abc2ly. Importing ABC. +* convert-ly: (lilypond)Invoking convert-ly. Older LilyPond versions. +* etf2ly: (lilypond)Invoking etf2ly. Importing Finale. +* lilypond-book: (lilypond)LilyPond-book. Itegrating text and music. +* midi2ly: (lilypond)Invoking midi2ly. Importing MIDI. +* mup2ly: (lilypond)Invoking mup2ly. Importing Mup. +* musedata2ly: (lilypond)Invoking musedata2ly. Importing MuseData. @end direntry diff -ruN lilypond-2.5.20-orig/Documentation/user/music-glossary.tely lilypond-2.5.20/Documentation/user/music-glossary.tely --- lilypond-2.5.20-orig/Documentation/user/music-glossary.tely 2005-04-19 23:59:40.000000000 -0700 +++ lilypond-2.5.20/Documentation/user/music-glossary.tely 2005-04-20 00:00:00.000000000 -0700 @@ -16,6 +16,11 @@ and as @uref{source/Documentation/user/out-www/music-glossary.html,one big page}. @end ifhtml +@dircategory GNU music project +@direntry +* Glossary: (music-glossary). Glossary of music terms. +@end direntry + @titlepage @title Music Glossary @author Christian Mondrup @c Original author of LilyPond glossary diff -ruN lilypond-2.5.20-orig/config.make.in lilypond-2.5.20/config.make.in --- lilypond-2.5.20-orig/config.make.in 2005-04-19 23:59:41.000000000 -0700 +++ lilypond-2.5.20/config.make.in 2005-04-20 00:00:00.000000000 -0700 @@ -41,7 +41,7 @@ elispdir = $(datadir)/emacs/site-lisp package_datadir = $(datadir)/$(package) -package_infodir = $(infodir)/$(package) +package_infodir = $(infodir) package_libdir = $(libdir)/$(package) package_docdir = $(docdir)/$(package) package_omfdir = $(omfdir)/$(package) diff -ruN lilypond-2.5.20-orig/lexer-gcc-3.1.sh lilypond-2.5.20/lexer-gcc-3.1.sh --- lilypond-2.5.20-orig/lexer-gcc-3.1.sh 2005-04-19 23:59:41.000000000 -0700 +++ lilypond-2.5.20/lexer-gcc-3.1.sh 2005-04-20 00:00:00.000000000 -0700 @@ -8,7 +8,7 @@ if [ -z "$FLEXLEXER" ]; then -includes="$HOME/usr/include /usr/local/include /usr/include" +includes="$HOME/usr/include $PREFIX/include /usr/local/include /usr/include" for i in $includes; do file=$i/FlexLexer.h @@ -43,9 +43,9 @@ echo -n "Copying and fixing $file... " mkdir -p lily/$outdir rm -f lily/$outdir/FlexLexer.h -sed -e 's/iostream.h/iostream/' \ - -e 's/\/std::istream/' \ - -e 's/\/std::ostream/' \ +perl -p -e 's/iostream.h/iostream/g;' \ + -e 's/\bistream\b/std::istream/g;' \ + -e 's/\bostream\b/std::ostream/' \ $file > lily/$outdir/FlexLexer.h echo "done" @@ -58,9 +58,9 @@ make conf=$CONF -C lily $outdir/lexer.cc > /dev/null 2>&1 || true mv $file $file.orig - sed -e 's/\/std::cin/g' \ - -e 's/\/std::cout/g' \ - -e 's/\/std::cerr/g' \ + perl -p -e 's/\bcin\b/std::cin/g;' \ + -e 's/\bcout\b/std::cout/g;' \ + -e 's/\bcerr\b/std::cerr/g' \ $file.orig > $file echo "done" fi diff -ruN lilypond-2.5.20-orig/stepmake/stepmake/c++-rules.make lilypond-2.5.20/stepmake/stepmake/c++-rules.make --- lilypond-2.5.20-orig/stepmake/stepmake/c++-rules.make 2005-04-19 23:59:41.000000000 -0700 +++ lilypond-2.5.20/stepmake/stepmake/c++-rules.make 2005-04-20 00:00:00.000000000 -0700 @@ -26,3 +26,4 @@ $(outdir)/%.cc: %.ll $(FLEX) -Cfe -p -p -o$@ $< + perl -i.bak -pe 's/^class istream;/#include ;\nusing namespace std;/' $@ \ No newline at end of file diff -ruN lilypond-2.5.20-orig/stepmake/stepmake/c-vars.make lilypond-2.5.20/stepmake/stepmake/c-vars.make --- lilypond-2.5.20-orig/stepmake/stepmake/c-vars.make 2005-04-19 23:59:41.000000000 -0700 +++ lilypond-2.5.20/stepmake/stepmake/c-vars.make 2005-04-20 00:00:00.000000000 -0700 @@ -14,4 +14,4 @@ ALL_C_SOURCES += $(H_FILES) $(C_FILES) $(Y_FILES) $(L_FILES) -ALL_CFLAGS = $(CFLAGS) $(ICFLAGS) $(DEFINES) $(addprefix -I,$(INCLUDES)) $(USER_CFLAGS) $(EXTRA_CFLAGS) $(MODULE_CFLAGS) +ALL_CFLAGS = $(CFLAGS) $(CPPFLAGS) $(ICFLAGS) $(DEFINES) $(addprefix -I,$(INCLUDES)) $(USER_CFLAGS) $(EXTRA_CFLAGS) $(MODULE_CFLAGS) diff -ruN lilypond-2.5.20-orig/stepmake/stepmake/compile-vars.make lilypond-2.5.20/stepmake/stepmake/compile-vars.make --- lilypond-2.5.20-orig/stepmake/stepmake/compile-vars.make 2005-04-19 23:59:41.000000000 -0700 +++ lilypond-2.5.20/stepmake/stepmake/compile-vars.make 2005-04-20 00:00:00.000000000 -0700 @@ -3,7 +3,7 @@ ALL_LDFLAGS = $(LDFLAGS) $(ILDFLAGS) $(EXTRA_LDFLAGS) $($(PACKAGE)_LDFLAGS) $(MODULE_LDFLAGS) $(USER_LDFLAGS) PIC_FLAGS = -fpic -fPIC -SHARED_FLAGS = -shared +SHARED_FLAGS = -bundle -flat_namespace -undefined suppress o-dep-out = $(outdir)/$(subst .o,.dep,$(notdir $@))# DO_O_DEP = rm -f $(o-dep-out); DEPENDENCIES_OUTPUT="$(o-dep-out) $(outdir)/$(notdir $@)"