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