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