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