X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=443a1d9030d430276483777ce5d057b9d6cac7ad;hb=bbd80ffd2a9e17a9ccabd2fbc95a6b9fc51beb48;hp=965336cb9925ac9a597335481ede2329d1a66504;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 965336cb99..443a1d9030 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,120 @@ +2004-10-16 Werner Lemberg + + * scripts/lilypond-book.ly (snippet_res): Define group `match' + everywhere. + Accept more spaces between commands and its arguments and options. + Fix some regexps. + (output): Remove some newlines in string values and suppress spaces + in output. + (output_texinfo): Output `output_print_filename' only if not empty. + (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'. + +2004-10-16 Werner Lemberg + + * scm/framework-tex.scm (font-load-command, define-fonts): Protect + some TeX line ends with `%' to avoid additional horizontal space in + output. + + * scripts/lilypond-book.py: Unexpand spaces to tabs. + (snippet_res): Use `x' modifier to represent regular expressions + in a friendlier way. + Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'. + (find_toplevel_snippets): Don't use indices from match group 0, + which is the whole pattern space, but group 1. + +2004-10-15 Han-Wen Nienhuys + + * flower/include/direction.hh (enum Direction): add + DIRECTION_LIMIT + +2004-10-14 Han-Wen Nienhuys + + * po/fr.po: new po file. + +2004-10-15 Jan Nieuwenhuizen + + * Documentation/user/macros.itexi: Do not construct external + references using @uref. That results in broken links. + + * lily/slur.cc (outside_slur_callback): Use int in for loop; + avoids g++-3.4.1 enum beature. + +2004-10-13 Graham Percival + + * Documentation/user/examples.itely: added lilypond-book template. + + * Documentation/user/lilypond-book.itely: added filename extension page. + +2004-10-13 Jan Nieuwenhuizen + + * debian/rules (binary-indep): Link images for info. + + * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR. Cool + feature nicked from jEdit. + +2004-10-12 Pedro Kroger + + * Documentation/user/introduction.itely: Minor corrections. + + * Documentation/user/notation.itely: Minor corrections. + + * Documentation/user/tutorial.itely: Minor corrections. + +2004-10-11 Jan Nieuwenhuizen + + * scm/framework-ps.scm (page-header): Fix Layout renaming bug. + + * scm/*.scm: + * ly/paper-defaults.ly: Use papersizename only. + +2004-10-11 Werner Lemberg + + * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make + \raise work with positive values. + +2004-10-11 Mats Bengtsson + + * Documentation/user/notation.itely (Multi measure rests): Update + the docs corresponding to the implementation change from 2004-10-08. + +2004-10-10 Han-Wen Nienhuys + + * VERSION (MY_PATCH_LEVEL): release 2.3.22 + + * scm/part-combiner.scm (determine-split-list): reinstate + playing+resting case. + + * Documentation/user/invoking.itely (Reporting bugs): rename. + + * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22. + + * lily/parser.yy (Prefix_composite_music): change no-transposition + for mode_changing_head to figures too. + + * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something + with normal slurs too. + + * lily/slur-scoring.cc (move_away_from_staffline): new function. + (get_base_attachments): move away attachment point for breaks + similar to attachment points on slurs (staffline collision, and + half a space of padding) + + * scm/page-layout.scm (ly:optimal-page-breaks): don't compute + force twice. + + * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged + mode, return #f. + + * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0 + for last page if raggedlast. + + * lily/parser.yy (Prefix_composite_music): untransposable is for + FiguredBass, not ChordNames + +2004-10-10 Jan Nieuwenhuizen + + * scm/framework-tex.scm: Merge fix. + 2004-10-09 Jan Nieuwenhuizen The grand \paper -> \layout, \bookpaper -> \paper renaming. @@ -26,6 +143,8 @@ * scm/titling.scm (default-score-title): remove caps for piece. + * VERSION: 2.3.21 released. + * lily/include/slur-scoring.hh (struct Slur_score_state): new file * lily/include/slur-configuration.hh (class Slur_configuration):