X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=44e105645b41e7e59cfab8969d07d716532912ea;hb=0f17d792fba60f0ae6dba9aa31abd0c2d472dbe4;hp=7f2b2a364394b95a20050dae6dc7992dd555e9e0;hpb=5add1a9c8f39c8dc137cce7dc68332aa90fcf0ec;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 7f2b2a3643..44e105645b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,628 @@ +2004-05-04 Han-Wen Nienhuys + + * 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 + from input-file-results. Remove input-file-results.* + +2004-04-11 Jan Nieuwenhuizen + + * scm/output-ps.scm (font-command): Fix, again. + + * input/test/title-markup.ly: Add \noPagebreak test. + + * lily/score-engraver.cc (try_music): Bugfix. + +2004-04-11 Han-Wen Nienhuys + + * lily/main.cc (main_with_guile): excise dependency options -M and + --dep-prefix + + * lily/input-file-results.cc: excise Makefile dependency code + + * Documentation/user/invoking.itexi (Invoking the lilypond + binary): remove dep doco + + * lily/main.cc (main_with_guile): call lilypond-main + + * scm/lily.scm (lilypond-main): new function: handle multiple files. + + * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed + exception. + + * lily/my-lily-parser.cc: remove paper_description function + + * lily/music-output-def.cc (LY_DEFINE): ly:output-description + new function. + + * lily/main.cc: remove global_score_count. + + * lily/book.cc (process): don't take header from global_input_file. + + * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH + + * lily/parser.yy (My_lily_lexer): remove current_parser global var. + + * lily/music-output-def.cc (LY_DEFINE): new function + ly_output_description. This function does the bulk for setting, + parsing and breaking down of an input file. + + * lily/ly-module.cc (ly_make_anonymous_module): don't protect + anonymous modules globally. Let's hope they get GCd + + * scripts/lilypond.py (run_dvips): add sauter-mftrace.map + +2004-04-11 Jan Nieuwenhuizen + + * scm/output-ps.scm (header): Papersize from paper. + + * scripts/lilypond.py (global_latex_preamble): Oldish behaviour + for classic output. + + * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if + lilypondclassic is defined. + (lilypondstart): Oldish behaviour if lilypondclassic is defined. + + * input/regression/between-systems.ly: Remove. + + * python/lilylib.py (get_bbox): Fix regular expression + for bounding box. + + * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro. + + * scm/output-tex.scm (stop-page): Use it. + + * scm/output-ps.scm (define-fonts): Bugfix. + + * lily/grob.cc: Add penalty to interface. + + * lily/include/paper-line.hh (class Paper_line): New member + var penalty_. + + * lily/system.cc (get_line): Initialise Paper_line with + page-penalty's from original grobs. + + * scm/define-music-properties.scm (all-music-properties): Add + page-penalty. + + * scm/define-grob-properties.scm (all-grob-descriptions): Idem. + + * lily/score-engraver.cc (try_music): Handle page-penalty. + + * ly/declarations-init.ly (pagebreak, noPagebreak): New command. + +2004-04-11 Han-Wen Nienhuys + + * ly/declarations-init.ly (melismaEnd): typo + + * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps. + + * scm/output-ps.scm (text): split string into spaces, use moveto + for setting space. + +2004-04-10 Jan Nieuwenhuizen + + * po/nl.po: Update. + + * scm/font.scm (add-cmr-fonts): Typo. + +2004-04-10 Han-Wen Nienhuys + + * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1 + font-encoding. + + * scm/define-grobs.scm (all-grob-descriptions): idem. + + * lily/time-signature.cc (numbered_time_signature): idem. + + * scm/font.scm (add-cmr-fonts): use real encoding names for + font-encoding. + +2004-04-10 Jan Nieuwenhuizen + + * lily/paper-book.cc (classic_output): + * tex/lilyponddefs.tex (lybox): Add height, and proper raising. + Fixes classic output. + (lilypondstart): + * scripts/lilypond.py (global_latex_preamble): Remove topmargin + kludge. + + * scripts/old-lilypond-book.py: Remove. + + Page layout for SCOREs enclosed in a BOOK: + + * scripts/lilypond.py: Remove LaTeX titling kludge. Remove page + layout tweaking. + + * input/les-nereides.ly (theScore): Add \book. + + * input/test/title-markup.ly: Add \book. + + * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output + only if 'verbose. + + * lily/include/paper-book.hh (PAGE_LAYOUT): Remove. + + * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check. + + * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem): + * scm/output-tex.scm (start-system): Update for page layout by + LilyPond. + + * scm/output-ps.scm (start-system): Previously (new-start-system). + + * lily/paper-outputter.cc (output_header): Uniquify list of fonts + passed to define-fonts. + + * lily/paper-column.cc: + * lily/system.cc (get_line): + * ly/property-init.ly (newpage): + * scm/define-grob-properties.scm: + * scm/output-ps.scm: + * scm/output-tex.scm: Remove between-system-string kludge. + + * scm/output-ps.scm (define-fonts, font-command, + font-load-encoding): Handle ENCODING = #f. + + * scm/output-tex.scm (output-scopes): Check if variable is bound. + + * scm/define-markup-commands.scm (fill-line): Use + make-simple-markup (WAS: unexisting make-word-markup). + + * lily/text-item.cc (interpret_markup): Bugfix, transpose + ENCODING, MARKUP parameters for interpret_string. + + * lily/input-file-results.cc (do_one_file): Remove Paper_book hack. + + * lily/score.cc (book_rendering): New method. + (default_rendering): Create Paper_book helper locally, dump + output. + + * lily/my-lily-lexer.cc (the_key_tab): Add book. + + * lily/parser.yy: Handle \book. + + * lily/include/book.hh: + * lily/book.cc: New file. + +2004-04-10 Han-Wen Nienhuys + + * lily/text-item.cc (interpret_string): new file, select font with + encoding. + + * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout. + + * scm/define-markup-commands.scm (encoded-simple): new markup command. + + * lily/parser.yy (markup): take encoding from lexer. + +2004-04-09 Jan Nieuwenhuizen + + * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation. + + * scm/output-ps.scm: Remove some cruft. + +2004-04-09 Han-Wen Nienhuys + + * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs. + + * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme) + +2004-04-09 Jan Nieuwenhuizen + + * scm/font.scm (add-century-schoolbook-fonts): + (make-century-schoolbook-tree): New function. + + * input/test/title-markup.ly: Use Century Schoolbook font. + +2004-04-09 Han-Wen Nienhuys + + * scripts/convert-ly.py: limited old-style markup convert. (Thanks + to Erik Sandberg) + + * lily/font-metric.cc (LY_DEFINE): new function, return fontName. + + * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan. + + * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename + + * scm/encoding.scm (coding-alist): add AdobeStandardEncoding + +2004-04-08 Han-Wen Nienhuys + + * scm/part-combiner.scm (determine-split-list): bugfix: if no + solo-state (at end of solo), we can set the solo status + too. (backportme.) + + * input/regression/part-combine-solo-end.ly: new file. + +2004-04-08 Jan Nieuwenhuizen + + * scripts/abc2ly.py (parse_file): Strip \r from lines. Fixes DOS + flavour abc files. Really ignore unknown keys (backportme). + +2004-04-08 Han-Wen Nienhuys + + * lily/scaled-font-metric.cc (text_dimension): only multiply with + magnification_ when looking up in orig_. + + * scm/output-tex.scm (text): switch off char-mapping. + + * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-', + because AFM's encoding field cannot have spaces. + 2004-04-08 Jan Nieuwenhuizen * scm/output-ps.scm (define-fonts): More re/encoding tweaking. 2004-04-08 Han-Wen Nienhuys + * lily/paper-def.cc (find_scaled_font): change to inputencoding. + + * mf/cmr.enc: new file, without hi-bit ascii info. + * lily/bezier-bow.cc (slur_shape): make indent dependent on width. This removes the 'hook' at the end of a long slur. @@ -164,9 +783,9 @@ 2004-04-04 Han-Wen Nienhuys - * po/fr.po: update. + * po/fr.po: update. (backportme). - * po/nl.po: update + * po/nl.po: update. (backportme). * mf/feta-beugel.mf: document why design size is not fixed. @@ -182,7 +801,7 @@ 2004-04-03 Han-Wen Nienhuys - * po/de.po: update. + * po/de.po: update. (backportme). * scm/output-tex.scm (font-command): use ly: functions to construct name.