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