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