]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
*** empty log message ***
[lilypond.git] / ChangeLog
index 75a5d5daf1f754efe5ffda2ad31b687317273031..84be8c8dfb1fd2ad0ffda2641f26b09f4b064fc9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,216 @@
+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_
        (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>