X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=012416250858fcfa9824eba55664188cc1d2f706;hb=d5b768d3a1ab5c79c1beae99a1a26b74a45cd292;hp=a0e7bd48c8bf1287377383040338a6c2886f13cb;hpb=1749afb397f3999aa8843b82263fb01b3210bdde;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index a0e7bd48c8..0124162508 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,727 @@ +2004-01-29 Jan Nieuwenhuizen + + * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats). + +2004-01-29 Mats Bengtsson + + * buildscripts/lilypond-login.sh: Avoid warning about undefined + TEXMF if it's previously unset. + +2004-01-29 Heikki Junes + + * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE. + + * input/test/trills.ly: fix the unfolding of lineprall. + + * input/test/figured-bass-alternative.ly: fix accidental. + +2004-01-28 Jan Nieuwenhuizen + + * Documentation/topdocs/NEWS.texi: Add note about safe mode. + + * input/no-notation/dos-guile.ly: + * input/no-notation/dos-ps.ly: + * input/no-notation/dos-tex.ly: New file. These tests still FAIL. + + * input/no-notation/safe-include.ly: + * input/no-notation/safe-guile.ly: + * input/no-notation/safe-ps.ly: + * input/no-notation/safe-tex.ly: New file. + + * scripts/lilypond.py (global_latex_preamble): Add \nofiles for + safe mode Add -s,--safe-mode option. Use -S,--set for setting + options now. + (run_lilypond): When in --safe-mode, pass option to lilypond-bin. + When in --safe-mode, set environment openout_any=p[aranoid]. + + * tex/ltest.tex: + * tex/lilyponddefs.tex: Add \nofiles. + + * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs + options. + + * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too. + This allows building the user manual using a binary installation + and a matching unpacked source tree. + + * scm/lily.scm (safe-module): New variable. + + * lily/includable-lexer.cc (new_input): Fix error messages. + + * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE. + If SAFE, evaluate in safe-module. Change callers. + + * lily/main.cc (Long_option_init): Reinstate safe-mode. + + * lily/lexer.ll (embedded_scm): While processing main-input, + invoke ly_parse_scm with safe mode if running in safe-mode. + (<>): Reset main_input_b_, fixes old-relative chech + in init.ly for safe-mode. + +2004-01-28 Mats Bengtsson + + * scripts/lilypond.py (ly_paper_to_latexpaper): Regain + compatibility with old versions of geometry.sty (compat2 + already implied includehead). + Change the page layout slightly so bottom + footskip = top + + headheight + headsep = 16mm, the remaining paperheight-32mm + are used for the music. Increase footskip to 5mm, so the top of + the footer text doesn't touch the music. + +2004-01-28 Han-Wen Nienhuys + + * scm/music-functions.scm (determine-split-list): bugfix: only use + new-active for both voices if both indexes advance. This fixes the + biggest outstanding problem with new-pc. + + * lily/new-part-combine-iterator.cc (construct_children): set more + directions. + +2004-01-27 Han-Wen Nienhuys + + * scripts/convert-ly.py (conv): add instrument rule. + + * lily/instrument-name-engraver.cc: add Vocal_name_engraver. + + * lily/side-position-interface.cc: remove add_staff_support () + Change all callers to use staff-padding. + + * lily/auto-beam-engraver.cc (create_beam): opps. Don't use + make_spanner(). + + * lily/a2-engraver.cc (process_acknowledged_grobs): + + * lily/text-engraver.cc: remove scriptHorizontal property. + + * lily/beam.cc (least_squares): also set least-squares-dy for + special case of slanted 2-stem beam to center. + + * lily/side-position-interface.cc (out_of_staff): move contents of + out_of_staff into aligned_side. + remove out_of_staff(). + + * input/regression/measure-grouping.ly: fix warning. + + * lily/side-position-interface.cc: add staff-padding support to + Side_position_interface::aligned_side. + + * lily/system-start-delimiter-engraver.cc (process_music): whoops, + one get_property too many. + + * flower/include/drul-array.hh (linear_combination): new function + (scale_drul): new function + + * lily/beam.cc: use Drul_array iso. interval, because *= + operations on empty intervals are silly. + +2004-01-26 Jan Nieuwenhuizen + + * lily/note-heads-engraver.cc (process_music): use robust_scm2int + (iso gh_scm2int), fixes crash in new part-combiner. + + * configure.in: Up mftrace to 1.0.27. + +2004-01-26 Han-Wen Nienhuys + + * lily/lyric-phrasing-engraver.cc (stop_translation_timestep): + align all stanza numbers. + +2004-01-26 Heikki Junes + + * Documentation/user/{introduction.itely,refman.itely, + converters.itely}: fix some text inside parentheses; text should + be readable (even) if parentheses are either replaced with commas + or dropped out. + +2004-01-25 Werner Lemberg + + * buildscripts/lilypond.words.py, input/puer-fragment.ly, + input/test/vaticana.ly, input/test/ancient-font.ly, + input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly, + lily/include/staff-symbol.hh, lily/breathing-sign.cc, + ly/params-as-init.ly, scm/define-grobs.scm, + scm/define-grob-properties.scm: s/stafflinethickness/linethickness/. + + * ly/params-as-init.ly: Removed. Obsolete. + * buildscripts/lilypond.words.py: Updated. + +2004-01-25 Han-Wen Nienhuys + + * mf/parmesan-clefs.mf: switch off mensural G clefs. + + * mf/feta-din{4,5,7,9}.mf: remove. + + * lily/engraver.cc (internal_make_item): centralize item/spanner + factory. + + * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix: + do correct chord conversion for ^"sim." (backportme) + (FatalConversionError.sub_articulations): substitute ^"foo" in + chords too. (backportme) + + * scm/define-grobs.scm (all-grob-descriptions): use staff-padding + for Fingering. + + * lily/side-position-interface.cc (out_of_staff): don't do + anything if staff-padding not defined. + + * mf/feta-params.mf (stafflines): introduce linethickness as + general blackness of the font. + + * lily/stem.cc (position_noteheads): rounding error robustness. + + * input/regression/rest-collision-beam.ly: move beam/rest stuff + from beam-collision.ly + + * lily/beam.cc (rest_collision_callback): remove direction. + + * scm/define-grobs.scm (all-grob-descriptions): remove + enclose-bounds in OttavaBracket and PianoPedalBracket + + * scm/new-markup.scm (def-markup-command) new macro, which takes + care of defining the COMMAND-markup and make-COMMAND-markup + procedures, setting markup-signature and keyword-signature object + properties, and pushing the markup command in + markup-function-list. + + All markup commands are defined thanks to it. Users may also use + it to define their own markup commands. (Nicolas Sceaux) + + * scm/new-markup.scm: Scheme style clean-up: there should be no + parenthesis alone on a line; LET* should not be used where LET is + enough. (Nicolas Sceaux) + +2004-01-25 Jan Nieuwenhuizen + + * scripts/filter-lilypond-book.py: Add script. + +2004-01-23 Jan Nieuwenhuizen + + * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t). + +2004-01-24 Han-Wen Nienhuys + + * Documentation/user/refman.itely (Fingering instructions): add + single note chords. + + * lily/multi-measure-rest-engraver.cc: use a single + MultiMeasureEvent for mm rests. This prevents problems with the + new part combiner. + + * scm/music-functions.scm (determine-split-list): analysis has + global effect: a difference halfway a phrase makes the entire + phrase be typeset as apart. + (make-multi-measure-rest): make mmrest as a single rhythmic event. + +2004-01-23 Han-Wen Nienhuys + + * ly/performer-init.ly: add Devnull. + + * Documentation/user/refman.itely (Font selection): remove paper20 + ref. + +2004-01-22 Jan Nieuwenhuizen + + * scripts/convert-ly.py (1.9.0): Handle phrasing slur. + +2004-01-22 Han-Wen Nienhuys + + * scm/music-functions.scm (determine-split-list): bugfixes. + + * scm/lily.scm (uniq-list): new implementation, O(1) stack. + + * input/test/scales-greek.ly: use C as base, results in different + alterations at the clef. + + * input/regression/pedal-ped.ly: new file. + + * input/regression/pedal-bracket.ly: new file. + + * lily/piano-pedal-bracket.cc (brew_molecule): new function; + replace after_line_breaking() + + * lily/line-interface.cc (line): read thickness. + (line): dash-fraction = 0 always for dotted-line style. + + * input/test/staff-lines.ly (lower): bugfix. + + * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move + \accepts Devnull into Score. + + * scm/lily.scm: remove bla.scm load. + +2004-01-21 Han-Wen Nienhuys + + * VERSION: release 2.1.14 + + * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. + + * lily/side-position-interface.cc (general_side_position): add + Staff_symbol_referencer::staff_space (). + + * lily/include/context-def.hh: rename from translator-def.hh + +2004-01-21 Mats Bengtsson + + * input/template/piano-dynamics.ly (pedal): Updated definition of + Dynamics such that \cresc works, for example. + +2004-01-21 Han-Wen Nienhuys + + * lily/stem.cc (calc_stem_info): use + Staff_symbol_referencer::staff_space + + * lily/beam-quanting.cc (quanting): scale Stem_info + + * lily/beam.cc (rest_collision_callback): use minimum-distance + property for rest/beam collisions. + (rest_collision_callback): bugfixes. + + * lily/system.cc (post_processing): extra-offset is now relative + to the size of the current staff. + + * scm/music-functions.scm (notice-the-events-for-pc): record all + voices, only analyze "one" and "two". + + * lily/recording-group-engraver.cc (finalize): bugfix: want self, + not parent. + + * lily/new-part-combine-iterator.cc (construct_children): create + Devnull from Voice context + + * scm/music-functions.scm (determine-split-list): bugfixes. + + * lily/lily-guile.cc (robust_scm2int): new function + + * lily/staff-symbol-referencer.cc (line_thickness): new + function. Use throughout. + + * lily/font-size-engraver.cc (acknowledge_grob): only process grob + in its own context. Add to preset font-size. + + * lily/stem.cc (thickness): new function. + + * lily/staff-symbol.cc (get_ledger_line_thickness): new function: + compute thickness from ledger-line-thickness. + + * lily/note-head.cc (brew_ledger_lines): use + Staff_symbol::get_ledger_line_thickness (). + + * lily/beam.cc (rest_collision_callback): use + Staff_symbol_referencer::staff_space(). + + * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine + Mus1 Mus2 + + * lily/include/translator.hh (class Translator): add accepts_list_ + so \with { \denies / \accepts } also works. + + * scm/music-functions.scm (determine-split-list): determine split + list from music events. + + * lily/new-part-combine-iterator.cc: more states. + + * lily/moment.cc (LY_DEFINE): new function ly:moment + + * lily/system.cc (set_loose_columns): use the right prebroken cols + for interpolating loose column position. + + * lily/text-spanner.cc (brew_molecule): default to no vertical + lines. + + * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't + take space. + + * scm/define-grobs.scm (all-grob-descriptions): less padding. + +2004-01-20 Jan Nieuwenhuizen + + * scripts/convert-ly.py: Do not test filename when processing + stdin. + + * lily/axis-group-engraver.cc: Include warn.hh (compile fix). + +2004-01-20 Han-Wen Nienhuys + + * lily/axis-group-engraver.cc (finalize): extra check; if + process_music () is never called, then staffline_ == 0. + + * lily/simultaneous-music-iterator.cc (pending_moment): don't + check run_always (). + + * VERSION: release 2.1.13 + + * input/regression/note-head-style.ly (pattern): cleanup. + + * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for + downloading. + + * scm/output-lib.scm (shift-right-at-line-begin): new function: + kludge rehearsalmark placement. + + * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item? + , ly:spanner? + + * lily/note-head.cc (internal_brew_molecule): only shorten ledger + close to note head for accidentals. + + * lily/tuplet-bracket.cc (get_default_dir): new algorithm for + tuplet direction. + + * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head. + +2004-01-19 Han-Wen Nienhuys + + * lily/include/music-iterator.hh (class Music_iterator): add + substitute_outlet() to iterator API. + + * lily/new-part-combine-iterator.cc (construct_children): + New_pc_iterator: new class, better part combining. + + * lily/tie-column.cc (werner_directions): new function + + * lily/tie.cc (set_direction): call Tie_column::set_direction () + + * lily/axis-group-engraver.cc (process_acknowledged_grobs): give + empty objects group spanner as parent + + * lily/tuplet-bracket.cc (calc_position_and_height): check musical + slope against graphical slope. + + * lily/ottava-bracket.cc (brew_molecule): support minimum-length + for ottava bracket. + + * lily/side-position-interface.cc (general_side_position): + opps. reinstate *dir. + + * lily/parser.yy: plug many memory leaks. We're down to 4 for each + parser run. + + * lily/tuplet-bracket.cc: remove calc_dy (). + + * Documentation/user/refman.itely (Balloon help): document balloon + help + +2004-01-19 Jan Nieuwenhuizen + + * scm/document-backend.scm (check-dangling-properties): Grob + properties are defined define-grob-properties.scm. + +2004-01-19 Han-Wen Nienhuys + + * VERSION: release 2.1.12 + + * scm/define-grobs.scm (all-grob-descriptions): larger font for + ChordName + + * scm/new-markup.scm (sub-markup): sup & super: make smaller in + relation to surroundings. + + * lily/tuplet-bracket.cc (calc_position_and_height): add staff + Y-extent to the note-extents: stay clear of the staff. + +2004-01-18 Han-Wen Nienhuys + + * Documentation/user/GNUmakefile + ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link + iso. copy. + + * stepmake/stepmake/metafont-rules.make: remove --keep-trying. + + * lily/separating-group-spanner.cc (set_spacing_rods): add padding. + + * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants. + + * lily/lily-guile.cc (robust_scm2double): new function. Use throughout. + + * lily/line-interface.cc (line): remove thickness from calling interface. + + * lily/hairpin.cc: use Line_interface + + * lily/line-interface.cc: new file. Line_interface for everything + with dotted/dashed lines. + + + * lily/tuplet-bracket.cc (make_bracket): use Line_interface. + + * lily/ottava-bracket.cc (brew_molecule): new file, separate routine + for constructing ottava brackets. + + * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on + the note heads. + + * Documentation/user/internals.itely (Engravers and performers): + fix broken link. + + * scm/music-functions.scm (make-mark-set): new function. + + * lily/lookup.cc: remove Lookup::horizontal_slope (): it is + functionally identical to beam. + + * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope + () with beam (). + + * Documentation/user/refman.itely (Rehearsal marks): document new + functionality. + + * input/regression/rehearsal-mark-number.ly: new file. + + * input/regression/rehearsal-mark-letter.ly: new file. + + * scm/translation-functions.scm (number->mark-string): new function + (format-mark-letters): new function + (format-mark-numbers): new function + + * lily/mark-engraver.cc (process_music): rehearsalMark is now + integer; formatting is done through markFormatter property. + + * scm/define-translator-properties.scm: fold all *-done properties + into positioning-done. + + * lily/beam.cc (position_beam): new function + (brew_molecule): make sure that positions are calced before making + the molecule. + + * scm/output*.scm (beam): take 4th argument for function. + + * ps/music-drawing-routines.ps: take blot as 4th argument. + + * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the + stem to avoid small dents. + + +2004-01-17 Han-Wen Nienhuys + + * VERSION: release 2.1.11 + + * input/regression/balloon.ly: new file. + + * lily/balloon.cc (brew_molecule): new file: draw boxes around + objects, and make help texts. + + * scm/new-markup.scm (parse-simple-duration): parse duration + string to log & dots. (Thanks Nicolas!) + + * scripts/convert-ly.py (FatalConversionError.sub_note): add \note rule. + +2004-01-17 Heikki Junes + + * buildscripts/lilypond.words.py: remove unused files (THANKS Werner + Lemberg). + + * THANKS: alphabetic order. + +2004-01-16 Han-Wen Nienhuys + + * input/regression/note-head-harmonic.ly: new file. + + * Documentation/user/internals.itely (Technical manual): explain + difference between music, translation, layout. + + * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head. + + * scm/output-ascii-script.scm (bracket): rounding bfs. + + * scripts/convert-ly.py (conv): add \include "paper" rule. + + * ly/paper*.ly: remove files. + + * scm/paper.scm (set-staff-size): new function: set default + staff-size. + + * scripts/convert-ly.py (conv): add conversion rule. + + * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new + function. + + * scm/paper.scm: new file. + (set-staff-size): new function + (set-paper-size): new function + + * lily/parser.yy (music_output_def_body): restructure definition, + so first Scheme statement in \paper also happens in new scope. + + * lily/system.cc (post_processing): move uniquify_list () to + dumping molecule stage. + + * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning: + this will mess up scores that use barchecks to shorten measures. + + * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder + at 20pt too. + + * Documentation/user/tutorial.itely (Printing lyrics): document + \lyricsto + + * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto + + * Documentation/user/refman.itely (Fermatas): document \lyricsto + + * lily/new-lyric-combine-music-iterator.cc (process): don't crash + if Voice is not found. + + * VERSION: release 2.1.10 + + * input/{test,regression}/: remove old-relative + + * lily/lexer.ll: add empty markup signature. + + * scm/new-markup.scm (markup-functions-and-signatures): reinstate + strut markup + + * lily/parser.yy (markup): MARKUP_HEAD_EMPTY + + * scm/define-translator-properties.scm: update melismata property + doco. + + * lily/system.cc (output_lines): revert uniquify_list() patch, + strange side effects seen. + + * lily/line-spanner.cc (dashed_line_molecule): return nothing if + dash-period < 0. + + * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting + for flute. + +2004-01-15 Han-Wen Nienhuys + + * input/regression/*.ly: use newaddlyrics iso. addlyrics + + * input/regression/lyrics-multi-stanza.ly (texidoc): remove file. + + * lily/lyric-extender.cc (brew_molecule): behave decently in case + of line breaks. + (brew_molecule): add padding to left, not right. + + * lily/system.cc (uniquify_list): new function + (output_lines): uniquify_list () on all-elements. This fixes + double symbols in the output. + + * lily/beam.cc (rest_collision_callback): don't move anything if + staff-position is set. + + * input/regression/rest-pitch.ly (texidoc): add rest under beam. + + * lily/system.cc (typeset_grob): warn if adding twice. + + * lily/sequential-iterator.cc (run_always): implement run_always(). + (also in other files.) + + * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. + + * lily/event.cc (to_relative_octave): add octave-check. + + * Documentation/user/refman.itely (Line breaking): add noBreak. + + * scm/new-markup.scm (normalsize-markup): add function. + (sans-markup): new function. + + * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events + come earlier nowadays. This fixes beams on grace notes. + + * scm/music-functions.scm (direction-polyphonic-grobs): new + variable, share between override and revert. This fixes script + directions in polyphonic sections. (backportme) + +2004-01-14 Han-Wen Nienhuys + + * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for + breakpoints. + + * lily/break-align-interface.cc: add doco + + * Documentation/user/refman.itely (Rehearsal marks): add index marks. + +2004-01-13 Han-Wen Nienhuys + + * VERSION: release 2.1.9 + + * scm/document-markup.scm (markup-doc-node): add note about naming. + + * scm/new-markup.scm (left-align-markup): bugfix. + + * Documentation/user/refman.itely (Ottava brackets): more doco for + ottava. + + * lily/side-position-interface.cc (out_of_staff): also do + out_of_staff() correctly for d == DOWN. + + * lily/text-spanner.cc (brew_molecule): only put vertical line and + horizontal line if they move to the right. + + * scm/define-grobs.scm (all-grob-descriptions): set + text-repeat-if-broken for ottava spanner + + * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken + property. + + * mf/feta18.mf: design size is 18 not 22.5 + + * lily/new-lyric-combine-music-iterator.cc (process): new file. + Add a single LyricsVoice to a melody. Melismata may be set + individually. + + * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics. + + * lily/dot-column.cc: add stdio.h + +2004-01-12 Han-Wen Nienhuys + + * lily/item.cc: documentation for break-visibility (Thanks, John). + +2004-01-11 Han-Wen Nienhuys + + * lily/bar-line.cc (compound_barline): add bartype : (dotted). + + * lily/translator-def.cc: rename Translator_def to Context_def. + + * Documentation/user/internals.itely (Lexical details): clarify + string def. + + * Documentation/user/refman.itely (Rhythmic music): add link to + RhythmicStaff + +2004-01-10 Han-Wen Nienhuys + + * lily/translator.cc: document start_translation_timestep() + + * scm/output-tex.scm (tex-encoded-fontswitch): use + round for rounding (inexact->exact yields rationals) + + * lily/*.cc: remove superfluous start_translation_timestep() calls. + + * lily/translator-group.cc (get_simple_trans_list): + new function; construct simple_trans_list_ lazily. + +2004-01-10 Jan Nieuwenhuizen + + * lily/paper-outputter.cc (output_scope): Check if number before + checking exact (guile cvs). + + * scm/*: Escape backslashes in scheme strings (guile cvs). + +2004-01-10 Han-Wen Nienhuys + + * Documentation/user/refman.itely (Tablatures basic): annotate + seealso sections. + + * lily/*.cc: cleanup of engraver initialize() functions. + + * lily/repeat-acknowledge-engraver.cc + (start_translation_timestep): remove first_b_ + + * lily/tab-note-heads-engraver.cc: listen to string number events + inside < > too. (backportme). + + * Documentation/user/refman.itely (Text scripts): add fatText to + index. + 2004-01-09 Han-Wen Nienhuys + * VERSION: 2.1.8 + * stepmake/bin/add-html-footer.py (built): add Wiki links to footer. @@ -19,6 +741,11 @@ * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. +2004-01-09 Mats Bengtsson + + * Documentation/user/tutorial.itely (Integrating text and music): + Show the commands to produce a PDF as well. + 2004-01-08 Han-Wen Nienhuys * lily/translator-def.cc (get_translator_names): accept user @@ -101,7 +828,8 @@ * scm/define-grob-interfaces.scm (only-prebreak-interface): add only-prebreak-interface - * lily/system.cc (output_lines): only junk only-prebreak-interface grobs. + * lily/system.cc (output_lines): only junk only-prebreak-interface + grobs. * lily/multi-measure-rest-engraver.cc (stop_translation_timestep): read breakableSeparationItem @@ -117,7 +845,7 @@ (shift_one): idem (remove_collision): idem. - * input/regression/dots.ly: add more test cases. + * input/regression/dots.ly: add more test cases. 2004-01-06 Han-Wen Nienhuys