]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
remove designations of fuzzy
[lilypond.git] / ChangeLog
index fb7b912dbcfd325709d1419afed88715648ba522..6b05871b3ae44767f5c0e98211195121e742a6fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,303 @@
+2004-04-16  Heikki Junes <janneke@gnu.org>
+
+       * po/fi.po: do "make po && make -C po po-update" at top-level,
+       then "cp po/out/fi.po po/fi.po" and update fields.
+
+       * po/fi.po: remove all designations of `fuzzy'; shows those elements.
+
+2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/introduction.itely (About this manual): Fix
+       templates and regression urls (backportme).
+
+2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * ly/engraver-init.ly (Score:graceSettings): Increase
+       beamed-lengths, especially for 32nd notes.
+
+       * Documentation/user/notation.itely (Grace notes): Correct the
+       syntax for add-grace-property example.
+
+2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
+       `Generated' tag.
+
+       * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
+       Severely broken (the Debian package, at least).
+
+2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/context.cc (find_create_context): assign to lvalue.
+
+2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/include/translator.hh (class Translator): rename
+       get_parent_context() to context () to avoid confusion.
+
+       * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
+
+       * lily/lexer.ll: change is_string -> ly_c_string_p 
+
+       * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
+
+       * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
+
+       * VERSION: release 2.3.0
+
+       * mf/feta-nummer-code.mf: use ascii names for number glyphs.
+
+       * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
+       if nonempty.
+
+       * lily/include/context.hh (class Context): make members protected.
+       (children_contexts): new accessor function.
+
+       * lily/include/translator.hh (class Translator): make
+       daddy_context_ protected.
+       (class Translator): clean up. 
+
+       * lily/include/context.hh (class Context): make daddy_context_
+       private.
+
+       * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
+       higher for finding Voice. (backportme)  
+
+       * lily/include/context.hh (class Context): remove
+       find_context_below() as a method.
+
+       * Documentation/user/notation.itely (The Lyrics context): add note
+       about manual durations
+
+       * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
+       encoding.
+
+       * scm/output-tex.scm (text): dump \inputencoding{} for text.
+
+2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scripts/lilypond.py (global_latex_preamble): remove latin1 from
+       \usepackage{inputenc}
+
+       * lily/paper-book.cc (classic_output): don't advance Offset for
+       TeX output.
+
+       * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
+       ec-sauter.map in rules
+
+       * mf/ecb.mf (font_identifier): new file, based on ecbx
+
+       * mf/ecb10.mf (gensize): new file.
+
+       * Documentation/topdocs/NEWS.texi (Top): document some more new
+       features.
+
+       * ly/declarations-init.ly: run convert-ly
+
+       * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
+       from input-file-results. Remove input-file-results.* 
+
+2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-ps.scm (font-command): Fix, again.
+
+       * input/test/title-markup.ly: Add \noPagebreak test.
+
+       * lily/score-engraver.cc (try_music): Bugfix.
+
+2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/main.cc (main_with_guile): excise dependency options -M and
+       --dep-prefix
+
+       * lily/input-file-results.cc: excise Makefile dependency code
+
+       * Documentation/user/invoking.itexi (Invoking the lilypond
+       binary): remove dep doco
+       
+       * lily/main.cc (main_with_guile): call lilypond-main
+       
+       * scm/lily.scm (lilypond-main): new function: handle multiple files.
+
+       * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
+       exception.
+
+       * lily/my-lily-parser.cc: remove paper_description function
+
+       * lily/music-output-def.cc (LY_DEFINE): ly:output-description
+       new function.
+
+       * lily/main.cc: remove global_score_count.
+
+       * lily/book.cc (process): don't take header from global_input_file.
+
+       * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
+
+       * lily/parser.yy (My_lily_lexer): remove current_parser global var.
+
+       * lily/music-output-def.cc (LY_DEFINE): new function
+       ly_output_description. This function does the bulk for  setting,
+       parsing and breaking down of an input file.
+
+       * lily/ly-module.cc (ly_make_anonymous_module): don't protect
+       anonymous modules globally. Let's hope they get GCd
+
+       * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
+
+2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-ps.scm (header): Papersize from paper.
+
+       * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
+       for classic output.
+
+       * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
+       lilypondclassic is defined.
+       (lilypondstart): Oldish behaviour if lilypondclassic is defined.
+
+       * input/regression/between-systems.ly: Remove.
+
+       * python/lilylib.py (get_bbox): Fix regular expression
+       for bounding box.
+
+       * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
+
+       * scm/output-tex.scm (stop-page): Use it.
+
+       * scm/output-ps.scm (define-fonts): Bugfix.
+
+       * lily/grob.cc: Add penalty to interface.
+
+       * lily/include/paper-line.hh (class Paper_line): New member
+       var penalty_.
+
+       * lily/system.cc (get_line): Initialise Paper_line with
+       page-penalty's from original grobs.
+
+       * scm/define-music-properties.scm (all-music-properties): Add
+       page-penalty.
+
+       * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
+
+       * lily/score-engraver.cc (try_music): Handle page-penalty.
+
+       * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
+
+2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * ly/declarations-init.ly (melismaEnd): typo
+
+       * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
+
+       * scm/output-ps.scm (text): split string into spaces, use moveto
+       for setting space. 
+       
+2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * po/nl.po: Update.
+
+       * scm/font.scm (add-cmr-fonts): Typo.
+
+2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
+       font-encoding.
+
+       * scm/define-grobs.scm (all-grob-descriptions): idem.
+
+       * lily/time-signature.cc (numbered_time_signature): idem.
+
+       * scm/font.scm (add-cmr-fonts): use real encoding names for
+       font-encoding.
+
+2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/paper-book.cc (classic_output): 
+       * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
+       Fixes classic output.
+       (lilypondstart):
+       * scripts/lilypond.py (global_latex_preamble): Remove topmargin
+       kludge.
+
+       * scripts/old-lilypond-book.py: Remove.
+
+       Page layout for SCOREs enclosed in a BOOK:
+
+       * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
+       layout tweaking.
+
+       * input/les-nereides.ly (theScore): Add \book.
+       
+       * input/test/title-markup.ly: Add \book.
+
+       * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
+       only if 'verbose.
+
+       * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
+
+       * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
+
+       * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
+       * scm/output-tex.scm (start-system): Update for page layout by
+       LilyPond.
+
+       * scm/output-ps.scm (start-system): Previously (new-start-system).
+
+       * lily/paper-outputter.cc (output_header): Uniquify list of fonts
+       passed to define-fonts.
+
+       * lily/paper-column.cc: 
+       * lily/system.cc (get_line):
+       * ly/property-init.ly (newpage): 
+       * scm/define-grob-properties.scm:
+       * scm/output-ps.scm: 
+       * scm/output-tex.scm: Remove between-system-string kludge.
+
+       * scm/output-ps.scm (define-fonts, font-command,
+       font-load-encoding): Handle ENCODING = #f.
+
+       * scm/output-tex.scm (output-scopes): Check if variable is bound.
+
+       * scm/define-markup-commands.scm (fill-line): Use
+       make-simple-markup (WAS: unexisting make-word-markup).
+
+       * lily/text-item.cc (interpret_markup): Bugfix, transpose
+       ENCODING, MARKUP parameters for interpret_string.
+
+       * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
+
+       * lily/score.cc (book_rendering): New method.
+       (default_rendering): Create Paper_book helper locally, dump
+       output.
+
+       * lily/my-lily-lexer.cc (the_key_tab): Add book.
+
+       * lily/parser.yy: Handle \book.
+
+       * lily/include/book.hh: 
+       * lily/book.cc: New file.
+
+2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/text-item.cc (interpret_string): new file, select font with
+       encoding.
+
+       * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
+
+       * scm/define-markup-commands.scm (encoded-simple): new markup command.
+
+       * lily/parser.yy (markup): take encoding from lexer.
+
 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
+
        * scm/output-ps.scm: Remove some cruft.
 
 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
+
        * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
 
 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
        * scripts/convert-ly.py: limited old-style markup convert. (Thanks
        to Erik Sandberg) 
 
-       * Documentation/user/lilypond.tely (Top): update,  
-
        * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
 
        * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.