]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* scm/music-functions.scm (cue-substitute): voice counts start at 0.
[lilypond.git] / ChangeLog
index 9a8f01dd00a28ef0e2c939f91e5b2a8528b7a07f..20aa3964d35a9a96db9e1d41e9c986f039d50b4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,231 @@
+2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/music-functions.scm (cue-substitute): voice counts start at 0.
+
+       * lily/note-head.cc (internal_print): always try the "s" head if
+       u/d not found.
+
+       * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
+
+2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * mf/parmesan-heads.mf (overdone_heads): typos.
+
+2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * lily/parser.yy (markup): in markups, { .. } without command
+       before are also flattened, ie \line must be explicitely used.
+
+       * Documentation/user/changing-defaults.itely:
+       * Documentation/user/notation.itely: 
+       * input/wilhelmus.ly: 
+       * input/regression/instrument-name-markup.ly: 
+       * input/regression/markup-score.ly: 
+       * input/regression/new-markup-scheme.ly: 
+       * input/regression/new-markup-syntax.ly: 
+       * input/test/coriolan-margin.ly: use \line in markups where
+       appropriate
+       
+2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * scm/new-markup.scm (map-markup-command-list): helper function
+       used in parser.yy to map markup commands on a markup list.
+
+       * lily/parser.yy: get rid off < > in markups by treating { } as
+       real lists.
+
+       * lily/lexer.ll: remove < > from markup lexer mode.
+
+       * scripts/convert-ly.py (conv): add rule for converting 
+       \markup < > to \markup { }
+
+       * ly/titling-init.ly: 
+       * input/test/coriolan-margin.ly: 
+       * input/regression/new-markup-syntax.ly: 
+       * input/regression/new-markup-scheme.ly: 
+       * input/regression/multi-measure-rest-text.ly: 
+       * input/regression/markup-stack.ly: 
+       * input/regression/markup-score.ly: 
+       * input/regression/instrument-name-markup.ly: 
+       * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
+       * input/mutopia/R.Schumann/romanze-op28-2.ly: 
+       * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
+       * input/wilhelmus.ly: 
+       * Documentation/user/notation.itely: 
+       * Documentation/user/music-glossary.tely: 
+       * Documentation/user/changing-defaults.itely: change < > to { } in
+       markups
+
+2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/accidental-placement.cc (position_accidentals): shortcut if
+       no accidentals to place.
+
+2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * scm/define-grob-properties.scm (all-user-grob-properties): fixed
+       typo s/ly:dimension ?/ly:dimension?/
+
+       * input/regression/lily-in-scheme.ly: 
+       * input/regression/music-function.ly: 
+       * ly/spanners-init.ly (assertBeamSlope): 
+       * scm/music-functions.scm (def-grace-function): add the paper
+       argument to music function definitions.
+
+2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/moment.cc (LY_DEFINE):
+       ly:moment-main-{denominator,numberator}, new function.
+
+       * lily/score-engraver.cc (typeset_all): assign to column on basis
+       of axis-group-parent-X setting.
+
+       * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
+       add_element() on basis of axis-group-parent-Y setting.
+
+       * lily/grob.cc: add axis-group-parent-{XY} properties.
+
+       * input/regression/spacing-stick-out.ly: new file.
+
+       * lily/simple-spacer.cc (add_columns): use binary search for
+       setting column rods. Changes O(n^2) to O(n log(n)) for
+       constructing spacing problem from columns.
+       (add_columns): read allow-outside-line to make sure no texts stick
+       out.
+       (solve): Simple_spacer::is_active() only determines
+       satisfies_constraints_ for non-ragged typesetting.
+
+       * lily/simultaneous-music.cc (to_relative_octave): only set
+       old_relative_used if return pitch actually changed.
+
+       * scm/define-context-properties.scm
+       (all-user-translation-properties): change to match implementation.
+
+       * python/lilylib.py: Replace re.match by re.search and adds "-c
+       showpage" to the gs command line (Johannes Schindelin)
+
+       * scm/framework-ps.scm (output-preview-framework): sanitize bbox
+       before processing. Prevents crash when inf is in the extent.
+
+       * scm/define-markup-commands.scm (note-by-number): add "s" to
+       "noteheads-" glyphname.
+       * lily/parser.yy (Generic_prefix_music): supply parser argument to
+       music function as well.
+       
+2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION: release 2.5.2
+
+       * Documentation/user/changing-defaults.itely (Creating titles):
+       add breakbefore variable.
+
+       * lily/paper-book.cc (set_system_penalty): new function. Set
+       penalty_ based on breakBefore setting
+
+       * lily/context-specced-music-iterator.cc (construct_children):
+       interpret special context id $uniqueContextId 
+
+       * lily/context.cc (create_unique_context): new method. Move
+       creation of unique (\new) contexts into interpreting phase. This
+       makes
+
+         foo= \new Staff ..
+         << \foo \foo >>
+
+        produce 2 staves.
+       
+
+       * scm/define-music-properties.scm (all-music-properties): add
+       quoted-voice-direction
+
+       * ly/music-functions-init.ly: killCues function.
+
+       * scm/music-functions.scm (cue-substitute): move creation of voice
+       contexts further to the back. 
+
+2004-11-25  Werner Lemberg  <wl@gnu.org>
+
+       * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
+       `/hyphen' in encoding vector to get correct glyph name for EC fonts.
+
+2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
+
+        * buildscripts/guile-gnome.sh: Fixed typo.
+
+2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/lexer.ll: add < >  to markup lexer mode (backportme)
+
+       * scripts/abc2ly.py (dump_slyrics): add ord(). 
+
+       * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
+       to regular engraver. 
+
+2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
+
+2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/define-markup-commands.scm (fill-line): Typo.
+
+       * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
+       and newer.
+
+2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
+
+        * ly/dynamic-scripts-init.ly: Fixed typo.
+
+2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
+       note-head, to have different attachment points for up and down.
+
+       * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
+
+       * mf/feta-generic.mf (else): remove solfa.
+
+       * mf/feta-bolletjes.mf (tishape): remove unicode test.
+
+       * scm/define-context-properties.scm
+       (all-user-translation-properties): add shapeNoteStyles property.
+
+       * lily/shape-note-heads-engraver.cc (process_music): new file.
+
+       * lily/event.cc (transpose): call Event::transpose() for
+       transposing the tonic.
+
+2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-gnome.scm: Save some pointers about pango/fontconfig
+       Unicode/OpenType and AFM.
+
+       * lily/include/guile-compatibility.hh (scm_from_bool): Add.
+
 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/grob.cc (Grob): idem. Plugs mem leaks. 
+
+       * lily/context.cc (Context): unprotect key from ctor.
+
+       * scm/stencil.scm (stack-lines): return empty-stencil if argument
+       is '()
+       (stack-stencils): idem.
+
+       * Documentation/user/changing-defaults.itely (Creating titles):
+       document new title layout options.
+
+       * lily/parser.yy (lilypond_header_body): copy previous
+       $globalheader if present.
+
+       * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
+       ly:module-copy
+       
+       * scm/page-layout.scm (marked-up-headfoot): remove old functions.
+
+       * scm/titling.scm: remove old titling functions
+
        * lily/stencil.cc (translate): remove absolute dimension.
 
        * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles