X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=526abf1813830ce66dd33d34881e76bf3ad95469;hb=873c31e41713a3aa7e162268286521e0d582e4f4;hp=3471e41d2323426305abcc03a2b4d811bf54b7bc;hpb=32e6f682a7d2f929a663d39aa26763de68da8a59;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 3471e41d23..526abf1813 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,389 @@ +2004-09-10 Han-Wen Nienhuys + + * scm/define-grob-properties.scm (all-internal-grob-properties): + add adjacent-hairpins property. + + * lily/hairpin.cc: lengthen hairpin if space is available. + + * input/regression/dynamics-hairpin-length.ly (Module): new file. + +2004-09-10 Graham Percival + + * Documentation/user/notation.itely: small fixes to docs. + +2004-09-10 Han-Wen Nienhuys + + * VERSION (PACKAGE_NAME): release 2.3.15 + + * make/lilypond.redhat.spec.in (Requires): bump requirement for + ec-fonts-mftraced + + * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by + the latest ec-fonts-mftraced package. + + * scm/define-context-properties.scm + (all-internal-translation-properties): add property. Remove + definition of quotes property. + + * Documentation/user/notation.itely (Quoting other voices): + document it + + * lily/quote-iterator.cc (moment_less): add quotedEventTypes + property, to determine what events are processed in \quote. + +2004-09-10 Juergen Reuter + + * (many files): removed most occurrences of underscore ("_") + from font characters; made font character naming more + consistent + + * input/test/gregorian-scripts.ly: fixed another victim of grand + replacement operations + + * lily/vaticana-ligature-engraver.cc: caught some more "_" + inconsistencies + + * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update + +2004-09-10 Han-Wen Nienhuys + + * Documentation/user/changing-defaults.itely (Paper size): doc + landscape + + + * scm/framework-ps.scm (eps-header): bugfixes. + + * scm/titling.scm (default-score-title): remove opus from the + \score title. + +2004-09-08 Pedro Kroger + + * scripts/convert-ly.py (program_name): changed to sys.argv[0] + + * scripts/abc2ly.py (program_name): changed to sys.argv[0] + + * scripts/etf2ly.py (program_name): changed to sys.argv[0] + + * scripts/lilypond-book.py (program_name): changed to sys.argv[0] + + * scripts/lilypond-latex.py (program_name): changed to sys.argv[0] + + * scripts/midi2ly.py (program_name): changed to sys.argv[0] + + * scripts/mup2ly.py (program_name): changed to sys.argv[0] + + * scripts/ps2png.py (program_name): changed to sys.argv[0] + +2004-09-09 Jan Nieuwenhuizen + + * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment + character position. Huh? + + * scm/output-gnome.scm (placebox): Shield affine-relative. + + * buildscripts/guile-gnome.sh: Update. Do not use GUILE CVS, + cater for system's pango 1.5.1. + + * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande. + + * scm/slur.scm: Tweak. + +2004-09-08 Graham Percival + + * Documentation/user/{first couple of chapters}: more editing. + +2004-09-07 Graham Percival + + * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name + and summary. + + * Documentation/user/{first couple of chapters}: the big "Graham's + moved to a new city, his friends haven't arrived, and he has no + internet access" patch. Numerous editorial and stylistic changes + to the manual. + +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. + + * lily/key-signature-interface.cc (print): take position + difference into account when spacing naturals. + + * lily/key-engraver.cc (create_key): create KeyCancellation grob + separately, so the cancellation can be put before the staff-bar + + * scm/define-grobs.scm (all-grob-descriptions): add a + KeyCancellation grob. + + * lily/tuplet-engraver.cc (struct Tuplet_description): new + struct. Use to clean-up Tuplet_engraver + +2004-09-04 Han-Wen Nienhuys + + * lily/*: ly_scm2int -> scm_to_int + ly_scm2double -> scm_to_double + + * lily/include/lily-guile.hh (scm_from_double): more compat glue. + +2004-09-03 Han-Wen Nienhuys + + * lily/simple-spacer.cc (LY_DEFINE): return something sensible for + 0 springs + + * lily/system.cc (post_processing): + + * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform + density for vertical spacing by means of force penalty. + + * scm/paper.scm (paper-set-staff-size): add betweensystemspace as + dimension-variables + + * Documentation/user/changing-defaults.itely (Page layout): add + betweensystemspace variable. + + * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm + + * scm/page-layout.scm (space-systems): new function. Use spring + and rod approach for vertically spacing systems. + + * ly/engraver-init.ly: tune down minimumVerticalExtent. + + * scm/define-grobs.scm (all-grob-descriptions): set threshold for + vertical alignment. + + * lily/slur-engraver.cc (process_music): add warning for slur. + +2004-09-02 Han-Wen Nienhuys + + * lily/include/lily-guile.hh (scm_is_number): add scm_is_number + + * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem: + export spacing routine to SCM. + + * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper): + new class, separate Grobs from interface. + +2004-09-01 Han-Wen Nienhuys + + * lily/include/lily-guile.hh: compatibility glue for 1.6 + + * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string. + + * lily/lily-guile.cc: remove ly_scm2str0. + +2004-09-01 Jan Nieuwenhuizen + + * Documentation/user/macros.itexi: Use @inforef iso @uref for + external references. Fixes HTML cross references with makeinfo 4.7. + +2004-09-01 Han-Wen Nienhuys + + * lily/include/simple-spacer.hh (struct Simple_spacer): remove + expand_only option. + +2004-08-29 Han-Wen Nienhuys + + * lily/system.cc (get_line): add System stencil to exprs. Fixes + system-extents.ly. + + * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5). + + * scm/define-grobs.scm (all-grob-descriptions): decrease padding + for MultiMeasureRestNumber + + * VERSION (PACKAGE_NAME): release 2.3.13 + +2004-08-29 Nicolas Sceaux + + * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition + takes two arguments. + +2004-08-29 Han-Wen Nienhuys + + * input/regression/slur-stem-broken.ly: remove. + + * lily/slur.cc: add quant-score. + + * input/regression/slur-staccato.ly (texidoc): remove + + * make/lilypond.redhat.spec.in (Group): remove musedata2ly + +2004-08-28 Han-Wen Nienhuys + + * lily/include/bezier-bow.hh: remove. + + * lily/slur-bezier-bow.cc (Module): remove. + + * lily/include/slur.hh (Module): remove. + + * lily/slur.cc: remove + + * input/test/slur-beautiful.ly (Module): remove + + * input/test/slur-attachment-override.ly (Module): remove + + * lily/slur-quanting.cc (after_line_breaking): only do scoring + when less than 4 control-points. + + * lily/key-signature-interface.cc: add style. + + * Documentation/user/notation.itely (Automatic staff changes): + document new behavior. + + * input/regression/slur-extreme.ly: new file. + + * ly/engraver-init.ly (Score): set bassStaffProperties to \clef + bass. Obviates \clef bass in the bass staff, when using \autochange + + * lily/auto-change-iterator.cc (construct_children): instantiate + up/down Staff, create Voice on up staff initially. Obviates + explicit instantiation of up/down contexts for \autochange. + + * lily/slur-quanting.cc (get_bezier): new functionality, blow up + slur depending on extents of note heads. + +2004-08-28 Graham Percival + + * Documentation/user/tutorial.itely: minor editing. + + * Documentation/user/examples.itely: tiny editing. + +2004-08-28 Han-Wen Nienhuys + + * lily/slur-quanting.cc (init_score_param): read scoring + parameters from slur-details property + + * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to + Accidental + + * Documentation/user/advanced.itely: removed. + + * Documentation/user/programming-interface.itely (How markups work + internally): new subsection. + + * Documentation/user/converters.itely (Invoking abc2ly): remove + musedata2ly. + +2004-08-27 Han-Wen Nienhuys + + * Documentation/user/point-and-click.texi (Point and click): new file. + put point & click in appendix. + + * Documentation/user/changing-defaults.itely (Vertical spacing): + corrections + +2004-08-27 Graham Percival + + * Documentation/user/introduction.itely: add note about the + "example templates" section of the manual, and remove link to + input/template/ + +2004-08-27 Juergen Reuter + + * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX + -> La@TeX + + * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added + missing lneo_mensural head; editorial cleanups + + * lily/mensural-ligature.cc: added more comments + +2004-08-26 Graham Percival + + * Documentation/user/examples.itely: second, third, fourth, and fifth sections added. + + * input/template/{various}: removed files included in examples.itely. + +2004-08-26 Juergen Reuter + + * lily/stem.cc: bugfix: adjust-if-on-staffline: use + Stem::stem_end_position instead of broken + Staff_symbol_referencer::get_position + +2004-08-26 Han-Wen Nienhuys + + * debian/changelog: debian patch by Anthony Fok. + + * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!) + + * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we + get spurious messages with skipTypesetting on. + +2004-08-25 Graham Percival + + * Documentation/user/lilypond-book.itely: slight clean-up. + + * Documentation/user/examples.itely: began section. + +2004-08-25 Han-Wen Nienhuys + + * lily/script-interface.cc: add slur property. + + * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs + too. + + * input/regression/phrasing-slur-slur-avoid.ly: new file. + + * lily/ottava-bracket.cc (print): always start from right edge of + a broken bound. This fixes ottava-clef.ps + +2004-08-24 Han-Wen Nienhuys + + * input/regression/slur-script-inside.ly: new file. + + * lily/new-slur.cc (outside_slur_callback): new function, to make + scripts avoid slurs + + * lily/slur-engraver.cc (finalize): + + * lily/script-interface.cc: add inside-slur property. + + * lily/slur-engraver.cc (finalize): read inside-slur property. + + * scm/lily.scm (postscript->png): use ~a iso. ~s in progress + message. + + * ly/property-init.ly (unHideNotes): hide accidentals at staff + level. Fixes: hideNotes-accidental.ly + 2004-08-23 Pedro Kroger * scm/page-layout.scm (plain-header): fix bug that print page @@ -5,6 +391,21 @@ 2004-08-23 Han-Wen Nienhuys + * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky + fonts. Fixes triangle markup for chords. + + * lily/slur-quanting.cc (score_extra_encompass): make score depend + on distance. This fixes slur-tenuto.ly and slur-tie.ly + + * flower/include/interval.hh (T>): add distance() function + + * lily/ottava-bracket.cc (print): add dots to extent. Fixes + octaviation-dot.ly + + * lily/context-scheme.cc: ly_context_grob_definition: new function. + + * VERSION (MY_PATCH_LEVEL): release 2.3.12 + * lily/new-slur.cc (add_column): remove set_interface() 2004-08-22 Han-Wen Nienhuys @@ -283,6 +684,8 @@ 2004-08-03 Han-Wen Nienhuys + * VERSION: 2.3.11 released. + * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate renameinput.