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