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