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