]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* HACKING (datadir): Add VERSION.
[lilypond.git] / ChangeLog
index c259deec06daf6f14edc3275f0a668744e63eba0..5824521ffa7a08e3b6c662cb0dae1f8ee2c995c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       Builddir run fixes.
+
+       * HACKING (datadir): Add VERSION.
+
+       * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
+       higher up.
+
+2005-03-15  Werner Lemberg  <wl@gnu.org>
+
+       * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
+       diagonal stem doesn't become thinner.
+
+2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * buildscripts/fixcc.py: Fixes (Werner).
+
+2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * GNUmakefile.in: fix lilypond-words path.
+
+       * po/tr.po: update to 2.3.21
+
+       * lily/new-fingering-engraver.cc (position_scripts): take priority
+       from head position.
+
+       * input/regression/finger-chords-order.ly (texidoc): new file.
+
+2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * make/ly-rules.make: 
+       * stepmake/aclocal.m4: 
+       * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
+
+       * buildscripts/fixcc.py (rules): Leave space after operator.
+
+2005-03-14  Werner Lemberg  <wl@gnu.org>
+
+       * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
+       top of the glyph with smooth curve.
+
+2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/global.itely (Page layout): remove
+       printpagenumber.
+
+2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
+
+       * input/regression/mensural-ligatures.ly: new file (with examples
+       compiled by Pal Benko).
+
+       * Documentation/user/instrument-notation.itely: Bugfix: yet some
+       other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
+       musicglyph access.  Many small beautifications in ancient
+       examples.
+
+       * input/test/divisiones.ly: fixed indentation; small
+       beautifications
+
+       * ly/engraver-init.ly: added FIXME comment
+
+       * scripts/lilypond-book.py,
+       Documentation/user/lilypond-book.itely: added music fragment
+       option "packed" to lilypond-book
+
+       * Documentation/user/instrument-notation.itely: Bugfix: added
+       missing LedgerLineSpanner color setting in several places.  Added
+       music fragment option "packed" to VaticanaContext example.
+
+2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/define-grobs.scm (all-grob-descriptions): switch off
+       Hyphen_spanner::set_spacing_rods 
+
+       * lily/lyric-hyphen.cc (print): add padding between syllable and
+       hyphen.
+       (print): shorten hyphen in tight situations (determine using
+       minimum-length)
+
+       * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
+       0.4pt.
+
+2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * ly/titling-init.ly (bookTitleMarkup): Refinements.
+
+       * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
+       header/footer markings for regression-test.
+
+       * scm/backend-library.scm (output-scopes, header-to-file): Move
+       from framework-tex.scm.
+
+       * scm/framework-ps.scm (output-framework)
+       (output-preview-framework):
+       * scm/framework-eps.scm (output-classic-framework)
+       (output-framework): Use it.  Fixes collated files.
+
+2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/sakura-sakura.ly: 
+       * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
+
+       * buildscripts/guile-gnome.sh: Update.
+
+       * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
+
+       * mf/aybabtu.pe.in: Capitalize Aybabtu.
+
+2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
+       culprit: always exit the loop if we find a rod, even if it has
+       distance < 0. 
+
+       * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
+       algorithm.
+
+       * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
+       $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
+
+       * scm/output-svg.scm (dashed-line): new  function body.
+       
+       * GNUmakefile.in: create .htaccess.
+
+2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/topdocs/NEWS.tely (Top): Fix text example.
+
+2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION (PACKAGE_NAME): release 2.5.15
+
+       * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
+
+       * scm/framework-svg.scm (output-framework): put scaling in
+       document header. Apply scaling only once.
+       (output-framework): dump page size in px, not mm. 
+
+       * scm/lily-library.scm (modified-font-metric-font-scaling): rename
+       from font-size.
+
+       * lily/paper-outputter-scheme.cc (LY_DEFINE):
+       ly:outputter-output-scheme, new function.
+
+       * scm/output-svg.scm (pango-description-to-svg-font): new function
+
+2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
+       target.
+
+       * input/typography-demo.ly: new file.
+
+2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/global.itely (File structure): Add markup blocks
+       to toplevel expressions.
+       (Multiple movements, Creating titles): Add markup blocks.
+
+       * lily/stencil-scheme.cc: Use "libc-extention.hh" (WAS:
+       <libc-extention.hh>).
+
+       * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
+
+       * flower
+       * lily
+       * kpath-guile: Nitpick run: buildscripts/fixcc.py.
+
+2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/accidental.cc: special bboxes for natural. 
+
+       * mf/feta-toevallig.mf: make stems heavier.
+
+       * lily/dynamic-text-spanner.cc (print): add bound padding for edge
+       texts as well.
+
+       * mf/feta-klef.mf: revise. 
+
+       * mf/feta-schrift.mf: make thinning of accent less pronounced.
+
+       * mf/feta-klef.mf: add rounded curve at top. 
+       make thinnib a little heavier.
+
+2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/parser.yy (book_body): Oops, allow \markup in \book too.
+
+       * buildscripts/fixcc.py: New file.
+
+       * input/regression/utf8.ly: Update Debian font description.
+
+2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * stepmake/aclocal.m4: Fix test.
+
+2005-03-09  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/invoking.itely: added Sebastino Vigna's
+       docs for the --jail option.
+
+2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/stem.cc (print): only produce stemlets if there are no
+       noteheads on this stem.
+
+       * lily/note-spacing.cc (stem_dir_correction): robustness fix:
+       don't crash on stemlet (visible stem without heads).
+
+       * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
+       unbroken situations. 
+
+       * scm/output-lib.scm (center-invisible): new function.
+
+       * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
+       wishes to determine loose column space.
+
+       * lily/font-config.cc (init_fontconfig): add
+       fonts/{otf,type1,cff}  to path.
+
+       * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
+
+       * mf/GNUmakefile (Module): install all fonts under otf/
+
+       * scm/framework-ps.scm (Module): read fonts from fonts/extension,
+       replace /fonts/otf/ by /ps/ 
+
+       
+2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
+
+       * lily/book.cc (process): Oops, add score_.header_.
+
+       * lily/paper-book.cc: Fold hearders, score and texts into scores_.
+
+       * lily/parser.yy: Handle toplevel and book texts as score.
+
+       * scm/page-layout.scm (default-page-make-stencil):
+       Bugfix: (page-properties rename.
+
+       * scm/backend-library.scm (ly:system): Typo.
+
+2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * stepmake/stepmake/executable-targets.make (installexe): don't
+       strip installed executables
+
+       * lily/font-select.cc (get_font_by_design_size): revert
+       pango_description_string as well.
+
+       * lily/system.cc (set_loose_columns): put loose column just left
+       of next column.
+
+       * lily/include/group-interface.hh (extract_grob_array): rename
+       from Pointer_group_interface__extract_grobs
+
+       * input/regression/ledger-line-minimum.ly (texidoc): new file.
+
+       * lily/ledger-line-spanner.cc (set_spacing_rods): new
+       function. Keep ledgered note heads at a minimum distance.
+       Introduce minimum-length-fraction
+       (print): introduce length-fraction property.
+
+2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * tex/GNUmakefile: remove latin1.enc rules.
+
+2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/titling.scm: Typo.
+
+       * input/regression/score-text.ly: Really add.
+
+       * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
+
+2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/open-type-font-scheme.cc:  new file.
+
+2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/titling.scm (layout-extract-page-properties): Rename from
+       page-properties.  Update callers.
+
+       * lily/lexer.ll (Lily_lexer):
+       * lily/parser.yy: Junk lyric_markup state.
+
+       * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
+
+       * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
+       Add texts parameter.
+
+2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/lexer.ll (lyric_markup): New mode.
+       (Lily_lexer::push_lyric_markup_state): New method.
+       (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
+
+       * lily/parser.yy (book_body):
+       (toplevel_expression): Grok \markup texts.
+
+       * lily/score-scheme.cc (ly:music-scorify): 
+       * scm/lily-library.scm (collect-music-for-book): Take texts
+       parameter.
+
+       * lily/score.cc (texts_): New member.
+
+       * lily/paper-book.cc (systems): Format score texts.
+
+       * score-text.ly: New file.
+
+       * ttftool/SConscript:
+       * kpath-guile/SConscript: New file.
+
+       * lily/SConscript:
+       * SConstruct: Update.
+
+2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION (PACKAGE_NAME): release 2.5.14
+
+2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/main.cc: Add dummy xgettext markers.
+
+2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
+       requirements
+
+       * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
+       executable is < 40k
+
+       * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
+       hack.
+
+2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * flower/libc-extension.cc:
+       * flower/include/libc-extension.hh: [Open]BSD simply cast
+       cookie/funopen declarations.
+
+       * stepmake/aclocal.m4: Check for libkpathsea.so.
+
+       * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
+       dl_kpse_find_file.
+
+2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
+       (open_library): alternative for static library.
+
+2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
+
+       * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
+
+       Drop run-time dependency on teTeX.
+
+       * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
+
+       * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
+       KPATHSEA_LIBS in LIBS.
+       (STEPMAKE_DLOPEN): New function.
+
+       * lily/font-config.cc (init_fontconfig): Use dir for directory,
+       not path.
+
+       * flower/file-path.cc (directories): Rename from paths, as this
+       return an array of directories (a single path).
+
+2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
+
+       * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
+       new ly:kpathsea-find-file
+
+       * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
+
+       * kpath-guile/GNUmakefile: new file
+
+       * buildscripts/gen-emmentaler-scripts.py (i): generate
+       emmentaler-X.fontname as well.
+
+       * buildscripts/ps-embed-cff.py: new script
+
+       * scm/lily-library.scm: remove ps-embed-cff.
+
+       * scm/framework-ps.scm (write-preamble): don't use kpathsea for
+       font loading. 
+
+       * scm/font.scm (add-music-fonts): load dynamics/numbers through
+       fontconfig as well.
+
+       * lily/font-config.cc (init_fontconfig): add cff/ too.
+
+       * ly/generate-embedded-cff.ly: capitalize.
+
+       * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
+       so as to register the pango font.
+
+       * lily/font-config.cc (init_fontconfig): add
+       prefix/{otf,type1,mf/out} to fontconfig path.
+
+       * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
+       overrides all. 
+
+       * configure.in (gui_b): remove ec mftrace check
+
+       * config.hh.in: use lilypond-Major.Minor as data directory.
+
+       * scm/framework-ps.scm (dump-page): use output-units for landscape.
+
+       * buildscripts/gen-emmentaler-scripts.py (i): lower case file
+       name.
+
+2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
+       error messages.
+
+       * flower/libc-extension.cc:
+       * flower/include/libc-extension.hh: [Open]BSD fixes for
+       cookie/funopen declarations.
+
+2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
+       emmentaler.
+
+       * lily/score-engraver.cc (initialize): remove check for ecrm10 /
+       lcrm10.
+
+       * scm/define-markup-commands.scm (fontsize): new markup
+       command. Also set baseline-skip
+
+       * lily/main.cc (do_chroot_jail): paranoia security for webserver
+       use. Patch by Sebastiano Vigna <vigna@dsi.unimi.it>.
+
+2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
+
+       * lily/pdf.cc: remove PDF related files
+
+2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
+       <hamamatsu@gmx.de>
+
+2005-03-05  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/advanced-notation.itely: first draft
+       of reorg done.
+
+       * Documentation/user/global.itely: fixed (sub)section
+       bits of MIDI.
+
+2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * cygwin/mknetrel (extras): Bufix (Bertalan).
+
+       * Documentation/user/basic-notation.itely (Chords): @ref fix.
+       * Documentation/user/instrument-notation.itely (Introducing chord
+       names): Compile fix: must have unique name.
+
+2005-03-02  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/instrument-notation.itely: reorg.
+
+2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-gnome.scm:
+       * scm/output-svg.scm: Fix font scaling.
+
+2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
+       what link to use best.
+
+       * Documentation/user/instrument-notation.itely (Ancient accidentals): 
+       * Documentation/user/tutorial.itely (Automatic and manual beams):
+       Fix @ref.
+
+       * lily/tweak-registration.cc (replace_grob_tweak): New function.
+       * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
+       * scm/framework-gnome.scm (tweak): Use it.
+
 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
+
+       * scm/output-ps.scm (white-text): reinstate white-text
+
+2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-ps.scm (offset-add): Remove.
+
+       * scm/lily-library.scm (offset-flip-y): New function.
+       * scm/framework-gnome.scm (tweak): Use it.
+
+       * scm/output-gnome.scm (grob-cause): Add parameter.
+
+       * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
+       * scm/output-ps.scm (url-link): Move.
+       (white-text): Warn user about brokenness.
+
+       * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
+       wrt ghostscript.
+
+2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/slash-repeat-engraver.cc (try_music): always make slashes
+       if body length smaller than measure length.
+
        * scm/define-markup-commands.scm (with-url): oops. use Y extent
        for Y.
 
-       * ly/titling-init.ly (tagline): put default tagline in \paper 
+       * ly/titling-init.ly (tagline): put default tagline in \paper
 
 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * lily/kpath.cc: 
+       * lily/pdf.cc (Pdf_file): Use more generic error messages.
+
+       * scm/lily-library.scm (version-not-seen-message): New function.
+       * ly/init.ly: Use it.
+
+       * scm/page-layout.scm (ly:optimal-page-breaks): Display page
+       breaks as progess.
+
+       * scripts/lilypond-book.py (do_process_cmd): Do not lump
+       whitespace with l10n message.
+
+       * scm/framework-tex.scm (convert-to-ps):
+       (convert-to-dvi): Do not use overly specific l10n messages.
+
+       * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
+
        * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
        merge stderr with stdout.