X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=7e6eac26e95e05cb1f8306c13bff060dde01534e;hb=ade7a425af75448ef0116928bceb65d339bf09ef;hp=1fa04ed4768df20b8bc9a46b57cbf5e640b9e14b;hpb=efb1f8777b4f3d0ae26645e62dc7eeca73632158;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 1fa04ed476..7e6eac26e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,390 @@ +2004-05-06 Han-Wen Nienhuys + + * lily/parser.yy (Generic_prefix_music_scm): add more + music_function symbols. + + * 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 + by `@table @samp @c @strong'. This fixes invalid makeinfo output + (backportme). + +2004-04-25 Nicolas Sceaux + + * 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 + + * 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 + + * lily/my-lily-parser.cc (ly:parser-parse-string): New function. + +2004-04-21 Jan Nieuwenhuizen + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik + Sandberg. + +2004-04-17 Jan Nieuwenhuizen + + * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb. + +2004-04-17 Heikki Junes + + * input/regression/accidental-octave.ly: doc automatic showing + of note names. + +2004-04-16 Heikki Junes + + * 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 + + * Documentation/user/introduction.itely (About this manual): Fix + templates and regression urls (backportme). + +2004-04-14 Mats Bengtsson + + * 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 + + * 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 + + * lily/context.cc (find_create_context): assign to lvalue. + +2004-04-12 Han-Wen Nienhuys + + * 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 + * 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