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