X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=81a753815c30a6e5bacd718f4068c034d59fcc47;hb=a2df6d13e3d521717e372d880c4ff5dbef831d67;hp=6c7f4b279c55b009aa3dae3fac011e07d896b758;hpb=265064f413a50cf56b6ae6d2eb421c67b6a67945;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 6c7f4b279c..81a753815c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,106 @@ +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