X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=e97930883b838f298576b8c91c038d873e6ee3b0;hb=4a964b10c411827584eb720c63cd0d6fc5b65d72;hp=97ba2cb4e2e9989afc607ac306fc02471e98bddb;hpb=63e299398d3173093ef3fd8ff926928c760a3985;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 97ba2cb4e2..e97930883b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,664 @@ +2004-11-14 Han-Wen Nienhuys + + * lily/context.cc (Context): take key argument in ctor. + + * lily/grob.cc (Grob): take key argument in ctor. + + * lily/lilypond-key.cc (do_compare): new file. + + * lily/object-key.cc (Object_key): new file. + + * lily/include/object-key.hh (class Object_key): new file. + + * lily/include/lilypond-key.hh (class Lilypond_context_key): new file. + +2004-11-13 Graham Percival + + * Documentation/user/lilypond-book.itely: add small warning about + noindent default in lilypond-book. + + * Documentation/user/converters.itely: add examples for convert-ly. + +2004-11-12 Karl Hammar + + * GNUmakefile.in (local-WWW-post): `find ...` overflows the + cmdline, use xargs instead (backportme) + +2004-11-10 Andreas Scherer + + * Documentation/user/: Numerous fixes in the user manual. + +2004-11-13 Han-Wen Nienhuys + + * lily/parser.yy (re_rhythmed_music): search music expression for + context-id, surround by \new Voice if not found. Fixes: + addlyrics-second-staff.ly + + * VERSION: 2.5.0 released. + +2004-11-12 Jan Nieuwenhuizen + + * Documentation/index.html.in: Fix url to one big page. (backportme) + + * Documentation/user/GNUmakefile: Separate rules for split and + unsplit html documents. Remove perl massaging. (backportme) + +2004-11-11 Graham Percival + + * Documentation/user/lilypond-book.itely: add short warning about + \lilypond{} in LaTeX docs. + +2004-11-11 Jan Nieuwenhuizen + + * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not + found. (backportme) + + * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add + version requirement. (backportme) + + * configure.in: Be explicit about old versions of + ec-fonts-mtraced. (backportme) + + * lily/context-selector.cc (set_tweaks): New function. + * lily/grob-selector.cc (set_tweaks): (Re)set hash table. Fixes + web with -DTWEAK. + + * Documentation/user/introduction.itely (Automated engraving): + Remove fragment option. Fixes web. + + * lily/context-property.cc (make_item_from_properties): + * lily/context.cc (add_context)[TWEAK]: Tweak registration behind + #ifdef. + + * scm/define-context-properties.scm + (all-internal-translation-properties): Add tweakRank and tweakCount. + + * lily/grob.cc: + * scm/define-grob-properties.scm (all-internal-grob-properties): + Add tweak-rank and tweak-count. + +2004-11-10 Jan Nieuwenhuizen + + * scm/output-gnome.scm (string->utf8-string, char->utf8-string): + New function. + (text): Use them. + + * scm/framework-gnome.scm (item-event): Add support from TLA. Support + animated/opaque grob dragging tweaks. + + * buildscripts/guile-gnome.sh: Update. + +2004-11-10 Mats Bengtsson + + * scm/define-grobs.scm (all-grob-descriptions): Added + line-interface to the LigatureBracket object. + +2004-11-10 Jan Nieuwenhuizen + + * scm/framework-gnome.scm (item-event): Support non-animated mouse + dragging tweaks. + + * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function. + + * lily/context-selector.cc (store_context): New function. + + * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak. + (store_grob): New function. + (identify_grob): Add Moment parameter. + + * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it + exists. + + * scm/framework-gnome.scm (save-tweaks): Write as alist. + +2004-11-09 Jan Nieuwenhuizen + + * scm/framework-gnome.scm (item-event): Print grob id. + (save-tweaks): New function. + (tweak): New funtion. + (item-event): Use it, bound to arrow keys. + + * lily/context-property.cc (make_item_from_properties): Register grob. + * lily/context.cc (add_context): Register context. + + * lily/include/context-selector.hh: + * lily/include/grob-selector.hh: + * lily/context-selector.cc: + * lily/grob-selector.cc: New file. + +2004-11-08 Han-Wen Nienhuys + + * lily/slur.cc: add 'positions to interface + + * lily/main.cc: reinstate PS as standard output format. + + * scm/framework-tex.scm (output-preview-framework): print systems + up to first non title system. + + * lily/grace-engraver.cc (start_translation_timestep): split + scm_cadddr + +2004-11-07 Han-Wen Nienhuys + + * lily/quote-iterator.cc (Module): remove old quote-iterator + + * scm/define-music-types.scm (music-descriptions): move + NewQuoteMusic over QuoteMusic + + * Documentation/user/notation.itely (Formatting cue notes): use + \cueDuring. + + * lily/new-quote-iterator.cc (quote_ok): new function. + + * input/regression/quote-cue-during.ly: new file. + + * input/regression/quote-grace.ly: new file. + + * scm/define-context-properties.scm (Module): change definition of + graceSettings + + * lily/context-property.cc (Module): rename from + translator-property.cc + + * lily/context.cc (context_name_symbol): new function + + * lily/grace-engraver.cc: new file. Set properties for grobs based + on the grace-ness of now_moment(). + + * scm/music-functions.scm (add-grace-property): use list + iso. vector for graceSettings + remove set-{start,stop}-grace-properties. + + * lily/new-quote-iterator.cc (construct_children): set + quote_outlet_ if no quoted-context-{id,type} specified. + + * scripts/convert-ly.py (conv): \quote -> \quoteDuring. + + * lily/parser.yy (command_element): remove \quote. + + * ly/music-functions-init.ly (location): add quoteDuring music + function. + + * lily/lexer.ll: allow \encoding in lyrics as well. Remove + optional semicolon. (backportme) + +2004-11-06 Jan Nieuwenhuizen + + * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no + need to link to GUILE et al. + +2004-11-06 Han-Wen Nienhuys + + * scm/define-music-properties.scm (all-music-properties): add + quoted-context-type, quoted-context-id. + + * scm/lily.scm (type-check-list): new function. + + * scm/lily-library.scm: new file. Generic library routines. + + * lily/parser.yy (Generic_prefix_music): move typechecking out of + parser. + + * ly/music-functions-init.ly: add quoteDuring function. + + * lily/include/music-iterator.hh (class Music_iterator): rename + set_translator -> set_context + + * lily/parser.yy (Generic_prefix_music_scm): add + MUSIC_FUNCTION_SCM_SCM_MUSIC + + * scm/lily.scm (sanitize-command-option): new function. (backportme) + + * scm/framework-tex.scm (header): sanitize TeX paper size. + (backportme) + +2004-11-06 Jan Nieuwenhuizen + + * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard. + + * tex/lilyponddefs.tex: If no inputencoding use latin1. (backportme) + + * scm/framework-tex.scm (font-load-command): Use T1 if no + font-encoding set. (backportme) + + * scm/lily.scm (postscript->pdf): Remove .pdf file if it + exists before converting. (backportme) + + * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it + exists before converting. (backportme) + (convert-to-ps): Remove .ps file if it exists before + converting. (backportme) + + * lily/lexer.ll: Remove extra progress newline, use present tense. + + * scm/paper.scm (paper-alist): public. + * scm/framework-tex.scm (convert-to-ps): + * scm/lily.scm (postscript->pdf): Do not leak papersizename into + command line. + +2004-11-06 Han-Wen Nienhuys + + * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme) + + * lily/recording-group-engraver.cc (derived_mark): mark + now_events_. (backportme) + +2004-11-05 Han-Wen Nienhuys + + * mf/GNUmakefile: use Fedora-3 in download link. (backportme.) + + * scm/framework-tex.scm (convert-to-dvi): use ly:system for + invoking latex. (backportme.) + + * lily/stem.cc (off_callback): center stems for all rest stems. + +2004-11-05 Werner Lemberg + + * Documentation/user/lilypond.tely: Add more guidelines for writing + lilypond texinfo documents. + +2004-11-05 Heikki Junes + + * Documentation/index.html.in: remove
. + + * THANKS: change 2.3 to 2.4. + +2004-11-05 Jan Nieuwenhuizen + + * scm/output-gnome.scm: More fontconfig comment. + +2004-11-05 Pedro Kroger + + * GNUmakefile.in ($(builddir)/share/lilypond-force): create the + directory in $(builddir)/share according with + PACKAGE_NAME defined in the VERSION file. + +2004-11-04 Han-Wen Nienhuys + + * lily/beam.cc (rest_collision_callback): use local beam + multiplicity. + + * input/regression/stem-stemlet.ly: new file. + + * lily/stem.cc (add_head): store rests as well. + + * scm/define-grob-properties.scm (all-user-grob-properties): add + stemlet-length + + * lily/stem.cc: store rests as well. + + * input/regression/new-slur.ly: mention forcing. + +2004-11-04 Werner Lemberg + + * Documentation/user/*: A new round of layout fixes and document + structure cleanup. + +2004-11-04 Heikki Junes + + * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x. + +2004-11-04 Jan Nieuwenhuizen + + * Documentation/topdocs/INSTALL.texi (Top): Remove geometry. + +2004-11-03 Jan Nieuwenhuizen + + * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax). + + * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message. + + * lily/main.cc (main): Invoke identify. + + * scm/lily.scm (postscript->pdf): Remove progress newline. + Write progress to stderr. + + * lily/paper-book.cc (output): Remove progress newline. + + * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call + gettext on user messages, and remove whitespace. + + * lily/paper-outputter.cc (get_paper_outputter): Add progress newline. + + * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of + argv[0] (Thomas Scharkowski). + + * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF + call (carlyannehorse). Also check for mf and mf-nowin. Add check + for ec-fonts-mtraced. + + * GNUmakefile.in (builddir-exec): Add symlink tex/out. Fixes + --srcdir build (Bertalan). + + * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile + headers and library too (Laura Conrad). + + * Documentation/topdocs/INSTALL.texi (Top): Mention development + package for guile too (Laura Conrad). + + * lily/main.cc (usage): Typo. + +2004-11-02 Werner Lemberg + + * Documentation/user/notation.ly: More fixes to improve appearance. + + * tex/texinfo.tex: Updated from texinfo CVS -- this version provides + better output for multicolumn tables. + +2004-11-01 Mats Bengtsson + + * lily/main.cc (dir_info): Fixed typo in the printouts. + +2004-11-01 Werner Lemberg + + * buildscripts/mf-to-table.py (write_fontlist): Improve formatting + of output. + Set `per_line' to 2; replace hard-coded value with it. + + * Documentation/user/*: Many fixes to improve appearance of + printed manual. + +2004-11-01 Werner Lemberg + + * Documentation/user/changing-defaults.itely, + Documentation/user/notation.ly, + Documentation/user/programming-interface.itely: Use @/. + Fix formatting of some lilypond snippets and tables. + + * scripts/lilypond-book.py (compose_ly): Provide useful default + for LINEWIDTH in `override'. + +2004-10-31 Graham Percival + + * Documentation/user/invoking.itely: change "3.0" -> "2.4" + +2004-10-31 Werner Lemberg + + Resetting @exampleindent to `5' gives ugly results with texinfo's + DVI output. Use `@format @exampleindent 0 ... @end format' instead + (if not quoting) to change @exampleindent only locally. + + * scripts/lilypond-book.py (NOQUOTE): New variable. + (output) [LATEX]: Remove AFTER and BEFORE. + [TEXINFO]: Remove AFTER and BEFORE. + Fix QUOTE and VERBATIM pattern. + Add NOQUOTE pattern. + (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER + and BEFORE. + [output_texinfo]: Use NOQUOTE. + +2004-10-31 Graham Percival + + * Documentation/user/changing-defaults.itely: clarify paper + size commands with correct info. + + * Documentation/user/lilypond-book.itely: add more docs for + filename extensions. + +2004-10-31 Han-Wen Nienhuys + + * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0 + (PATCH_LEVEL): start 2.5.0. + +2004-10-30 Graham Percival + + * Documentation/user/notation.itely: add warning about bar numbers + in multistaff music, add warning about quoting grace notes. + + * Documentation/user/changing-defaults.itely: clarify paper size commands, + add missing subsubtitle entry to Creating titles. + + * Documentation/user/tutorial.itely: change 3.0 references to 2.4. + +2004-10-30 Han-Wen Nienhuys + + * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps + case. + (conv): add dummy 2.4.0 conversion rule. + + * Documentation/user/lilypond.tely: add @finalout. + + * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_ + for attaching, fixes slur/stem left attachment of + downslur/downstem. + + * lily/quote-iterator.cc (process): use <= for comparisons. Fixes + quote problem if for last note of quoted sequence. + + * input/regression/part-combine-text.ly (comm): add expect strings. + +2004-10-30 Werner Lemberg + + * Documentation/user/examples.itely: Improved layout. + + * Documentation/invoking.itely: Use `@/' to insert breakpoints. + + * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'. + + * Documentation/notation.itely: Use `@/'. + Other layout fixes. + +2004-10-30 Han-Wen Nienhuys + + * lily/part-combine-iterator.cc (unisono): examine last_playing_ + (not state_), this fixes a2 printing after chord. + + * input/regression/no-staff.ly: fix octave, revise syntax. + + * input/regression/lyrics-bar.ly (texidoc): fixes. + + * input/regression/beam-dir-functions.ly (Module): remove from regtest + + * input/regression/accidentals.ly (Module): remove from regtest. + + * lily/parser.yy (Prefix_composite_music): + oops. Chords should be unrelativable, not bass figures untransposable. + + * VERSION: 2.3.26 released. + + * lily/completion-note-heads-engraver.cc (try_music): only return + something when is_first_ is true. Fixes lyrics with completion_heads. + + * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. + + * scm/lily.scm (ly:system): new function. Catches uninstalled + ps2png. + +2004-10-29 Han-Wen Nienhuys + + * Documentation/user/notation.itely: remove + @hyphenatedinternalsref. + +2004-10-29 Werner Lemberg + + * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox. + + * scripts/lilypond-book.py (no_options): New dictionary. + (simple_options): New list. + (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns. + (compose_ly): Use `no_options' and `simple_options'. + Fix logic of option handling. + Handle `linewidth' option without parameter. + +2004-10-29 Han-Wen Nienhuys + + * lily/lookup.cc (triangle): use (0, interval.length()) for X + extent, since the stencil is translated later on. + + * lily/ledger-line-spanner.cc (print): swap linear_combination + arguments, effectively shortens ledger line. + + * Documentation/user/GNUmakefile + ($(outdir)/lilypond/lilypond.html): use find to remove files. + + * lily/main.cc: --no-pages option. + +2004-10-28 Carl Sorensen + + * Documentation/user/notation.itely (Fret diagrams): add extra + notes to example to avoid collisions between fret diagrams. + +2004-10-29 Han-Wen Nienhuys + + * Documentation/user/notation.itely (Automatic note splitting): + note about lyrics. + + * Documentation/user/converters.itely (Invoking convert-ly): note + about version numbers. + + * scripts/abc2ly.py (dump_score): revise lyric dumping + + * scripts/mup2ly.py (pre_processor_commands): always open file. + + * scripts/etf2ly.py (Frame.calculate): always close \grace. + (Etf_file.dump): add \version + + * VERSION: 2.3.25 released. + + * lily/scm-option.cc: add 'resolution to ly:get-option argument + list. + +2004-10-28 Han-Wen Nienhuys + + * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin + +2004-10-28 Werner Lemberg + + * Documentation/user/music-glossary.tely: More fixes to improve + appearance with DVI output. + + * scripts/lilypond-book.py (compose_ly): Use 0.4in for + EXAMPLEINDENT. This is the maximum value for quotation environments + used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone. + +2004-10-27 Werner Lemberg + + * Documentation/user/music-glossary.tely: Revised. + +2004-10-26 Carl Sorensen + + * input/test/fret-diagram.ly: insert breaks, remove raggedright to + improve fret diagram spacing in printed output. + + * Documentation/user/notation.itely (Fret diagrams): Remove raggedright + from options for the example so fret-diagrams won't overlap + one another. + +2004-10-26 Werner Lemberg + + * scripts/lilypond-book.py: Some additional formatting for + orthogonality. + (ly_options) [*]: Format strings. + [RAGGEDRIGHT]: Don't set `indent'. This is now properly handled + by `compose_ly'. + (output) [LATEX][OUTPUT]: Format string and simplify. + (PREAMBLE_LY, FRAGMENT_LY): Format string. + (classic_lilypond_book_compatibility): Take key/value pair as + parameter. + Return key/value pair. + (compose_ly): Rewritten, taking the snippet type as third parameter. + The default values are now set more sensible, and a `linewidth' + option is no longer overwritten under some circumstances. + + * Documentation/user/music-glossary.tely: Replace all accented + character macros with latin-1 codes. + +2004-10-26 Nicolas Sceaux + + * lily/music-function.cc (ly_make_music_function): when an + argument predicate is markup?, the signature keyword becomes + "markup" iso "scm". + + * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP* + tokens, for functions which signatures contain "markup". + + * lily/parser.yy (Generic_prefix_music_scm): add treatment for new + MUSIC_FUNCTION_*MARKUP* tokens. + +2004-10-26 Jan Nieuwenhuizen + + * input/regression/lyrics-bar.ly: Make StaffGroup accept the new + Lyrics context. + +2004-10-25 Han-Wen Nienhuys + + * python/lilylib.py (make_ps_images): return list of output files. + + * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with + all springs tight, and still satisfy the constraints. + +2004-10-25 Werner Lemberg + + * scripts/lilypond-book.py: s/option-sep/option_sep/. + (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also. + (snippet_res): Fix regexps and make them ignore whitespace properly. + (compose_ly): Use `re.split' instead of `string.split' to remove + surrounding whitespace. + Some formatting to get more consistency. + +2004-10-25 Han-Wen Nienhuys + + * VERSION: 2.3.24 + + * scm/define-context-properties.scm + (all-user-translation-properties): add verticallySpacedContexts. + + * scm/define-grob-interfaces.scm (vertically-spaceable-interface): + add interface + + * scm/define-grob-properties.scm (all-internal-grob-properties): + add spaceable-staves + + * scm/define-grobs.scm (all-grob-descriptions): set + vertically-spaceable-interface for VerticalAxisGroup and + RemoveEmptyVerticalGroup + + * lily/system.cc (get_line): determine staff_refpoints_ + using spaceable-staves. + + * lily/score-engraver.cc (acknowledge_grob): ack + vertically-spaceable-interface and verticallySpacedContexts to + set spaceable-staves. + + * input/regression/new-slur.ly: add slur under 16th subbeam case. + + * lily/slur-scoring.cc (fill): init has_same_beam_ before use. + 2004-10-24 Han-Wen Nienhuys + * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune + minimumVerticalExtent tweaks. + + * mf/feta-schrift.mf: include size of thumb appendix in + bbox. Fixes: c-thumb-notehead.ly + + * THANKS: add Meisters to the Development team. + + * scm/framework-tex.scm (convert-to-dvi): redirect output to + /dev/null for non-verbose. + + * Documentation/user/invoking.itely (Invoking lilypond): add note + about resource usage. + + * tex/GNUmakefile (TEX_FILES): add texinfo.cnf + + * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add + --enable-encoding + + * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. + + * Documentation/user/changing-defaults.itely (Text encoding): + change to latin1. + + * Documentation/user/lilypond.tely: add language and encoding. + + * scm/define-grobs.scm (all-grob-descriptions): add + line-interface. + + * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7 + + * input/test/ossia.ly: font sizes for ossia. + * scripts/convert-ly.py (conv): \context Foo = NOTENAME -> \context Foo = "NOTENAME". @@ -95,6 +754,9 @@ 2004-10-18 Carl Sorensen + * Documentation/user/notation.itely (Fret diagrams): Add documentation + for fret diagram markups to user manual + * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal documentation for fret-diagram-terse