]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(FONT_FILES): Add feta-nummer.
[lilypond.git] / ChangeLog
1 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
4         (FET_FILES): = FONT_FILES.
5
6         * Merge from stable:
7
8             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
9
10 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11
12         * scm/generate-documentation.scm (string-append): add macro
13         definitions.
14
15         * lily/text-item.cc (lookup_text): don't use virtual fonts for
16         normal texts.
17
18         * lily/multi-measure-rest-engraver.cc: make separate
19         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
20
21         * lily/multi-measure-rest.cc: remove text handling. Remove
22         number-threshold.
23
24 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
25
26         * scm/music-types.scm: doc patch by Graham Percival
27
28 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
29
30         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
31         encoding part.
32         (Font_info.set_defaults): pixelsize now also defauts to '0'.
33         (sketch_p): Sketch wants only first four elements of X11 font spec.
34
35         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
36
37         * mf/feta-autometric.mf: Write foundry and family to log.
38
39         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
40         font translation table.
41
42         * buildscripts/mf-to-table.py: Better font info into afm.
43
44         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
45         1.0.9 required.
46
47         * configure.in: Whine for mftrace 1.0.9.
48
49 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
50
51         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
52
53         * lily/main.cc (main_prog): don't try to load init.EXT when
54         processing foo.EXT.
55
56 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
57
58         * scm/tex.scm (zigzig-line): added.
59
60         * scm/ps.scm (zigzag-line): added.
61
62         * ps/music-drawing-routines.ps (subvec): added.
63         (draw_zigzag_line): added.
64         
65         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
66         grob properties zigzag-width and zigzag-length.
67
68         * input/regression/glissando.ly: Add some zig-zagged glissandi.
69
70 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
71
72         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
73         svg output, including font.
74
75 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
76
77         * scm/lily.scm: Register sodipodi output module.
78
79         * scm/sodipodi.scm: New file.
80
81         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
82
83         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
84         comment, after header.
85         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
86         FullName.  Fix FontName key.
87
88 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
89
90         * lily/rest.cc (after_line_breaking): bugfix: dots after half
91         and breve rests.
92         
93         * input/test/blank-notes.ly: bugfix
94
95         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
96         rests. (Kim Shrier)
97
98         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
99         
100 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
101
102         * scm/tex.scm: 
103         * scm/ps.scm: Cleanup and remove obsolete junk.
104
105         * Documentation/user/internals.itely:
106         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
107
108         * lily/parser.yy: Identify shift/reduce problems.
109
110         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
111         make-style-sheet.  Too specific for convert-ly?
112
113 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
114
115         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
116
117         * input/test/*.ly: various fixes.
118
119         * lily/music.cc (name): bugfix
120
121         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
122
123         * lily/input-file-results.cc (code): set-point-and-click! ->
124         set-point-and-click
125         
126 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
127
128         * Use uniform ly: prefix for exported scheme primitive functions.
129
130         * scm/music-types.scm: junk compat glue
131
132         * scripts/convert-ly.py: add rules for stuff below, junk
133         compatibility glue for spanrequest.
134
135         * lily/parser.yy (verbose_event): remove \spanrequest,
136         \commandspanrequest, \script. 
137         
138         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
139
140         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
141         for \penalty, \glissando.
142
143         * VERSION: release 1.7.3
144         
145 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
146
147         * lily/accidental-engraver.cc: Fix
148         grace-in-the-beginning-of-measure bug caused by the resent
149         partial-measure fix.
150
151         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
152         overlap looks too crowded)
153         
154 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
155
156         * lily/parser.yy (assignment): allow SCM expression as assignment.
157
158         * lily/include/music-output-def.hh (class Music_output_def):
159         * lily/music-output-def.cc: 
160         * lily/paper-def.cc: 
161         * scm/font.scm (markup-to-properties):
162         * lily/parser.yy (music_output_def_body): 
163         remove style_sheet_
164
165 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
166
167         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
168         length.
169
170         * input/regression/spacing-to-grace.ly: new file.
171
172         * input/regression/spacing-end-of-line.ly: new file.
173
174         * lily/note-spacing.cc (get_spacing): take into account breakable
175         stuff sticking out at the left (time sig change at line break).
176
177         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
178         raggedright code.
179
180         * scm/music-functions.scm (make-voice-props-set): add
181         staff-position for mm rests.
182  
183         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
184         before grace notes a little.
185
186         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
187
188         * lily/break-align-interface.cc (do_alignment): right-edge spacing
189         key adds space at the end of line. 
190
191 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
192
193         * scm/sketch.scm: Fix beams.
194
195         * buildscripts/mf-to-table.py: Add EncodingScheme.
196
197         * scm/sketch.scm: Resurrect.
198
199 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
200
201         * lily/multi-measure-rest.cc: use breve rests for measure lengths
202         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
203
204 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
205
206         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
207
208         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
209
210 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
211
212         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
213         token for origin information.
214
215         * lily/parser.yy (My_lily_lexer): do identifier location and
216         cloning from lexer.
217
218         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
219         logic out of the parser. Add bar checks on both ends.
220
221         * Documentation/user/refman.itely (Multi measure rests): add more
222         notes about mm rests.
223
224 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
225
226         * input/regression/bar-scripts.ly: Re-enable.
227
228         * lily/parser.yy:
229         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
230         released rsn.  Bison 1.50 has a crucial bug and won't work.
231
232         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
233
234
235 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
236
237         * input/regression/bar-scripts.ly: Blunt documentation build fix.
238
239 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
240
241         * Actually merge changes since 1.6.4 besides ChangeLog, and
242         resolve conflicts.  Lots of updates, hope all is well.
243         
244         * cygwin/lilypond.hint (requires): Add ghostscript.
245
246         * scm: Update some (c).
247         
248 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
249
250         * input/test/{various}.ly: add \header fields and texidoc strings.
251
252 2002-10-05  Werner Lemberg  <wl@gnu.org>
253
254         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
255         renamed to `output_latex_quoted'.
256         Added `output_latex_noquote'.
257         (schedule_lilypond_block): Implement `noquote' option for LaTeX
258         mode.
259
260 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
261
262         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
263         as workaround for /bin/sh problems on Solaris7.
264
265 2002-10-19  Werner Lemberg  <wl@gnu.org>
266
267         * GNUmakefile.in (web-doc): Fix typos.
268         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
269         `music-drawing-routines.ps' but emit \special{header=...} once.
270         * scm/tex.scm (header-end): Updated.
271
272 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
273
274         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
275         undefined tremolo. 
276
277 2002-10-15  Werner Lemberg  <wl@gnu.org>
278
279         * scripts/lilypond-book.py (g_make_html): New global variable.
280         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
281         if `g_make_html' isn't set.
282         [main]: Add format `texi-html'.
283         (option_definitions): Updated.
284         * Documentation/user/lilypond-book.itely: Updated.
285
286         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
287         * make/ly-rules.make (%.texi, %.nexi): Use it.
288         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
289         format to lilypond-book.
290         * GNUmakefile.in (web-doc): Ditto.
291
292 2002-10-14  Werner Lemberg  <wl@gnu.org>
293
294         Further improve TeX output.  The produced files are about 40%
295         smaller.  `lilyponddefs.tex' is now read only once.
296
297         * tex/lilyponddefs.tex: Remove footer stuff.
298         (\ifundefined): Renamed to...
299         (\lilypondundefined): This.  Use LaTeX's definition to
300         make it nestable and make it global.
301         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
302         output.
303         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
304         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
305         them global.
306         (\placebox): Renamed to...
307         (\lyitem): This.
308         Make it global and call \outputscale by itself.
309         (\lybox, \lyvrule): New macros to reduce input data.
310         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
311         New auxiliary macros.
312         (\SkipLilydefs, \EndLilyPondOutput): Removed.
313         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
314         to...
315         (\lilypondspace): This and made it global.
316         (\turnOnPostScript): Renamed to...
317         (\lilypondpostscript): This and made it global.
318         (\turnOnExperimentalFeatures): Renamed to...
319         (\lilypondexperimentalfeatures): This and made it global.
320         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
321         (\lilypondsetdimen): This and made it global.
322         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
323         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
324         (all, $(outdir)/music-drawing-routines.ps): New rules.
325         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
326         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
327         start-system, stop-system, stop-last-system, filledbox): Updated to
328         use the changed macros from lilyponddefs.tex.
329         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
330
331 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
332
333         * Documentation/windows/installing.texi: Update.
334
335 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
336
337         * VERSION: 1.6.5 released
338
339         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
340
341 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
342
343         * scm/translator-property-description.scm (voltaOnThisStaff): add
344         property.
345
346 2002-09-28  Werner Lemberg  <wl@gnu.org>
347
348         * scm/tex.scm (header-end): Suppress page numbering.
349
350         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
351         Fix quotation for HTML output.
352
353 2002-09-28   Graham Percival   <gperciva@sfu.ca>
354         
355         * Documentation/user/refman.itely: grammar and phrasing
356           fixes to "Note Entry" section.  Also adds a few new examples.
357
358 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
359
360         * flower/include/string-data.icc: include string.h
361
362 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
363
364         * scm/chord-name.scm (chord::inner-name-banter): remove space.
365
366 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
367
368         * Documentation/user/GNUmakefile (extra-local-help): Add.
369
370         * stepmake/stepmake/www-targets.make (local-help): Add.
371
372 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
373
374         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
375         packages.
376
377         * Documentation/topdocs/README.texi (Top): building documentation
378         (not website.)
379
380 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
381
382         * Documentation/user/refman.itely: 
383         * Documentation/user/tutorial.itely: 
384         * Documentation/user/music-glossary.tely: Merge changes.
385
386         * Documentation/user/glossary.html.in: 
387         * Documentation/index.texi: 
388         * Documentation/header.html.in: Accomodate renaming of glossary.
389         
390         * Documentation/user/tutorial.itely: Add some glossary references.
391         
392         * Documentation/user/refman.itely: Minor fixes.
393         
394         * Documentation/user/lilypond.tely: Add glossary do direntry.
395
396         * Documentation/user/music-glossary.tely: Rename (previously:
397         glossary.tely).  Fix anchor placement.
398
399         * Documentation/user/GNUmakefile: Make music-glossary.info too.
400
401 2002-09-23  Werner Lemberg  <wl@gnu.org>
402
403         * scripts/lilypond-book.py (output_dict): Fix handling of
404         various environments by avoid extraneous newlines.
405         Rename `output-all' regexp for html to `output-html'.
406         Replace `output-all' regexp for texi with `output-texi-quote'
407         and `output-texi-noquote'.
408         (compose_full_body): Don't override `linewidth' user option
409         for `singleline'.
410         (schedule_lilypond_block): Don't indent text specified with
411         `intertext' option.
412         Add new option `noquote'.
413         (compile_all_files): Use latex instead of tex to compile ly
414         files directly.
415
416         * Documentation/user/lilypond-book.itely: Updated and revised.
417         Improve layout.
418
419         * Documentation/user/glossary.tely,
420         Documentation/user/introduction.itely,
421         Documentation/user/tutorial.itely,
422         Documentation/user/refman.itely,
423         Documentation/user/appendices.itely: Fix overfull LilyPond
424         boxes caused by the new lilypond-book code.  Other minor
425         fixes.
426
427         * Documentation/user/macros.itexi (@texiflat): Don't emit
428         trailing space.
429
430         * scm/tex.scm (end-output, header-end): Add preamble and
431         postamble to make lilypond output directly compilable with
432         latex.
433
434         
435 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
436
437         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
438         instructions.
439
440 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
441
442         * Documentation/user/glossary.tely: Add titling and hyperlinks.
443
444 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
445
446         * lily/beam.cc (connect_beams): don't crash if there are quarter
447         notes in beams.
448
449 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
450
451         * Documentation/user/refman.itely: corrected ancient clef
452         docu; added docu on ligatures
453
454 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
455
456         * Documentation/user/glossary.tely,
457         Documentation/user/refman.itely, input/les-nereides.ly,
458         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
459         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
460         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
461         Stem properties: flag-style -> stroke-style, style -> flag-style.
462
463
464 2002-09-22  Werner Lemberg  <wl@gnu.org>
465
466         * scripts/lilypond-book.py: Add option `notime' to suppress
467         printing of a time signature.  Specify default indentation of 0pt
468         if single line fragment.  Don't emit redundant `\paper{ }'.
469
470         * Documentation/user/lilypond-book.itely: Updated.
471
472         * Documentation/user/glossary.tely: Completely reformatting.
473
474 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
475
476         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
477
478 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
479
480         * Documentation/user/tutorial.itely: Fix links.
481         
482         * Documentation/topdocs/index.tely:
483         * Documentation/index.texi:
484         * Documentation/header.html.in: Small website fixes and updates.
485
486         * debian/: Debian patch by Anthony Fok.
487
488 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
489
490         * Documentation/footer.html.in: How time flies: It's already 2002!
491
492         * Documentation/topdocs/index.tely: Stable/development fix.  Use
493         more descriptive link names than 'here'.
494
495 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
496
497         * VERSION: 1.7.2 released
498         * VERSION: 1.6.4 released
499         
500         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
501
502         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
503         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
504
505         * mf/feta-din.mf (test): add x-height and space.
506
507         * lily/dynamic-engraver.cc (process_music): take dynamic direction
508         from ^_ for crescendi. Idem for slurs and phrasing slurs.
509
510         * ly/grace-init.ly: add-to-grace-init: function to portably add
511         settings to \grace. 
512
513         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
514         if we get an absolute dynamic event.
515  
516         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
517
518         * lily/source-file.cc (get_line): oops. All line numbers were off
519         by 2. Fix that. 
520
521         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
522         be after the note, combined with -_^, i.e. c4-(-\)-\>  
523
524         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
525
526         * lily/parser.yy (number_factor): remove (number) as number
527         expression. ("Let them eat Lisp").
528
529 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
530
531         * lily/horizontal-bracket.cc: new file.
532
533         * lily/horizontal-bracket-engraver.cc: new file.
534
535         * input/regression/note-group-bracket.ly: new file. Support
536         horizontal note brackets for music analysis.
537
538         * lily/stem.cc (flag): new flag-style: no-flag.
539
540         * input/test/stem-cross-staff.ly: new file
541         
542         * Documentation/user/internals.itely: Improved formatting, fixing
543         typos.  Added a section `Output details' to describe how the TeX
544         code looks like.
545
546         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
547
548         * lily/parser.yy: remove \dynamicscript.
549
550         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
551         definitions. 
552
553         * python/midi.c (midi_error): take two arguments.
554
555         * Merge 1.6.5 changes:
556         
557 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
558
559         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
560         staff-space.  Previous 1.5 was probably meant as half-spaces.
561         (cautionary-style): parentheses (was: smaller).  This is what doco
562         says, and it seems more logical.
563
564         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
565         for 2nd sentence.
566
567 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
568
569         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
570
571 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
572
573         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
574
575 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
576
577         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
578
579 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
580
581         * scm/translator-property-description.scm (voltaOnThisStaff): add
582         property.
583
584 2002-09-28  Werner Lemberg  <wl@gnu.org>
585
586         * scm/tex.scm (header-end): Suppress page numbering.
587
588         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
589         Fix quotation for HTML output.
590
591 2002-09-28   Graham Percival   <gperciva@sfu.ca>
592         
593         * Documentation/user/refman.itely: grammar and phrasing
594           fixes to "Note Entry" section.  Also adds a few new examples.
595
596 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
597
598         * flower/include/string-data.icc: include string.h
599
600 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
601
602         * scm/chord-name.scm (chord::inner-name-banter): remove space.
603
604 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
605
606         * Documentation/user/GNUmakefile (extra-local-help): Add.
607
608         * stepmake/stepmake/www-targets.make (local-help): Add.
609
610 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
611
612         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
613         packages.
614
615         * Documentation/topdocs/README.texi (Top): building documentation
616         (not website.)
617
618 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
619
620         * Documentation/user/refman.itely: 
621         * Documentation/user/tutorial.itely: 
622         * Documentation/user/music-glossary.tely: Merge changes.
623
624         * Documentation/user/glossary.html.in: 
625         * Documentation/index.texi: 
626         * Documentation/header.html.in: Accomodate renaming of glossary.
627         
628         * Documentation/user/tutorial.itely: Add some glossary references.
629         
630         * Documentation/user/refman.itely: Minor fixes.
631         
632         * Documentation/user/lilypond.tely: Add glossary do direntry.
633
634         * Documentation/user/music-glossary.tely: Rename (previously:
635         glossary.tely).  Fix anchor placement.
636
637         * Documentation/user/GNUmakefile: Make music-glossary.info too.
638
639 2002-09-23  Werner Lemberg  <wl@gnu.org>
640
641         * scripts/lilypond-book.py (output_dict): Fix handling of
642         various environments by avoid extraneous newlines.
643         Rename `output-all' regexp for html to `output-html'.
644         Replace `output-all' regexp for texi with `output-texi-quote'
645         and `output-texi-noquote'.
646         (compose_full_body): Don't override `linewidth' user option
647         for `singleline'.
648         (schedule_lilypond_block): Don't indent text specified with
649         `intertext' option.
650         Add new option `noquote'.
651         (compile_all_files): Use latex instead of tex to compile ly
652         files directly.
653
654         * Documentation/user/lilypond-book.itely: Updated and revised.
655         Improve layout.
656
657         * Documentation/user/glossary.tely,
658         Documentation/user/introduction.itely,
659         Documentation/user/tutorial.itely,
660         Documentation/user/refman.itely,
661         Documentation/user/appendices.itely: Fix overfull LilyPond
662         boxes caused by the new lilypond-book code.  Other minor
663         fixes.
664
665         * Documentation/user/macros.itexi (@texiflat): Don't emit
666         trailing space.
667
668         * scm/tex.scm (end-output, header-end): Add preamble and
669         postamble to make lilypond output directly compilable with
670         latex.
671
672         
673 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
674
675         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
676         instructions.
677
678 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
679
680         * Documentation/user/glossary.tely: Add titling and hyperlinks.
681
682 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
683
684         * lily/beam.cc (connect_beams): don't crash if there are quarter
685         notes in beams.
686
687 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
688
689         * Documentation/user/refman.itely: corrected ancient clef
690         docu; added docu on ligatures
691
692 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
693
694         * Documentation/user/glossary.tely,
695         Documentation/user/refman.itely, input/les-nereides.ly,
696         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
697         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
698         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
699         Stem properties: flag-style -> stroke-style, style -> flag-style.
700
701 2002-09-22  Werner Lemberg  <wl@gnu.org>
702
703         * scripts/lilypond-book.py: Add option `notime' to suppress
704         printing of a time signature.  Specify default indentation of 0pt
705         if single line fragment.  Don't emit redundant `\paper{ }'.
706
707         * Documentation/user/lilypond-book.itely: Updated.
708
709         * Documentation/user/glossary.tely: Completely reformatting.
710
711 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
712
713         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
714
715 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
716
717         * Documentation/user/tutorial.itely: Fix links.
718         
719         * Documentation/topdocs/index.tely:
720         * Documentation/index.texi:
721         * Documentation/header.html.in: Small website fixes and updates.
722
723         * debian/: Debian patch by Anthony Fok.
724
725 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
726
727         * Documentation/footer.html.in: How time flies: It's already 2002!
728
729         * Documentation/topdocs/index.tely: Stable/development fix.  Use
730         more descriptive link names than 'here'.
731
732 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
733
734         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
735
736 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
737
738         * lily/part-combine-music-iterator.cc (get_state): cleanup
739         (get_music_info): cleanup.
740
741 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
742
743         * scm/backend-documentation-lib.scm (interface-doc-string):
744         crosslinks between interfaces and grobs. Headings for interfaces
745         in grob explanation.
746
747 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
748
749         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
750         dtd).  Add preliminary dtd.
751         (re-sub-alist): Robustify.
752
753 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
754
755         * lily/include/event-chord-iterator.hh,
756         lily/context-specced-music-iterator.cc,
757         lily/event.cc, lily/event-chord-iterator.cc: add
758
759 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
760
761         * lily/: some (c) header fixes.
762         
763         * lily/request-chord.cc: Remove.
764         
765         * lily/include/event-chord-iterator.hh:
766         * lily/include/event.hh:
767         * lily/event-chord.cc: New file.
768         
769         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
770         requested.
771
772 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
773
774         * lily/ : rename Request to Event
775
776         * lily/parser.yy (command_element): move clef stuff into Scheme.
777
778         * lily/:  rename length_mom () to get_length()
779
780         * lily/part-combine-music.cc: removed file and class.
781
782         * lily/context-specced-music-iterator.cc (class
783         Context_specced_music_iterator): new file. Obsoletes the
784         Context_specced_music type.
785
786         * scm/music-types.scm (make-repeated-music): put different kinds
787         of repeated music into music-type table.
788
789         * VERSION: 1.7.1 released.
790
791         * scm/to-xml.scm: new file.
792
793         * input/test/to-xml.ly (fooBar): demo of what is possible with the
794         new Input representation: dump music as XML.
795
796         * scm/engraver-documentation-lib.scm
797         (engraver-accepts-music-types?): add links from music to engraver,
798         from music-type to engraver.
799
800         * lily/include/command-request.hh: removed
801         lily/include/musical-request.hh: removed. Removed all _req classes
802         except Key_change_req. Changes throughout.
803
804 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
805
806         * lily/tuplet-engraver.cc (try_music): Compile kludge.
807
808 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
809
810         * lily/*.cc: specify accepts for many engravers.
811
812         * scm/music-documentation-lib.scm: dump music expressions and
813         music subtypes.
814
815         * scm/documentation-lib.scm: complete revision.
816         Use GOOPS objects to store document tree explicitly. Cleaned up and
817         sped up doco generation a lot.
818
819 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
820
821         * input/trip.ly (fugaIILeft): add arpeggio
822
823         * lily/translator-group.cc (try_music_on_nongroup_children):
824         oops. The name symbol is in the cdr of the assoc handle.
825
826         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
827         Hyphen_req, Glissando_req, Break_req, Mark_req 
828
829 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
830
831         * lily/musical-request.cc (music-duration-length,
832         music-duration-compress): new functions.
833
834         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
835         throughout. Warning doesn't work yet.
836
837         * lily/translator-group.cc (try_music_on_nongroup_children):
838         new implementation: store candidate acceptors in a hashTable.
839
840 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
841
842         * scm/music-types.scm (music-descriptions): change name to
843         internal-class-name
844
845         * scm/chord-name.scm (chord::inner-name-banter): remove space.
846
847 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
848
849         * lily/beam.cc (connect_beams): don't crash if there are quarter
850         notes in beams.
851
852 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
853
854         * Documentation/user/refman.itely: corrected ancient clef
855         docu; added docu on ligatures
856
857 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
858
859         * Documentation/user/glossary.tely,
860         Documentation/user/refman.itely, input/les-nereides.ly,
861         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
862         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
863         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
864         Stem properties: flag-style -> stroke-style, style -> flag-style.
865
866 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
867
868         * scm/music-functions.scm (music-separator?): don't use name music
869         property.
870
871 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
872
873         * stepmake/stepmake/generic-targets.make (help): Document check
874         target.
875
876         * lily/new-accidental-engraver.cc: Compile fix.
877
878 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
879
880         * scripts/convert-ly.py: Add rule.
881
882         * input/test/music-creation.ly:
883         * input/test/add-staccato.ly:
884         * input/test/add-text-script.ly: ly-make-music.
885
886         * scm/drums.scm (make-head-type-elem, make-articulation-script):
887         More ly-make-music renamings.
888
889         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
890
891         * lily/music-constructor.cc (make_music): Add debugging info.
892
893         * scm/music-functions.scm (make-simultaneous-music,
894         (make-sequential-music, context-spec-music):
895         * scm/music-types.scm (music-descriptions): Get lily to run.
896
897 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
898
899         * lily/command-request.cc (transpose_key_alist): new function.
900
901         * lily/key-performer.cc (create_audio_elements): cleanup. 
902
903 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
904
905         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
906
907         * lily/include/translator.hh (ENTER_DESCRIPTION): add
908         events-accepted field.
909
910         * scm/music-types.scm: new file.
911
912         * lily/parser.yy: put music type initialization into scheme,
913         similar to grob initialization.  Changes throughout.
914
915 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
916
917         * Documentation/user/tutorial.itely: Fix links.
918         
919         * Documentation/index.texi: 
920         * Documentation/header.html.in: 
921         * Documentation/topdocs/index.tely: Small website fixes and updates.
922
923         * debian/: Debian patch by Anthony Fok.
924
925 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
926
927         * Documentation/footer.html.in: How time flies: It's already 2002!
928
929         * Documentation/topdocs/index.tely: Stable/development fix.  Use
930         more descriptive link names than 'here'.
931
932         * ROADMAP: Remove test stuff.
933
934         * scripts/update-lily.py: Allow auto-building of stable and
935         development versions.  Bugfixes.
936
937 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
938
939         * VERSION: released 1.7.0
940
941         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
942
943         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
944         positive line widths.
945
946 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
947
948         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
949         go.  Fix comments.
950
951         * cygwin: Cygwin updates.
952
953 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
954
955         * Documentation/windows/installing.texi (Top): version for python,
956         urls for ghostscript (thanks to John Potelle)
957         
958         * lily/simultaneous-music-iterator.cc
959         (Simultaneous_music_iterator): init children_list_ before
960         triggering GC.
961
962         * lily/*-iterator.cc: be even more careful with smobbed copy
963         constructors. 
964
965         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
966         LeftEdge item.
967
968 2002-09-15  Werner Lemberg  <wl@gnu.org>
969
970         Improving LilyPond's output to make them ordinary TeX boxes with
971         predictable dimensions.  System boxes are now vertically centered on
972         the baseline; this offset can be further controlled with
973         \lilypondscoreshift.
974
975         * lily/system.cc (System::post_processing): Pass length of current
976         system to `start-system' (including any horizontal indentation).
977
978         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
979         prettier.
980         (lily-def): Append `%'.
981         (start-system): Add parameter `wd'.  Output more TeX code to specify
982         box dimensions.
983         (stop-system, stop-last-system): Complement changes in
984         `start-system'.
985         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
986         Updated.
987
988         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
989         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
990         Write final `\endinput'.
991
992         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
993         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
994         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
995         files and macro definitions don't produce spurious spaces and
996         paragraphs (using \endlinechar).
997         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
998
999         * Documentation/user/internals.itely: Improved formatting, fixing
1000         typos.  Added a section `Output details' to describe how the TeX
1001         code looks like.
1002
1003 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
1004
1005         * lily/accidental-engraver.cc: Also work with partial measures.
1006
1007 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1008
1009         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
1010         spanner.
1011
1012 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1013
1014         * lily/identifier-smob.cc (unpack_identifier): new file.
1015
1016         * lily/lexer.ll (identifier_type): new function.  use ly-id to
1017         pass off scheme expressions as music identifiers.
1018
1019         * scm/lily.scm: reorganisation, cleanups.
1020
1021         * lily/main.cc: small cleanups.
1022
1023 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1024
1025         * lily/ly-module.{cc,hh}: new file.
1026
1027 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
1028
1029         * lily/accidental-engraver.cc: Also work with partial measures.
1030
1031 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1032
1033         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
1034
1035 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1036
1037         * lily/my-lily-lexer.cc: use SCM module in stead of
1038         Scheme_hash_table. Changes throughout.  
1039
1040 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1041
1042         * VERSION (MY_PATCH_LEVEL): make 1.7.0
1043