X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=8d67369665408caa51d00424650caf8059668e51;hb=b690023c78792a05ea55c69d41be63a04f93b43a;hp=4dd738ef475be060ed6024a28e3848bbfe8a934b;hpb=031a18001e136dfbfaf95ced1f2c5c58c64115c3;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 4dd738ef47..8d67369665 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,377 @@ +2005-06-20 Han-Wen Nienhuys + + * ly/music-functions-init.ly (musicMap): new music function + musicMap. + +2005-06-19 Han-Wen Nienhuys + + * make/mutopia-rules.make: anti-alias-factor = 2 + + * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single + page switch. + + * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set + anti-alias-factor for lilypond-book runs. + + * scm/ps-to-png.scm (scale-down-image): new function. + (my-system): new function. + (make-ps-images): blow up GS resolution by anti-alias-factor, + scale down image by anti-alias-factor. This improves appearance + of bitmaps + (make-ps-images): remove showpage. Fixes spurious empty png at + end. + + * scm/framework-ps.scm (write-preamble): downcase filename before + string-matching. Should fix .TTF files (as opposed to ttf files) + + * Documentation/user/tutorial.itely (Running LilyPond for the + first time): separate subsections for windows, macos and unix. + + * Documentation/user/invoking.itely (Updating files with + convert-ly): add MacOS X note. + +2005-06-18 Han-Wen Nienhuys + + * Documentation/user/introduction.itely (Engraving): don't include + file optical-spacing, add directly. + + * lily/paper-outputter.cc (file): open file in binary mode. This + fixes OTF embedding on windows. + +2005-06-17 Han-Wen Nienhuys + + * scm/framework-ps.scm (write-preamble): remove debugging output. + + * mf/aybabtu.pe.in (i): don't generate aybabtu.cff + + * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for + outdir. + (install-fc-cache): install font cache in installation directories. + +2005-06-17 Jan Nieuwenhuizen + + * scm/editor.scm (editor-command-template-alist): Use char iso + column, except for Emacs. + (get-editor-command): Substitute char too (Bert). + +2005-06-16 Jan Nieuwenhuizen + + * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single + quoted ~s. This should fix PNG output on Windows; single quotes + are regular characters on Windows. + +2005-06-16 Graham Percival + + * Documentation/user/basic-notation.itely: include ChoirStaff + in System start delimiters. + + * Documentation/user/putting.itely: new doc section on + fixing overlapping notation. + +2005-06-16 Han-Wen Nienhuys + + * Documentation/user/global.itely (Paper size): \paper is in + \book, not \score. + + * make/mutopia-rules.make: -ddelete-intermediate-files + + * ly/engraver-init.ly: make Staff default child of ChoirStaff. + +2005-06-16 Jan Nieuwenhuizen + + * ChangeLog: Recode utf-8. + + * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in + datadir with .py modules. + +2005-06-15 Heikki Junes + + * Documentation/user/basic-notation.itely (Ties): add tieDashed. + +2005-06-15 Han-Wen Nienhuys + + * make/mutopia-rules.make: switch off ps, p&c for lilypond runs. + + * scm/framework-ps.scm (write-preamble): remove status check. + + * Documentation/user/invoking.itely (Updating files with + convert-ly): remove -o option. + + * VERSION (PACKAGE_NAME): release 2.5.31 + + * scm/framework-ps.scm (write-preamble): use ly:system. + (write-preamble): verbosity. + + * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules. + + * python/convertrules.py: new file. Store conversion rules + separately. + +2005-06-14 Han-Wen Nienhuys + + * scm/backend-library.scm (postprocess-output): remove debugging gobs. + +2005-06-14 Mats Bengtsson + + * Documentation/topdocs/NEWS.tely (Top): Corrected name of + \musicDisplay + + * Documentation/user/instrument-notation.itely (More stanzas): Add + reference to StanzaNumber. + +2005-06-14 Han-Wen Nienhuys + + * THANKS: separate section for website translators. + +2005-06-14 Graham Percival + + * Documentation/topdocs/INSTALL.texi: update vim info; + thanks Simon Bailey! + + * Documentation/user/advanced-notation.itely: included + color names. + + * Documentation/user/advanced-notation.itely, + Documentation/usr/notation-appendices.itely: moved + color names into an appendix. + +2005-06-14 Han-Wen Nienhuys + + * lily/program-option.cc (LY_DEFINE): new function ly_add_option. + + * scm/lily.scm (lambda): initialize program options from here. + + * scm/framework-*.scm: add header info. + + * lily/main.cc (parse_argv): only set output format to pdf if no + other format specified. + + * scm/backend-library.scm (postprocess-output): process + 'delete-intermediate-files after running convert-to-*. This fixes + PNG generation when 'delete-intermediate-files is set. + +2005-06-13 Han-Wen Nienhuys + + * buildscripts/mutopia-index.py (list_item): thinko. Fixes png + links on website. + +2005-06-13 Graham Percival + + * Documentation/topdocs/INSTALL.texi, + Documentation/user/lilypond-book.itely: typos. + +2005-06-12 Pal Benko + + * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space + added between program name and switch; -b changed to -f not + to generate pdf + +2005-06-12 Han-Wen Nienhuys + + * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi + (LilyPond-command-alist): use -f ps (thanks to Pal Benko) + + * input/sakura-sakura.ly: add \midi. + + * buildscripts/mutopia-index.py (find): use /usr/bin/find + iso. python find. + + * ttftool/test.c (main): cosmetics. + + * ttftool/util.c (surely_lseek): use stdio FILE's for I/O + + * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL, + create a ttf2ps binary. + + * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality. + + * scm/backend-library.scm (postscript->png): set rename-page-1 to + true. + +2005-06-11 Graham Percival + + * Documentation/user/lilypond-book.itely: add warning about + the font warnings in dvips. + +2005-06-11 Han-Wen Nienhuys + + * THANKS: typo + + * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url. + + * GNUmakefile.in: remove links for .map, .enc + don't fail if out/ doesn't exist yet. + +2005-06-10 Han-Wen Nienhuys + + * ttftool/util.c (surely_read): return nbytes + + * stepmake/bin/text2html.py (txt2html): add utf-8 marker. + + * VERSION (PACKAGE_NAME): release 2.5.30 + + * flower/string-convert.cc (precision_string): >? fix. + + * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too. + (make-ps-images): add verbose -q too. + + * lily/default-actions.cc (Module): new file. default + {book,score}-print functions. + + * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup: + pass results via parseStringResult, lookup via ly:parser-lookup. + + * lily/lily-parser.cc (Lily_parser): only clone lexer in + constructors. + (parse_file): encapsulate do_yyparse() in scm_set_current_module() + (parse_string): idem. + + * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init. + + * lily/main.cc (main_with_guile): copy be_verbose_global into + ly_set_option() + +2005-06-10 Jan Nieuwenhuizen + + * scm/backend-library.scm (postscript->pdf): + * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in + verbose mode. Search for several names of gs executable. + +2005-06-10 Han-Wen Nienhuys + + * lily/ly-module.cc (ly_make_anonymous_module): call make-module + directly. This fixes a massive memory leak, provided you use CVS + GUILE. + +2005-06-10 Erik Sandberg + + * ly/property-init.ly: Added tieDashed. + + * THANKS: Added some bughunters for 2.5. + +2005-06-09 Han-Wen Nienhuys + + * lily/program-option.cc: add debug-gc option. + + * lily/include/lily-guile-macros.hh: don't protect exported module + objects. + + * lily/include/lily-parser.hh (class Lily_parser): remove beam_check(). + + * scm/backend-library.scm (postscript->pdf): use + delete-intermediate-files iso. running-from-gui? + + * ttftool/util.c (surely_read): robustness. Allow read() to return + less bytes than requested, as per posix standards. + + * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity + program option. + + * ttftool/include/ttftool.h ("C"): rename verbosity to + ttf_verbosity. Add to public interface. + + * scm/music-functions.scm (unfold-repeats): remove debugging display. + + * lily/program-option.cc: rename from scm-option.cc + + * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting. + (get_help_string): Print pretty help string. + + * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click + to snippet preamble. + + * lily/scm-option.cc: remove command-line-settings option. Fold + all command-line options plus default settings in a generic + interface. + + * flower/getopt-long.cc (table_string): indent 2nd lines of help + texts too. + +2005-06-09 Jan Nieuwenhuizen + + * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_ + or EXT_ components non-empty. + +2005-06-08 Jan Nieuwenhuizen + + * scm/lily.scm (running-from-gui?): Export. + + * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate + output in .ly source directory. + +2005-06-09 Han-Wen Nienhuys + + * ttftool/util.c (surely_lseek): more verbosity. + + * lily/include/lily-proto.hh: add Context_def. This fixes FC4 + compile. + + * lily/parser.yy (Repeated_music): remove >? + + * scm/backend-library.scm (postscript->pdf): Support for + -dgs-font-load=1 + + * scm/framework-ps.scm (write-preamble): make font loading + switchable to GS via --define-default gs-font-load=1 + +2005-06-09 Graham Percival + + * Documentation/user/global.itely: added \layout docs. + +2005-06-09 Han-Wen Nienhuys + + * lily/lily-parser-scheme.cc: add unistd.h + +2005-06-08 Han-Wen Nienhuys + + * scm/editor.scm: add char argument. + + * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. + + * ttftool/util.c (syserror): use errno for better error reporting. + + * lily/source-file.cc (get_counts): new function. Calc column, + line and char count in one go. + + * lily/binary-source-file.cc (quote_input): rename to quote_input + + * lily/input.cc (set): new function. + +2005-06-08 Jan Nieuwenhuizen + + * flower/file-path.cc (find): Bugfix. Append rather than prepend + directory part of file name to search directory. + + * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to + search path and chdir to DIR if --outname=DIR used. + + * lily/main.cc (prepend_env_path): Bugfix: Check directory + existence before appending original path. + +2005-06-08 Han-Wen Nienhuys + + * ttftool/parse.c (readNamingTable): verbosity for "bad TTF + file" massage. + + * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our + texinfo.tex is always used. + +2005-06-07 Han-Wen Nienhuys + + * flower/include/axis.hh: rename from axes.hh + + * lily/include/text-interface.hh (Module): rename from text-item.hh + + * VERSION (PATCH_LEVEL): release 2.5.29 + + * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too. + + * scm/framework-ps.scm (font-file-as-ps-string): new function. + (handle-macfont): new function. Call fondu for Native mac fonts. + + * scm/define-markup-commands.scm (fill-line): handle text-widths = + '() case. + 2005-06-07 Jan Nieuwenhuizen * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not @@ -12,6 +386,10 @@ 2005-06-07 Han-Wen Nienhuys + * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page. + + * scripts/lilypond-ps2png.scm + * VERSION (PACKAGE_NAME): release 2.5.28 2005-06-07 Jan Nieuwenhuizen @@ -313,7 +691,6 @@ * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon rules. ->>>>>>> 1.3718 2005-05-28 Han-Wen Nienhuys * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color @@ -853,7 +1230,7 @@ * scm/backend-library.scm (postscript->pdf): Invoke gs instead of going through ps2pdf wrappers. -2005-05-09 Jürgen Reuter +2005-05-09 Jürgen Reuter * Documentation/user/instrument-notation.itely: petrucci note heads: updated docu @@ -1248,11 +1625,11 @@ * lily/mensural-ligature.cc (brew_flexa): apply thickness property only on vertical lines of flexa shape, and use a constant thickness value for horizontal lines (patch slightly modified by - Jürgen Reuter) + Jürgen Reuter) * lily/include/mensural-ligature.hh: make 2 comments clearer -2005-04-28 Jürgen Reuter +2005-04-28 Jürgen Reuter * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed to need_extra_horizontal_space; bugfix: use class scope to avoid @@ -2517,7 +2894,7 @@ * Documentation/user/global.itely (Page layout): remove printpagenumber. -2005-03-13 Jürgen Reuter +2005-03-13 Jürgen Reuter * input/regression/mensural-ligatures.ly: new file (with examples compiled by Pal Benko). @@ -3253,7 +3630,7 @@ * Documentation/user/notation.itely: small but urgent fix. -2005-02-21 Jürgen Reuter +2005-02-21 Jürgen Reuter * lily/duration-scheme.cc: bugfix: correct parameters to SCM_ASSERT_TYPE. @@ -3343,7 +3720,7 @@ * configure.in: add endian test. -2005-02-19 Jürgen Reuter +2005-02-19 Jürgen Reuter * Documentation/user/examples.itely: small simplification/beautification @@ -6496,7 +6873,7 @@ * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilypondexperimentalfeatures): Removed. -2004-10-20 Jürgen Reuter +2004-10-20 Jürgen Reuter * Documentation/user/notation.itely: fixed 2 typos @@ -11048,3 +11425,8 @@ 2004-04-01 Han-Wen Nienhuys * VERSION (PACKAGE_NAME): release 2.2.0 + +#Local variables: +#coding: utf-8 +#End: +