]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* Documentation/user/programming-interface.itely (Markup
[lilypond.git] / ChangeLog
index 82bcc20690b6d1e379798e2157cbfbaae7b4fdb4..1e9947efe7a5d468d7190875ee908fb5f4ddc2a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,386 @@
+2006-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/programming-interface.itely (Markup
+       programmer interface): Remove duplicate text.
+
+2006-05-12  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/context-example.eps: new file.
+
+       * Documentation/user/changing-defaults.itely: set up file to
+       use eps image.
+
+       * Documentation/user/programming-interface.itely: changes
+       from mailist.
+
+2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
+
+2006-05-11  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/programming-interface.itely: first round of
+       editing and merging emails from Nicolas.
+
+       * Documentation/user/scheme-tutorial: minor edit.
+
+2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
+       XML attributes.
+       (Xml_node.message): use it.
+
+       * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
+       oops. Add duration argument.
+
+2006-05-10  Joe Neeman  <joeneeman@gmail.com>
+
+       * lily/paper-column-engraver.cc (make_columns):
+       * scm/define-grobs.scm: Revert my previous change and set the default
+       in define-grobs.scm instead.
+
+2006-05-09  Graham Percival  <gpermus@gmail.com>
+       
+       * Documentation/user/changing-defaults.itely: general editing,
+       info about \set and \override.
+
+       * Documentation/user/tweaking.itely, advanced-notation.itely:
+       fixes from Dave Luttinen, thanks!
+
+2006-05-09  Joe Neeman  <joeneeman@gmail.com>
+
+       * lily/paper-column-engraver.cc (make_columns): By default, a column
+       needs to be breakable.
+
+2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
+       Attributes methods
+       (musicxml_time_to_lily): idem
+       (musicxml_key_to_lily): idem
+       (instrument_drumtype_dict): dict for supported drumtypes.
+       (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
+       moments and pending mm rests
+       (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
+       (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
+       (musicxml_voice_to_lily_voice): add mode change.
+       (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
+       speed and less memory usage (factor 5 to 10).
+       (convert): write -defs.ly  and driver file separately so people
+       can script their own part extraction.
+
+       * python/musicxml.py (minidom_demarshal_node): new function:
+       separate minidom handling.
+       (lxml_demarshal_node): new function: support lxml.etree too.
+       (Xml_node.message): new function: verbose error message, with XML
+       path to offending node.
+       (Attributes.get_measure_length): sane interface to MusicXML attributes.
+       (Part_list.generate_id_instrument_dict): new method: collect
+       instrument names, to be able to set drum_type.
+       (Part.interpret): handle underfull measures
+       (Part.interpret): assign instrument names.
+
+       * python/musicexp.py (Output_printer.close): new method
+       (MusicWrapper.print_ly): new class: support other modes,
+       eg. \drummode
+       (BarCheck.print_ly): new class. Support bar checks, with comments
+       and fancy barchecks. 
+       (NoteEvent.__init__): also set drum_type for drum notes.
+       (MultiMeasureRest.lisp_expression): dump mm rests.
+
+       * lily/paper-column-engraver.cc (stop_translation_timestep): set
+       line-break-permission if forbidBreak is not set.
+
+2006-05-09  Joe Neeman  <joeneeman@gmail.com>
+
+       * scm/define-context-properties.scm:
+       * scm/define-grob-properties.scm:
+       * scm/define-grobs.scm:
+       * scm/define-music-display-methods.scm:
+       * scm/define-music-properties.scm:
+       * scm/define-music-types.scm:
+       * scm/music-functions.scm:
+       * ly/declarations-init.ly:
+       * lily/include/constrained-breaking.hh:
+       * lily/system.cc:
+       * lily/spaceable-grob.cc:
+       * lily/simple-spacer.cc:
+       * lily/paper-score.cc:
+       * lily/paper-column.cc:
+       * lily/paper-column-engraver.cc:
+       * lily/item.cc:
+       * lily/gourlay-breaking.cc:
+       * lily/constrained-breaking.cc:
+       * python/convertrules.py:
+       Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
+       "page-break-penalty" and "line-break-permission".
+       Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
+       Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
+
+       * lily/bar-engraver.cc:
+       * lily/beam-engraver.cc:
+       * lily/forbid-break-engraver.cc:
+       * lily/ligature-engraver.cc:
+       * lily/paper-column-engraver.cc:
+       * lily/percent-repeat-engraver.cc:
+       * lily/score-engraver.cc:
+       * lily/score-engraver.hh:
+       * lily/paper-column-engraver.hh:
+       Inter-engraver communication regarding line breaks is done through context
+       properties (Score.forbidBreak) instead of function calls.
+
+2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * VERSION (PACKAGE_NAME): release 2.9.4
+
+2006-05-08  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/working.itely: proofreading from Dave
+       Luttinen, thanks.
+
+       * Doucmentation/user/README.txt: updated with manual style info.
+
+       * Documentation/user/ various: trim linewidth to 78 chars.
+
+2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * scm/define-grob-properties.scm (all-internal-grob-properties):
+       remove chord-tremolo property.
+
+       * lily/beam.cc (get_beam_segments): don't use stem position as
+       base for broken ends.
+
+2006-05-06  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/putting.itely: proofreading from Dave
+       Luttinen, thanks!
+
+       * Documentation/user/ various: more reorg and clarifications.
+
+2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
+
+       * ly/music-functions-init.ly: new function featherDurations
+
+       * lily/beam.cc: read grow-direction for feathered beaming.
+
+       * Documentation/topdocs/NEWS.tely (Top): typo.
+
+2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
+       tremolo beams.
+
+2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
+       * 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  <hanwen@lilypond.org>
+
+       * 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  <hanwen@lilypond.org>
+
+       * 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  <joeneeman@gmail.com>
+
+       * 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  <hanwen@xs4all.nl>
+
+       * 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  <wl@gnu.org>
+
+       * mf/GNUmakefile (FC_FIND): Fix typo.
+
+2006-05-03  Erlend Aasland  <erlenda@gmail.com>
+
+       * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
+
+2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * stepmake/aclocal.m4: run python-config for crosscompiling
+       flags. 
+
+       * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
+       -f png for HTML, TEXINFO formats. 
+
+       * input/tutorial/lbook-html-test.html: new file.
+
+       * lily/include/tie-formatting-problem.hh (class
+       Tie_formatting_problem): index Chord_outline_map by Tuple2 for
+       [column, direction]. This fixes laissez vibrer ties.
+       * flower/include/tuple.hh (struct Tuple2): new file.
+
+       * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
+       $(FCMATCH), only if $(NCSB_DIR) not set. 
+
+       * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
+
+       * config.make.in (DOCUMENTATION): set FCMATCH.  
+
+       * autogen.sh (srcdir): don't set --with-ncsb-dir. 
+
+2006-05-03  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ various: final round of reorg.
+
+       * Documentation/user/instrument-notation.itely: some more
+       fixes from Eduardo, thanks!
+
+2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * VERSION (PACKAGE_NAME): release 2.9.3
+
+       * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
+
+       * lily/relocate.cc (framework_relocation): remove old relocation stuff.
+
+2006-05-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scm/define-grob-properties.scm (all-user-grob-properties):
+       Correct typo, thanks to Eduardo.
+
+2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
+
+       * buildscripts/lilypond-words.py (F): indent fix.
+
+       * input/regression/tie-arpeggio-collision.ly: new file.
+
+       * lily/tie-formatting-problem.cc (set_column_chord_outline): new
+       function: store outlines per column rank.
+
+       * lily/include/tie-configuration.hh (class Tie_configuration): add
+       column_ranks_ to specification and configuration, to distinguish
+       between ties for different heads in arpegiated chords.
+
+       * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
+
+       * *.py: more 4 space indents.
+
+       * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
+
+2006-05-01  Joe Neeman  <joeneeman@gmail.com>
+
+       * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
+
+2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * buildscripts/pfx2ttf.fontforge (err): create OTF files.
+
+       * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
+
+       * configure.in (LINK_GXX_STATICALLY): remove locate() call.
+
+2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * python/convertrules.py (conv): indent 4 for python files.
+
+2006-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/changing-defaults.itely (Creating contexts):
+       Clarify \new semantics.
+
+2006-04-28  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ various: major new sections in the
+       Learning manual, slight reorg elsewhere.
+
+2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
+
+       * scm/framework-ps.scm (output-framework): remove PageMedia
+
+2006-04-27  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ tweaks.itely, working.itely: new
+       files, being more advanced "learning manual" chapters.
+
+       * Documentation/user/ tutorial, putting, lilypond: reorg.
+
+2006-04-26  Graham Percival  <gpermus@gmail.com>
+
+       * input/regression/lyric-combine-polyphonic.ly: fixed test
+       (no more "can't find context `one'" error).
+
 2006-04-25  Joe Neeman <joeneeman@gmail.com>
 
        * lily/stem-tremolo.cc (print): fix whole note tremolo placement