]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/beam-quanting.cc: cleanup, separate counts for left and
[lilypond.git] / ChangeLog
index d7a05dee435f71fd480919be970890d133362011..7ab737f2801df0e948bf15740a3607741e8fbd9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,108 @@
+2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/beam-quanting.cc: cleanup, separate counts for left and
+       right beam ends.
+
+       * lily/side-position-interface.cc (quantised_position): also
+       quantize staccato position for forced stem directions. 
+
+2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/*.scm: Patch by Nicolas Sceaux: 
+
+       * scm/music-functions.scm: ly:grob-property and ly:music-property
+       are made procedure with setters.
+
+       * scm/*.scm: replace ..-set-property! with set! (..-property  )
+       
+2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
+
+       * input/test/[p-r]*.ly: use more verbose texidocs. add comments
+       of missing features.
+
+2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
+
+       * input/test/[j-o]*.ly: update texidocs.
+
+2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/documentation-generate.scm (usermanref): Add macro for TeX.
+
+       * Documentation/topdocs/NEWS.texi: Add note about info docs with
+       images.
+
+       * Documentation/user/lilypond.tely (@direntry): Update.
+
+       * stepmake/stepmake/documentation-targets.make
+       (install-info,uninstall-info): Install into $(package_infodir).
+       Install images.  Run install-info to update dir.
+
+       * config.make.in (package_infodir): Add.
+
+       * Documentation/user/GNUmakefile (info-with-images,
+       local-install-info, local-uninstall-info): New target.
+
+2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
+       gap/threshold.
+
+       * lily/beam-quanting.cc (score_slopes_dy): remove
+       ROUND_TO_ZERO_SLOPE kludge.
+
+       * lily/beam.cc (check_concave): remove old concaveness2 kludge.
+
+       * input/regression/beam-concave.ly (texidoc): add morgenlied example.
+
+       * lily/global-context.cc (Global_context): alway accept Score
+       (run_iterator_on_me): cast Context to Score_context, not
+       Context_def.
+
+       * Documentation/user/refman.itely: documentation patch by Edward
+       Sanford Sutton.
+
+       * mf/GNUmakefile: unset sauter-fonts.
+
+2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/lilypond-book.py (output_texinfo): Output @image
+       descriptions for info too.
+
+       * input/test/chord-names-jazz.ly: 
+       * input/test/embedded-scm.ly: Clarify.
+
+       * input/test/cautionaries.ly: Typo.
+
+       * lily/input-smob.cc (ly_input_location): Compile fix.
+
+2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
+
+       * ly/engraver-init.ly: move \grobdescriptions to Global. This
+       fixes problems with system defaults being reverted with \override
+       on Score level.
+
+       * lily/global-context.cc (Global_context): apply property-ops to
+       Global_context too. 
+
+2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-ps.scm (stencil->string): Rewrite.
+
+2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
+
+       * input/test/[+c-i]*.ly: refresh descriptions -- maintain
+       impersonal style.
+
 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * lily/input-smob.cc (ly_input_location: New function.
+
+       * scm/define-markup-commands.scm (upright): New markup command.
+
+       * lily/parser.yy (markup): Add STRING_IDENTIFIER.
+
        * scm/font.scm (paper20-font-vector): cmcsc klugdge.
 
        * scm/output-ps.scm (output-stencil): New function.
        * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
        (SAUTER_FONTS): Reinstate.
 
-       * scm/define-markup-commands.scm (smallcaps): New markup command.
+       * scm/define-markup-commands.scm (caps): New markup command.
 
        * scm/output-ps.scm (output-scopes): Experimental markup output.