]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* tex/texinfo.tex: Updated from texinfo CVS -- this version provides
[lilypond.git] / ChangeLog
index 35a5d68489ee38fa66892b237108e0e04005c399..c29f2433a54a19167d8128446cf49c88c7340b9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,134 @@
+2004-11-02  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/notation.ly: More fixes to improve appearance.
+
+       * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
+       better output for multicolumn tables.
+
+2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * lily/main.cc (dir_info): Fixed typo in the printouts.
+
+2004-11-01  Werner Lemberg  <wl@gnu.org>
+
+       * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
+       of output.
+       Set `per_line' to 2; replace hard-coded value with it.
+
+       * Documentation/user/*: Many fixes to improve appearance of
+       printed manual.
+
+2004-11-01  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/changing-defaults.itely,
+       Documentation/user/notation.ly,
+       Documentation/user/programming-interface.itely: Use @/.
+       Fix formatting of some lilypond snippets and tables.
+
+       * scripts/lilypond-book.py (compose_ly): Provide useful default
+       for LINEWIDTH in `override'.
+
+2004-10-31  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/invoking.itely: change "3.0" -> "2.4"
+
+2004-10-31  Werner Lemberg  <wl@gnu.org>
+
+       Resetting @exampleindent to `5' gives ugly results with texinfo's
+       DVI output.  Use `@format @exampleindent 0 ... @end format' instead
+       (if not quoting) to change @exampleindent only locally.
+
+       * scripts/lilypond-book.py (NOQUOTE): New variable.
+       (output) [LATEX]: Remove AFTER and BEFORE.
+       [TEXINFO]: Remove AFTER and BEFORE.
+       Fix QUOTE and VERBATIM pattern.
+       Add NOQUOTE pattern.
+       (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
+       and BEFORE.
+       [output_texinfo]: Use NOQUOTE.
+
+2004-10-31  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/changing-defaults.itely: clarify paper
+       size commands with correct info.
+
+       * Documentation/user/lilypond-book.itely: add more docs for
+       filename extensions.
+
+2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
+       (PATCH_LEVEL): start 2.5.0.
+
+2004-10-30  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/notation.itely: add warning about bar numbers
+       in multistaff music, add warning about quoting grace notes.
+
+       * Documentation/user/changing-defaults.itely: clarify paper size commands,
+       add missing subsubtitle entry to Creating titles.
+
+       * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
+
+2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
+       case.
+       (conv): add dummy 2.4.0 conversion rule.
+
+       * Documentation/user/lilypond.tely: add @finalout.
+
+       * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
+       for attaching, fixes slur/stem left attachment of
+       downslur/downstem.
+
+       * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
+       quote problem if for last note of quoted sequence. 
+
+       * input/regression/part-combine-text.ly (comm): add expect strings.
+
+2004-10-30  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/examples.itely: Improved layout.
+
+       * Documentation/invoking.itely: Use `@/' to insert breakpoints.
+
+       * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
+
+       * Documentation/notation.itely: Use `@/'.
+       Other layout fixes.
+
+2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/part-combine-iterator.cc (unisono): examine last_playing_
+       (not state_), this fixes a2 printing after chord.
+
+       * input/regression/no-staff.ly: fix octave, revise syntax.
+
+       * input/regression/lyrics-bar.ly (texidoc): fixes.
+
+       * input/regression/beam-dir-functions.ly (Module): remove from regtest
+
+       * input/regression/accidentals.ly (Module): remove from regtest.
+
+       * lily/parser.yy (Prefix_composite_music): 
+       oops. Chords should be unrelativable, not bass figures untransposable.
+
+       * VERSION: 2.3.26 released.
+       
+       * lily/completion-note-heads-engraver.cc (try_music): only return
+       something when is_first_ is true. Fixes lyrics with completion_heads. 
+
+       * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
+
+       * scm/lily.scm (ly:system): new function. Catches uninstalled
+       ps2png.
+
+2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/notation.itely: remove
+       @hyphenatedinternalsref.
+
 2004-10-29  Werner Lemberg  <wl@gnu.org>
 
        * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
        (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
        (compose_ly): Use `no_options' and `simple_options'.
        Fix logic of option handling.
+       Handle `linewidth' option without parameter.
 
 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/lookup.cc (triangle): use (0, interval.length()) for X
+       extent, since the stencil is translated later on.
+
        * lily/ledger-line-spanner.cc (print): swap linear_combination
        arguments, effectively shortens ledger line.