X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=e5707c366a0c6adc12a7bc9cbb6436d6527adb37;hb=44084adafa98a052b5c52699e45ec0b96430ae5a;hp=9d1b44a76d99a82ff5037561ebd1489bdc598855;hpb=afcf9fa8d6794b08cd62f66dfd22c0f108a7c6e0;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 9d1b44a76d..e5707c366a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,118 @@ +2006-05-06 Han-Wen Nienhuys + + * Documentation/topdocs/NEWS.tely (Top): typo. + +2006-05-05 Han-Wen Nienhuys + + * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for + tremolo beams. + +2006-05-05 Erik Sandberg + * lily/context.cc, lily/global-context.cc: Added 'unique' member, + used by music streams. + + * lily/dispatcher.cc, lily/dispatcher-scheme.cc, + lily/stream-event.cc, lily/stream-event-scheme.cc, + lily/listener.cc, lily/scheme-listener.cc, + lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh, + lily/include/stream-event.hh, lily/include/listener.hh, + lily/include/scheme-listener.hh, scm/define-event-classes.scm: + Created data structures for music streams. + +2006-05-05 Han-Wen Nienhuys + + * lily/beam.cc (get_beam_segments): new function. Reorganise the + construction of a beam. + (print): rewrite. + + * flower/include/std-vector.hh (default_compare): use only one comparison. + + * scm/define-markup-commands.scm (note-by-number): remove debug display. + (note-by-number): further attachment fixes. + + * scm/lily-library.scm (ordered-cons): new function. + (interval-index): new function + + * lily/note-head-scheme.cc (LY_DEFINE): new file. + + * lily/note-head.cc (get_stem_attachment): new function. + + * scm/define-markup-commands.scm (note-by-number): read 'style + property. + + * input/regression/markup-note.ly: show note-head style option. + + * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for + triangle head. + +2006-05-04 Han-Wen Nienhuys + + * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further. + + * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection. + + * lily/include/constrained-breaking.hh: GCC 4 fix. + +2006-05-04 Joe Neeman + + * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper. + Replace it with functions get_line_forces and get_line_configuration. + (class Simple_spacer): Make data private. + Rewrite compression algorithm to be faster and simpler. + + * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem): + * lily/gourlay-breaking.cc (solve): + * lily/constrained_breaking.cc (space_line): + Change it to the new simple-spacer code. + + * lily/paper-score.cc (get_paper_systems): + (Paper_score): + (process): + Delay breaking the systems until they are requested. + (find_break_indices): + Use vsize for indices. + (calc_breaking): + Move the "Calculating line breaks" message here. + + * lily/system.cc (pre_processing): + Move the "Calculating line breaks" message away from here. + (break_into_pieces): + Allow multiple calls to this function in sequence (with touching-but- + not-overlapping breakpoints). + + * lily/constrained-breaking.cc: + Replace most of the get_XXXX functions with get_line_details. + Only calculate the force for each line. Calculate configurations only + for the lines we will actually use. + Replace cols_ with lines_. + +2006-05-04 Han-Wen Nienhuys + + * mf/GNUmakefile (depth): remove FC_FIND. + + * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES + + * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure. + + * scm/framework-ps.scm (write-preamble): new function. + (write-preamble): load mac fonts via fondu, even if gs-font-load + is set. + +2006-05-03 Werner Lemberg + + * mf/GNUmakefile (FC_FIND): Fix typo. + 2006-05-03 Erlend Aasland * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs. 2006-05-03 Han-Wen Nienhuys + * stepmake/aclocal.m4: run python-config for crosscompiling + flags. Backportme. + * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add - -f png for HTML, TEXINFO formats. + -f png for HTML, TEXINFO formats. Backportme. * input/tutorial/lbook-html-test.html: new file. @@ -16,13 +123,13 @@ * flower/include/tuple.hh (struct Tuple2): new file. * mf/GNUmakefile (FC_FIND): new function. Find ncsb using - $(FCMATCH), only if $(NCSB_DIR) not set. + $(FCMATCH), only if $(NCSB_DIR) not set. Backportme. * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set. - * config.make.in (DOCUMENTATION): set FCMATCH + * config.make.in (DOCUMENTATION): set FCMATCH. Backportme. - * autogen.sh (srcdir): don't set --with-ncsb-dir. + * autogen.sh (srcdir): don't set --with-ncsb-dir. Backportme. 2006-05-03 Graham Percival