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