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