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