X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=5ba86bf98cfb75f5c5fba996f2ce8acefa35d2c4;hb=b5019963bc908deaf965ba3dd56948ced811a385;hp=69102fd611350e73978fade16ef3222de2ecaf9a;hpb=c76d27c59244a331a2873a40e0d7e40ad378d4b8;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 69102fd611..5ba86bf98c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,41 @@ +2004-09-07 Han-Wen Nienhuys + + * scm/framework-ps.scm (output-framework): handle landscape settings. + + * ps/lilyponddefs.ps: cleanup. + +2004-09-06 Han-Wen Nienhuys + + * scm/define-grobs.scm (all-grob-descriptions): unset + threshold. This fixes morgenlied. + + * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in + rod calculation. + + * lily/system.cc (get_line): don't take piano-pedal & dynamic line + spanners into account for staff-extents. + + * lily/ottava-bracket.cc (print): take common refpoint of dots + into account as well. + 2004-09-05 Han-Wen Nienhuys + * lily/lookup.cc (triangle): translate by interval. + + * VERSION (PACKAGE_NAME): release 2.3.14 + + * Documentation/user/changing-defaults.itely (Page layout): add + betweensystempadding + + * scm/page-layout.scm (ly:optimal-page-breaks): typo. + + * input/regression/quote-cyclic.ly (Module): new file. + + * scm/lily.scm (print): add function. + + * scm/music-functions.scm (quote-substitute): new + function. Substitute \quote when putting music into \score. + * input/regression/key-signature-cancellation.ly (Module): new file. * lily/*.cc: more ly_scm2 -> scm_to converions.