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