]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(classic_output): don't advance Offset for
[lilypond.git] / ChangeLog
index adadae64c78029aba3fbeb273426a4ed249cd432..7619a19332c936933268823ee25d45a733ca3f1e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,292 @@
+2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/paper-book.cc (classic_output): don't advance Offset for
+       TeX output.
+
+       * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): incude
+       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>
+
+       * scm/font.scm (add-century-schoolbook-fonts):
+       (make-century-schoolbook-tree): New function.
+
+       * input/test/title-markup.ly: Use Century Schoolbook font.
+
+2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scripts/convert-ly.py: limited old-style markup convert. (Thanks
+       to Erik Sandberg) 
+
+       * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
+
+       * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
+
+       * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
+
+       * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
+
+2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/part-combiner.scm (determine-split-list): bugfix: if no
+       solo-state (at end of solo), we can set the solo status
+       too. (backportme.)
+
+       * input/regression/part-combine-solo-end.ly: new file.
+
+2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
+       flavour abc files.  Really ignore unknown keys (backportme).
+
+2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/scaled-font-metric.cc (text_dimension): only multiply with
+       magnification_ when looking up in orig_.
+
+       * scm/output-tex.scm (text): switch off char-mapping.
+
+       * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
+       because AFM's encoding field cannot have spaces.
+
+2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
+
+2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/paper-def.cc (find_scaled_font): change to inputencoding.
+
+       * mf/cmr.enc: new file, without hi-bit ascii info. 
+
+       * lily/bezier-bow.cc (slur_shape): make indent dependent on
+       width. This removes the 'hook' at the end of a long slur.
+
+       * buildscripts/mf-to-table.py (parse_logfile): don't append
+       encoding to fontname.
+
+2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-ps.scm (define-fonts): Load .enc only once.
+
+       * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
+       too.
+
 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
 
        * lily/scaled-font-metric.cc (derived_mark): idem.
 
-       * scm/encoding.scm (make-encoding-mapping): change permutation to mapping.
+       * scm/encoding.scm (make-encoding-mapping): change permutation to
+       mapping.
 
        * lily/scaled-font-metric.cc (derived_mark): is a const method.
        (Modified_font_metric): make alist for coding_description_
 
 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
-       * po/fr.po: update.
+       * po/fr.po: update. (backportme).
 
-       * po/nl.po: update
+       * po/nl.po: update. (backportme). 
 
        * mf/feta-beugel.mf: document why design size is not fixed.
 
 
 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
-       * po/de.po: update.
+       * po/de.po: update. (backportme).
 
        * scm/output-tex.scm (font-command): use ly: functions to
        construct name.