X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=ea0f4288a7209fe0803fd9d0d7b46c5ad5e8dc99;hb=146c090b8b900751f705a99a2464a1d9358871fa;hp=31fb69a09a64d33feff5b5db58b40e760dfdceef;hpb=1e1fa5221ca359326b073626168c6b7cda6453e1;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 31fb69a09a..ea0f4288a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,429 @@ +2004-10-16 Graham Percival + + * Documentation/user/lilypond-book.itely: add more details about + building .lytex files. + + * Documentation/user/examples.itely: added piano-lyrics template + + * input/template/piano-4-voices.ly, piano-lyrics.ly: remove. + + * input/GNUmakefile: remove "templates" from build subdirs. + + * input/template: removed. + +2004-10-16 Werner Lemberg + + * scripts/lilypond-book.ly (snippet_res): Define group `match' + everywhere. + Accept more spaces between commands and its arguments and options. + Fix some regexps. + (output): Remove some newlines in string values and suppress spaces + in output. + (output_texinfo): Output `output_print_filename' only if not empty. + (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'. + +2004-10-16 Werner Lemberg + + * scm/framework-tex.scm (font-load-command, define-fonts): Protect + some TeX line ends with `%' to avoid additional horizontal space in + output. + + * scripts/lilypond-book.py: Unexpand spaces to tabs. + (snippet_res): Use `x' modifier to represent regular expressions + in a friendlier way. + Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'. + (find_toplevel_snippets): Don't use indices from match group 0, + which is the whole pattern space, but group 1. + +2004-10-15 Han-Wen Nienhuys + + * flower/include/direction.hh (enum Direction): add + DIRECTION_LIMIT + +2004-10-14 Han-Wen Nienhuys + + * po/fr.po: new po file. + +2004-10-15 Jan Nieuwenhuizen + + * Documentation/user/macros.itexi: Do not construct external + references using @uref. That results in broken links. + + * lily/slur.cc (outside_slur_callback): Use int in for loop; + avoids g++-3.4.1 enum beature. + +2004-10-13 Graham Percival + + * Documentation/user/examples.itely: added lilypond-book template. + + * Documentation/user/lilypond-book.itely: added filename extension page. + +2004-10-13 Jan Nieuwenhuizen + + * debian/rules (binary-indep): Link images for info. + + * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR. Cool + feature nicked from jEdit. + +2004-10-12 Pedro Kroger + + * Documentation/user/introduction.itely: Minor corrections. + + * Documentation/user/notation.itely: Minor corrections. + + * Documentation/user/tutorial.itely: Minor corrections. + +2004-10-11 Jan Nieuwenhuizen + + * scm/framework-ps.scm (page-header): Fix Layout renaming bug. + + * scm/*.scm: + * ly/paper-defaults.ly: Use papersizename only. + +2004-10-11 Werner Lemberg + + * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make + \raise work with positive values. + +2004-10-11 Mats Bengtsson + + * Documentation/user/notation.itely (Multi measure rests): Update + the docs corresponding to the implementation change from 2004-10-08. + +2004-10-10 Han-Wen Nienhuys + + * VERSION (MY_PATCH_LEVEL): release 2.3.22 + + * scm/part-combiner.scm (determine-split-list): reinstate + playing+resting case. + + * Documentation/user/invoking.itely (Reporting bugs): rename. + + * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22. + + * lily/parser.yy (Prefix_composite_music): change no-transposition + for mode_changing_head to figures too. + + * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something + with normal slurs too. + + * lily/slur-scoring.cc (move_away_from_staffline): new function. + (get_base_attachments): move away attachment point for breaks + similar to attachment points on slurs (staffline collision, and + half a space of padding) + + * scm/page-layout.scm (ly:optimal-page-breaks): don't compute + force twice. + + * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged + mode, return #f. + + * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0 + for last page if raggedlast. + + * lily/parser.yy (Prefix_composite_music): untransposable is for + FiguredBass, not ChordNames + +2004-10-10 Jan Nieuwenhuizen + + * scm/framework-tex.scm: Merge fix. + +2004-10-09 Jan Nieuwenhuizen + + The grand \paper -> \layout, \bookpaper -> \paper renaming. + +2004-10-10 Graham Percival + + * Documentation/user/notation.itely: add raggedright to a whole + bunch of places. + +2004-10-10 Han-Wen Nienhuys + + * scm/paper.scm (set-paper-dimension-variables): new + function. Define dimension-variables explicitly in \paper too. + This allows overriding linewidth inside \score { \paper { } } + blocks + + * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t + landscape. + (header): add landscape and papersize options. + +2004-10-09 Han-Wen Nienhuys + + * lily/*.cc: use robust_scm2moment() where appropriate. + + * lily/moment.cc (robust_scm2moment): new function. + + * scm/titling.scm (default-score-title): remove caps for piece. + + * VERSION: 2.3.21 released. + + * lily/include/slur-scoring.hh (struct Slur_score_state): new file + + * lily/include/slur-configuration.hh (class Slur_configuration): + new file. + + * lily/slur-configuration.cc: new file. move scoring functions + into Slur_configuration. + + * lily/slur-scoring.cc (Slur_score_state): change static functions + to methods of Slur_score_state. + + * lily/bezier-bow.cc (Message): + + * flower/include/interval-set.hh (Message): new file. + + * flower/interval-set.cc (Message): new file. + +2004-10-08 Han-Wen Nienhuys + + * lily/multi-measure-rest-engraver.cc (process_music): always + generate MultiMeasureRestNumbers. + + * SConstruct (txt_files): switch of make dist + + * lily/bezier-bow.cc (get_slur_indent_height): change recipe to + make sure that (indent < len / 3). This fixes progerror-max_h.ly + + * lily/multi-measure-rest-engraver.cc (process_music): make + MultiMeasureRestNumber too. + +2004-10-08 Mats Bengtsson + + * Documentation/user/notation.itely (Bar lines): Added a note that + defaultBarType is to be changed in the Timing context. + +2004-10-07 Han-Wen Nienhuys + + * lily/include/guile-compatibility.hh: add file. + + * scm/framework-tex.scm (convert-to-dvi): use max of current + extra_mem_top and 1M. + + * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New + function. + +2004-10-05 Han-Wen Nienhuys + + * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M. + +2004-10-04 Han-Wen Nienhuys + + * lily/slur-scoring.cc (struct Slur_score_state): add + has_same_beam_, edge_has_beams_, is_broken_ bools. + (get_base_attachments): simpler Y attachment determination for + broken slurs. + +2004-10-04 Jan Nieuwenhuizen + + * buildscripts/texi2omf.py: Add hashbang. Starting the script in + bash without that is quite interesting. Add xml and some omf + keys. + +2004-10-03 Jan Nieuwenhuizen + + * Documentation/user/macros.itexi: Add xml macros. + + * Documentation/user/GNUmakefile (extra-local-help): Add xml rules. + + * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location. + +2004-10-03 Han-Wen Nienhuys + + * lily/break-substitution.cc (substitute_mutable_property_alist): + only put property back into value if != SCM_UNDEFINED + + * lily/lyric-extender.cc (print): don't take common refpoint of + null object if right_text isn't there. + + * lily/slur-scoring.cc (struct Slur_score_state): new + struct. Collect scoring function arguments. + (struct Slur_score_state): add musical_dy_ + (get_extra_encompass_infos): new function. Split off state computations. + + * scm/part-combiner.scm (determine-split-list): remove playing1 + and playing2. + +2004-10-02 Graham Percival + + * Documentation/index.html.in: remove link to templates. + + * Documentation/user/notation.itely: more small fixes. + +2004-10-02 Han-Wen Nienhuys + + * lily/timing-engraver.cc (process_music): move setting + measure-length. This fixes spacing-whole-rest.ly + + * VERSION (PACKAGE_NAME): release 2.3.20 + + * input/regression/quote-transposition.ly: update example + + * scm/define-music-properties.scm (all-music-properties): change + meaning of instrumentTransposition. It is now the pitch played + that sounds as middle C. This means that instrumentTransposition + can be \transposed. + Fixes: transpose-quote.ly + + * lily/parser.yy (command_element): reverse setting of + instrumentTransposition + + * lily/pitch.cc (pitch_interval): rename. + + * lily/recording-group-engraver.cc (stop_translation_timestep): + remove macrameing of accumulator and set_car/cdr. + Fixes: transposition-quote.ly + + * lily/music.cc (transpose): fold Event::transpose() in. + + * lily/event.cc: remove Transpose. + + * lily/recording-group-engraver.cc: cleanup. + + * ly/music-functions-init.ly (displayMusic): add function. + + * make/lilypond.fedora.spec.in: rename file. + + * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting + to-be-marked objects. Use SCM_CELL_WORD_1 instead. + + * Documentation/user/changing-defaults.itely (Changing context + properties on the fly): typo. + + * lily/slur.cc (outside_slur_callback): try three sample points + for determining collisions. This fixes: slur-script.ly. + +2004-09-30 Jan Nieuwenhuizen + + * scripts/lilypond-book.py (ext2format): Add latex as Latex. + +2004-10-01 Graham Percival + + * Documentation/user/notation.itely: more small fixes. + + * Documentation/user/examples.itely: make new sections. + + * input/test/bar-lines.ly: improve output, fix bug. + + * Documentation/user/changing-defaults.itely: small fixes. + +2004-10-01 Werner Lemberg + + * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle + T1 encoding in texinfo mode. + (\lilypondstart): Use it. + (\lilypondloop, \lilyponditerate): Removed. Unused. + +2004-09-30 Werner Lemberg + + * tex/lilyponddefs.tex (\lilypondstart): Define + \lilypondfontencoding for both texinfo and latex mode. + + * scm/framework-tex.scm (font-load-command): Use + \lilypondfontencoding. + +2004-09-30 Han-Wen Nienhuys + + * scm/framework-tex.scm (dump-page): take with-extents? + argument. If true, output Y extents. Used for lilypond-book + documents. + + * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for + \bookpaper. + + * lily/slur.cc (outside_slur_callback): epsilon-delta management + for slur edges. Fixes: progerror-no-bezier-intersection.ly + + * scm/framework-tex.scm (dump-page): put stencil height in dumped + page. + +2004-09-29 Mats Bengtsson + + * Documentation/user/notation.itely (Multi measure rests): + Improved example. + +2004-09-29 Han-Wen Nienhuys + + * lily/auto-beam-engraver.cc (test_moment): robustify. + +2004-09-28 Werner Lemberg + + * scm/framework-tex.scm (font-load-command): Define proper font + macro which sets font encoding if available. + (define-fonts): Define \lilypondpaperinputencoding, to be taken + from the \bookpaper block. + + * tex/lilyponddefs.tex (\lilypondstart): Use + \lilypondpaperinputencoding for global input encoding. + +2004-09-28 Han-Wen Nienhuys + + * lily/score.cc (Score): oops. Copy error_found_ too. + +2004-09-27 Jan Nieuwenhuizen + + * stepmake/stepmake/texinfo-rules.make: + * Documentation/GNUmakefile: --srcdir build fixes. + + * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper. + + * Documentation/user/latex-lilypond-example.latex: + * Documentation/user/latex-example.latex: Fix compile errors. + Still buggy, need more love. + +2004-09-27 Werner Lemberg + + * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing. + +2004-09-26 Juergen Reuter + + * Documentation/user/examples.itely: removed \midi block to + simplify the example + + * Documentation/user/notation.itely: Removed superfluous + TextSpanner tweakings (is already done by engraver-init.ly). + Documented bug: vertical alignment of articulations. + + * Documentation/user/notation.itely, ly/engraver-init.ly + (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner + padding. + + * Documentation/user/notation.itely, ly/engraver-init.ly: moved + docu about TextSpanner padding bug from manual to engraver.ly + (since it's workarounded and hence not user-visible any more) + +2004-09-27 Han-Wen Nienhuys + + * VERSION: release 2.3.19 + +2004-09-26 Graham Percival + + * ly/property-init.ly: fix bug in displaying ledger lines while + \hideNotes is on. + + * Documentation/user/notation.itely: more editing. + + * Documentation/user/examples.itely: add piano-dynamics template. + + * input/template/piano-dynamics.ly: remove. + + * Documentation/user/sound-output.itexi: more editing + +2004-09-25 Graham Percival + + * Documentation/user/notation.itely: more editing. + +2004-09-25 Nicolas Sceaux + + * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format + instead of ~a, to get #{ #"foo" #} actually printed to #"foo". + 2004-09-24 Han-Wen Nienhuys + * lily/hairpin.cc (print): check columns of bounds, not bounds + themselves. + (print): robustify bound-padding lookup. + * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair. * scripts/lilypond-book.py (Compile_error.process_include): catch @@ -192,6 +616,8 @@ * lily/includable-lexer.cc (new_input): elucidate message. + * VERSION: 2.3.18 released. + 2004-09-19 Jan Nieuwenhuizen * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: