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