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