]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(rest_collision_callback): Fixed: partial rewrite.
[lilypond.git] / ChangeLog
1 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
4
5 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6
7         * lily/part-combine-music-iterator.cc (get_state): cleanup
8         (get_music_info): cleanup.
9
10 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11
12         * scm/backend-documentation-lib.scm (interface-doc-string):
13         crosslinks between interfaces and grobs. Headings for interfaces
14         in grob explanation.
15
16 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
17
18         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
19         dtd).  Add preliminary dtd.
20         (re-sub-alist): Robustify.
21
22 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
23
24         * lily/include/event-chord-iterator.hh,
25         lily/context-specced-music-iterator.cc,
26         lily/event.cc, lily/event-chord-iterator.cc: add
27
28 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
29
30
31         * lily/: some (c) header fixes.
32         
33         * lily/request-chord.cc: Remove.
34         
35         * lily/include/event-chord-iterator.hh:
36         * lily/include/event.hh:
37         * lily/event-chord.cc: New file.
38         
39         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
40         requested.
41
42 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
43
44         * lily/ : rename Request to Event
45
46         * lily/parser.yy (command_element): move clef stuff into Scheme.
47
48         * lily/:  rename length_mom () to get_length()
49
50         * lily/part-combine-music.cc: removed file and class.
51
52         * lily/context-specced-music-iterator.cc (class
53         Context_specced_music_iterator): new file. Obsoletes the
54         Context_specced_music type.
55
56         * scm/music-types.scm (make-repeated-music): put different kinds
57         of repeated music into music-type table.
58
59         * VERSION: 1.7.1 released.
60
61         * scm/to-xml.scm: new file.
62
63         * input/test/to-xml.ly (fooBar): demo of what is possible with the
64         new Input representation: dump music as XML.
65
66         * scm/engraver-documentation-lib.scm
67         (engraver-accepts-music-types?): add links from music to engraver,
68         from music-type to engraver.
69
70         * lily/include/command-request.hh: removed
71         lily/include/musical-request.hh: removed. Removed all _req classes
72         except Key_change_req. Changes throughout.
73
74 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
75
76         * lily/tuplet-engraver.cc (try_music): Compile kludge.
77
78 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
79
80         * lily/*.cc: specify accepts for many engravers.
81
82         * scm/music-documentation-lib.scm: dump music expressions and
83         music subtypes.
84
85         * scm/documentation-lib.scm: complete revision.
86         Use GOOPS objects to store document tree explicitly. Cleaned up and
87         sped up doco generation a lot.
88
89 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
90
91         * input/trip.ly (fugaIILeft): add arpeggio
92
93         * lily/translator-group.cc (try_music_on_nongroup_children):
94         oops. The name symbol is in the cdr of the assoc handle.
95
96         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
97         Hyphen_req, Glissando_req, Break_req, Mark_req 
98
99 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
100
101         * lily/musical-request.cc (music-duration-length,
102         music-duration-compress): new functions.
103
104         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
105         throughout. Warning doesn't work yet.
106
107         * lily/translator-group.cc (try_music_on_nongroup_children):
108         new implementation: store candidate acceptors in a hashTable.
109
110 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
111
112         * scm/music-types.scm (music-descriptions): change name to
113         internal-class-name
114
115         * scm/chord-name.scm (chord::inner-name-banter): remove space.
116
117 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
118
119         * lily/beam.cc (connect_beams): don't crash if there are quarter
120         notes in beams.
121
122 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
123
124         * Documentation/user/refman.itely: corrected ancient clef
125         docu; added docu on ligatures
126
127 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
128
129         * Documentation/user/glossary.tely,
130         Documentation/user/refman.itely, input/les-nereides.ly,
131         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
132         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
133         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
134         Stem properties: flag-style -> stroke-style, style -> flag-style.
135
136 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
137
138         * scm/music-functions.scm (music-separator?): don't use name music
139         property.
140
141 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
142
143         * stepmake/stepmake/generic-targets.make (help): Document check
144         target.
145
146         * lily/new-accidental-engraver.cc: Compile fix.
147
148 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
149
150         * scripts/convert-ly.py: Add rule.
151
152         * input/test/music-creation.ly:
153         * input/test/add-staccato.ly:
154         * input/test/add-text-script.ly: ly-make-music.
155
156         * scm/drums.scm (make-head-type-elem, make-articulation-script):
157         More ly-make-music renamings.
158
159         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
160
161         * lily/music-constructor.cc (make_music): Add debugging info.
162
163         * scm/music-functions.scm (make-simultaneous-music,
164         (make-sequential-music, context-spec-music):
165         * scm/music-types.scm (music-descriptions): Get lily to run.
166
167 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
168
169         * lily/command-request.cc (transpose_key_alist): new function.
170
171         * lily/key-performer.cc (create_audio_elements): cleanup. 
172
173 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
174
175         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
176
177         * lily/include/translator.hh (ENTER_DESCRIPTION): add
178         events-accepted field.
179
180         * scm/music-types.scm: new file.
181
182         * lily/parser.yy: put music type initialization into scheme,
183         similar to grob initialization.  Changes throughout.
184
185 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
186
187         * Documentation/user/tutorial.itely: Fix links.
188         
189         * Documentation/index.texi: 
190         * Documentation/header.html.in: 
191         * Documentation/topdocs/index.tely: Small website fixes and updates.
192
193         * debian/: Debian patch by Anthony Fok.
194
195 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
196
197         * Documentation/footer.html.in: How time flies: It's already 2002!
198
199         * Documentation/topdocs/index.tely: Stable/development fix.  Use
200         more descriptive link names than 'here'.
201
202         * ROADMAP: Remove test stuff.
203
204         * scripts/update-lily.py: Allow auto-building of stable and
205         development versions.  Bugfixes.
206
207 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
208
209         * VERSION: released 1.7.0
210
211         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
212
213         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
214         positive line widths.
215
216 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
217
218         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
219         go.  Fix comments.
220
221         * cygwin: Cygwin updates.
222
223 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
224
225         * Documentation/windows/installing.texi (Top): version for python,
226         urls for ghostscript (thanks to John Potelle)
227         
228         * lily/simultaneous-music-iterator.cc
229         (Simultaneous_music_iterator): init children_list_ before
230         triggering GC.
231
232         * lily/*-iterator.cc: be even more careful with smobbed copy
233         constructors. 
234
235         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
236         LeftEdge item.
237
238 2002-09-15  Werner Lemberg  <wl@gnu.org>
239
240         Improving LilyPond's output to make them ordinary TeX boxes with
241         predictable dimensions.  System boxes are now vertically centered on
242         the baseline; this offset can be further controlled with
243         \lilypondscoreshift.
244
245         * lily/system.cc (System::post_processing): Pass length of current
246         system to `start-system' (including any horizontal indentation).
247
248         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
249         prettier.
250         (lily-def): Append `%'.
251         (start-system): Add parameter `wd'.  Output more TeX code to specify
252         box dimensions.
253         (stop-system, stop-last-system): Complement changes in
254         `start-system'.
255         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
256         Updated.
257
258         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
259         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
260         Write final `\endinput'.
261
262         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
263         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
264         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
265         files and macro definitions don't produce spurious spaces and
266         paragraphs (using \endlinechar).
267         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
268
269         * Documentation/user/internals.itely: Improved formatting, fixing
270         typos.  Added a section `Output details' to describe how the TeX
271         code looks like.
272
273 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
274
275         * lily/accidental-engraver.cc: Also work with partial measures.
276
277 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
278
279         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
280         spanner.
281
282 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
283
284         * lily/identifier-smob.cc (unpack_identifier): new file.
285
286         * lily/lexer.ll (identifier_type): new function.  use ly-id to
287         pass off scheme expressions as music identifiers.
288
289         * scm/lily.scm: reorganisation, cleanups.
290
291         * lily/main.cc: small cleanups.
292
293 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
294
295         * lily/ly-module.{cc,hh}: new file.
296
297 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
298
299         * lily/accidental-engraver.cc: Also work with partial measures.
300
301 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
302
303         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
304
305 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
306
307         * lily/my-lily-lexer.cc: use SCM module in stead of
308         Scheme_hash_table. Changes throughout.  
309
310 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
311
312         * VERSION (MY_PATCH_LEVEL): make 1.7.0
313