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