X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=f9d9cb6c3b316501ec121f21a50c47e19f409a5c;hb=c3af77d1668725b8d9f61bf2361ecd1099927f81;hp=b4cbfa60c63b756ced3d0480a3f89bae7b4668c6;hpb=c98e0ae0356a787f60de758f5cc82372c6967ad8;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index b4cbfa60c6..f9d9cb6c3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,106 @@ +2006-10-09 Han-Wen Nienhuys + + * lily/figured-bass-engraver.cc (process_music): clear spanner if + useBassFigureExtenders is not set. + (listen_bass_figure): record as new event if + useBassFigureExtenders not set. Fixes #103. + + * scm/stencil.scm (circle-stencil): don't center stencil argument, + instead: move circle. Fixes #107. + + * scm/define-grobs.scm (all-grob-descriptions): set + allow-loose-spacing for PaperColumn and + NonMusicalPaperColumn. Kludge for #110. + + * lily/spaceable-grob.cc: add allow-loose-spacing property. + + * lily/spacing-determine-loose-columns.cc (is_loose_column): + allow-loose-spacing property. + + * scm/define-markup-commands.scm (postscript): gsave & grestore + around embedded PS. Do setlinewidth too. Fixes #109. + +2006-10-08 Jürgen Reuter + + * lily/ligature-bracket-engraver: Bugfix: Add missing stream event + code. This patch fixes ligature brackets that were not at all + engraved any more. + +2006-10-08 Graham Percival + + * Docuemntation/user/page.itely: clarify two-pass vs. ragged-bottom. + + * ly/property-init.ly: fix sacred harp notehead shapes (bug 96). + + * scm/define-context-properties.scm: clarified docs (bug 91). + + * Documentation/user/basic-notation.itely: document volta brackets + not aligning (bug 63). + +2006-10-08 John Mandereau + + * po/fr.po: update translation. + + * po/: update msgids. + +2006-10-08 Jan Nieuwenhuizen + + * GNUmakefile.in (HELP_CATALOGS): Fix in-build-tree locales. + +2006-10-08 Nicolas Sceaux + + * Documentation/user/page.itely (Two-pass vertical spacing): add + documentation for two-pass spacing technique. + +2006-10-06 Graham Percival + + * Documentation/user/convert-ly.txt: new file; new + storage place for this file (moved from bugs/ CVS). + +2006-10-06 Jürgen Reuter + + * lily/note-head.cc: Fixed programming_error message. + +2006-10-06 Han-Wen Nienhuys + + * scm/define-grobs.scm (pure-conversion): move pure-callback + further into body. + + * scm/script.scm (default-script-alist): set avoid-slur for turn, + marcato, stopped, thumb. + +2006-10-05 Han-Wen Nienhuys + + * lily/completion-note-heads-engraver.cc (process_music): don't + skimp on memory usage. + + * lily/beam.cc (set_stem_lengths): do set_stemend for invisible + stems too. Fixes #5 + + * lily/parenthesis-engraver.cc (acknowledge_grob): set parent of + parenthesis item. This fixes premature Y-extent triggering. Fixes + issue #95. + + * VERSION (PATCH_LEVEL): bump version. + +2006-10-04 Graham Percival + + * Documentation/user/advanced-notation.itely: added + info about instrument names for piano or other contexts, + thanks Marcus! + +2006-10-04 Han-Wen Nienhuys + + * mf/feta-bolletjes.mf (solfa_quarter_width): use + solfa_base_notewidth as unit for non-DO-notes too. + + * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: update email. + + * VERSION: release 2.9.21 + + * Documentation/topdocs/NEWS.tely (Top): simpler, more clearer + override. + 2006-10-04 Mats Bengtsson * python/lilylib.py (progress): Minor fix.