X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=b9a2b11b81fa574517dc60bd5c593aa6d43f2955;hb=e3a4046eff9dc13ba7e092c59de0021dbd72cbf9;hp=018d330e07522a0745f5a23c5cc4403c2c2334ee;hpb=621225c57c8527d1b8ae3d2c3f0b57c93450b570;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 018d330e07..b9a2b11b81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,367 @@ +2004-05-19 Han-Wen Nienhuys + + * lily/rest-collision.cc (do_shift): also do nothing for the (0,2) + case. + +2004-05-18 Han-Wen Nienhuys + + * 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 + + * scm/output-gnome.scm: Update. + +2004-05-17 Jan Nieuwenhuizen + + * scm/output-gnome.scm: New file. + + * lily/include/book-paper-def.hh: Add. Janitorial fixes. + +2004-05-17 Han-Wen Nienhuys + + * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef + (find_scaled_font): move from Paper_def + +2004-05-16 Han-Wen Nienhuys + + * 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 + + * buildscripts/lilypond-words.py: search words also from + music-functions-init.ly. + +2004-05-15 Nicolas Sceaux + + * 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 + + * 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 + + * lily/parser.yy (My_lily_lexer): bugfix; op should be tag. + +2004-05-10 Han-Wen Nienhuys + + * scripts/convert-ly.py (FatalConversionError.func): handle + in + font-size. (backportme) + +2004-05-09 Han-Wen Nienhuys + + * 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 + + * 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 + + * 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 + + * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY. + +2004-05-08 Jan Nieuwenhuizen + + * input/regression/newaddlyrics.ly: Fix. + + * Documentation/user/tutorial.itely: Use \newlyrics, remove most + \score \notes. + +2004-05-08 Heikki Junes + + * Documentation/user/music-glossary.tely ([k-z]): last fixes. + +2004-05-08 Han-Wen Nienhuys + + * 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 + + * scm/output-sodipodi.scm: Resurrect sodipodi output. + +2004-05-07 Kristof Bastiaensen + + * 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 + + * 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 + + * elisp/lilypond-mode.el: changed the order of some commands + ("Midi" after "2Midi"), use the user-defined + LilyPond-command-default as default instead of "LilyPond" + + * elisp/lilypond-mode.el: added a LilyPond-master-file variable, + to set the master file for the next command. + + * elisp/lilypond-font-lock.el: replaced font-lock-warning-face + with font-lock-reference-face. + +2004-05-07 Heikki Junes + + * Documentation/user/music-glossary.tely ([ab]*): small fixes. + + * Documentation/user/music-glossary.tely ([c-l]*): more fixes. + +2004-05-06 Han-Wen Nienhuys + + * ly/music-functions-init.ly (TODO): new file. + + * lily/parser.yy (Generic_prefix_music_scm): add more + music_function symbols. + (Prefix_composite_music): change \apply to music-function + + * lily/include/music-function.hh: rename to music-function + +2004-05-05 Han-Wen Nienhuys + + * lily/music-head.cc (LY_DEFINE): change order of args. + + * input/regression/music-head.ly (texidoc): new file. + + * lily/parser.yy (Generic_prefix_music): allow generic + music-transformation functions. + + * lily/include/music-head.hh (is_music_head): new file. + + * lily/music-head.cc (get_music_head_transform): new file. + +2004-05-04 Han-Wen Nienhuys + + * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for + empty extent. This fixes ottava brackets on rests. (backportme) + + * make/lilypond.redhat.spec.in (Group): ln png files for info. + + * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix. + + * cygwin/lily-wins.py: update for the lily-wins.py script. + +2004-05-03 Han-Wen Nienhuys + + * lily/score-engraver.cc (typeset_all): switch off unbound spanner + code. This will obviate typeset_grob () in the future. The effect + of this is that improperly written spanner handling will result in + invalid spanner bounds. + (announce_grob): add to elems_ from here + (typeset_grob): comment out. + + * lily/include/engraver.hh (make_spanner): new calling interface + for make_{item,spanner}. This obviates most calls to + announce_grob(). + + * scm/music-functions.scm (set-accidental-style): use GrandStaff + iso. PianoStaff for piano styles. + +2004-05-03 Heikki Junes + + * Documentation/user/music-glossary.tely: add segno after d.s. + +2004-05-02 Han-Wen Nienhuys + + * lily/include/audio-column.hh: remove unused variables. + (patch by Michael Welsh Duggan) + + * flower/include/axes.hh (other_axis): inline Axes function + (thanks to David Brandon). + +2004-05-02 Jan Nieuwenhuizen + + * cygwin/mknetrel: Install image links (backportme). + + * Documentation/user/GNUmakefile (local-install-info): Activate + actual installing of image links (backportme). + +2004-04-30 Mats Bengtsson + + * Documentation/user/notation.itely (Measure repeats): Removed + unnecessary (and confusing) \context Voice{. + +2004-04-29 Jan Nieuwenhuizen + + * Documentation/topdocs/NEWS.texi: Mention use of \score as markup. + + * lily/page.cc (Page): Do not use ly_scheme_function for + volatile/configurable variables (FIXME: better name). + + * lily/music-output-def.cc (c_lookup_variable): Rename (WAS: + get_scmvar). + +2004-04-29 Han-Wen Nienhuys + + * scripts/convert-ly.py (FatalConversionError.subst): use + \transposition. + +2004-04-29 Jan Nieuwenhuizen + + * lily/include/page.hh (class Page): Declare left_margin (). + + * lily/page.cc: Remove paper var caching. + +2004-04-28 Jan Nieuwenhuizen + + * Documentation/user/music-glossary.tely: Add name to @top node. + Remove comment from @table definitions (workaround for makinfo + bug). + + * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was: + ly:stencil-get-expr). Update callers. + (ly:stencil-align-to!): Return stencil too. + + * lily/paper-outputter.cc (output_page): Bugfix. Use page + stencil. Remove looped line-based page output. + (output_line): Use line stencil. Remove looped stencil-based line + output. + + * lily/page.cc (ly:page-paper-lines): New function. + + * input/test/markup-score.ly: New file. + + * scm/define-markup-commands.scm (stencil): New markup. + + * lily/book.cc (to_stencil): New method. + + * lily/parser.yy (markup): Use it to grok \score. + +2004-04-27 Jan Nieuwenhuizen + + * lily/stencil.cc (expr): Rename (was: get_expr). Update callers. + + * lily/paper-book.cc (pages): Change signature. Update callers. + + * lily/include/page.hh: + * lily/page.cc: New file. + + * lily/paper-line.cc (to_stencil): New method. + + * lily/paper-outputter.cc (output_stencil): New method. + + * lily/paper-outputter.cc (output_line): Use them. + + * lily/warn.cc: Remove. + + * lily/my-lily-parser.cc (distill_inname): Remove. + + * flower/include/file-name.hh: + * flower/file-name.cc: New file. Update users. + + * flower/file-path.cc [CYGWIN]: Junk testing code. Remove Path. + (find): New method of same name. + + * lily/my-lily-parser.cc (ly:parse-file): Use it. + + * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix: + constant error message. + +2004-04-27 Heikki Junes + + * input/test/{blank-notes.ly,staff-container.ly}: typos. + 2004-04-26 Jan Nieuwenhuizen * Documentation/user/music-glossary.tely: @table @strong' replaced