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