X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=81a753815c30a6e5bacd718f4068c034d59fcc47;hb=a2df6d13e3d521717e372d880c4ff5dbef831d67;hp=dee858779ea5e73541ee3c0d4bc88851ee2028f9;hpb=9ea8d982435a5a68fdaa14d6f9c8d4e91573d5a3;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index dee858779e..81a753815c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,158 @@ +2004-04-29 Jan Nieuwenhuizen + + * 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.