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