]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
typos.
[lilypond.git] / ChangeLog
index 9e4816fface82a9b3f7e6b25954309421f3a7c50..03c9693c74834c95deb763e1106b5e60df2585df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,334 @@
+2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
+
+       * input/test/{blank-notes.ly,staff-container.ly}: typos.
+
+2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/music-glossary.tely: @table @strong' replaced
+       by `@table @samp @c @strong'.  This fixes invalid makeinfo output
+       (backportme).
+
+2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
+
+       * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
+       #{ lily music expression #} that returns an equivalent scheme
+       music expression by parsing the string.
+
+2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/my-lily-parser.cc:
+       * lily/my-lily-lexer.cc: Another step towards parsing ly code from
+       SCM string (foo.ly/toto.scm support).
+
+2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
+
+2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
+
+       * scripts/lilypond-book.py: LY code that includes \header is
+       not assumed to be a fragment.
+
+2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
+       tremolo beams up.
+
+       * lily/stem.cc (chord_start_y): Return 0 if no heads.
+       (get_default_stem_end_position): No tremolo head juggling if no
+       heads.  Fixes tremolo crash on rests (backportme).
+
+       * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
+
+2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
+       Gascoigne-Piggford).  Also: TAB and whitespace fixes.
+
+       * lily/lexer.ll: Allow \encoding in NOTES mode.
+
+       * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
+       for lyrics, not for commands.
+
+       * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
+       FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
+
+       * input/regression/newaddlyrics.ly: New file.
+
+       * Documentation/topdocs/NEWS.texi: Update.
+
+       * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
+       (Music_list): Allow embedded scm.
+
+       * lily/score.cc (ly:score-bookify): New function.
+
+       * lily/music.cc (ly:music-scorify): Idem.
+
+       * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
+       (ly:parser-print-score): Idem.
+
+       * scm/lily.scm (default-toplevel-book-handler): Idem.
+       (default-toplevel-music-handler): Idem.
+       (default-toplevel-score-handler): Idem.
+
+       * ly/declarations-init.ly: Set default toplevel handlers.
+
+       * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
+
+       * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
+       printer for score at toplevel.
+
+2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
+       Fix for simple case: input/simple-song.ly, more complex stuff
+       does not work yet.
+
+2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/parser.yy (Prefix_composite_music): split Composite_music
+       in Prefix_composite_music and Grouped_music_list.
+       (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
+
+2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/lily.scm (toplevel-expression): New define.
+
+       * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
+
+       * lily/parser.yy (toplevel_expression): Use it.
+
+       * lily/include/my-lily-parser.hh: Smobbify.
+
+       * lily/my-lily-parser.cc (parse_string): New method.
+       
+       * lily/my-lily-parser.cc (ly:parse-string): New function.
+
+       * Documentation/user/lilypond.tely: Add comment and workaround for
+       gs-8.01 crash.  Fixes make web.
+
+       Simplification of toplevel music.
+       
+       * lily/lexer.ll, lily/parser.yy:
+
+       * In LYRICS mode, return LYRICS_STRING.  This fixes one
+       shift/reduce problem.
+
+       * Use NOTES mode at start of maininput.
+
+       * Grok toplevel composite music expression, put in score and book.
+
+       * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
+
+       * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
+
+       * input/simple.ly: New file.
+       
+       * input/simple-song.ly: Idem.
+
+2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
+       Sandberg.
+
+2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
+
+2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
+
+       * input/regression/accidental-octave.ly: doc automatic showing
+       of note names.
+
+2004-04-16  Heikki Junes <janneke@gnu.org>
+
+       * po/fi.po: do "make po && make -C po po-update" at top-level,
+       then "cp po/out/fi.po po/fi.po" and update fields.
+
+       * po/fi.po: remove all designations of `fuzzy'; shows those elements.
+
+2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/introduction.itely (About this manual): Fix
+       templates and regression urls (backportme).
+
+2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * ly/engraver-init.ly (Score:graceSettings): Increase
+       beamed-lengths, especially for 32nd notes.
+
+       * Documentation/user/notation.itely (Grace notes): Correct the
+       syntax for add-grace-property example.
+
+2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
+       `Generated' tag.
+
+       * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
+       Severely broken (the Debian package, at least).
+
+2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/context.cc (find_create_context): assign to lvalue.
+
+2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/include/translator.hh (class Translator): rename
+       get_parent_context() to context () to avoid confusion.
+
+       * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
+
+       * lily/lexer.ll: change is_string -> ly_c_string_p 
+
+       * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
+
+       * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
+
+       * VERSION: release 2.3.0
+
+       * mf/feta-nummer-code.mf: use ascii names for number glyphs.
+
+       * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
+       if nonempty.
+
+       * lily/include/context.hh (class Context): make members protected.
+       (children_contexts): new accessor function.
+
+       * lily/include/translator.hh (class Translator): make
+       daddy_context_ protected.
+       (class Translator): clean up. 
+
+       * lily/include/context.hh (class Context): make daddy_context_
+       private.
+
+       * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
+       higher for finding Voice. (backportme)  
+
+       * lily/include/context.hh (class Context): remove
+       find_context_below() as a method.
+
+       * Documentation/user/notation.itely (The Lyrics context): add note
+       about manual durations
+
+       * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
+       encoding.
+
+       * scm/output-tex.scm (text): dump \inputencoding{} for text.
+
+2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scripts/lilypond.py (global_latex_preamble): remove latin1 from
+       \usepackage{inputenc}
+
+       * lily/paper-book.cc (classic_output): don't advance Offset for
+       TeX output.
+
+       * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
+       ec-sauter.map in rules
+
+       * mf/ecb.mf (font_identifier): new file, based on ecbx
+
+       * mf/ecb10.mf (gensize): new file.
+
+       * Documentation/topdocs/NEWS.texi (Top): document some more new
+       features.
+
+       * ly/declarations-init.ly: run convert-ly
+
+       * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
+       from input-file-results. Remove input-file-results.* 
+
+2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-ps.scm (font-command): Fix, again.
+
+       * input/test/title-markup.ly: Add \noPagebreak test.
+
+       * lily/score-engraver.cc (try_music): Bugfix.
+
+2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/main.cc (main_with_guile): excise dependency options -M and
+       --dep-prefix
+
+       * lily/input-file-results.cc: excise Makefile dependency code
+
+       * Documentation/user/invoking.itexi (Invoking the lilypond
+       binary): remove dep doco
+       
+       * lily/main.cc (main_with_guile): call lilypond-main
+       
+       * scm/lily.scm (lilypond-main): new function: handle multiple files.
+
+       * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
+       exception.
+
+       * lily/my-lily-parser.cc: remove paper_description function
+
+       * lily/music-output-def.cc (LY_DEFINE): ly:output-description
+       new function.
+
+       * lily/main.cc: remove global_score_count.
+
+       * lily/book.cc (process): don't take header from global_input_file.
+
+       * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
+
+       * lily/parser.yy (My_lily_lexer): remove current_parser global var.
+
+       * lily/music-output-def.cc (LY_DEFINE): new function
+       ly_output_description. This function does the bulk for  setting,
+       parsing and breaking down of an input file.
+
+       * lily/ly-module.cc (ly_make_anonymous_module): don't protect
+       anonymous modules globally. Let's hope they get GCd
+
+       * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
+
+2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-ps.scm (header): Papersize from paper.
+
+       * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
+       for classic output.
+
+       * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
+       lilypondclassic is defined.
+       (lilypondstart): Oldish behaviour if lilypondclassic is defined.
+
+       * input/regression/between-systems.ly: Remove.
+
+       * python/lilylib.py (get_bbox): Fix regular expression
+       for bounding box.
+
+       * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
+
+       * scm/output-tex.scm (stop-page): Use it.
+
+       * scm/output-ps.scm (define-fonts): Bugfix.
+
+       * lily/grob.cc: Add penalty to interface.
+
+       * lily/include/paper-line.hh (class Paper_line): New member
+       var penalty_.
+
+       * lily/system.cc (get_line): Initialise Paper_line with
+       page-penalty's from original grobs.
+
+       * scm/define-music-properties.scm (all-music-properties): Add
+       page-penalty.
+
+       * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
+
+       * lily/score-engraver.cc (try_music): Handle page-penalty.
+
+       * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
+
 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * ly/declarations-init.ly (melismaEnd): typo