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