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