]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/text-item.cc (interpret_string): insert encoding setting
[lilypond.git] / ChangeLog
index ec7e0d88b3e8f612823f77fcea6b0b76f5c5155c..f5f79ce292d5ee3ac8110624fc765349e2744336 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,135 @@
+2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/text-item.cc (interpret_string): insert encoding setting
+       here
+
+       * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
+       encoding kludge.
+
+       * Documentation/user/changing-defaults.itely (Text encoding): node
+       on encoding.
+
+       * lily/lyric-engraver.cc (try_music): remove superfluous check.
+
+       * lily/book-paper-def.cc (find_scaled_font): remove default
+       encoding. This messes up font loading for feta and
+       parmesan. Encoding should only be specified for running texts.
+
+       * lily/modified-font-metric.cc (text_dimension): support coding
+       scheme ""
+       
+2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/tie-engraver.cc (stop_translation_timestep): remember tie
+       definition, so \override works as expected.
+
+       * lily/measure-grouping-engraver.cc: clarify
+
+2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/parser.yy (context_def_mod): remove \consistsend
+
+       * lily/context-def.cc (instantiate): use Translator::must_be_last
+       to determine engraver order.
+
+       * lily/translator.cc (must_be_last): new function
+
+       * scripts/convert-ly.py (conv): rule.
+
+       * lily/bar-line.cc (print): return '() for height == 0.0 too.
+
+2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
+
+2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/include/lily-guile.hh (scm_is_int): compat glue.
+
+2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
+
+       * input/regression/page-layout.ly: new file.
+
+       * scm/paper.scm (set-paper-dimensions): Preliminary support for
+       left and right margins.
+
+       * Documentation/user/changing-defaults.itely (Page layout):
+       Explain the leftmargin option.
+
+2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * input/test/lyrics-melisma-variants.ly (texidoc): new file.
+
+       * input/test/lyrics-melisma-faster.ly: new file.
+
+       * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
+       change of melody by setting associatedVoice.
+
+       * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
+
+       * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
+       file contents, rather \include them, so default linewidth is set.
+       (ly_options): make BOOKPAPER set of options. Move linewidth
+       settings there.
+
+       * Documentation/user/examples.itely: new file. Templates are to be
+       moved here.
+
+       * Documentation/user/programming-interface.itely: move chapter.
+
+       * scm/document-markup.scm (doc-markup-function): add @code
+
+       * stepmake/stepmake/texinfo-rules.make: remove chmod.
+
+2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/page-layout.scm (plain-header): add printpagenumber boolean
+       to bookpaper.
+
+       * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
+       $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
+
+       * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
+
+       * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
+
+       * scripts/lilypond-latex.py: move from lilypond.py
+
+       * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
+       (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
+
+       * scm/lily.scm (postscript->png): new function
+       (postscript->pdf): new function
+
+       * lily/paper-book.cc (post_processing): call
+       convert-to-{dvi,ps,png,pdf}
+
+       * scripts/ps2png.py (option_definitions): new file.
+
+       * lily/paper-book.cc (output): call output-preview-framework
+       (post_processing): new function. Do PDF/PNG conversion.
+
+       * lily/paper-outputter.cc (close): new function.
+
+       * scm/framework-ps.scm (convert-to-pdf): new function. Call
+       ps2pdf.
+       (output-preview-framework): new function. Generate a preview .ps
+       
+
 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * VERSION: release 2.3.8
+       
+       * lily/note-head.cc: remove ledger line handling.
+
+       * lily/ambitus.cc (print): strip away accidental / note head code,
+       and associated properties.
+
+       * lily/ambitus-engraver.cc (create_ambitus): change name to
+       AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
+       other ambitus parts.
+       (create_ambitus): group grobs in Ambitus grouping object. 
+
        * lily/include/pitch-interval.hh (Pitch>): new file.
 
        * lily/pitch-interval.cc (add_point): new file.