]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
*** empty log message ***
[lilypond.git] / ChangeLog
index 9113b573d1d3e50d04802d5b9ba6fee966836fdc..84be8c8dfb1fd2ad0ffda2641f26b09f4b064fc9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,515 @@
+2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/parser.yy (Generic_prefix_music_scm): add
+       MUSIC_FUNCTION_SCM_SCM_MUSIC
+
+       * scm/lily.scm (sanitize-command-option): new function. (backportme)
+
+       * scm/framework-tex.scm (header): sanitize TeX paper size.
+       (backportme)
+
+2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
+
+       * tex/lilyponddefs.tex: If inputencodingUse latin1 inputencoding if 
+
+       * scm/framework-tex.scm (font-load-command): Use T1 if no
+       font-encoding set.
+
+       * scm/lily.scm (postscript->pdf): Remove .pdf file if it
+       exists before converting.
+
+       * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
+       exists before converting.
+       (convert-to-ps): Remove .ps file if it exists before converting.
+
+       * lily/lexer.ll: Remove extra progress newline, use present tense.
+
+       * scm/paper.scm (paper-alist): public.
+       * scm/framework-tex.scm (convert-to-ps):
+       * scm/lily.scm (postscript->pdf): Do not leak papersizename into
+       command line.  (backportme)
+
+2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
+
+       * lily/recording-group-engraver.cc (derived_mark): mark
+       now_events_. (backportme)
+
+2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
+
+       * scm/framework-tex.scm (convert-to-dvi): use ly:system for
+       invoking latex. (backportme.)
+
+       * lily/stem.cc (off_callback): center stems for all rest stems.
+
+2004-11-05  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/lilypond.tely: Add more guidelines for writing
+       lilypond texinfo documents.
+
+2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/index.html.in: remove <hr>.
+
+       * THANKS: change 2.3 to 2.4.
+
+2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
+
+       * scm/output-gnome.scm: More fontconfig comment.
+
+2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
+
+       * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
+       <package> directory in $(builddir)/share according with
+       PACKAGE_NAME defined in the VERSION file.
+
+2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/beam.cc (rest_collision_callback): use local beam
+       multiplicity.
+
+       * input/regression/stem-stemlet.ly: new file.
+
+       * lily/stem.cc (add_head): store rests as well.
+
+       * scm/define-grob-properties.scm (all-user-grob-properties): add
+       stemlet-length
+
+       * lily/stem.cc: store rests as well.
+       
+       * input/regression/new-slur.ly: mention forcing.
+
+2004-11-04  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/*: A new round of layout fixes and document
+       structure cleanup.
+
+2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
+
+        * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
+
+2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
+
+2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
+
+       * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
+
+       * lily/main.cc (main): Invoke identify.
+
+       * scm/lily.scm (postscript->pdf): Remove progress newline.
+       Write progress to stderr.
+
+       * lily/paper-book.cc (output): Remove progress newline.
+
+       * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
+       gettext on user messages, and remove whitespace.
+
+       * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
+
+       * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
+       argv[0] (Thomas Scharkowski).
+
+       * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
+       call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
+       for ec-fonts-mtraced.
+
+       * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
+       --srcdir build (Bertalan).
+
+       * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
+       headers and library too (Laura Conrad).
+
+       * Documentation/topdocs/INSTALL.texi (Top): Mention development
+       package for guile too (Laura Conrad).
+
+       * lily/main.cc (usage): Typo.
+
+2004-11-02  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/notation.ly: More fixes to improve appearance.
+
+       * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
+       better output for multicolumn tables.
+
+2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * lily/main.cc (dir_info): Fixed typo in the printouts.
+
+2004-11-01  Werner Lemberg  <wl@gnu.org>
+
+       * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
+       of output.
+       Set `per_line' to 2; replace hard-coded value with it.
+
+       * Documentation/user/*: Many fixes to improve appearance of
+       printed manual.
+
+2004-11-01  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/changing-defaults.itely,
+       Documentation/user/notation.ly,
+       Documentation/user/programming-interface.itely: Use @/.
+       Fix formatting of some lilypond snippets and tables.
+
+       * scripts/lilypond-book.py (compose_ly): Provide useful default
+       for LINEWIDTH in `override'.
+
+2004-10-31  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/invoking.itely: change "3.0" -> "2.4"
+
+2004-10-31  Werner Lemberg  <wl@gnu.org>
+
+       Resetting @exampleindent to `5' gives ugly results with texinfo's
+       DVI output.  Use `@format @exampleindent 0 ... @end format' instead
+       (if not quoting) to change @exampleindent only locally.
+
+       * scripts/lilypond-book.py (NOQUOTE): New variable.
+       (output) [LATEX]: Remove AFTER and BEFORE.
+       [TEXINFO]: Remove AFTER and BEFORE.
+       Fix QUOTE and VERBATIM pattern.
+       Add NOQUOTE pattern.
+       (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
+       and BEFORE.
+       [output_texinfo]: Use NOQUOTE.
+
+2004-10-31  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/changing-defaults.itely: clarify paper
+       size commands with correct info.
+
+       * Documentation/user/lilypond-book.itely: add more docs for
+       filename extensions.
+
+2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
+       (PATCH_LEVEL): start 2.5.0.
+
+2004-10-30  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/notation.itely: add warning about bar numbers
+       in multistaff music, add warning about quoting grace notes.
+
+       * Documentation/user/changing-defaults.itely: clarify paper size commands,
+       add missing subsubtitle entry to Creating titles.
+
+       * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
+
+2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
+       case.
+       (conv): add dummy 2.4.0 conversion rule.
+
+       * Documentation/user/lilypond.tely: add @finalout.
+
+       * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
+       for attaching, fixes slur/stem left attachment of
+       downslur/downstem.
+
+       * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
+       quote problem if for last note of quoted sequence. 
+
+       * input/regression/part-combine-text.ly (comm): add expect strings.
+
+2004-10-30  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/examples.itely: Improved layout.
+
+       * Documentation/invoking.itely: Use `@/' to insert breakpoints.
+
+       * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
+
+       * Documentation/notation.itely: Use `@/'.
+       Other layout fixes.
+
+2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/part-combine-iterator.cc (unisono): examine last_playing_
+       (not state_), this fixes a2 printing after chord.
+
+       * input/regression/no-staff.ly: fix octave, revise syntax.
+
+       * input/regression/lyrics-bar.ly (texidoc): fixes.
+
+       * input/regression/beam-dir-functions.ly (Module): remove from regtest
+
+       * input/regression/accidentals.ly (Module): remove from regtest.
+
+       * lily/parser.yy (Prefix_composite_music): 
+       oops. Chords should be unrelativable, not bass figures untransposable.
+
+       * VERSION: 2.3.26 released.
+       
+       * lily/completion-note-heads-engraver.cc (try_music): only return
+       something when is_first_ is true. Fixes lyrics with completion_heads. 
+
+       * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
+
+       * scm/lily.scm (ly:system): new function. Catches uninstalled
+       ps2png.
+
+2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/notation.itely: remove
+       @hyphenatedinternalsref.
+
+2004-10-29  Werner Lemberg  <wl@gnu.org>
+
+       * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
+
+       * scripts/lilypond-book.py (no_options): New dictionary.
+       (simple_options): New list.
+       (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
+       (compose_ly): Use `no_options' and `simple_options'.
+       Fix logic of option handling.
+       Handle `linewidth' option without parameter.
+
+2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/lookup.cc (triangle): use (0, interval.length()) for X
+       extent, since the stencil is translated later on.
+
+       * lily/ledger-line-spanner.cc (print): swap linear_combination
+       arguments, effectively shortens ledger line. 
+
+       * Documentation/user/GNUmakefile
+       ($(outdir)/lilypond/lilypond.html): use find to remove files.
+
+       * lily/main.cc: --no-pages option.
+
+2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
+
+       * Documentation/user/notation.itely (Fret diagrams): add extra
+       notes to example to avoid collisions between fret diagrams.
+
+2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/notation.itely (Automatic note splitting):
+       note about lyrics. 
+
+       * Documentation/user/converters.itely (Invoking convert-ly): note
+       about version numbers. 
+
+       * scripts/abc2ly.py (dump_score): revise lyric dumping
+
+       * scripts/mup2ly.py (pre_processor_commands): always open file.
+
+       * scripts/etf2ly.py (Frame.calculate): always close \grace.
+       (Etf_file.dump): add \version
+
+       * VERSION: 2.3.25 released.
+
+       * lily/scm-option.cc: add 'resolution to ly:get-option argument
+       list.
+
+2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
+
+2004-10-28  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/music-glossary.tely: More fixes to improve
+       appearance with DVI output.
+
+       * scripts/lilypond-book.py (compose_ly): Use 0.4in for
+       EXAMPLEINDENT.  This is the maximum value for quotation environments
+       used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
+
+2004-10-27  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/music-glossary.tely: Revised.
+
+2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
+
+       * input/test/fret-diagram.ly: insert breaks, remove raggedright to
+       improve fret diagram spacing in printed output.
+
+       * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
+       from options for the example so fret-diagrams won't overlap
+       one another.
+
+2004-10-26  Werner Lemberg  <wl@gnu.org>
+
+       * scripts/lilypond-book.py: Some additional formatting for
+       orthogonality.
+       (ly_options) [*]: Format strings.
+       [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
+       by `compose_ly'.
+       (output) [LATEX][OUTPUT]: Format string and simplify.
+       (PREAMBLE_LY, FRAGMENT_LY): Format string.
+       (classic_lilypond_book_compatibility): Take key/value pair as
+       parameter.
+       Return key/value pair.
+       (compose_ly): Rewritten, taking the snippet type as third parameter. 
+       The default values are now set more sensible, and a `linewidth'
+       option is no longer overwritten under some circumstances.
+
+       * Documentation/user/music-glossary.tely: Replace all accented
+       character macros with latin-1 codes.
+
+2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * lily/music-function.cc (ly_make_music_function): when an
+       argument predicate is markup?, the signature keyword becomes
+       "markup" iso "scm".
+
+       * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
+       tokens, for functions which signatures contain "markup".
+
+       * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
+       MUSIC_FUNCTION_*MARKUP* tokens.
+
+2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
+       Lyrics context.
+
+2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * python/lilylib.py (make_ps_images): return list of output files.
+
+       * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
+       all springs tight, and still satisfy the constraints.
+
+2004-10-25  Werner Lemberg  <wl@gnu.org>
+
+       * scripts/lilypond-book.py: s/option-sep/option_sep/.
+       (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
+       (snippet_res): Fix regexps and make them ignore whitespace properly.
+       (compose_ly): Use `re.split' instead of `string.split' to remove
+       surrounding whitespace.
+       Some formatting to get more consistency.
+
+2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION: 2.3.24
+       
+       * scm/define-context-properties.scm
+       (all-user-translation-properties): add verticallySpacedContexts.
+
+       * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
+       add interface
+
+       * scm/define-grob-properties.scm (all-internal-grob-properties):
+       add spaceable-staves
+
+       * scm/define-grobs.scm (all-grob-descriptions): set
+       vertically-spaceable-interface for VerticalAxisGroup and
+       RemoveEmptyVerticalGroup
+
+       * lily/system.cc (get_line): determine staff_refpoints_
+       using spaceable-staves.
+
+       * lily/score-engraver.cc (acknowledge_grob): ack
+       vertically-spaceable-interface and verticallySpacedContexts to
+       set spaceable-staves.
+
+       * input/regression/new-slur.ly: add slur under 16th subbeam case.
+
+       * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
+
+2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
+       minimumVerticalExtent tweaks. 
+       * mf/feta-schrift.mf: include size of thumb appendix in
+       bbox. Fixes: c-thumb-notehead.ly  
+
+       * THANKS: add Meisters to the Development team.
+
+       * scm/framework-tex.scm (convert-to-dvi): redirect output to
+       /dev/null for non-verbose.
+
+       * Documentation/user/invoking.itely (Invoking lilypond): add note
+       about resource usage.
+
+       * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
+
+       * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
+       --enable-encoding
+
+       * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
+
+       * Documentation/user/changing-defaults.itely (Text encoding):
+       change to latin1.
+
+       * Documentation/user/lilypond.tely: add language and encoding.
+
+       * scm/define-grobs.scm (all-grob-descriptions): add
+       line-interface.
+
+       * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
+
+       * input/test/ossia.ly: font sizes for ossia.
+
+       * scripts/convert-ly.py (conv): \context Foo = NOTENAME
+       -> \context Foo = "NOTENAME".
+
+       * lily/main.cc (determine_output_options): fix ordering.
+
+2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
+
+       * THANKS: Added bughunters for 2.3.
+
+2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/macros.itexi: use findex functions/internals
+       objects.
+
+       * scm/documentation-generate.scm (string-append): add syncodeindex
+
+       * Documentation/user/tutorial.itely (A lead sheet): use \chords
+       for tutoring chord names.
+       * Documentation/user/lilypond.tely: remove @authors.
+
+2004-10-23  Werner Lemberg  <wl@gnu.org>
+
+       * scm/framework-tex.scm (dump-page): Add width to \lybox call.
+       Remove first two parameters of \lybox.
+       Don't emit \vbox around \lybox.
+       (dump-line): Add width to \lybox call.
+       Remove first two parameters of \lybox.
+
+       * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
+       (\lyitem): Updated.
+       (\lybox): Only take three parameters.
+       Create box which has zero depth, only height.
+       Center box vertically along the x-height of current font.
+
+2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION (PACKAGE_NAME): release 2.3.23
+
+       * scm/framework-tex.scm (convert-to-ps): add -E if filename
+       contains .preview.
+
+2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/lyric-extender.cc (print): only run to right-bound if
+       broken. This fixes input/regression/lyric-extender.ly
+
+       * input/regression/beamed-chord.ly: removed.
+
+       * Documentation/user/macros.itexi: add \global to definitions for
+       feta macros.
+
+       * po/fr.po: updated po file.
+
+       * po/de.po: updated po file.
+
 2004-10-22  Werner Lemberg  <wl@gnu.org>
 
        * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
 
 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
 
+       * Documentation/user/notation.itely (Fret diagrams): Add documentation
+       for fret diagram markups to user manual
+
        * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
        documentation for fret-diagram-terse
 
        * Documentation/user/notation.itely: Minor corrections.
 
        * Documentation/user/tutorial.itely: Minor corrections.
-       
+
 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * scm/framework-ps.scm (page-header): Fix Layout renaming bug.