]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/hairpin.cc: lengthen hairpin if space is available.
[lilypond.git] / ChangeLog
index a0f4a5a4b4394ba13189436ac60652a6221dec91..526abf1813830ce66dd33d34881e76bf3ad95469 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/define-grob-properties.scm (all-internal-grob-properties):
+       add adjacent-hairpins property.
+
+       * lily/hairpin.cc: lengthen hairpin if space is available.
+
+       * input/regression/dynamics-hairpin-length.ly (Module): new file.
+
+2004-09-10  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/notation.itely: small fixes to docs.
+
+2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+       
+       * VERSION (PACKAGE_NAME): release 2.3.15
+
+       * make/lilypond.redhat.spec.in (Requires): bump requirement for
+       ec-fonts-mftraced
+
+       * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
+       the latest ec-fonts-mftraced package.
+
+       * scm/define-context-properties.scm
+       (all-internal-translation-properties): add property. Remove
+       definition of quotes property.
+
+       * Documentation/user/notation.itely (Quoting other voices):
+       document it
+
+       * lily/quote-iterator.cc (moment_less): add quotedEventTypes
+       property, to determine what events are processed in \quote.
+
+2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * (many files): removed most occurrences of underscore ("_")
+       from font characters; made font character naming more
+       consistent
+
+       * input/test/gregorian-scripts.ly: fixed another victim of grand
+       replacement operations
+
+       * lily/vaticana-ligature-engraver.cc: caught some more "_"
+       inconsistencies
+
+       * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
+
+2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * Documentation/user/changing-defaults.itely (Paper size): doc
+       landscape
+       
+
+       * scm/framework-ps.scm (eps-header): bugfixes. 
+
+       * scm/titling.scm (default-score-title): remove opus from the
+       \score title.
+
+2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
+
+       * scripts/convert-ly.py (program_name): changed to sys.argv[0]
+
+       * scripts/abc2ly.py (program_name): changed to sys.argv[0]
+
+       * scripts/etf2ly.py (program_name): changed to sys.argv[0]
+
+       * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
+
+       * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
+
+       * scripts/midi2ly.py (program_name): changed to sys.argv[0]
+
+       * scripts/mup2ly.py (program_name): changed to sys.argv[0]
+
+       * scripts/ps2png.py (program_name): changed to sys.argv[0]
+
+2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
+       character position.  Huh?
+
+       * scm/output-gnome.scm (placebox): Shield affine-relative.
+
+       * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
+       cater for system's pango 1.5.1.
+
+       * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
+
+       * scm/slur.scm: Tweak.
+
+2004-09-08  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/{first couple of chapters}: more editing.
+
+2004-09-07  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
+       and summary.
+
+       * Documentation/user/{first couple of chapters}: the big "Graham's
+       moved to a new city, his friends haven't arrived, and he has no
+       internet access" patch.  Numerous editorial and stylistic changes
+       to the manual.
+
+2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/framework-ps.scm (output-framework): handle landscape settings.
+
+       * ps/lilyponddefs.ps: cleanup.
+
+2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/define-grobs.scm (all-grob-descriptions): unset
+       threshold. This fixes morgenlied. 
+
+       * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
+       rod calculation.
+
+       * lily/system.cc (get_line): don't take piano-pedal & dynamic line
+       spanners into account for staff-extents.
+
+       * lily/ottava-bracket.cc (print): take common refpoint of dots
+       into account as well.
+
+2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/lookup.cc (triangle): translate by interval.
+
+       * VERSION (PACKAGE_NAME): release 2.3.14
+
+       * Documentation/user/changing-defaults.itely (Page layout): add
+       betweensystempadding
+
+       * scm/page-layout.scm (ly:optimal-page-breaks): typo.
+
+       * input/regression/quote-cyclic.ly (Module): new file.
+
+       * scm/lily.scm (print): add function.
+
+       * scm/music-functions.scm (quote-substitute): new
+       function. Substitute \quote when putting music into \score.
+
+       * input/regression/key-signature-cancellation.ly (Module): new file.
+
+       * lily/*.cc: more ly_scm2 -> scm_to converions.
+
+       * lily/key-signature-interface.cc (print): take position
+       difference into account when spacing naturals.
+
+       * lily/key-engraver.cc (create_key): create KeyCancellation grob
+       separately, so the cancellation can be put before the staff-bar
+
+       * scm/define-grobs.scm (all-grob-descriptions): add a
+       KeyCancellation grob.
+
+       * lily/tuplet-engraver.cc (struct Tuplet_description): new
+       struct. Use to clean-up Tuplet_engraver
+
+2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/*: ly_scm2int -> scm_to_int
+       ly_scm2double -> scm_to_double
+
+       * lily/include/lily-guile.hh (scm_from_double): more compat glue.
+
+2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
+       0 springs
+
+       * lily/system.cc (post_processing): 
+
+       * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
+       density for vertical spacing by means of force penalty.
+       
+       * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
+       dimension-variables
+
+       * Documentation/user/changing-defaults.itely (Page layout): add
+       betweensystemspace variable.
+
+       * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
+
+       * scm/page-layout.scm (space-systems): new function. Use spring
+       and rod approach for vertically spacing systems.
+
+       * ly/engraver-init.ly: tune down minimumVerticalExtent.
+
+       * scm/define-grobs.scm (all-grob-descriptions): set threshold for
+       vertical alignment.
+
+       * lily/slur-engraver.cc (process_music): add warning for slur.
+
+2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
+
+       * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
+       export spacing routine to SCM.
+
+       * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
+       new class, separate Grobs from interface.
+
+2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/include/lily-guile.hh: compatibility glue for 1.6
+
+       * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
+
+       * lily/lily-guile.cc: remove ly_scm2str0.
+
+2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/macros.itexi: Use @inforef iso @uref for
+       external references.  Fixes HTML cross references with makeinfo 4.7.
+
+2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/include/simple-spacer.hh (struct Simple_spacer): remove
+       expand_only option.
+
+2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/system.cc (get_line): add System stencil to exprs. Fixes
+       system-extents.ly.
+
+       * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
+
+       * scm/define-grobs.scm (all-grob-descriptions): decrease padding
+       for MultiMeasureRestNumber
+
+       * VERSION (PACKAGE_NAME): release 2.3.13
+
+2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
+       takes two arguments.
+
+2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * input/regression/slur-stem-broken.ly: remove.
+
+       * lily/slur.cc: add quant-score.
+
+       * input/regression/slur-staccato.ly (texidoc): remove
+
+       * make/lilypond.redhat.spec.in (Group): remove musedata2ly
+
+2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/include/bezier-bow.hh: remove.
+
+       * lily/slur-bezier-bow.cc (Module): remove.
+
+       * lily/include/slur.hh (Module): remove.
+
+       * lily/slur.cc: remove
+
+       * input/test/slur-beautiful.ly (Module): remove
+
+       * input/test/slur-attachment-override.ly (Module): remove
+
+       * lily/slur-quanting.cc (after_line_breaking): only do scoring
+       when less than 4 control-points.
+
+       * lily/key-signature-interface.cc: add style.
+
+       * Documentation/user/notation.itely (Automatic staff changes):
+       document new behavior.
+
+       * input/regression/slur-extreme.ly: new file.
+
+       * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
+       bass. Obviates \clef bass in the bass staff, when using \autochange 
+
+       * lily/auto-change-iterator.cc (construct_children): instantiate
+       up/down Staff, create Voice on up staff initially. Obviates
+       explicit instantiation of up/down contexts for \autochange. 
+
+       * lily/slur-quanting.cc (get_bezier): new functionality, blow up
+       slur depending on extents of note heads.
+       
+2004-08-28  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/tutorial.itely: minor editing.
+
+       * Documentation/user/examples.itely: tiny editing.
+
+2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/slur-quanting.cc (init_score_param): read scoring
+       parameters from slur-details property
+
+       * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
+       Accidental
+
+       * Documentation/user/advanced.itely: removed.
+
+       * Documentation/user/programming-interface.itely (How markups work
+       internally): new subsection.
+
+       * Documentation/user/converters.itely (Invoking abc2ly): remove
+       musedata2ly.
+
+2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * Documentation/user/point-and-click.texi (Point and click): new file.
+       put point & click in appendix.
+       
+       * Documentation/user/changing-defaults.itely (Vertical spacing):
+       corrections
+
+2004-08-27  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/introduction.itely: add note about the
+       "example templates" section of the manual, and remove link to
+       input/template/
+
+2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
+
+       * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
+       -> La@TeX
+
+       * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
+       missing lneo_mensural head; editorial cleanups
+
+       * lily/mensural-ligature.cc: added more comments
+
+2004-08-26  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/examples.itely: second, third, fourth, and fifth sections added.
+
+       * input/template/{various}: removed files included in examples.itely.
+
+2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
+
+       * lily/stem.cc: bugfix: adjust-if-on-staffline: use
+       Stem::stem_end_position instead of broken
+       Staff_symbol_referencer::get_position
+
+2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * debian/changelog: debian patch by Anthony Fok.
+
+       * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
+
+       * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
+       get spurious messages with skipTypesetting on.
+
+2004-08-25  Graham Percival   <gperlist@shaw.ca>
+
+       * Documentation/user/lilypond-book.itely: slight clean-up.
+
+       * Documentation/user/examples.itely: began section.
+
+2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/script-interface.cc: add slur property.
+
+       * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
+       too.
+
+       * input/regression/phrasing-slur-slur-avoid.ly: new file.
+
+       * lily/ottava-bracket.cc (print): always start from right edge of
+       a broken bound. This fixes ottava-clef.ps 
+
+2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * input/regression/slur-script-inside.ly: new file.
+
+       * lily/new-slur.cc (outside_slur_callback): new function, to make
+       scripts avoid slurs 
+
+       * lily/slur-engraver.cc (finalize): 
+
+       * lily/script-interface.cc: add inside-slur property.
+
+       * lily/slur-engraver.cc (finalize): read inside-slur property.
+
+       * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
+       message.
+
+       * ly/property-init.ly (unHideNotes): hide accidentals at staff
+       level. Fixes: hideNotes-accidental.ly
+
+2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
+
+       * scm/page-layout.scm (plain-header): fix bug that print page
+       number in the first page if firstpagenumber was different than 1.
+
+2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
+       fonts. Fixes triangle markup for chords.
+
+       * lily/slur-quanting.cc (score_extra_encompass): make score depend
+       on distance. This fixes slur-tenuto.ly and slur-tie.ly
+       * flower/include/interval.hh (T>): add distance() function
+
+       * lily/ottava-bracket.cc (print): add dots to extent. Fixes
+       octaviation-dot.ly 
+
+       * lily/context-scheme.cc: ly_context_grob_definition: new function.
+
+       * VERSION (MY_PATCH_LEVEL): release 2.3.12
+
+       * lily/new-slur.cc (add_column): remove set_interface()
+
+2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * input/regression/slur-double.ly: new file. 
+
+       * lily/slur-engraver.cc: add doubleSlurs property
+
+       * scm/fret-diagrams.scm (label-fret): use cond instead of case for
+       symbols.
+
+       * Documentation/user/notation.itely (Easy Notation note heads):
+       revise notation Chapter.
+
+       * ly/music-functions-init.ly (makecluster): add makeClusters music function.
+
+       * lily/part-combine-engraver.cc: rename soloADue ->
+       printPartCombineTexts
+
+       * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
+
+       * lily/horizontal-bracket.cc (print): use
+       Tuplet_bracket::make_bracket, so it supports bracket-flare,
+       edge-eight and shorten-pair.
+
+2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
+
+       * Documentation/user/changing-defaults.itely (Page layout):
+       description of firstpagenumber. Moved @refbugs about rightmargin
+       to the end of the section (it was looking like the documentation
+       after the refbugs was part of the bug comment).
+
+       * scm/framework-ps.scm (output-framework): set the first
+       postscript page number to firstpagenumber
+
+       * scm/page-layout.scm (ly:optimal-page-breaks): print the first
+       page number according to firstpagenumber
+
+       * scm/paper.scm (set-paper-dimensions): added firstpagenumber
+       parameter
+
+2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
+       nested slurs. 
+
+       * scripts/convert-ly.py (lilypond_version_re_str): handle
+       \version "bar" % "foo"
+
+       * lily/completion-note-heads-engraver.cc (process_music): set
+       duration-log before announcing object.
+       
+       * lily/staff-symbol.cc (print): subtract thickness from staff line
+       length
+
+       * lily/parser.yy (book_body): disallow { ..music.. } inside \book
+       
+2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
+
+       * scm/stencil.scm: remove fontify-text and fontify-text-white
+
+2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/part-combiner.scm: skip name string. Fixes segfault problem.
+
+       * Documentation/user/sound-output.texi (Sound): new file. Move all
+       MIDI related information.
+
+2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/script-engraver.cc (acknowledge_grob): only take into
+       account note heads with a music cause. Fixes ambitus-accent.ly
+
+       * scm/define-markup-commands.scm (finger): set encoding to
+       fetaNumber.
+
+2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
+
+       * scripts/convert-ly.py: typo
+
+2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
+
+       * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
+       font calls for diagrams based on paper and props
+
+2004-08-19  Graham Percival <gperlist@shaw.ca>
+
+       * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
+
+2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
+
+       * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
+       added setHairpinDecresc/Dim
+
+2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/include/lily-guile.hh: Cosmetics.
+
+2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * input/regression/fermata-rest-position.ly: new file
+
+       * ly/property-init.ly (hideNotes): remove \setMmRestFermata
+
+       * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
+
+2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * scm/framework-tex.scm (output-preview-framework) 
+       (output-classic-framework): 
+       * scm/framework-ps.scm (output-preview-framework):
+       s/ly:paper-book-lines/ly:paper-book-systems/g
+
+       * scm/fret-diagrams.scm (ss-font-encoding):
+       s/my-font-encoding/ss-font-encoding
+
+2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scm/music-functions.scm (direction-polyphonic-grobs): Set
+       direction also on fingerings.
+
+       * lily/clef-engraver.cc: Add forceClef to list of read properties.
+
+2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * po/nl.po: Some updates.
+
+       * scm/lily.scm (_): New function.
+       (postscript->pdf, postscript->png, lilypond-main)
+       (postscript->pdf): Use it.  Write messages to stderr.
+
+       * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
+
+       * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
+       xgettext does not recognise scheme yet.  Patch submitted.
+
+       * lily/scm-option.cc (LY_DEFINE):
+       * lily/main.cc: The program is now called lilypond (WAS: lilypond-bin).
+
+       * lily/rest-collision.cc (do_shift): Uniformise two too many rests
+       messages.
+
+       * lily/include/paper-book.hh
+       * lily/include/paper-system.hh: Finish renaming of paper-line to
+       system.  Fix users.
+
+2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/documentation-generate.scm (string-append): add version.
+
+       * scm/define-markup-commands.scm (box): add box-padding and
+       thickness props for the box command.
+       * Documentation/user/changing-defaults.itely (Text encoding):
+       elucidate use of \encoding for \header strings.
+
+       * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
+
+       * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
+       staff-change.ly
+
+       * lily/output-def.cc (assign_context_def): use set_variable().
+
+       * lily/text-item.cc (interpret_string): accept string input
+       encoding too.
+
+       * scm/encoding.scm (read-encoding-file): print warning when file
+       can't be found.
+
+       * tex/latin1.enc: remove.
+
+       * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
+
+       * lily/rod.cc (columnize): robustness fix. Don't crash for
+       nil span points. Fixes: appoggiatura-segfault.ly
+       (add_to_cols): extra robustness fix.
+
+2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/text-item.cc (interpret_string): use lookup_variable() to
+       fidn inputencoding. Now, \paper inherits inputencoding from
+       \bookpaper.
+
+       * lily/script-engraver.cc (stop_translation_timestep): remove slur
+       collision kludge.
+
+       * lily/dynamic-engraver.cc (typeset_all): remove slur collision
+       kludge.
+
+2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
+
+2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/spanner.cc (spanned_rank_iv): Bugfix.
+
+       * lily.scm: Mark un-internationlised user messages (with FIXME).
+
+       * lily/include/modified-font-metric.hh (struct
+       Modified_font_metric): New file.  (WAS: incorrectly named
+       scaled-font-metric.hh ?)
+
+       * lily/include/scaled-font-metric.hh: Remove.
+
+       * lily/text-item.cc (interpret_string): Identify and document
+       input-encoding problem.
+
+       * lily/paper-book.cc (pages): Do not use `paper' as variable name
+       for a Bookpaper.
+
+       * tex/latin1.enc: Replace /minus with /hyphen.
+
+       * scm/encoding.scm: For latin1 (input-)encoding, use
+       latin1.  (Cork.enc is NOT latin1 -- see man latin1).
+
+       * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
+       inputencoding.
+
+2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/topdocs/INSTALL.html: fixes.
+
+2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
+
+       * buildscripts/builder.py: Fix for scons CVS.
+
+2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/user/notation.itely,
+       Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
+       input/test/ambitus-mixed.ly: fix plurals:
+       english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
+
+2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/dynamic-engraver.cc (typeset_all):
+       * lily/script-engraver.cc (stop_translation_timestep): Handle
+       collisions with new-slur.
+
+2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/define-grobs.scm (all-grob-descriptions): Add
+       new-slur-interface.
+
+2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
+       produces .PS
+
+2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
+
+       * scm/define-grob-properties.scm (all-user-grob-properties): fix
+       definition of number-type
+
+2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
+
+       * scm/fret-diagrams.scm : change sans-serif font encoding from 
+       TeX-text to ec (uses ecss fonts instead of cmss fonts)
+
+       * scm/define-grob-interfaces.scm (fret-diagram-interface): add
+       number-type and label-dir
+
+       * scm/define-grob-properties.scm: add number-type and label-dir
+
+       * scm/fret-diagrams.scm (label-fret): allow fret label to be on either 
+       left or right.  Allow choice of upper-case roman, lower-case roman, or
+       arabic numerals in fret label
+
+2004-08-04  Werner Lemberg  <wl@gnu.org>
+
+       * lily/slur-quanting.cc: Include libc-extension.hh.
+       s/round/my_round/.
+       * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
+       s/autobeaming/autoBeaming/.
+
+2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * VERSION: 2.3.11 released.
+
+       * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
+       renameinput.
+
+2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/lookup.cc (round_filled_box): remove warnings about blot
+       diameter.
+
+       * scm/paper.scm (paper-set-staff-size): make linethickness more
+       easily tunable.
+
+       * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
+       \newlyrics -> \addlyrics
+
+       * lily/text-spanner.cc (print): use it.
+
+       * lily/dynamic-text-spanner.cc (print): use it.
+
+       * lily/grob.cc (robust_relative_extent): new function.
+
+       * scripts/lilypond-book.py (main): add -f tex as default process.
+
+       * lily/text-spanner.cc (print): only take linear_combination of
+       nonempty interval.
+       
+
+2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
+
+       * scm/page-layout.scm (default-page-make-stencil): If leftmargin
+       isn't specified by the user in \bookpaper center the music in the
+       page.
+
+2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Fix some problems after the renaming of my-lily -> lily
+
+2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
+
+       * lily/slur-quanting.cc (enumerate_attachments): apply center on
+       stem-X in more cases. 
+
+       * lily/stem.cc (dim_callback): solve todo.
+
+2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * input/test/README: new file.
+
+       * lily/lily-parser.cc: rename my-lily* files.
+
+       * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
+       parser.
+
+       * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
+
+       * lily/include/my-lily-parser.hh: rename My_lily -> Lily
+
+       * make/mutopia-targets.make (local-WWW): don't make ps.gz
+       examples. They take a huge amount of space.
+
+       * Documentation/user/GNUmakefile: fix symlinks.
+
+       * VERSION: 2.3.10 released.
+       
+       * input/test/lyrics-skip-notes.ly: remove
+
+       * input/test/stem-cross-staff.ly (noFlag): fold into manual
+
+       * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
+       remove.
+
+2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
+
+       * Documentation/user/{changing-defaults,notation,tutorial}.itely: fixes.
+
+2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * input/regression/beam-dir-functions.ly: move from test/
+
+       * Documentation/user/notation.itely (Feathered beams): new node.
+
+       * Documentation/user/changing-defaults.itely (Difficult tweaks):
+       new node
+
+       * input/regression/lyric-hyphen-retain.ly: move to regression.
+
+       * input/regression/harmonic.ly: fold into manual
+       
+       * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
+       stem-length,chord-names-no-inversions}.ly: remove
+       
+       * input/test/tie-cross-voice.ly: move to regression.
+
+       * Documentation/user/notation.itely (Running trills): new node.
+
+       * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
+
+       * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
+
+       * lily/trill-spanner-engraver.cc: new file.
+
+       * input/regression/trill-spanner.ly: new file.
+
+       * input/test/timing.ly: fold into manual.
+
+       * input/test/time.ly: remove
+
+       * input/test/trill.ly: remove
+       
+       * input/test/time-signature-double.ly: fold into manual
+
+       * input/test/separate-staccato.ly: remove
+
+       * input/test/spanner-after-break-tweak.ly: fold into manual.
+
+       * input/test/script-priority.ly: fold into manual.
+
+       * input/test/scheme-interactions.ly: remove.
+       
+       * input/test/unfold-all-repeats.ly (mel),
+       input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
+       input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
+       fold into manual.
+
+       * input/regression/no-staff.ly: move from input/test/
+
+       * input/regression/markup-score.ly: move from input/test/
+
+       * input/test/lyrics-melisma-faster.ly: fold into manual
+       
+       * input/test/lyrics-melisma-variants.ly: fold into manual
+
+       * Documentation/user/notation.itely (Popular music): new node. 
+
+       * input/test/gourlay.ly: remove
+       
+       * input/test/improv.ly: fold into manual.
+
+       * input/test/figured-bass-alternate.ly (fl): remove
+
+       * lily/dynamic-text-spanner.cc (print): new file.
+
+       * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
+
+       * lily/engraver-group-engraver.cc (do_announces): reorder logic:
+       keep recursing into children in case a parent context inserts a
+       grob into a child context.
+
+       * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
+       
+2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/define-markup-commands.scm (postscript): new markup command
+       \postscript
+
+       * Documentation/user/notation.itely (Formatting cue notes): new
+       section.
+
+       * input/test/clef-end-of-line.ly: fold into manual.
+
+       * input/test/scales-greek.ly: remove.
+
+       * input/test/chords-without-melody.ly: fold into manual.
+
+       * input/test/cadenza-skip.ly: remove.
+
+       * input/test/clef-8-syntax.ly: remove.
+
+       * input/test/clef-manual-control.ly: move into manual.
+
+       * Documentation/user/notation.itely (Aligning to cadenzas): fold
+       in cadenza-skip.ly
+
+       * mf/parmesan*.mf: change neo_mensural to neomensural.
+
+       * input/test/trills.ly: remove.
+
+       * input/test/transposition.ly: remove.
+
+       * input/test/to-xml.ly: move to no-notation.
+
+       * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
+
+       * lily/ledger-line-spanner.cc (print): use staff variable, not
+       me. Fixes ledger lines on differently sized staves.
+
+       * input/test/rhythm-excercise.ly: remove file.
+
+       * lily/stem.cc (dim_callback): only do something if visible. Fixes
+       spurious flag not found warning for 128th rest.
+
+       * input/regression/rest-dot-position.ly: new file.
+       
+       * input/test/rest-dot-positions.ly: remove
+
+       * lily/staff-symbol-referencer.cc (get_position): emergency
+       fallback: use coordinate * 2.
+
+       * input/no-notation/midi-scales.ly: move from test/
+
+       * scm/define-markup-commands.scm (score): remove debugging code.
+
+       * input/test/incipit.ly (violin): remove. 
+
+       * lily/system-start-delimiter.cc (print): only draw system
+       delimiter to staves that reach up to left bound of the delimiter.
+
+       * input/no-notation/embedded-scm.ly: move from test/
+
+       * input/test/follow-voice.ly: remove
+
+       * input/no-notation/dynamic-absolute-volume.ly: move from test/.
+
+       * input/test/drarn*: remove
+       
+       * input/test/count-systems.ly: remove.
+
+       * lily/bar-line.cc (compound_barline): fix : for staff without
+       lines.
+
+       * lily/accidental.cc (print): use music_font_alist_chain(). This
+       fixes smaller cautionaries.
+
+       * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
+       encoding for accidental.
+
+       * Documentation/user/notation.itely (Educational use): new section
+
+       * input/test/*.ly: clean up directory: move examples into manual
+       or regtest.
+       
+
+       * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
+       mode as well. This fixes resolution errors.
+
+2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/lily.scm (postscript->png): show commands for --verbose.
+
+       * flower/include/getopt-long.hh: opps. short option should be
+       char, not int.
+
+       * Documentation/user/GNUmakefile: use symlinks to save space.
+
+       * VERSION: 2.3.9 released.
+
+       * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
+
+       * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
+       manual.
+
+       * Documentation/user/tutorial.itely (Integrating text and music):
+       remove \score and \notes from manual.
+
+       * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
+       mode in the beginning.
+
+2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/changing-defaults.itely (Horizontal spacing):
+       Correct the documentation of the spacing parameters. 
+
+       * Documentation/user/tutorial.itely (Integrating text and music), 
+       Documentation/user/lilypond-book.itely (Integrating LaTeX and
+       music): Document that you need to add the map file ec-mftrace.map
+       in the dvips command.   
+
+2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
+       found.
+
+       * lily/text-item.cc (interpret_string): insert encoding setting
+       here
+
+       * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
+       encoding kludge.
+
+       * Documentation/user/changing-defaults.itely (Text encoding): node
+       on encoding.
+
+       * lily/lyric-engraver.cc (try_music): remove superfluous check.
+
+       * lily/book-paper-def.cc (find_scaled_font): remove default
+       encoding, because it messes up font loading for feta and
+       parmesan. Encoding should only be specified for running texts.
+
+       * lily/modified-font-metric.cc (text_dimension): support coding
+       scheme ""
+       
+2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/tie-engraver.cc (stop_translation_timestep): remember tie
+       definition, so \override works as expected.
+
+       * lily/measure-grouping-engraver.cc: clarify
+
+2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/parser.yy (context_def_mod): remove \consistsend
+
+       * lily/context-def.cc (instantiate): use Translator::must_be_last
+       to determine engraver order.
+
+       * lily/translator.cc (must_be_last): new function
+
+       * scripts/convert-ly.py (conv): rule.
+
+       * lily/bar-line.cc (print): return '() for height == 0.0 too.
+
+2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
+2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/include/lily-guile.hh (scm_is_int): compat glue.
+
+2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
+
+       * input/regression/page-layout.ly: new file.
+
+       * scm/paper.scm (set-paper-dimensions): Preliminary support for
+       left and right margins.
+
+       * Documentation/user/changing-defaults.itely (Page layout):
+       Explain the leftmargin option.
+
+2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * input/test/lyrics-melisma-variants.ly (texidoc): new file.
+
+       * input/test/lyrics-melisma-faster.ly: new file.
+
+       * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
+       change of melody by setting associatedVoice.
+
+       * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
+
+       * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
+       file contents, rather \include them, so default linewidth is set.
+       (ly_options): make BOOKPAPER set of options. Move linewidth
+       settings there.
+
+       * Documentation/user/examples.itely: new file. Templates are to be
+       moved here.
+
+       * Documentation/user/programming-interface.itely: move chapter.
+
+       * scm/document-markup.scm (doc-markup-function): add @code
+
+       * stepmake/stepmake/texinfo-rules.make: remove chmod.
+
+2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/page-layout.scm (plain-header): add printpagenumber boolean
+       to bookpaper.
+
+       * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
+       $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
+
+       * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
+
+       * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
+
+       * scripts/lilypond-latex.py: move from lilypond.py
+
+       * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
+       (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
+
+       * scm/lily.scm (postscript->png): new function
+       (postscript->pdf): new function
+
+       * lily/paper-book.cc (post_processing): call
+       convert-to-{dvi,ps,png,pdf}
+
+       * scripts/ps2png.py (option_definitions): new file.
+
+       * lily/paper-book.cc (output): call output-preview-framework
+       (post_processing): new function. Do PDF/PNG conversion.
+
+       * lily/paper-outputter.cc (close): new function.
+
+       * scm/framework-ps.scm (convert-to-pdf): new function. Call
+       ps2pdf.
+       (output-preview-framework): new function. Generate a preview .ps
+       
+
+2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * VERSION: release 2.3.8
+       
+       * lily/note-head.cc: remove ledger line handling.
+
+       * lily/ambitus.cc (print): strip away accidental / note head code,
+       and associated properties.
+
+       * lily/ambitus-engraver.cc (create_ambitus): change name to
+       AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
+       other ambitus parts.
+       (create_ambitus): group grobs in Ambitus grouping object. 
+
+       * lily/include/pitch-interval.hh (Pitch>): new file.
+
+       * lily/pitch-interval.cc (add_point): new file.
+
+       * lily/ledger-line-engraver.cc: new file.
+
+       * lily/ledger-line-spanner.cc (print): new file. Set limits to
+       ledger line length to avoid clashes.
+
+2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * Documentation/user/invoking.itexi (Invoking lilypond): remove
+       deprecated options
+
+2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
+       to command line option: fast=1 (default on).
+
+       * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
+       This brings SCons run-time on up-to-date tree down from 48s with
+       only checksums, to 34s without 2day checksums, to 14s (make needs
+       4 seconds).
+       (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
+       necessary.
+
+2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/slur-quanting.cc (score_extra_encompass): add  break ;
+       (score_extra_encompass): process scripts at edges too, by checking
+       control points directly. 
+
+2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * po/nl.po: Update.
+
+       * lily/main.cc: Fix ly:option-usage help.
+
+       * input/regression/slur-script.ly: More collision tests.
+
+       * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
+
+2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * VERSION: release 2.3.7
+
+       * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
+       files.
+
+       * Documentation/user/notation.itely (Slurs): document ^ and _ for
+       slurs.
+
+       * input/regression/slur-script.ly: new file.
+
+       * lily/accidental-engraver.cc (process_acknowledged_grobs):
+       make accidental appear to come from note head engraver.
+
+       * lily/slur-quanting.cc: new file.
+       (score_extra_encompass): new function. Avoid scripts and
+       accidentals
+
+2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
+       This greatly reduces the number of files that get recompiled
+       after touching config.hh.
+
+       * config.hh.in: Remove GUILE_*_VERSION.
+
+       * lily/new-slur.cc: Resolve conflicts.
+
+       * lily/stem-engraver.cc (make_stem): New method.
+
+       * lily/include/script-interface.hh:
+       * lily/script-interface.cc: New file.
+
+       * lily/include/script.hh:
+       * lily/script.cc: Remove.
+
+       * lily/music.cc (duration_log): New method.
+
+       * lily/script.cc (struct Skript): Remove.
+
+       * lily/new-slur.cc (get_base_attachments): Try at articulations.
+       Lots of coding cleanups (Stom).
+
+2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/new-slur.cc (avoid_staff_line): new function: avoid
+       collisions with staff lines.
+
+       * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
+       global_path
+
+       * scm/define-grobs.scm (all-grob-descriptions): set ratio
+       .25. This flattens short slurs.
+
+       * lily/new-slur.cc (enumerate_attachments): move X of attachment
+       points for tilted slurs.
+
+       * input/regression/slur-tilt.ly: new file.
+
+       * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
+       stems of 16th graces too.
+
+       * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
+       quant penalty dependent on how much the line is in the gap.
+
+       * input/regression/grace-stem-length.ly: new file.
+
+       * lily/beam-quanting.cc (score_forbidden_quants): remove
+       interquant check. The penalty of 1000 is much too harsh, and the
+       inter case should be caught by check-staff-line-in-gap check.
+
+       * lily/scm-option.cc: move debug-beam to \paper.
+
+       * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
+       .txt files to appease makeinfo.
+
+       * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
+       remove texttagline.
+       
+       * lily/new-slur.cc: cleanup, split in functions.
+
+       * lily/parser.yy (chord_body_element): allow octave-check = inside
+       chord body. 
+
+       * lily/new-slur.cc (score_encompass): variable head-distance penalty.
+
+       * lily/stem.cc (height): call Beam::after_line_breaking().
+
+       * lily/rest-collision.cc (force_shift_callback): only call shift
+       for columns containing rests.
+
+       * lily/new-slur.cc (print): use debug-slur-quanting paper var.
+
+       * input/regression/font-postscript.ly: invoke afm2tfm. 
+
+2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * mf/SConscript: Build map files.
+
+       * SConstruct: Rename $out to out-www in web.
+
 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * SConstruct (web_kluts): Have make web build in out-www.  Not.