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