X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=925cb60a787a3d9643712431c46c480815de7db1;hb=da60861b490e81f84a7ed31efd22f1adcf829b96;hp=0d0247da4abca59df00b72f6816f667dbadffaef;hpb=2ceb589a4aa3060867116d8fc130fa994dc7e43a;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 0d0247da4a..925cb60a78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,95 @@ +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. + +2004-10-10 Graham Percival + + * Documentation/user/notation.itely: add raggedright to a whole + bunch of places. + 2004-10-10 Han-Wen Nienhuys + * scm/paper.scm (set-paper-dimension-variables): new + function. Define dimension-variables explicitly in \paper too. + This allows overriding linewidth inside \score { \paper { } } + blocks + * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t landscape. (header): add landscape and papersize options. @@ -12,6 +102,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):