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