]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/book.cc (process): return Paper_book
[lilypond.git] / ChangeLog
index a7b1661307e032656e55c8b38fea90cd86316e9d..9bddbebc1f465f1e576b8c65ec84680d045f4b51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,334 @@
+2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/book.cc (process): return Paper_book
+       (to_stencil): use Book::process().
+
+       * lily/include/my-lily-parser.hh (class My_lily_parser): remove
+       header_ field. Store in $globalheader
+
+       * lily/parser.yy (book_body): book header is initted to
+       $globalheader.
+       
+
+2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * input/test/fill-a4.ly: removed.
+
+       * lily/parser.yy (output_def): push scope of parent_ Output_def
+       too.
+
+2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-gnome.scm: Update info.
+
+2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
+
+       * scm/lily.scm (ly:modules-lookup): handle empty list, and more
+       than 1 module.
+
+       * lily/include/ly-module.hh (ly_use_module): rename is_module to
+       ly_c_module_p.
+
+       * scm/page-layout.scm (default-book-title): move Scheme titling
+       functions to here.
+
+       * lily/parser.yy (book_paper_block): remove scope too.
+
+       * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
+
+       * lily/rest.cc: add direction to rest properties.
+
+       * lily/include/output-def.hh: new file, move from
+       music-output-def.hh
+
+2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-gnome.scm: Describe feta-cork hack.
+
+2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/include/book-paper-def.hh: derive from Output_def 
+
+       * lily/include/paper-def.hh: move all functionality out of class.
+       Junk header.
+
+       * lily/include/music-output-def.hh: rename Music_output_def to
+       Output_def.
+
+       * input/wilhelmus.ly: only set space for Paper formatting. 
+
+       * lily/include/midi-def.hh: remove file, remove class.
+       Move functions to Music-output-def.
+
+       * lily/music-output-def.cc (Music_output_def): remove separate
+       translator table. Lookup translators in scope directly. This
+       obviates Context suffix for context identifiers, i.e.
+
+       \context {
+         \Staff
+         .. 
+         }
+
+
+       will work.
+       
+
+       * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
+
+       * Documentation/user/changing-defaults.itely (Horizontal spacing):
+       document spacing override hack.
+
+2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
+       installation info.  Support point-and-click.  Add +/- zoom
+       keybindings.
+
+2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * VERSION: 2.3.2 released
+       
+       * lily/parser.yy (book_body): set default bookpaper.
+
+       * scm/output-tex.scm (header): kludge: hard code linewidth. 
+
+       * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
+
+2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/score.cc (default_rendering): scale outputdef before
+       starting.
+
+2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/fret-diagrams.scm: Add header.
+
+       * scm/output-gnome.scm: Hello world :-)
+
+2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scripts/lilypond.py (run_dvips): only add papersize if present.
+
+       * lily/accidental-engraver.cc (update_local_key_signature): new
+       function, fold code from initialize() and process_music().
+       (update_local_key_signature): use deep copy. This fixes one
+       problem from custom-key-signatures.ly.
+       (number_accidentals_from_sig): tighter check for
+       accidental-too-old.
+
+       * ly/engraver-init.ly: remove localKeySignature
+       definition from ChoirStaff, StaffGroup, Score.
+       
+       * lily/percent-repeat-engraver.cc (try_music): add moments for
+       barlines too. Fixes: skipbars-percent-repeat.ly.
+
+2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/context-def.cc (filter_performers): don't go to cdrloc if
+       skipping last pair. Fixes: crash-bar-number.
+
+       * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
+       D. Sorensen)
+
+       * input/test/fret-diagram.ly: new file.
+
+       * scm/paper.scm (paper-set-staff-size): scale linewidth too.
+       (scale-paper): divide by scale.
+
+2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
+       case.
+
+2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/stencil.scm (fontify-text): reinstate function
+
+       * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
+
+       * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
+
+       * lily/parser.yy (book_paper_head): \bookpaper {} 
+
+       * python/midi.c: remove config.h
+
+2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-gnome.scm: Update.
+
+2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-gnome.scm: New file.
+
+       * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
+
+2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
+       (find_scaled_font): move from Paper_def
+
+2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
+       (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
+
+       * po/fr.po: update po.
+
+       * lily/include/book-paper-def.hh (class Book_paper_def): new file.
+
+       * lily/book-paper-def.cc (print_smob): new file.
+
+2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
+
+       * buildscripts/lilypond-words.py: search words also from
+       music-functions-init.ly.
+
+2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * ly/music-functions-init.ly (def-music-function): new helper
+       macro for defining music functions. \addlyrics \appoggiatura
+       \acciaccatura \grace \partcombine \autochange \applycontext
+       \applyoutput and \breathe are now defined here thanks to it.
+
+       * lily/parser.yy: 
+       * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
+       \grace \partcombine \autochange \applycontext \applyoutput and
+       \breathe keywords removed from the parser.
+
+       * lily/parser.yy: 
+       * lily/music-function.cc (ly_make_music_function): 
+       * lily/lexer.ll (music_function_type): added a case for 0-arg
+       music functions.
+
+2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * scm/ly-from-scheme.scm (read-lily-expression):  A variable
+       refering to a music expression can be used in lily-inside-scheme:
+       #{ $music #}
+
+       * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
+       and ly:parser-define, and change ly:parser-parse-string in order
+       to make #{ $music #} work.
+
+       * scm/new-markup.scm (compile-markup-expression): when an argument
+       is a string, use `make-simple-markup'.
+
+2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
+
+2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scripts/convert-ly.py (FatalConversionError.func): handle + in
+       font-size. (backportme)
+
+2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/paper-outputter.cc (output_stencil): dump font definitions
+       before each stencil.
+
+       * lily/include/paper-book.hh (struct Score_lines): new
+       struct. Collect info per Paper-score.
+
+       * lily/include/page.hh (class Page): to_stencil() returns Stencil
+       everywhere.
+
+       * lily/stencil.cc (find_expression_fonts): new function
+
+       * lily/paper-outputter.cc (output_stencil): use
+       interpret_stencil_expr
+
+       * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
+       (interpret_stencil_expr): new function. Generic stencil
+       interpretation.
+
+       * lily/paper-def.cc (find_scaled_font): divide lookup
+       magnification by outpuscale for non-virtual fontmetrics. This
+       fixes ludicrously long font definitions for text
+       fonts. (backportme)
+
+       * lily/score-engraver.cc: remove
+       {Engraver,Score_engraver}::typeset_grob(), remove all calls.
+
+2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/test/markup-score.ly: Remove \notes.
+
+       * lily/parser.yy (book_body): Grok Composite_music and \header.
+       (markup): Push NOTES mode before score_block.
+
+       * VERSION: release 2.3.1
+       
+       * mf/feta-klef.mf: 
+       * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
+
+       * Documentation/user/programming-interface.itely: Use @emph (was: @em).
+
+       * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
+
+2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/output-tex.scm (output-tex-string): tighten safe security.
+
+       * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
+
+       * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
+       allowed ly functions.
+
+       * lily/ly-module.cc (ly_module_define): only define variable if
+       bound.
+       (ly_make_anonymous_module): take safe option.
+
+2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
+
+2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/regression/newaddlyrics.ly: Fix.
+
+       * Documentation/user/tutorial.itely: Use \newlyrics, remove most
+       \score \notes.
+
+2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
+
+        * Documentation/user/music-glossary.tely ([k-z]): last fixes.
+
+2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
+
+       * lily/paper-line.cc (Paper_line): don't store list of stencils,
+       but convert to single Stencil immediately.
+
+       * lily/paper-book.cc (title): don't return Stencil* but Stencil.
+
+2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-sodipodi.scm: Resurrect sodipodi output.
+
+2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
+
+       * elisp/lilypond-mode.el: Changed the way defaults are created for
+       LilyPond-command-master.  LilyPond-mode will now check the
+       timestamps of the files to see which command has to run next.
+
+2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/bass-figure.scm (format-bass-figure): don't set
+       number-markup for strings. This fixes string in bass
+       figure. (backportme)
+
+       * lily/parser.yy (bass_number): insert number-markup into figure
+       definition.
+
+       * scm/define-music-properties.scm (all-music-properties): make
+       'figure a markup.
+
+       * scripts/convert-ly.py (conv): \apply -> \applymusic
+
 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
 
        * elisp/lilypond-mode.el: changed the order of some commands
 
         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
 
+        * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
+
 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * ly/music-functions-init.ly (TODO): new file.