]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
78ae6829a62501917af53639f78acc8cdbda4c57
[lilypond.git] / ChangeLog
1 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2
3         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
4
5         * lily/include/translator.hh (ENTER_DESCRIPTION): add
6         events-accepted field.
7
8         * scm/music-types.scm: new file.
9
10         * lily/parser.yy: put music type initialization into scheme,
11         similar to grob initialization.  Changes throughout.
12
13 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14
15         * Documentation/user/tutorial.itely: Fix links.
16         
17         * Documentation/index.texi: 
18         * Documentation/header.html.in: 
19         * Documentation/topdocs/index.tely: Small website fixes and updates.
20
21         * debian/: Debian patch by Anthony Fok.
22
23 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
24
25         * Documentation/footer.html.in: How time flies: It's already 2002!
26
27         * Documentation/topdocs/index.tely: Stable/development fix.  Use
28         more descriptive link names than 'here'.
29
30         * ROADMAP: Remove test stuff.
31
32         * scripts/update-lily.py: Allow auto-building of stable and
33         development versions.  Bugfixes.
34
35 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
36
37         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
38
39         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
40         positive line widths.
41
42 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
43
44         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
45         go.  Fix comments.
46
47         * cygwin: Cygwin updates.
48
49 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
50
51         * Documentation/windows/installing.texi (Top): version for python,
52         urls for ghostscript (thanks to John Potelle)
53         
54         * lily/simultaneous-music-iterator.cc
55         (Simultaneous_music_iterator): init children_list_ before
56         triggering GC.
57
58         * lily/*-iterator.cc: be even more careful with smobbed copy
59         constructors. 
60
61         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
62         LeftEdge item.
63
64 2002-09-15  Werner Lemberg  <wl@gnu.org>
65
66         Improving LilyPond's output to make them ordinary TeX boxes with
67         predictable dimensions.  System boxes are now vertically centered on
68         the baseline; this offset can be further controlled with
69         \lilypondscoreshift.
70
71         * lily/system.cc (System::post_processing): Pass length of current
72         system to `start-system' (including any horizontal indentation).
73
74         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
75         prettier.
76         (lily-def): Append `%'.
77         (start-system): Add parameter `wd'.  Output more TeX code to specify
78         box dimensions.
79         (stop-system, stop-last-system): Complement changes in
80         `start-system'.
81         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
82         Updated.
83
84         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
85         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
86         Write final `\endinput'.
87
88         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
89         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
90         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
91         files and macro definitions don't produce spurious spaces and
92         paragraphs (using \endlinechar).
93         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
94
95         * Documentation/user/internals.itely: Improved formatting, fixing
96         typos.  Added a section `Output details' to describe how the TeX
97         code looks like.
98
99 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
100
101         * lily/accidental-engraver.cc: Also work with partial measures.
102
103 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
104
105         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
106         spanner.
107
108 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
109
110         * lily/identifier-smob.cc (unpack_identifier): new file.
111
112         * lily/lexer.ll (identifier_type): new function.  use ly-id to
113         pass off scheme expressions as music identifiers.
114
115         * scm/lily.scm: reorganisation, cleanups.
116
117         * lily/main.cc: small cleanups.
118
119 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
120
121         * lily/ly-module.{cc,hh}: new file.
122
123 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
124
125         * lily/accidental-engraver.cc: Also work with partial measures.
126
127 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
128
129         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
130
131 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
132
133         * lily/my-lily-lexer.cc: use SCM module in stead of
134         Scheme_hash_table. Changes throughout.  
135
136 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
137
138         * VERSION (MY_PATCH_LEVEL): make 1.7.0
139