]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(get_line): extract page-penalty from the left
[lilypond.git] / ChangeLog
index da3a853ce68bd661047570d33623375cccde6c17..70190456c219c3c3e9d48bdc528d7a7f823895ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,308 @@
+2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * 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   <hanwen@xs4all.nl>
+
+       * scm/framework-ps.scm: don't load output-XXX from framework-XXX
+
+2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-gnome.scm: Update script.  Move development to
+       lilypond_2_3_2 branch for now.
+
+2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * 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  <janneke@gnu.org>
+
+       * scm/output-gnome.scm: Update build script.
+
+2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * 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   <hanwen@xs4all.nl>
+
+       * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
+       in do_quit()
+       
+2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * ly/book-paper-defaults.ly: set optimal-page-breaks as default
+
+2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * 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  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/notation.itely (Instrument transpositions):
+       Correct the name of the instrumentTransposition property.
+
+2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
+
+2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
+       and postLilyPondExample are called when defined.
+
+2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * 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   <hanwen@xs4all.nl>
+
+       * 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   <hanwen@xs4all.nl>
+
+       * 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 <carl_sorensen@byu.edu>
+
+       * 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   <hanwen@xs4all.nl>
+
+       * 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   <hanwen@xs4all.nl>
+
+       * 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  <nicolas.sceaux@free.fr>
+
+       * ly/music-functions-init.ly (addlyrics): set the 'origin property
+       with the location argument in music function definitions.
+
+2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * 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   <hanwen@xs4all.nl>
+
+       * input/test/fill-a4.ly: removed.
+
+       * lily/parser.yy (output_def): push scope of parent_ Output_def
+       too.
+
+2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-gnome.scm: Update info.
+
+2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * 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  <janneke@gnu.org>
+
+       * scm/output-gnome.scm: Describe feta-cork hack.
+
 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * 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.