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