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