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