]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* Documentation/topdocs/NEWS.tely (Top): document new feature.
[lilypond.git] / ChangeLog
index 3d4dac1046444bb672ba2ba778887ea0fb89320d..00fa78aa6f6703b1d30993c74de91641511f46fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,171 @@
+2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/topdocs/NEWS.tely (Top): document new feature.
+
+       * Documentation/user/basic-notation.itely (Staff symbol): document
+       start/stop staff. Reference to ossia.ly
+
+       * input/test/ossia.ly: new example using stop and startStaff.
+
+       * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
+       in other words, don't create "|" barline at start of the score.
+       (start_translation_timestep): don't set whichBar for start of score.
+
+       * input/regression/staff-halfway.ly: use new functionality.
+
+       * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
+       start and stop staff based on events.
+
+       * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
+
+       * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
+
+2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/programming-interface.itely (How markups work
+       internally ): remove \encoding reference.
+
+2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scripts/convert-ly.py: Attempt to do a smarter update of 
+       text markups from versions < 1.9.0 with arbitrary nesting.
+
+2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * po/fi.po: convert to utf-8, and update.
+
+2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * make/lilypond.suse.spec.in: update from suse 2.4 package.
+
+       * lily/*.cc: more <? >? to min/max changes
+
+       * lily/include/interpretation-context-handle.hh: rename
+       Interpretation_context_handle to Context_handle.
+
+2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * input/regression/GNUmakefile (local_delete): use `find` together 
+       with `xargs` to avoid too long argument-lists in cmd line.
+
+2005-05-04  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/introduction.itely: updates "About this manual".
+
+       * Documentation/user/advanced-notation.itely,
+       invoking.itely: minor fixes.
+
+2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * COPYING: add font exception. Update FSF address. 
+
+       * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
+       should be taken without child context.
+
+       * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
+
+       * scm/define-markup-commands.scm (triangle): new command, as
+       robust replacement for unicode Delta/Triangle.
+
 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * ps/music-drawing-routines.ps: add fillp argument.
+
+       * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
+
+       * lily/font-config.cc (init_fontconfig): don't add cff/
+
+       * VERSION (PACKAGE_NAME): release 2.5.22
+
+       * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
+
+       * lily/grace-engraver.cc (consider_change_grace_settings): use
+       is_alias(). Fixes problem with CueVoice grace notes. 
+
+       * lily/simultaneous-music-iterator.cc (construct_children): call
+       Music_iterator::quit() for iterators that start out invalid. This
+       fixes indefinitely continuing contexts.
+
+       * buildscripts/substitute-encoding.py: new file
+
+       * Documentation/user/basic-notation.itely (Basic polyphony): fix
+       missing @end 
+
+       * scripts/lilypond-book.py (write_if_updated): print file name.
+
+       * Documentation/user/basic-notation.itely (Explicitly
+       instantiating voices): idem.
+
+       * Documentation/user/advanced-notation.itely (Text spanners):
+       remove stray { } 
+
+       * lily/context.cc (default_child_context_name): the default child
+       is now first in accepts_list_.
+
+       * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
+       \defaultchild to all relevant contexts.  This fixes:
+       drums-pitch.ly.
+
+       (Probably also fixes similar problems with ancient
+       transcriptions getting CueVoices instead of the desired voices.)
+       * lily/context-def.cc (get_default_child): new function.
+       (get_accepted): place default child in front of list.
+
+       * lily/parser.yy (FIXME): add DEFAULTCHILD token.
+
+       * lily/include/context-def.hh (struct Context_def): add
+       default_accept_
+
+2005-05-03  Graham Percival  <gperlist@shaw.ca>
+
+       * scm/define-grobs.scm: remove "remove-first" line, since
+       the absent property is set to #f anyway.
+
+       * Documentation/user/basic-notation.itely,
+       advanced-notation.itely, instrument-notation.itely: minor
+       fixes.
+
+       * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
+
+       * Documentation/user/advanced-notation.itely,
+       changing-defaults.itely: consolidate Text stuff in
+       advanced notation.
+
+       * Documentation/user/global.itely: better docs for \header.
+
+       * Documentation/user/putting.itely: new chapter; placeholder
+       for future expansion.
+
+       * Documentation/user/examples.itely: moved "suggestions for
+       writing LP files" section into putting.itely.
+
+       * Documentation/user/lilypond.itely: added new chapter,
+       fixed the short table of contents.
+
+2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/beam-quanting.cc (quanting): robustness fix, don't produce
+       infinity for unfeasible beams.
+
+       * make/lilypond.fedora.spec.in (Group): idem.
+
+       * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
+
+       * mf/GNUmakefile (ALL_GEN_FILES): remove .map
+
+       * scm/framework-ps.scm (write-preamble): extract CFF from OTF
+       fonts directly.
+
+       * buildscripts/gen-emmentaler-scripts.py (i): idem.
+
+       * mf/GNUmakefile: remove all CFF rules.
+
+       * scm/framework-ps.scm (ps-embed-cff): reinstate.
+
        * lily/open-type-font-scheme.cc (LY_DEFINE):
        new function ly:otf-font-table-data.
+       (LY_DEFINE): new function otf-font?
 
 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
@@ -9,7 +173,7 @@
        ($(outdir)/Fontmap.lily): idem.
 
        * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
-       for PFAEmmentaler-XXX.pfa. This fixes ghostscript ps2pdf problems.
+       for PFAEmmentaler-XXX.pfa. 
 
        * Documentation/user/music-glossary.tely (accidental): NL
        translation of accidental.