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