]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* input/regression/stem-tremolo-position.ly: new file.
[lilypond.git] / ChangeLog
index 4edc9a24d25918fd2e6d8cec330320dcd4d1dd17..376e724993abc91150558c0fd22d2052cade7762 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,287 @@
+2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * input/regression/stem-tremolo-position.ly: new file.
+
+       * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
+
+2006-03-28  Joe Neeman  <joeneeman@gmail.com>
+
+       * lily/stem-tremolo.cc (print): position
+       the tremolo depending only on the end of the stem
+       and not on the notehead
+       (raw_stencil): center, on the middle staff line, the
+       flag that is closest to the end of the stem (previously
+       the bottom flag)
+       (calc_width): add this callback to shorten a tremolo when
+       it is beamed or it is stemup with a flag
+       (style): add this callback to make a tremolo rectangular when
+       it is beamed or it is stemup with a flag
+       (rotated_box): this is like Lookup::beam but makes a rotated
+       rectangle instead of a parallelogram
+
+       * lily/stem.cc (calc_stem_info): make sure the stem
+       is long enough to fit the tremolo
+       (calc-length): reduce the length of tremolo stems since the
+       tremolo code is now capable of better positioning
+
+       * scm/define-grobs.scm: make calc_width the default beam-width
+       callback for stem-tremolo and add the style callback
+               
+2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * lily/tuplet-bracket.cc (calc_control_points): handle suicide
+       case. Backportme.
+
+2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * lily/ttf.cc (make_index_to_charcode_map): restore old
+       cmap. Backportme.
+
+2006-03-28  Werner Lemberg  <wl@gnu.org>
+
+       * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
+
+2006-03-28  Graham Percival  <gpermus@gmail.com>
+
+       * THANKS: update for 2.9, add section for Documentation helpers.
+
+       * Documentation/topdocs/NEWS.tely: compile fix.
+
+       * Documentation/user/ basic-notation, global, advanced-notation,
+       examples.itely: minor fixes from mailist.
+
+2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * mf/feta-bolletjes.mf: match width of solfa notes with normal
+       note heads. Backportme.
+
+       * lily/ttf.cc (print_trailer): use it.
+
+       * lily/pango-font.cc (get_unicode_name): new function.
+
+       * lily/ttf.cc (make_index_to_charcode_map): move function from
+       open-type-font.cc
+       (print_trailer): substitute uniXXXX name if applicable. 
+
+       * lily/pango-font.cc (get_index_to_charcode_map): new function.
+       (pango_item_string_stencil): use it to generate uniXXXX names.
+
+       * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
+       note heads, for uniform widths in shape note output.
+       (overdone_heads): hmm. remove them again.
+
+       * scripts/lilypond-book.py (output): add links to filenames.
+
+       * Documentation/topdocs/INSTALL.texi (Top): update versions.
+
+       * lily/note-collision.cc (get_clash_groups): only consider when
+       Note_column::dir <> CENTER. Backportme.
+
+       * scripts/lilypond-book.py (get_option_parser): init output_name
+       to ''. Backportme.
+
+2006-03-24  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/topdocs/NEWS.tely: add @end itemize
+
+       * Documentation/user/ global, advanced-notation: minor
+       stuff from mailist.
+
+2006-03-23  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ lilypond.tely, music-glossary,
+       preface: housekeeping; 2005->2006, remove "notes for 2.6"
+
+2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * mf/GNUmakefile: don't install .enc files.
+
+       * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
+
+       * VERSION (PATCH_LEVEL): bump to 2.9.0
+
+2006-03-22  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/advanced-notation.itely: minor fixes
+       from mailist.
+
+2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
+
+       * branch lilypond_2_8
+
+2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
+
+       * scripts/lilypond-book.py (samefile): new function, for windoze
+       compatibility.
+
+2006-03-21  Graham Percival  <gpermus@gmail.com>
+
+       * ly/engraver-init.ly: add info about StaffGroup.
+
+2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
+
+       * input/regression/stem-direction-context.ly: idem.
+
+       * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
+
+       * THANKS: add Mats.
+
+       * input/regression/page-layout-twopass.ly: comment out \markup so
+       tweak-file is left.
+
+       * lily/instrument-name-engraver.cc (finalize): add to instrument
+       name global System. This also fixes chopped instrument names, but
+       doesn't crash when there are slurs/beams.
+
+       * lily/slur-configuration.cc (add_score): disallow negative slur
+       scores.
+       
+2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
+
+       * lily/instrument-name-engraver.cc (process_music): kludge: add
+       InstrumentName spanner to axis group of left bound. Fixes chopped
+       off instrument names in EPS images.
+
+       * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
+
+       * scripts/abc2ly.py (option_parser): update to 2.7.40
+
+2006-03-20  Graham Percival  <gpermus@gmail.com>
+
+       * THANKS: move small doc contributors to SUGGESTIONS.
+
+       * Documentation/user/ basic-notation, advanced-notation,
+       global: small changes from mailist.
+
+2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/advanced-notation.itely (Text marks): update
+       for new rehearsalMarkAlignSymbol convention.
+
+       * VERSION (PATCH_LEVEL): bump version.
+
+       * input/test/instrument-name-align.ly: new file.
+
+       * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
+
+       * input/test/instrument-name-align.ly: new file. Document how to
+       align instrument names.
+
+       * lily/mark-engraver.cc: remove properties.
+
+       * scm/define-context-properties.scm
+       (all-user-translation-properties): remove align symbol properties
+       for barnumber/reh. mark.
+
+       * lily/break-align-interface.cc (self_align_callback): new
+       interface, new function. Look at complete alignment. This handles
+       tunable break alignments in case break-align-symbols are missing.
+
+       * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
+
+       * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
+
+       * python/convertrules.py (conv): mark/bar number alignment rule.
+
+       * lily/break-align-interface.cc (calc_positioning_done): also
+       store offset from last visible break-alignment to its
+       neighbor. This makes alignment on non-visible objects more reliable.
+
+       * po/lilypond.pot (Module): ran po-replace.
+
+       * input/regression/tie-single-manual.ly (Module): new file.
+
+       * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
+       look at has_manual_position_.
+       (from_ties): set has_manual_position_ if tie has staff-position set.
+
+       * lily/tuplet-bracket.cc (calc_positions): idem.
+
+       * lily/tuplet-number.cc (print): don't print tupletnumber if it
+       doesn't span time.
+
+2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * scm/define-markup-commands.scm (smallCaps): new markup command
+       for turning a text to small caps using smaller font size and upper
+       casing.
+
+2006-03-17  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ examples, instrument-notation,
+       advnaced-notation: minor fixes from mailist.
+
+2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/tutorial.itely (First steps): change example
+       to verbatim.  
+
+2006-03-17  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ examples, advanced: minor changes from mailist.
+
+       * THANKS: add Geoff Horton, for documentation stuff.
+
+2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * python/lilylib.py (system): revert have_select kludge.
+
+       * Documentation/user/tutorial.itely (Commenting input files):
+       update version numbers in doc. 
+
+       * scm/define-grob-interfaces.scm (multi-measure-interface): add
+       bound-padding to multi-measure-interface
+
+2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * input/test/engraver-example.ily: update version number.
+
+       * VERSION (PACKAGE_NAME): release 2.7.39
+
+       * lily/note-spacing.cc (get_spacing): heighten threshold where
+       accidentals/arpeggios influence previous spacing fully.
+
+       * lily/rest.cc (y_offset_callback): only use direction if
+       staff-position wasn't set before.
+
+       * lily/bar-number-engraver.cc: add support for
+       barNumberAlignSymbol. 
+       add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
+
+       * lily/pointer-group-interface.cc (set_ordered): new function. 
+       (add_unordered_grob): new function.
+
+       * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
+       to ordered, unless the opposite has been proved.  This fixes
+       random reordering of large object groups across linebreaks,
+       eg. beams.
+
+       * lily/main.cc (do_chroot_jail): printf format fix.
+
+       * lily/tie-formatting-problem.cc (generate_configuration):
+       multiply y-shift for dot with direction.
+       * scm/define-markup-commands.scm (note-by-number): put (magstep
+       size) in y-attach too.
+
+       * Documentation/topdocs/NEWS.tely (Top): show override.
+
+       * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
+       direction for stems.
+       
+2006-03-15  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ changing-defaults, global: minor
+       fixes from mailist.
+
 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
+
        * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
        breakable items after uniformly stretched notes.
 
 
 2006-03-14  Graham Percival  <gpermus@gmail.com>
 
-       * Documentaiton/user/global.itely: small fix from mailist.
+       * Documentation/user/global.itely: small fix from mailist.
 
 2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>