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