]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* input/regression/lyric-extender.ly: Fix and add test.
[lilypond.git] / ChangeLog
index 55b2be4ad2d2c01a2bae6d789e58b82baf4615fa..e1e27701e15138c998bbd135bf9596b344f5bb62 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,313 @@
+2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/regression/lyric-extender.ly: Fix and add test.
+
+       * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
+
+2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/note-head.cc: remove Note_head::extent.
+
+2004-09-23  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/tutorial.itely: do manual style 2-space
+       indents in examples
+
+       * Documentation/user/notation.itely: more editing.
+
+2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/lyric-engraver.cc (get_current_rest): New function.
+
+       * lily/extender-engraver.cc (stop_translation_timestep): Use it:
+       stop at rest.
+
+       * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
+
+       * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
+
+2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * Documentation/user/examples.itely (Small ensembles): added
+       example for transcription of mensural music
+
+       * Documentation/user/notation.itely (The Lyrics context): fixed broken
+       link to SATB vocal score
+
+       * Documentation/user/notation.itely (System start delimiters):
+       fixed typo: GrandStaff->StaffGroup
+
+       * Documentation/user/notation.itely (Ancient articulations):
+       removed obsolete comment on \episem bug
+
+2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/framework-tex.scm (output-preview-framework): Fix invocation
+       of header.
+
+2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
+       start to note-column.
+
+       * lily/hairpin.cc (print): check text-interface, to attach to
+       dynamic texts.  
+
+       * lily/include/text-item.hh (class Text_interface): rename
+       Text_item -> Text_interface
+
+       * lily/piano-pedal-bracket.cc (print): robustify.
+
+2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
+
+       * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
+
+       * scm/page-layout.scm (plain-header): if printfirstpagenumber is
+       true will print the page number in the first page.
+
+       * Documentation/user/changing-defaults.itely: Document
+       printfirstpagenumber.
+
+2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
+       objects.
+
+       * lily/beam-concave.cc (calc_concaveness): take absolute value of
+       dy for scaling. This fixes various downbeams.
+       
+
+       * lily/beam-quanting.cc (best_quant_score_idx): 
+
+2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/framework-tex.scm (header-to-file): Fix.
+
+2004-09-22  Werner Lemberg  <wl@gnu.org>
+
+       * lily/parser.yy <score_body>: Fix typo.
+
+2004-09-22  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/tutorial.itely: modified a "future planning" comment.
+
+       * Documentation/user/notation.itely: more editing.
+
+2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/define-markup-commands.scm (note-by-number): read font-size
+       to determine stem length. Fixes: markup-note.ly
+
+2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/slur.cc (outside_slur_callback): read #'padding for
+       slur-padding. Fixes: slur-script.ly
+
+       * lily/parser.yy (score_body): disallow \bookpaper in \score.
+
+2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * Documentation/user/notation.itely (ancient flags): documented
+       flags-related known bugs
+
+       * lily/include/ligature-engraver.hh: added comment about why and
+       how of (non-)use of abstract virtual methods
+
+       * ly/engraver-init.ly (VaticanaVoice,
+       GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
+       unset dash-fraction property in order to get solid lines
+
+       * ly/engraver-init.ly (MensuralStaff): fixed bad comment
+
+2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
+
+2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
+       in function.
+
+       * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
+       openout_any=p.  Throughout: progress to stderr, translate user
+       messages.
+
+       * scm/output-gnome.scm: Fix font dir description.
+
+2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * input/test/mensural-ligatures.ly (voice): move linethickness
+       settings to bookpaper.
+
+       * lily/simple-spacer.cc (Module): use force to stretch to 
+       line length as force measure for ragged spacing.
+       
+       * lily/lily-parser.cc (get_paper): don't set parent for \paper
+       blocks in the parser. This eliminates ordering dependency for
+       \bookpaper and \paper
+
+       * ly/part-paper-init.ly: remove file.
+
+       * lily/includable-lexer.cc (new_input): elucidate message.
+
+2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
+       * input/mutopia/R.Schumann/romanze-op28-2.ly:
+       * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
+       #'Slur.attachment setting.
+
+       * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
+       friendlier for point and click.
+
+2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * ly/init.ly: reverse collected scores.
+
+       * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
+       layout to determine force.
+       
+2004-09-18  Werner Lemberg  <wl@gnu.org>
+
+       * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
+       ties.
+
+       * ly/declarations-init.ly (escapedBiggerSymbol,
+       escapedSmallerSymbol): Fix typos.
+
+       * scripts/convert-ly.py: s/removeTag/removeWithTag/.
+
+2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * input/{input,regression}/*.ly: run convert-ly
+
+       * VERSION: release 2.3.17
+
+       * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
+       little wider for attachment calculation. This prevents stem and
+       slur touching.
+
+       * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
+       ) 
+
+       * input/regression/tie.ly (texidoc): cleanup.
+
+       * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
+       and ~
+
+       * lily/slur-scoring.cc (score_extra_encompass): check if extra
+       objects are on boundary column. 
+
+       * lily/main.cc (parse_argv): process --tex too.
+
+       * ly/music-functions-init.ly (keepWithTag): add music functions
+       keepWithTag and removeWithTag.
+
+       * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
+
+       * lily/accidental-engraver.cc (recent_enough): interpret laziness
+       = #t. This fixes no-reset accidental-style.
+
+       * input/regression/accidental-piano.ly (Module): new file.
+
+       * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
+
+2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
+       extra encompass.
+       (score_extra_encompass): use Y coordinate of attachment if X
+       attachment falls in extra encompass X extent.
+
+       * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
+       GUILE_LOAD_PATH
+
+2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-gnome.scm: Small fixes.
+
+       * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
+
+2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * Documentation/user/notation.itely (Ancient flags): Removed
+       documentation on adjust-if-on-staffline (this property was removed
+       by Han-Wen).
+
+       * Documentation/user/notation.itely (Ancient notation): Minor
+       cleanups and fixes.  Renamed "Vaticana style contexts" ->
+       "Gregorian Chant contexts".  Added section "Mensural contexts".
+       Added section "Ancient articulations".
+
+       * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
+
+2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * buildscripts/guile-gnome.sh: Add missing bit.
+
+2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
+
+       * lily/slur-scoring.cc (get_y_attachment_range): set end point
+       using base_attachment.
+
+       * scm/page-layout.scm (default-page-make-stencil): whoops. Add
+       page header back.
+
+       * scm/documentation-generate.scm (top-node): move version to top
+       node.
+
+       * lily/ledger-line-spanner.cc: add ledgered-interface, with
+       property no-ledgers.
+
+2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/user/{changing-defaults,examples,invoking,
+       tutorial}.itely: Expand 's to is.
+
+       * Documentation/user/notation.itely: Capitalize only first letter.
+
+       * Documentation/user/programming-interface.itely: Capitalize Scheme.
+
+       * Documentation/user/lilypond-book.itely: use @refbugs.
+
+       * THANKS: sort.
+
+       * input/mutopia/F.Schubert/morgenlied.ly,
+       input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
+       input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full name.
+
+2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
+       lneomensural char entry; (ii) fixed mensural/neomensural naming
+       clash typo; (iii) lneomensural char: fixed stem attachment point.
+       WARNING: FONT CHANGED!
+
+2004-09-15  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/introduction.itely: update \stemBoth to \stemNeutral
+
+       * Documentation/user/notation.itely: more editing of the manual.
+
+2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
+       factor in edge attraction. This reflects that the left edge may
+       have a larger gap for an ascending up-slur.
+       (get_base_attachments): copy bound Y from right bound, if there is
+       only one note-column after the line break.
+
+2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
+
 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
+       * lily/phrasing-slur-engraver.cc (process_music): Create
+       PhrasingSlur instead of Slur.
+
        * Documentation/user/changing-defaults.itely (Defining new
        contexts): Fixed misprinted context name.