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