]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* lily/my-lily-lexer.cc (prepare_for_next_token): use previous
[lilypond.git] / ChangeLog
1 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2
3         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
4         token for origin information.
5
6         * lily/parser.yy (My_lily_lexer): do identifier location and
7         cloning from lexer.
8
9         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
10         logic out of the parser.
11
12         * Documentation/user/refman.itely (Multi measure rests): add more
13         notes about mm rests.
14
15 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16
17         * input/regression/bar-scripts.ly: Re-enable.
18
19         * lily/parser.yy:
20         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
21         released rsn.  Bison 1.50 has a crucial bug and won't work.
22
23         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
24
25 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
26
27         * input/regression/bar-scripts.ly: Blunt documentation build fix.
28
29 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
30
31         * Actually merge changes since 1.6.4 besides ChangeLog, and
32         resolve conflicts.  Lots of updates, hope all is well.
33         
34         * cygwin/lilypond.hint (requires): Add ghostscript.
35
36         * scm: Update some (c).
37         
38 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
39
40         * input/test/{various}.ly: add \header fields and texidoc strings.
41
42 2002-10-05  Werner Lemberg  <wl@gnu.org>
43
44         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
45         renamed to `output_latex_quoted'.
46         Added `output_latex_noquote'.
47         (schedule_lilypond_block): Implement `noquote' option for LaTeX
48         mode.
49
50 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
51
52         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
53         staff-space.  Previous 1.5 was probably meant as half-spaces.
54         (cautionary-style): parentheses (was: smaller).  This is what doco
55         says, and it seems more logical.
56
57         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
58         for 2nd sentence.
59
60 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
61
62         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
63
64 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
65
66         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
67
68 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
69
70         * VERSION: 1.6.5 released
71
72         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
73
74 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
75
76         * scm/translator-property-description.scm (voltaOnThisStaff): add
77         property.
78
79 2002-09-28  Werner Lemberg  <wl@gnu.org>
80
81         * scm/tex.scm (header-end): Suppress page numbering.
82
83         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
84         Fix quotation for HTML output.
85
86 2002-09-28   Graham Percival   <gperciva@sfu.ca>
87         
88         * Documentation/user/refman.itely: grammar and phrasing
89           fixes to "Note Entry" section.  Also adds a few new examples.
90
91 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
92
93         * flower/include/string-data.icc: include string.h
94
95 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
96
97         * scm/chord-name.scm (chord::inner-name-banter): remove space.
98
99 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
100
101         * Documentation/user/GNUmakefile (extra-local-help): Add.
102
103         * stepmake/stepmake/www-targets.make (local-help): Add.
104
105 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
106
107         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
108         packages.
109
110         * Documentation/topdocs/README.texi (Top): building documentation
111         (not website.)
112
113 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
114
115         * Documentation/user/refman.itely: 
116         * Documentation/user/tutorial.itely: 
117         * Documentation/user/music-glossary.tely: Merge changes.
118
119         * Documentation/user/glossary.html.in: 
120         * Documentation/index.texi: 
121         * Documentation/header.html.in: Accomodate renaming of glossary.
122         
123         * Documentation/user/tutorial.itely: Add some glossary references.
124         
125         * Documentation/user/refman.itely: Minor fixes.
126         
127         * Documentation/user/lilypond.tely: Add glossary do direntry.
128
129         * Documentation/user/music-glossary.tely: Rename (previously:
130         glossary.tely).  Fix anchor placement.
131
132         * Documentation/user/GNUmakefile: Make music-glossary.info too.
133
134 2002-09-23  Werner Lemberg  <wl@gnu.org>
135
136         * scripts/lilypond-book.py (output_dict): Fix handling of
137         various environments by avoid extraneous newlines.
138         Rename `output-all' regexp for html to `output-html'.
139         Replace `output-all' regexp for texi with `output-texi-quote'
140         and `output-texi-noquote'.
141         (compose_full_body): Don't override `linewidth' user option
142         for `singleline'.
143         (schedule_lilypond_block): Don't indent text specified with
144         `intertext' option.
145         Add new option `noquote'.
146         (compile_all_files): Use latex instead of tex to compile ly
147         files directly.
148
149         * Documentation/user/lilypond-book.itely: Updated and revised.
150         Improve layout.
151
152         * Documentation/user/glossary.tely,
153         Documentation/user/introduction.itely,
154         Documentation/user/tutorial.itely,
155         Documentation/user/refman.itely,
156         Documentation/user/appendices.itely: Fix overfull LilyPond
157         boxes caused by the new lilypond-book code.  Other minor
158         fixes.
159
160         * Documentation/user/macros.itexi (@texiflat): Don't emit
161         trailing space.
162
163         * scm/tex.scm (end-output, header-end): Add preamble and
164         postamble to make lilypond output directly compilable with
165         latex.
166
167         
168 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
169
170         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
171         instructions.
172
173 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
174
175         * Documentation/user/glossary.tely: Add titling and hyperlinks.
176
177 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
178
179         * lily/beam.cc (connect_beams): don't crash if there are quarter
180         notes in beams.
181
182 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
183
184         * Documentation/user/refman.itely: corrected ancient clef
185         docu; added docu on ligatures
186
187 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
188
189         * Documentation/user/glossary.tely,
190         Documentation/user/refman.itely, input/les-nereides.ly,
191         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
192         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
193         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
194         Stem properties: flag-style -> stroke-style, style -> flag-style.
195
196
197 2002-09-22  Werner Lemberg  <wl@gnu.org>
198
199         * scripts/lilypond-book.py: Add option `notime' to suppress
200         printing of a time signature.  Specify default indentation of 0pt
201         if single line fragment.  Don't emit redundant `\paper{ }'.
202
203         * Documentation/user/lilypond-book.itely: Updated.
204
205         * Documentation/user/glossary.tely: Completely reformatting.
206
207 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
208
209         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
210
211 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
212
213         * Documentation/user/tutorial.itely: Fix links.
214         
215         * Documentation/topdocs/index.tely:
216         * Documentation/index.texi:
217         * Documentation/header.html.in: Small website fixes and updates.
218
219         * debian/: Debian patch by Anthony Fok.
220
221 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
222
223         * Documentation/footer.html.in: How time flies: It's already 2002!
224
225         * Documentation/topdocs/index.tely: Stable/development fix.  Use
226         more descriptive link names than 'here'.
227
228 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
229
230         * VERSION: 1.7.2 released
231         * VERSION: 1.6.4 released
232         
233         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
234
235         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
236         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
237
238         * mf/feta-din.mf (test): add x-height and space.
239
240         * lily/dynamic-engraver.cc (process_music): take dynamic direction
241         from ^_ for crescendi. Idem for slurs and phrasing slurs.
242
243         * ly/grace-init.ly: add-to-grace-init: function to portably add
244         settings to \grace. 
245
246         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
247         if we get an absolute dynamic event.
248  
249         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
250
251         * lily/source-file.cc (get_line): oops. All line numbers were off
252         by 2. Fix that. 
253
254         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
255         be after the note, combined with -_^, i.e. c4-(-\)-\>  
256
257         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
258
259         * lily/parser.yy (number_factor): remove (number) as number
260         expression. ("Let them eat Lisp").
261
262 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
263
264         * lily/horizontal-bracket.cc: new file.
265
266         * lily/horizontal-bracket-engraver.cc: new file.
267
268         * input/regression/note-group-bracket.ly: new file. Support
269         horizontal note brackets for music analysis.
270
271         * lily/stem.cc (flag): new flag-style: no-flag.
272
273         * input/test/stem-cross-staff.ly: new file
274         
275         * Documentation/user/internals.itely: Improved formatting, fixing
276         typos.  Added a section `Output details' to describe how the TeX
277         code looks like.
278
279         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
280
281         * lily/parser.yy: remove \dynamicscript.
282
283         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
284         definitions. 
285
286         * python/midi.c (midi_error): take two arguments.
287
288         * Merge 1.6.5 changes:
289         
290 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
291
292         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
293         staff-space.  Previous 1.5 was probably meant as half-spaces.
294         (cautionary-style): parentheses (was: smaller).  This is what doco
295         says, and it seems more logical.
296
297         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
298         for 2nd sentence.
299
300 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
301
302         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
303
304 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
305
306         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
307
308 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
309
310         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
311
312 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
313
314         * scm/translator-property-description.scm (voltaOnThisStaff): add
315         property.
316
317 2002-09-28  Werner Lemberg  <wl@gnu.org>
318
319         * scm/tex.scm (header-end): Suppress page numbering.
320
321         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
322         Fix quotation for HTML output.
323
324 2002-09-28   Graham Percival   <gperciva@sfu.ca>
325         
326         * Documentation/user/refman.itely: grammar and phrasing
327           fixes to "Note Entry" section.  Also adds a few new examples.
328
329 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
330
331         * flower/include/string-data.icc: include string.h
332
333 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
334
335         * scm/chord-name.scm (chord::inner-name-banter): remove space.
336
337 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
338
339         * Documentation/user/GNUmakefile (extra-local-help): Add.
340
341         * stepmake/stepmake/www-targets.make (local-help): Add.
342
343 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
344
345         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
346         packages.
347
348         * Documentation/topdocs/README.texi (Top): building documentation
349         (not website.)
350
351 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
352
353         * Documentation/user/refman.itely: 
354         * Documentation/user/tutorial.itely: 
355         * Documentation/user/music-glossary.tely: Merge changes.
356
357         * Documentation/user/glossary.html.in: 
358         * Documentation/index.texi: 
359         * Documentation/header.html.in: Accomodate renaming of glossary.
360         
361         * Documentation/user/tutorial.itely: Add some glossary references.
362         
363         * Documentation/user/refman.itely: Minor fixes.
364         
365         * Documentation/user/lilypond.tely: Add glossary do direntry.
366
367         * Documentation/user/music-glossary.tely: Rename (previously:
368         glossary.tely).  Fix anchor placement.
369
370         * Documentation/user/GNUmakefile: Make music-glossary.info too.
371
372 2002-09-23  Werner Lemberg  <wl@gnu.org>
373
374         * scripts/lilypond-book.py (output_dict): Fix handling of
375         various environments by avoid extraneous newlines.
376         Rename `output-all' regexp for html to `output-html'.
377         Replace `output-all' regexp for texi with `output-texi-quote'
378         and `output-texi-noquote'.
379         (compose_full_body): Don't override `linewidth' user option
380         for `singleline'.
381         (schedule_lilypond_block): Don't indent text specified with
382         `intertext' option.
383         Add new option `noquote'.
384         (compile_all_files): Use latex instead of tex to compile ly
385         files directly.
386
387         * Documentation/user/lilypond-book.itely: Updated and revised.
388         Improve layout.
389
390         * Documentation/user/glossary.tely,
391         Documentation/user/introduction.itely,
392         Documentation/user/tutorial.itely,
393         Documentation/user/refman.itely,
394         Documentation/user/appendices.itely: Fix overfull LilyPond
395         boxes caused by the new lilypond-book code.  Other minor
396         fixes.
397
398         * Documentation/user/macros.itexi (@texiflat): Don't emit
399         trailing space.
400
401         * scm/tex.scm (end-output, header-end): Add preamble and
402         postamble to make lilypond output directly compilable with
403         latex.
404
405         
406 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
407
408         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
409         instructions.
410
411 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
412
413         * Documentation/user/glossary.tely: Add titling and hyperlinks.
414
415 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
416
417         * lily/beam.cc (connect_beams): don't crash if there are quarter
418         notes in beams.
419
420 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
421
422         * Documentation/user/refman.itely: corrected ancient clef
423         docu; added docu on ligatures
424
425 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
426
427         * Documentation/user/glossary.tely,
428         Documentation/user/refman.itely, input/les-nereides.ly,
429         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
430         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
431         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
432         Stem properties: flag-style -> stroke-style, style -> flag-style.
433
434 2002-09-22  Werner Lemberg  <wl@gnu.org>
435
436         * scripts/lilypond-book.py: Add option `notime' to suppress
437         printing of a time signature.  Specify default indentation of 0pt
438         if single line fragment.  Don't emit redundant `\paper{ }'.
439
440         * Documentation/user/lilypond-book.itely: Updated.
441
442         * Documentation/user/glossary.tely: Completely reformatting.
443
444 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
445
446         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
447
448 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
449
450         * Documentation/user/tutorial.itely: Fix links.
451         
452         * Documentation/topdocs/index.tely:
453         * Documentation/index.texi:
454         * Documentation/header.html.in: Small website fixes and updates.
455
456         * debian/: Debian patch by Anthony Fok.
457
458 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
459
460         * Documentation/footer.html.in: How time flies: It's already 2002!
461
462         * Documentation/topdocs/index.tely: Stable/development fix.  Use
463         more descriptive link names than 'here'.
464
465 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
466
467         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
468
469 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
470
471         * lily/part-combine-music-iterator.cc (get_state): cleanup
472         (get_music_info): cleanup.
473
474 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
475
476         * scm/backend-documentation-lib.scm (interface-doc-string):
477         crosslinks between interfaces and grobs. Headings for interfaces
478         in grob explanation.
479
480 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
481
482         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
483         dtd).  Add preliminary dtd.
484         (re-sub-alist): Robustify.
485
486 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
487
488         * lily/include/event-chord-iterator.hh,
489         lily/context-specced-music-iterator.cc,
490         lily/event.cc, lily/event-chord-iterator.cc: add
491
492 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
493
494         * lily/: some (c) header fixes.
495         
496         * lily/request-chord.cc: Remove.
497         
498         * lily/include/event-chord-iterator.hh:
499         * lily/include/event.hh:
500         * lily/event-chord.cc: New file.
501         
502         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
503         requested.
504
505 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
506
507         * lily/ : rename Request to Event
508
509         * lily/parser.yy (command_element): move clef stuff into Scheme.
510
511         * lily/:  rename length_mom () to get_length()
512
513         * lily/part-combine-music.cc: removed file and class.
514
515         * lily/context-specced-music-iterator.cc (class
516         Context_specced_music_iterator): new file. Obsoletes the
517         Context_specced_music type.
518
519         * scm/music-types.scm (make-repeated-music): put different kinds
520         of repeated music into music-type table.
521
522         * VERSION: 1.7.1 released.
523
524         * scm/to-xml.scm: new file.
525
526         * input/test/to-xml.ly (fooBar): demo of what is possible with the
527         new Input representation: dump music as XML.
528
529         * scm/engraver-documentation-lib.scm
530         (engraver-accepts-music-types?): add links from music to engraver,
531         from music-type to engraver.
532
533         * lily/include/command-request.hh: removed
534         lily/include/musical-request.hh: removed. Removed all _req classes
535         except Key_change_req. Changes throughout.
536
537 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
538
539         * lily/tuplet-engraver.cc (try_music): Compile kludge.
540
541 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
542
543         * lily/*.cc: specify accepts for many engravers.
544
545         * scm/music-documentation-lib.scm: dump music expressions and
546         music subtypes.
547
548         * scm/documentation-lib.scm: complete revision.
549         Use GOOPS objects to store document tree explicitly. Cleaned up and
550         sped up doco generation a lot.
551
552 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
553
554         * input/trip.ly (fugaIILeft): add arpeggio
555
556         * lily/translator-group.cc (try_music_on_nongroup_children):
557         oops. The name symbol is in the cdr of the assoc handle.
558
559         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
560         Hyphen_req, Glissando_req, Break_req, Mark_req 
561
562 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
563
564         * lily/musical-request.cc (music-duration-length,
565         music-duration-compress): new functions.
566
567         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
568         throughout. Warning doesn't work yet.
569
570         * lily/translator-group.cc (try_music_on_nongroup_children):
571         new implementation: store candidate acceptors in a hashTable.
572
573 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
574
575         * scm/music-types.scm (music-descriptions): change name to
576         internal-class-name
577
578         * scm/chord-name.scm (chord::inner-name-banter): remove space.
579
580 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
581
582         * lily/beam.cc (connect_beams): don't crash if there are quarter
583         notes in beams.
584
585 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
586
587         * Documentation/user/refman.itely: corrected ancient clef
588         docu; added docu on ligatures
589
590 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
591
592         * Documentation/user/glossary.tely,
593         Documentation/user/refman.itely, input/les-nereides.ly,
594         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
595         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
596         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
597         Stem properties: flag-style -> stroke-style, style -> flag-style.
598
599 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
600
601         * scm/music-functions.scm (music-separator?): don't use name music
602         property.
603
604 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
605
606         * stepmake/stepmake/generic-targets.make (help): Document check
607         target.
608
609         * lily/new-accidental-engraver.cc: Compile fix.
610
611 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
612
613         * scripts/convert-ly.py: Add rule.
614
615         * input/test/music-creation.ly:
616         * input/test/add-staccato.ly:
617         * input/test/add-text-script.ly: ly-make-music.
618
619         * scm/drums.scm (make-head-type-elem, make-articulation-script):
620         More ly-make-music renamings.
621
622         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
623
624         * lily/music-constructor.cc (make_music): Add debugging info.
625
626         * scm/music-functions.scm (make-simultaneous-music,
627         (make-sequential-music, context-spec-music):
628         * scm/music-types.scm (music-descriptions): Get lily to run.
629
630 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
631
632         * lily/command-request.cc (transpose_key_alist): new function.
633
634         * lily/key-performer.cc (create_audio_elements): cleanup. 
635
636 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
637
638         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
639
640         * lily/include/translator.hh (ENTER_DESCRIPTION): add
641         events-accepted field.
642
643         * scm/music-types.scm: new file.
644
645         * lily/parser.yy: put music type initialization into scheme,
646         similar to grob initialization.  Changes throughout.
647
648 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
649
650         * Documentation/user/tutorial.itely: Fix links.
651         
652         * Documentation/index.texi: 
653         * Documentation/header.html.in: 
654         * Documentation/topdocs/index.tely: Small website fixes and updates.
655
656         * debian/: Debian patch by Anthony Fok.
657
658 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
659
660         * Documentation/footer.html.in: How time flies: It's already 2002!
661
662         * Documentation/topdocs/index.tely: Stable/development fix.  Use
663         more descriptive link names than 'here'.
664
665         * ROADMAP: Remove test stuff.
666
667         * scripts/update-lily.py: Allow auto-building of stable and
668         development versions.  Bugfixes.
669
670 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
671
672         * VERSION: released 1.7.0
673
674         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
675
676         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
677         positive line widths.
678
679 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
680
681         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
682         go.  Fix comments.
683
684         * cygwin: Cygwin updates.
685
686 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
687
688         * Documentation/windows/installing.texi (Top): version for python,
689         urls for ghostscript (thanks to John Potelle)
690         
691         * lily/simultaneous-music-iterator.cc
692         (Simultaneous_music_iterator): init children_list_ before
693         triggering GC.
694
695         * lily/*-iterator.cc: be even more careful with smobbed copy
696         constructors. 
697
698         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
699         LeftEdge item.
700
701 2002-09-15  Werner Lemberg  <wl@gnu.org>
702
703         Improving LilyPond's output to make them ordinary TeX boxes with
704         predictable dimensions.  System boxes are now vertically centered on
705         the baseline; this offset can be further controlled with
706         \lilypondscoreshift.
707
708         * lily/system.cc (System::post_processing): Pass length of current
709         system to `start-system' (including any horizontal indentation).
710
711         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
712         prettier.
713         (lily-def): Append `%'.
714         (start-system): Add parameter `wd'.  Output more TeX code to specify
715         box dimensions.
716         (stop-system, stop-last-system): Complement changes in
717         `start-system'.
718         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
719         Updated.
720
721         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
722         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
723         Write final `\endinput'.
724
725         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
726         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
727         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
728         files and macro definitions don't produce spurious spaces and
729         paragraphs (using \endlinechar).
730         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
731
732         * Documentation/user/internals.itely: Improved formatting, fixing
733         typos.  Added a section `Output details' to describe how the TeX
734         code looks like.
735
736 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
737
738         * lily/accidental-engraver.cc: Also work with partial measures.
739
740 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
741
742         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
743         spanner.
744
745 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
746
747         * lily/identifier-smob.cc (unpack_identifier): new file.
748
749         * lily/lexer.ll (identifier_type): new function.  use ly-id to
750         pass off scheme expressions as music identifiers.
751
752         * scm/lily.scm: reorganisation, cleanups.
753
754         * lily/main.cc: small cleanups.
755
756 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
757
758         * lily/ly-module.{cc,hh}: new file.
759
760 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
761
762         * lily/accidental-engraver.cc: Also work with partial measures.
763
764 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
765
766         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
767
768 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
769
770         * lily/my-lily-lexer.cc: use SCM module in stead of
771         Scheme_hash_table. Changes throughout.  
772
773 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
774
775         * VERSION (MY_PATCH_LEVEL): make 1.7.0
776