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