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