]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(usage): Fix --help description. Apply
[lilypond.git] / ChangeLog
index ba4c48edffc07e15e9254ff568519244f905265d..dceb344708606db8857f4d77a53b7008c4af2e2c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,100 @@
+2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/convert-ly.py (usage): Fix --help description.  Apply
+       range also for --show-rules.
+
+2004-10-18  Werner Lemberg  <wl@gnu.org>
+
+       * scripts/lilypond-book.py (Snippet, Include_snippet)
+       [replacement_text]: Use group `match'.
+
+2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/macros.itexi: Use @ref instead of @inforef
+       for html.  Apparently, ``you should'' in texinfo documentation is
+       merely a guideline that can safely be ignored.
+
+       * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
+       auto-mode-alist.
+
+       * input/test/engraver-example.ily: 
+       * input/regression/allfontstyle.ily: Rename, update users.
+
+2004-10-16  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/lilypond-book.itely: add more details about
+       building .lytex files.
+
+       * Documentation/user/examples.itely: added piano-lyrics template
+
+       * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
+
+       * input/GNUmakefile: remove "templates" from build subdirs.
+
+       * input/template: removed.
+
+2004-10-16  Werner Lemberg  <wl@gnu.org>
+
+       * scripts/lilypond-book.py (snippet_res): Define group `match'
+       everywhere.
+       Accept more spaces between commands and its arguments and options.
+       Fix some regexps.
+       (output): Remove some newlines in string values and suppress spaces
+       in output.
+       (output_texinfo): Output `output_print_filename' only if not empty.
+       (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
+
+2004-10-16  Werner Lemberg  <wl@gnu.org>
+
+       * scm/framework-tex.scm (font-load-command, define-fonts): Protect
+       some TeX line ends with `%' to avoid additional horizontal space in
+       output.
+
+       * scripts/lilypond-book.py: Unexpand spaces to tabs.
+       (snippet_res): Use `x' modifier to represent regular expressions
+       in a friendlier way.
+       Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
+       (find_toplevel_snippets): Don't use indices from match group 0,
+       which is the whole pattern space, but group 1.
+
+2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * flower/include/direction.hh (enum Direction): add
+       DIRECTION_LIMIT
+
+2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * po/fr.po: new po file.
+
+2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/macros.itexi: Do not construct external
+       references using @uref.  That results in broken links.
+
+       * lily/slur.cc (outside_slur_callback): Use int in for loop;
+       avoids g++-3.4.1 enum beature.
+
+2004-10-13  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/examples.itely: added lilypond-book template.
+
+       * Documentation/user/lilypond-book.itely: added filename extension page.
+
+2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * debian/rules (binary-indep): Link images for info.
+
+       * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
+       feature nicked from jEdit.
+
+2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
+
+       * Documentation/user/introduction.itely: Minor corrections.
+
+       * 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.