X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=76778c0377805e1f895be89cb2c399c810a8e6bc;hb=bf79f6426e9c1bed311ab88bec13aee3376f6916;hp=6ab627920a54fdfec77e784180c4f6f16e704dc6;hpb=53811c6ebfd5531a67a33fc28fabf517df6a4306;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 6ab627920a..76778c0377 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,512 @@ +2004-06-17 Jan Nieuwenhuizen + + * scm/framework-gnome.scm: Add pango decoders. + + * lily/include/pangofc-afm-decoder.hh: + * lily/pangofc-afm-decoder.cc: New file. + + * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function. + + * configure.in: Check for pango. + + * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from + autoconf). + (STEPMAKE_GTK2, STEPMAKE_PANGO): New function. + + * config.make.in (USER_CFLAGS, USER_LDLAGS): Update. + +2004-06-17 Han-Wen Nienhuys + + * Documentation/user/tutorial.itely (Integrating text and music): + fix grammar & punctuation. + +2004-06-16 Jan Nieuwenhuizen + + * lily/: Stray janitorial cleanups. + + * scm/lily.scm (ly:all-stencil-expressions): + * scm/lily.scm (ly:all-output-backend-commands): New function. + + * scm/safe-lily.scm (safe-objects): Add them. + + * scm/framework-gnome.scm (): New class. + + * scm/output-gnome.scm: Move non-stencil evaluators to framework. + +2004-06-15 Jan Nieuwenhuizen + + * buildscripts/guile-gnome.sh: Pick-up user-installed pango. + +2004-06-15 Han-Wen Nienhuys + + * scm/page-layout.scm (default-page-make-stencil): add + raggedbottom, raggedlastbottom. + + * Documentation/user/changing-defaults.itely (Page layout): add doc. + + * scm/framework-tex.scm (define-fonts): fix export of + papersize. + + * lily/paper-book.cc (classic_output): strip suffixes from + framework functions. + + * lily/tuplet-bracket.cc (before_line_breaking): do not return + SCM_UNDEFINED to Scheme. + +2004-06-14 Han-Wen Nienhuys + + * lily/book.cc: remove Book::to_stencil(). + (process): whoops. Score::book_rendering returns vector, not list. + + * scripts/convert-ly.py (conv): remove \notes. + apply to input examples. + + * lily/paper-outputter.cc (output_stencil): don't use + smobify_self() but self_scm() + + * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM + from smobify_self(). + + * lily/paper-book.cc (output): load framework module + scm_c_resolve_module(). + + * python/lilylib.py (exit): exit with argument i. + +2004-06-14 Jan Nieuwenhuizen + + * scm/framework-gnome.scm (output-framework-gnome): Try loading + gnome modules from non-toplevel. + + * lily/ly-module.cc (ly:import-module): Export to ly:. + + * lily/paper-score.cc (process): Do not show progress newline. + + * lily/paper-book.cc (output, classic_output): Show progess + newline after score. + +2004-06-14 Heikki Junes + + * buildscripts/lilypond-words.py: add ly/vlaams.ly + +2004-06-14 Jan Nieuwenhuizen + + * lily/score.cc (ly:run-translator): Do not crash on empty music + list. + + * lily/book.cc (process): Do not render score when systems is empty. + + * input/simple-song.ly: Down one octave. + + * scm/output-gnome.scm: Remove script again; re-add modules fix + (CVS conflict resolve?) + + * lily/stencil.cc (ly:interpret-stencil): Was: + interpret_stencil_expression. + +2004-06-13 Jan Nieuwenhuizen + + * buildscripts/guile-gnome.sh: New file. + + * scm/output-gnome.scm: White background, better window size, sane + canvas size. Cleanups. + +2004-06-13 Han-Wen Nienhuys + + * VERSION: release 2.3.4 + + * Documentation/user/invoking.itexi (Invoking the lilypond + binary): document --safe. + + * scm/output-gnome.scm: set PATH in script. + + * scm/page-layout.scm (default-page-make-stencil): don't stretch + if there is too few systems on a page. + + * lily/parser.yy (relative_music): start at middle C without pitch + argument. + + * Documentation/user/changing-defaults.itely (Page layout): new node. + (Paper size): rename node + (Page breaking): new node. + (Titling): move from invoking. + (File structure): new node. + + * lily/parser.yy (score_body): allow \header and music anywhere in + \score body. + +2004-06-13 Jan Nieuwenhuizen + + * scm/lily.scm (ly:load): Remove page-breaking.scm. + +2004-06-13 Han-Wen Nienhuys + + * lily/include/paper-system.hh: move cc/hh file from paper-line.* + + * lily/include/paper-line.hh: rename to Paper_system. + + * lily/include/paper-book.hh: doc class. + + * lily/paper-book.cc (c_ragged_page_breaks): remove functions. + + * scm/page-layout.scm (plain-footer): add tagline/copyright. + (plain-header): add instrument-name. + (default-page-make-stencil): bugfixes. + + * lily/parser.yy (book_body): allow \header anywhere in \book{} + + * lily/paper-book.cc: remove copyright & tagline. Remove + interactions with Page + + * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking + here, + (default-page-make-stencil): new function + (default-page-music-height): new function + (page-headfoot): new function + (ly:optimal-page-breaks): generate stencils directly from here + + * scm/titling.scm: new file, group titling functions + +2004-06-13 Jan Nieuwenhuizen + + * scm/output-gnome.scm: Handle multiple pages. + + * scm/framework-gnome.scm: Do not load output-gnome. + (framework-gnome): Invoke output-gnome::header and + output-gnome::end-output as faked stencils. Fixes experimental + gnome output. + +2004-06-13 Han-Wen Nienhuys + + * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): + octavation compatibility fixes. Backportme. + + * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull + pages. + (ly:optimal-page-breaks): combine-penalties: no shortcut for + negative. Now we handle negative penalties (ie. \pageBreak) + correctly. + + * lily/system.cc (get_line): extract page-penalty from the left + bound. + + * scm/fret-diagrams.scm (fret-diagram): use @table for documentation + +2004-06-12 Han-Wen Nienhuys + + * scm/framework-ps.scm: don't load output-XXX from framework-XXX + +2004-06-12 Jan Nieuwenhuizen + + * scm/output-gnome.scm: Update script. Move development to + lilypond_2_3_2 branch for now. + +2004-06-11 Han-Wen Nienhuys + + * scm/page-breaking.scm (ly:optimal-page-breaks): don't do + negative penalties. + cleanups. + + * Documentation/user/changing-defaults.itely (Creating contexts): + index entries + + * scm/page-breaking.scm (ly:optimal-page-breaks): new + file. Rewrite function. + + * lily/paper-book.cc (pages): new interface: page-breaking returns + list of line-list. + + * lily/page.cc (Page): take lines argument. + + * scm/document-translation.scm (all-engravers-doc): link to user man + + * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score. + + * Documentation/user/notation.itely (Relative octaves): typo. + + * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function. + +2004-06-11 Jan Nieuwenhuizen + + * scm/output-gnome.scm: Update build script. + +2004-06-10 Jan Nieuwenhuizen + + * scm/output-gnome.scm: Add font scaling. Attempt to resurrect + gnome backend. + + * scm/framework-gnome.scm: New file. + + * scm/lily.scm: Use it. + + * lily/paper-outputter.cc: Janitorial cleanups. + (ly:outputter-dump-string): Remove unreachable statement. + + * scm/framework-ps.scm: Add header. Janitorial cleanups. + (ice-9): Bugfix: Add srfi-1. + + * scm/framework-tex.scm: Add header. Janitorial cleanups. + +2004-06-08 Han-Wen Nienhuys + + * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning + in do_quit() + +2004-06-07 Han-Wen Nienhuys + + * ly/book-paper-defaults.ly: set optimal-page-breaks as default + +2004-06-06 Han-Wen Nienhuys + + * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove + override of Beam::position-callbacks. Why would grace beams not be + quantized? Fixes: weird-stem-size-grace. + + * lily/new-lyric-combine-music-iterator.cc (find_voice): issue + warning only once. Backportme. + + * lily/accidental-engraver.cc (number_accidentals_from_sig): + bugfix, 2nd try. Backportme. + + * ly/vlaams.ly: new file. (Thanks Hendrik Maryns) + +2004-06-04 Mats Bengtsson + + * Documentation/user/notation.itely (Instrument transpositions): + Correct the name of the instrumentTransposition property. + +2004-06-04 Han-Wen Nienhuys + + * scm/output-ps.scm (ps-font-command): fix parmesan coding too. + +2004-06-04 Mats Bengtsson + + * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample + and postLilyPondExample are called when defined. + +2004-06-03 Han-Wen Nienhuys + + * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names. + This fixes setting notenames with `\include "nederlands.ly" ' + + * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names: + new function. + +2004-06-01 Han-Wen Nienhuys + + * scm/page-layout.scm: don't do piece, it should be in score-title + only. + + * lily/lexer.ll: lex \score separately. + + * lily/paper-book.cc: junk stencil2line. + + * lily/paper-line.cc (Paper_line): construct from Stencil + directly. No futzing with the dimensions. + + * lily/include/paper-line.hh (class Paper_line): + + * lily/stencil.cc (interpret_stencil_expression): combine-stencil + takes arbitrary number of arguments. + + * input/test/markup-score.ly (tuning): simplify example. + +2004-05-31 Han-Wen Nienhuys + + * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. + + * scm/define-markup-commands.scm (score): define score-markup + + * lily/parser.yy (markup): use score-markup. + + * lily/score.cc: add ly:score? + +2004-05-30 Carl Sorensen + + * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified + fret-parse-string so it prepares for calls to fret-diagram-verbose + Changed display constants to props so they are available for + \override. + +2004-05-31 Han-Wen Nienhuys + + * VERSION: release 2.3.3 + + * stepmake/stepmake/generic-vars.make: unset LANG. + + * input/regression/tuplet-nest.ly: bugfix. + + * lily/tie-performer.cc (stop_translation_timestep): reset + ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly + + * lily/chord-tremolo-engraver.cc (stop_translation_timestep): + clear repeat_ directly after setting stem_tremolo_. Fixes: + tremolo-repeat.ly + + * input/regression/span-bar-break.ly: new file. + + * scm/define-grobs.scm (all-grob-descriptions): remove + break-visibility from SpanBar. Fixes: piano-repeat.ly + +2004-05-30 Han-Wen Nienhuys + + * python/lilylib.py (make_ps_images): only compute bbox when needed. + + * scripts/lilypond-book.py (process_snippets): use lily -f ps + files for generating pngs. (failed experiment) + + * scm/framework-ps.scm (output-classic-framework-ps): dump EPS + file with PFA fonts included. + + * lily/score.cc (default_rendering): put header in too. + + * lily/paper-line.cc (LY_DEFINE): change function to + ly:paper-line-extent + + * scm/page-layout.scm (default-book-title): only add lines for + non-nil fields. + (default-score-title): idem. + + * lily/my-lily-parser.cc (parse_string): delete lexer after use. + + * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable. + + * lily/include/paper-book.hh (class Paper_book): remove height_ + member. + + * input/test/coriolan-margin.ly (texidoc): remove latex macros. + + * lily/ly-module.cc (LY_DEFINE): bugfix. + + * lily/paper-book.cc (book_title): separate function for the book + title. + + * scm/page-layout.scm (default-book-title): only account for + markup fields. + + * scm/framework-ps.scm: new file. Move high level interface from + output-ps.scm + + * scm/music-functions.scm (def-grace-function): move macros from + ly/music-functions-init.ly + + * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to + framework-tex.scm + + * scm/framework-tex.scm (dump-line): new file. High level + interface for output (pages, systems, header). + + * lily/include/page.hh (class Page): add is_last_ field. + + * lily/paper-outputter.cc (print_smob): smobify Paper_outputter. + + * lily/paper-book.cc (split_string): new function + (output): output multiple formats, i.e. --format=ps,tex + + * scm/output-ps.scm (output-scopes): dump variables directly. + (define-fonts): rewrite for new interface + + * ps/lilyponddefs.ps: remove lilypondpaper redefinitions. + + * lily/paper-outputter.cc (Paper_outputter): take format argument. + + * lily/main.cc (parse_argv): don't set extension for output. + + * lily/clef-engraver.cc (create_clef): remove + Staff_symbol_referencer::set_position() call. + +2004-05-30 Nicolas Sceaux + + * ly/music-functions-init.ly (addlyrics): set the 'origin property + with the location argument in music function definitions. + +2004-05-29 Han-Wen Nienhuys + + * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item -> + staffsymbol dependency. + + * lily/include/grob.hh (class Grob): live () -> is_live (). Small + cleanups. + + * lily/book.cc (process): return Paper_book + (to_stencil): use Book::process(). + + * lily/include/my-lily-parser.hh (class My_lily_parser): remove + header_ field. Store in $globalheader + + * lily/parser.yy (book_body): book header is initted to + $globalheader. + + +2004-05-28 Han-Wen Nienhuys + + * input/test/fill-a4.ly: removed. + + * lily/parser.yy (output_def): push scope of parent_ Output_def + too. + +2004-05-28 Jan Nieuwenhuizen + + * scm/output-gnome.scm: Update info. + +2004-05-28 Han-Wen Nienhuys + + * lily/book-paper-def.cc: collapse Book_output_def to Output_def. + + * scm/lily.scm (ly:modules-lookup): handle empty list, and more + than 1 module. + + * lily/include/ly-module.hh (ly_use_module): rename is_module to + ly_c_module_p. + + * scm/page-layout.scm (default-book-title): move Scheme titling + functions to here. + + * lily/parser.yy (book_paper_block): remove scope too. + + * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext + + * lily/rest.cc: add direction to rest properties. + + * lily/include/output-def.hh: new file, move from + music-output-def.hh + +2004-05-27 Jan Nieuwenhuizen + + * scm/output-gnome.scm: Describe feta-cork hack. + +2004-05-27 Han-Wen Nienhuys + + * lily/include/book-paper-def.hh: derive from Output_def + + * lily/include/paper-def.hh: move all functionality out of class. + Junk header. + + * lily/include/music-output-def.hh: rename Music_output_def to + Output_def. + + * input/wilhelmus.ly: only set space for Paper formatting. + + * lily/include/midi-def.hh: remove file, remove class. + Move functions to Music-output-def. + + * lily/music-output-def.cc (Music_output_def): remove separate + translator table. Lookup translators in scope directly. This + obviates Context suffix for context identifiers, i.e. + + \context { + \Staff + .. + } + + + will work. + + + * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3. + + * Documentation/user/changing-defaults.itely (Horizontal spacing): + document spacing override hack. + 2004-05-27 Jan Nieuwenhuizen * scm/output-gnome.scm: Add C-q, C-w keybindings. Update @@ -6,6 +515,8 @@ 2004-05-26 Han-Wen Nienhuys + * VERSION: 2.3.2 released + * lily/parser.yy (book_body): set default bookpaper. * scm/output-tex.scm (header): kludge: hard code linewidth.