X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=0fa3357f47571b2cc90758b0b962bf70348eade8;hb=429556f51bd3211e7a48babc3aaa24e5b29bf652;hp=b333e272b2888ff4d50905187f8887b34d7ecae7;hpb=791f57c30c1d9a23f17df27cbf2fbf0bc9e3c349;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index b333e272b2..0fa3357f47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,181 @@ +2003-04-01 Mats Bengtsson + + * lily/multi-measure-rest.cc (set_spacing_rods): Handle the + minumum-length property correctly. + +2003-03-31 Han-Wen Nienhuys + + * scm/music-functions.scm (make-multi-measure-rest): set input + locations for multimeasure rests. + + +2003-03-31 Juergen Reuter + + * input/regression/breathing-sign.ly: updated to for ancient + notation + +2003-03-31 Jan Nieuwenhuizen + + * scripts/ly2dvi.py: Add newline. + +2003-03-30 Jan Nieuwenhuizen + + * scripts/ly2dvi.py (dependency_files): Compile fix. + +2003-03-28 Han-Wen Nienhuys + + * scripts/ly2dvi.py (find_pfa_fonts): add --png option + (make_html_menu_file): --html menu. + +2003-03-27 Han-Wen Nienhuys + + * scripts/ly2dvi.py (run_dvips): +add the .map file + +2003-03-24 Han-Wen Nienhuys + + * input/screech-boink.ly: new file. + +2003-03-22 Han-Wen Nienhuys + + * scripts/lilypond-book.py (make_lilypond_file): convert + lilypond-file to lilypond block directly, without going through + begin/end lilypond text. + + +2003-03-21 Juergen Reuter + + * lily/breathing-sign.cc, lily/include/breathing-sign.hh, + scm/grob-description.scm: moved Michael's original breathing sign + code in brew_molecule() to divisio_minima(); provided new + brew_molecule() that effectively replaces the + Text_item::brew_molecule callback (with additional fallback to + Michael's original code); added callbacks for brewing divisio + maior/maxima and finalis + + * gregorian-init.ly: added breathing sign shortcuts for virgula, + caesura, divisiominima, divisiomaior, divisiomaxima, and finalis + + * script-init.ly: added shortfermata, longfermata, + verylongfermata, varcoda + + * scm/script.scm, mf/feta-schrift.mf: added shortfermata, + longfermata, verylongfermata, varcomma, varcoda + +2003-03-19 Mats Bengtsson + + * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: + Remove all noquote and insert a few quote. + + * Documentation/user/lilypond-book.itely (Music fragment options), + scripts/lilypond-book.py: Don't include quotation blocks by + default. Introduce option quote instead of noquote + +2003-03-17 Han-Wen Nienhuys + + * VERSION: 1.7.15 released + + * Documentation/user/lilypond.tely: omf updates. + + * buildscripts/texi2omf.py (omf_vars): include version.date + + * make/lilypond.redhat.spec.in: fixes for spec file. + + * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): replace var + by function definition: lily now requires a recent GNU Make. + + * scripts/lilypond-book.py (write_deps): remove .tex dependency writing. + + * make/ly-rules.make: remove .ly -> .tex rule + + * Documentation/user/refman.itely (Figured bass): revised figured + bass example. + +2003-03-16 Han-Wen Nienhuys + + * stepmake/stepmake/omf-targets.make (local-install): add + scrollkeeper-update message. + + * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary. + (TexiPaper.process_ly2dvi_block): idem for ly2dvi + + * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary. + + * Documentation/user/converters.itely (Invoking midi2ly): add + track/channel notice. + +2003-03-15 Han-Wen Nienhuys + + * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes + + * lily/parser.yy (scalar): DIGIT is also a scalar. + + * Documentation/user/music-glossary.tely: add @omf tags + + * Documentation/user/lilypond.tely: add @omf tags + + * scm/generate-documentation.scm (string-append): add @omf tags. + + * stepmake/stepmake/omf-*: new files + + * input/regression/multi-measure-rest.ly (texidoc): add doco + + * GNUmakefile.in (web-doc-install): add web-doc-install target + + * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This + fixes crashes while dumping MIDI. + + * ly/performer-init.ly (FiguredBassContext): add Figured bass for + midi + +2003-03-11 Han-Wen Nienhuys + + * buildscripts/texi2omf.py: new file. + + * mf/feta-beugel.mf: include font count, not staffsize (16) in + font-name + +2003-03-09 Han-Wen Nienhuys + + * input/regression/beam-manual-beaming.ly (texidoc): new file. + + * lily/sequential-iterator.cc (descend_to_child): call + descend_to_child() for all types of music. + +2003-03-08 Jan Nieuwenhuizen + + * scm/translator-property-description.scm: Add + bassFigureFormatFunction. Replace some entries. + +2003-03-04 Jan Nieuwenhuizen + + * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to + clean out. + +2003-03-08 Han-Wen Nienhuys + + * scripts/midi2ly.py (Note.dump): never dump duration for + dump_dur=0. + + * scm/chords-ignatzek.scm (alteration->text-accidental-markup): + new function + + * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass + figures using new markups. Much simpler, and should improve layout + a little. + + * mf/feta-nummer-code.mf (code): insert space in location 32, not 33. + 2003-03-06 Han-Wen Nienhuys + * ly/engraver-init.ly: use Hara kiri by default for + ChordNames, FiguredBass and Lyrics(Voice) context. + + * lily/axis-group-engraver.cc (acknowledge_grob): use + rhythmic-grob-interface for selecting items not to hara-kiri'd + + * scm/new-markup.scm (markup-function-list): add bracket, + vbracket. + * ly/engraver-init.ly (ChordNamesContext): set minimumVerticalExtent