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