]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
*** empty log message ***
[lilypond.git] / ChangeLog
index 73f94e68027ac93a382f908f8109d99e1105ba85..fc786a7448bf6f4b69cc32c0408199255cf7fed0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,502 @@
+2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/gregorian-ligature.cc: new file
+
+       * lily/*: the Great 2003 search & replace.
+
+       * Documentation/user/refman.itely (Manual repeat commands): add
+       note about font selection.
+
+2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el: propose recompiling midi while invoking playing,
+       not while stopping playing.
+
+2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * lilypond.words: add one.
+
+       * lilypond-font-lock.el: add colour groups for horizontal, vertical 
+       and expressional note grouping. Fontify chord modes.
+
+2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/user/music-glossary.tely (Top): translate melisma.
+
+2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/music-glossary.tely (Top): add melisma.
+
+2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * lily/gregorian-ligature-engraver.cc: bugfix: added missing
+       interfaces for (abstract) grob GregorianLigature
+
+       * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
+       renamed head* -> glyph_name*, x-shift* -> x-offset*
+
+       * scm/grob-property-description.scm: bugfix: added missing descriptions
+
+2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/test/chord-names-dpnj.ly: New file.
+
+       * scm/double-plus-new-chord-name.scm: Implement full and partial
+       exceptions.
+
+       * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
+
+       * scm/double-plus-new-chord-name.scm
+       (double-plus-new-chord->markup): Fix sub->markup.
+
+
+2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * lily/custos-engraver.cc: added TODO; editorial changes
+
+       * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
+       consistency with other ligature engravers; removed access on (now)
+       private variable _ligature of Ligature_engraver
+
+       * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
+       renamed last_bound -> last_bound_; issue programming_error on
+       abstract method calls; moved primitives code from
+       Mensural_bracket_engraver to here (because almost ligature
+       engravers will need it); renamed try_stop_ligature () ->
+       typeset_ligature (); bugfix: store primitives of finished ligature
+       in separate variable finished_primitives_ to avoid clash on input
+       like "\] \["; added current_ligature () to enable access on
+       private variable _ligature
+
+       * lily/mensural-ligature-engraver.cc: removed primitives_ code
+       (now in super class); renamed try_stop_ligature () ->
+       typeset_ligature ()
+
+       * lily/mensural-ligature.cc: issue programming_error on abstract
+       method calls
+
+       * lily/note-heads-engraver.cc: added TODO comment upon bool
+       in_ligature
+
+       * mf/parmesan-heads.mf: fixed some of set_char_box()
+
+       * scm/grob-description.scm: added VaticanaLigature
+
+       * scm/grob-property-description.scm: added neume prefix properties
+
+       * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
+       lily/include/gregorian-ligature-engraver.hh,
+       lily/include/gregorian-ligature.hh: new files; framework for
+       gregorian ligature engravers such as vaticana
+
+       * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
+       lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
+       vaticana style ligature implementation (still somewhat uncomplete)
+
+2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION: release 1.7.11
+
+       * scripts/convert-ly.py: add ly:pitch-transpose rule
+
+2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/test/dpncnt.ly: New file.
+
+       * lily/my-lily-lexer.cc: Add chordnames keyword.
+
+       * lily/parser.yy (chordnames_block): Parse chord name exception
+       lists, see input/test/dpncnt.ly.
+
+       * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
+       function.
+
+       * scm/lily.scm (filter-out-list): Bugfix: filter rest using
+       filter-out too.
+
+       * lily/pitch.cc (ly_pitch_transpose): Scheme name now
+       ly:pitch-transpose (was ly:transpose-pitch), in conformance with
+       pitch functions (except for ly:make-pitch, but that's apparently
+       some sort of scheme naming standard?).
+
+       * scm/lily.scm (!=): define-public.
+
+       * scm/new-markup.scm (make-markup-maker): define-public make-markups.
+
+2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/double-plus-new-chord-name.scm
+       (double-plus-new-chord-name->markup): New file.
+
+2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * python/lilylib.py (make_preview): don't suppress progress for
+       bbox extraction.
+
+2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/appendices.itely (scheme): update for new syntax.
+
+       * input/regression/chord-name-styles.ly: new file
+
+       * lily/instrument-name-engraver.cc: create instrument names
+       without barline too.  Allows instrument name on ChordNames  
+
+       * scm/new-markup.scm (interpret-markup): allow simple strings as
+       markup too.
+
+2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/chord-name.scm: Super/raise changes and fixes for Banter.
+       (step->markup-accidental): Fix: add accidental.
+       (chord::inner-name-american): 
+       (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
+       append stray '/' if last superscript addition was 'o'.
+
+       * scm/new-markup.scm (normal-size-sub-markup) 
+       (normal-size-super-markup): New function.
+
+       * lily/source-file.cc (Source_file): Add warning for possibly
+       intentional but suspicious initialization.
+
+       * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
+       add comments about cut-and-paste programming.
+
+       * flower/rational.cc (lcm): Not used; comment out.
+
+2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/new-fingering-engraver.cc (position_scripts): use
+       fingerHorizontalDirection to determine fingering horizontal
+       directions.
+       * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
+       fingering support.
+
+       * scripts/convert-ly.py (FatalConversionError.conv): add style
+       conversion rule. 
+
+       * scm/chord-name.scm (set-chord-name-style): new function.
+       (new-chord-name-brew-molecule): revise to interpret markup only
+       (new-chord->markup): cleanuppish rewrite. To be called from the
+       new engraver.
+
+       * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
+       Markup earlier, during interpreting.
+
+       * input/test/{banter,jazz,american}-chords.ly (scheme): update
+       style settings. Rename to chord-names-*.ly
+
+2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/chord-name.scm: Painful merge of Amy's patch to old-style
+       markup code and update to new markup.  Most probably broke some of
+       it.
+       
+2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
+
+        * Documentation/user/refman.itely: added docu for ambitus and
+        clusters
+
+        * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
+        ly_quote_scm() in lookup.cc
+
+        * mf/parmesan-clefs.mf: set_char_box fix
+
+        * lily/cluster-engraver.cc: junk implicit protection; use
+        Protected_scm instead
+
+2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
+       throughout.
+
+       * scm/new-markup.scm: Turn-off error-triggering test code.
+
+2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scm/new-markup.scm (markup-thrower-typecheck) 
+       (markup-typecheck?):  add full typechecking functions.
+       (make-markup-maker): add make-FOO-markup functions.
+       (markup-argument-list-error): nice error checking messages.
+       (make-markup): better function: less quoting escapades.
+
+2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
+
+2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * cygwin/lilypond.hint (requires): Add cygwin.
+
+       * .cvsignore: Remove stepmake (huh!?!), add lib.
+
+       * GNUmakefile.in: Add libdir links for builddir runs.
+
+       * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
+       instead of datadir.
+
+       * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
+       local_lilypond_libdir.
+
+       * config.make.in (lilypond_libdir): Add.
+
+       * stepmake/stepmake/substitute-rules.make: 
+       * stepmake/stepmake/script-rules.make: 
+       * stepmake/stepmake/python-module-rules.make:
+       * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
+       lilypond-python-module patch.
+
+2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/refman.itely (Graphical interfaces): add note
+       about xml2ly.
+
+2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scripts/ly2dvi.py (run_dvips): remove trailing newline
+
+2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION: released 1.7.10
+
+       * scripts/musedata2ly.py (): idem
+
+       * scripts/midi2ly.py (dump_chord): idem
+
+       * scripts/etf2ly.py (version): idem 
+
+       * scripts/pmx2ly.py (Slur.calculate): new chord syntax
+
+       * scripts/mup2ly.py (pre_processor_commands): new chord syntax
+
+       * scm/tex.scm (tex-output-expression): remove eval compat
+       glut. Other output files too.
+
+       * scm/chord-name.scm: don't export anything from chord module.
+
+       * input/test/american-chords.ly: idem
+
+       * input/test/banter-chords.ly (texidoc): idem
+
+       * input/test/Cc-chords.ly: add breakage notes.
+
+       * Documentation/user/refman.itely (Text markup): rewrite manual section.
+
+       * lily/parser.yy (scalar): allow \markup { } as property value. 
+
+       * scm/chord-name.scm: complete new markup usage
+
+       * scm/grob-description.scm (all-grob-descriptions): use new markup
+       texts by default
+
+2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scm/chord-name.scm: partial move to new markup texts.
+
+2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scm/grob-description.scm (all-grob-descriptions): small bass figures.
+
+       * scm/bass-figure.scm (brew-bass-figure): make stack direction
+       settable.
+
+2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
+       invoked for old midi, wait for killing.
+
+2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
+
+       * Documentation/user/music-glossary.tely: Finnishing.
+
+2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * mf/feta-nummer-code.mf: some kerning pairs.
+
+2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
+
+       * scm/output-lib.scm (set-bar-number-visibility): Context-function
+       Added.
+
+       * Documentation/user/refman.itely (Bar numbers):
+       set-bar-number-visibility added, modulo-bar-number removed again
+       (sorry).
+
+2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
+
+       * scm/output-lib.scm (modulo-bar-number-visible): add function.
+
+       * Documentation/user/refman.itely: add modulo-bar-number-visible.
+
+       * Documentation/user/music-glossary.tely: translate into Finnish.
+
+2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el: add shortcut for 2midi
+
+       * lilypond-font-lock.el: fontify lyrics
+
+2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
+
+       * scm/drums.scm : use 1.7.x names.
+
+       * input/regression/drums.ly : Don't use << chords >>
+
+2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el: tidy, add TODO
+
+       * make/lilypond.mandrake.spec.in: install-info quietly.
+
+2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/test/markup.ly: use new syntax.
+
+2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * ly/params-init.ly (interscoreline): add word-space
+
+       * input/test/metronome.ly (eighthNote): idem.
+
+       * input/test/script-priority.ly: use new markup
+
+       * lily/parser.yy (markup): allow HEAD markup0 markup1 
+
+       * lily/molecule-scheme.cc (ly:molecule-translate): new function.
+
+       * lily/parser.yy (gen_text_def): bugfix.
+       (full_markup): allow markup identifier.
+
+2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
+       jobs at the same time. Add horizontal lines to Command menu.
+       Allow one compiling job -- propose killing others before a new one.
+
+       * lilypond.words: add markup, teeny, etc.
+
+2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
+       Allow only one type of midi process; launching Midi either stops
+       midis or plays the current midi and launching MidiAll stops midis
+       and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
+       to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
+
+2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/text-engraver.cc (process_acknowledged_grobs): use new
+       markup  for new markup texts.
+
+       * lily/mark-engraver.cc (process_music): idem
+       
+       * lily/instrument-name-engraver.cc (create_text): idem
+
+       * scm/new-markup.scm (magnify-markup): new function.
+
+       * scm/molecule.scm (stack-lines): bugfix.
+
+       * lily/font-interface.cc (get_font): take font-magnification from
+       alist chain.
+
+2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/molecule-scheme.cc: move scheme functions to separate file.
+
+       * lily/font-metric.cc  (ly_get_glyph): new function. 
+       
+       * scm/new-markup.scm (column-markup): use baseline-skip for columns.
+       (italic-markup, dynamic-markup): new functions
+       (font-markup): new function
+
+       * lily/molecule.cc (ly_molecule_combined_at_edge): optional
+       padding and minimum
+
+2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
+
+       * lily/accidental-engraver.cc:
+       Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
+
+2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond.vim:
+       * lilypond-font-lock.el: Put \longa as duration. Accept only 
+       [a-zA-Z] for user defined identifiers. Separate note cases 
+       with and without a duration (allow cis\longaX).
+
+       * lilypond.words: Add words from Info.
+
+2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
+
+       * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
+
+2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el: Propose reverting buffer before a command if
+       it was edited with an another editor.
+
+2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/molecule.cc (ly_translate_molecule): new function
+
+       * python/GNUmakefile (INSTALLATION_DIR1): install Python module
+       into libdir
+
+       * autogen.sh (srcdir): copy aclocal.m4 if newer. 
+
+       * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
+
+2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond.words: take \words from Info-index.
+
+2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/sodipodi.scm: Add instruction for generating pfa fonts.
+
+2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
+
+       * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
+
+2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
+
+       * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
+       and lilypond-documentation.
+
+2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/parser.yy: Compile fix (bison 1.75).
+
+2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION: 1.7.9 released
+
+       * scm/music-functions.scm (shift-one-duration-log): refactor.
+       Use music-map.
+
+       * input/regression/chord-tremolo.ly (texidoc): add dot test.
+
+       * NEWS: update.
+
+       * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
+       argument
+       
+       * scm/music-functions.scm (display-music): new function
+       (music-map): change arg order.
+
+       * input/regression/new-markup-syntax.scm: new file
+
+       * lily/parser.yy (markup): add \markup { .. } syntax.
+
+       * scm/new-markup.scm (override-markup): new function
+       (lookup-markup): new function
+       (music-markup): new function
+       (lookup-markup-command): use markup-signature to store argument
+       format for parser.
+
+       * lily/lexer.ll: preliminary \markup syntax. 
+
 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
 
        * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
@@ -5,7 +504,8 @@
 
        * Documentation/pictures/lilypond-48x48.xpm:
        * Documentation/pictures/lilypond-32x32.xpm:
-       * Documentation/pictures/lilypond-16x16.xpm: new files.
+       * Documentation/pictures/lilypond-16x16.xpm: new files, background
+       transparent.
 
        * stepmake/stepmake/generic-targets.make:
        * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.