]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
*** empty log message ***
[lilypond.git] / ChangeLog
index 088f0ac795e675cf897d144c7c3fdfda53934b14..fca6805dccdd224eafb2ff256666bd70322ce7f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,129 @@
+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.