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