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