]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
front port
[lilypond.git] / ChangeLog
1 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2
3         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
4
5         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
6         positive line widths.
7
8 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9
10         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11         go.  Fix comments.
12
13         * cygwin: Cygwin updates.
14
15 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
16
17         * Documentation/windows/installing.texi (Top): version for python,
18         urls for ghostscript (thanks to John Potelle)
19         
20         * lily/simultaneous-music-iterator.cc
21         (Simultaneous_music_iterator): init children_list_ before
22         triggering GC.
23
24         * lily/*-iterator.cc: be even more careful with smobbed copy
25         constructors. 
26
27         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
28         LeftEdge item.
29
30 2002-09-15  Werner Lemberg  <wl@gnu.org>
31
32         Improving LilyPond's output to make them ordinary TeX boxes with
33         predictable dimensions.  System boxes are now vertically centered on
34         the baseline; this offset can be further controlled with
35         \lilypondscoreshift.
36
37         * lily/system.cc (System::post_processing): Pass length of current
38         system to `start-system' (including any horizontal indentation).
39
40         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
41         prettier.
42         (lily-def): Append `%'.
43         (start-system): Add parameter `wd'.  Output more TeX code to specify
44         box dimensions.
45         (stop-system, stop-last-system): Complement changes in
46         `start-system'.
47         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
48         Updated.
49
50         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
51         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
52         Write final `\endinput'.
53
54         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
55         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
56         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
57         files and macro definitions don't produce spurious spaces and
58         paragraphs (using \endlinechar).
59         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
60
61         * Documentation/user/internals.itely: Improved formatting, fixing
62         typos.  Added a section `Output details' to describe how the TeX
63         code looks like.
64
65 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
66
67         * lily/accidental-engraver.cc: Also work with partial measures.
68
69 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
70
71         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
72         spanner.
73
74 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
75
76         * lily/identifier-smob.cc (unpack_identifier): new file.
77
78         * lily/lexer.ll (identifier_type): new function.  use ly-id to
79         pass off scheme expressions as music identifiers.
80
81         * scm/lily.scm: reorganisation, cleanups.
82
83         * lily/main.cc: small cleanups.
84
85 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
86
87         * lily/ly-module.{cc,hh}: new file.
88
89 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
90
91         * lily/accidental-engraver.cc: Also work with partial measures.
92
93 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
94
95         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
96
97 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
98
99         * lily/my-lily-lexer.cc: use SCM module in stead of
100         Scheme_hash_table. Changes throughout.  
101
102 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
103
104         * VERSION (MY_PATCH_LEVEL): make 1.7.0
105