]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
91f54d8aa802178b2869d6c53d40d74890377b46
[lilypond.git] / ChangeLog
1 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2
3         * Documentation/user/*.itely: various fixes.
4
5         * buildscripts/mf-to-table.py (base): break table every three
6         symbols.
7
8         * input/:  remove %% new-chords-done %% .
9
10         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
11         os-music.ly
12         
13 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
14
15         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
16
17         * scm/new-markup.scm (box-markup): new function.
18         (box-markup): new function. Contributed by Dick Schoeller
19         <schoeller@attbi.com>
20
21         * scm/lily.scm: remove reduce-no-unit 
22         (list-insert-separator): use fold-right
23
24         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
25         of arguments. 
26
27         * NEWS: more neutral language for ancient notation 
28
29         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
30         inside pointing beaming for chord tremolo.
31
32         * Documentation/user/lilypond-book.itely: minor editing
33
34 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
35
36         * NEWS: added news for 1.8 regarding ancient notation
37
38         * Documentation/user/refman.itely (Gregorian square neumes
39         ligatures): fixed typo
40
41         * lily/vaticana-ligature-engraver.cc,
42         lily/include/vaticana-ligature.hh: bugfix: use special heads for
43         lower/upper head of Pes only when heads are stacked
44
45         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
46         scm/define-grob-properties.scm: cleanup: make "join-left" a
47         boolean grob property and save delta pitch in grob property
48         "delta-pitch" instead
49
50         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
51
52 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
53
54         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
55         completely borked
56
57         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
58         (try_music): bug fix: beam multiplicity was completely borked.
59
60         * scm/lily.scm: remove tail, filter-list, filter-out-list,
61         first-n, butfirst-n in favor of srfi-1 functions.
62         remove string-join, string-pad in favor of srfi-13 functions.
63
64         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
65
66         * NEWS: use complete sentences.
67
68         * Documentation/user/introduction.itely (Example applications):
69         add note about databases and lilypond-book.
70
71         * input/test/volta.ly: remove file
72
73         * input/regression/volta-broken-left-edge.ly: simplify file
74
75 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
76
77         * Documentation/user/refman.itely (Constructing a tweak): new
78         subsection.
79
80         * Documentation/user/tutorial.itely (Fine tuning layout): add
81         common tweaks.
82
83         * scm/define-grobs.scm (TextScript): use new brewer.
84
85 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
86
87         * VERSION: release 1.7.23
88
89         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
90
91         * python/lilylib.py (make_ps_images): bugfixes.
92
93         * input/regression/volta-multi-staff.ly: new file.
94
95         * Documentation/user/macros.itexi: refcommands, refcommand macros.
96
97         * Documentation/user/tutorial.itely (Piano staffs): new section.
98         (Setting variables): new section
99         (Fine tuning layout): new section
100
101         * input/just-friends.ly: remove file. Superseeded by
102         input/test/chords-without-melody.ly
103
104         * ly/property-init.ly: add all commands to refman.
105
106         * scm/define-translator-properties.scm: remove
107         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
108
109         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
110         name. Underscores botch up PS output.
111
112         * scm/define-translator-properties.scm: remove
113         textNonEmpty, oneBeat, regularSpacingDelta
114
115         * scripts/convert-ly.py (FatalConversionError.conv): conversion
116         rule for automaticBars.
117
118         * lily/timing-engraver.cc (start_translation_timestep): change
119         barNonAuto to automaticBars
120
121 2003-06-30  Graham Percival  <gperlist@shaw.ca>
122
123         * input/test/perform-tie.ly: delete file.
124
125 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
126
127         * Documentation/user/refman.itely (Gregorian square neumes
128         ligatures): bugfix: do not show ledger lines in neumes table
129         (fixed by setting staff symbol to transparent rather than removing
130         it from staff context)
131
132 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
133
134         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
135         glue into brew-new-markup-molecule.
136
137         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
138
139         * Documentation/user/introduction.itely (Computerized typography):
140         new section
141
142         * Documentation/user/tutorial.itely (An orchestral part): remove
143         pc example from tutorial.
144
145         * input/tutorial/lilbook.tex: use screech-boink
146
147         * scripts/lilypond-book.py (compile_all_files): split formatting
148         output body and scheduling lilypond compilation.
149         (format_lilypond_output_bodies): new function
150         (format_lilypond_block): new function
151         (html_pages): allow multi-page images in HTML
152
153         * python/lilylib.py (make_ps_images): rename function from
154         make_preview, merge with make_page_images
155
156 2003-06-28  Graham Percival  <gperlist@shaw.ca>
157
158         * input/test/key-clefs.ly: moved to regression.
159
160         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
161
162         * input/no-notation/README: added note about midi-*.ly files.
163
164         * input/test/two-key.ly: moved to no-notation/parse5.ly
165
166         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
167         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
168
169         * input/test/ {various}: modified comments, marked some for deletion.
170
171         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
172
173         * input/test/mmrest-collision: moved to regression.
174
175 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
176
177         * scm/chord-name.scm (note-name->markup): don't superscript root
178         alterations in chordnames.
179
180 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
181
182         * Documentation/user/refman.itely (Multi measure rests): more
183         index/cross-referencing.
184
185         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
186
187         * scm/font.scm: remove properties-to-font-name code.
188
189         * scm/define-grob-properties.scm: remove 'type
190
191         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
192         conversion
193
194         * lily/text-spanner.cc: change 'type grob prop to 'style 
195
196         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
197         "first" flag to decide whether to make a start-repeat
198
199         * input/regression/grace-volta-repeat-2.ly: new file.
200
201 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
202
203         * lilypond-indent.el: rename generic functions to LilyPond-*
204
205 2003-06-22  Graham Percival  <gperlist@shaw.ca>
206
207         * input/test/thumb.ly: delete, merged into refman.
208
209         * Documentation/user/refman.itely: added thumb info to Fingering.
210
211         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
212         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
213         vertical-align.ly : deleted files.
214
215 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
216
217         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
218
219         * lily/line-spanner.cc (broken_trend_offset): remove function.
220         (get_broken_offset): idem.
221         (brew_molecule): rewrite the line-break case.
222
223         * input/regression/follow-voice-break.ly:  new file.
224
225         * lily/line-spanner.cc (after_line_breaking): remove lines at the
226         start of a system.
227
228 2003-06-20  Graham Percival  <gperlist@shaw.ca>
229
230         * input/test/tuplet-rest.ly: moved to regression.
231
232         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
233         deleted file.
234
235         * input/test/ {many} : marked file for possible deletion.
236
237 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
238
239         * input/regression/beam-funky.ly: add note about (disputed)
240         correct beaming.
241
242         * ly/engraver-init.ly (ScoreContext): put key-signature after
243         staff-bar
244         
245 2003-06-20  Graham Percival  <gperlist@shaw.ca>
246
247         * input/test/ broken.ly lyric-phrasing.ly: deleted.
248
249         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
250
251         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
252
253         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
254         stem-extend was deleted (it was duplicate example, and not as
255         good).
256
257         * input/test/[s-z]*.ly: add texidoc index.
258
259 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
260
261         * lily/slur.cc (get_boundary_notecolumn_y): change name from
262         get_first_notecolumn_y
263
264         * lily/spanner.cc (broken_spanner_index): new function.
265
266 2003-06-19  Graham Percival  <gperlist@shaw.ca>
267
268         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
269         lyric-hyphen.ly : moved to regression.
270
271         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
272         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
273
274         * input/test/instrument-name-mmrest.ly: moved to
275         ../regression/multi-measure-rest-instr-name.ly
276
277         * input/test/knee-sym.ly: moved to
278         ../regression/beam-knee-symmetry.ly.
279
280         * input/test/hymn.ly: change comments.
281
282         * input/test/[p-r]*.ly: add texidoc index.
283
284 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
285
286         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
287         to postfix syntax
288         
289         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
290         syntax.
291
292         * VERSION: release 1.7.22
293
294 2003-06-18  Graham Percival  <gperlist@shaw.ca>
295
296         * input/test/[h-k]*.ly: added texidoc index.
297
298         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
299
300         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
301
302         * input/test/ various : mark files for deletion or moving to regression.
303
304         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
305
306         * input/test/[l-o]*.ly: added texidoc index.
307
308 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
309
310         * scm/music-functions.scm (make-ottava-set): 
311         only do ottavation if centralCPosition is set.
312
313         * lily/translator-scheme.cc (ly:context-property-where-defined):
314         return '() if not found.
315
316 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
317
318         * lilypond-mode.el (LilyPond-un-comment-region): removed.
319         Use one command for both commenting and uncommenting.
320
321         * lilypond-indent.el (LilyPond-comment-region): new function,
322         (un)comments each line separately.
323
324         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
325         
326         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
327         imenu is not added by default; adapted from f90.el,
328         makes Help-menu, which does not fit, visible in XEmacs.
329         
330 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
331
332         * lilypond-mode.el: Set show-paren-mode local; minor-mode
333         show-paren-mode sets blink-matching-paren-on-screen local.
334         Try to make show-paren-function to paren-highlight local.
335
336         * lilypond-indent.el (LilyPond-scan-sexps): new function.
337         Copy definitions of Emacs' show-paren-function and
338         XEmacs' paren-highlight and make minimal changes;
339         add comments about locality. 
340         Fix matching first open-paren-char in '<< .. >>'.
341
342 2003-06-16  Graham Percival  <gperlist@shaw.ca>
343
344         * input/test/g*: added texidoc index.
345
346         * input/test/[a-g]*: added raggedright==#t when it
347          seemed appropiate.
348
349         * input/test/ fake-grace.ly figured-bass.ly : removed file.
350
351         * Documentation/topdoc/INSTALL.texi: removed false warnings
352         about gcc 3.3.
353
354 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
355
356         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
357
358         * input/test/chords-without-melody.ly (texidoc): add from
359         input/just-friends.ly
360
361         * input/regression/size{13--26}.ly: move from input/
362
363         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
364         input/{star-spangled-banner,twinkle}.ly: remove 
365         
366         * lily/slur.cc: remove slur over rest warnings.
367
368         * lily/note-spacing.cc (get_spacing): include left part of right
369         object in fixed space. This fixes stretched space before
370         accidentals.
371
372         * input/regression/spacing-accidental-stretch.ly: new file.
373
374 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
375
376         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
377         Reduce to 16pt.
378
379 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
380
381         * input/regression/spacing-knee.ly: docstring
382
383         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
384
385         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
386         input/tutorial/{test,solar,flowing}.ly: remove
387
388         * input/rhythm.ly: remove
389
390         * input/mutopia/F.Schubert/standchen.ly: update syntax.
391
392         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
393         update syntax. 
394
395         * scm/define-grobs.scm (all-grob-descriptions): set
396         knee-spacing-correction to 1.0
397
398         * lily/note-spacing.cc (stem_dir_correction): compute knee
399         correction using stem-thickness and head width.
400
401         * input/regression/beam-quanting-horizontal.ly: update texidoc
402
403         * scm/define-grobs.scm (all-grob-descriptions): set
404         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
405         This fixes 32nd beams for noteheads in spaces quants.
406
407         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
408
409 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
410
411         * README.mandrake: Change lilypond-extras to lilypond-documentation.
412
413 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
414
415         * input/test/dpncnt.ly,part-combine-score.ly: remove.
416
417         * VERSION (PACKAGE_NAME): release 1.7.21
418
419         * input/regression/stem-shorten.ly: new file.
420
421         * lily/stem.cc (get_default_stem_end_position): revise stem
422         shortening code.
423
424         * input/regression/spacing-multi-tuplet.ly: move from input/test/
425
426         * input/test/{scripts,volta-start,sleur}.ly: remove
427         
428         * input/regression/span-bar.ly: smaller file.
429
430         * input/regression/spacing-{natural,tight,loose}.ly: remove
431
432         * input/test/markup.ly: remove
433
434         * scripts/lilypond-book.py: put printfilename in separate chunk,
435         so texidoc is printed after the filename.  
436
437 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
438
439         * make/lilypond.mandrake.spec.in: fix docdirs.
440
441 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
442
443         * input/regression/beam-french.ly: bugfix.
444
445         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
446
447         * input/regression/(various).ly: add raggedright = #t.
448
449         * input/regression/auto-beam.ly: move from abe.ly
450
451 2003-06-13  Graham Percival  <gperlist@shaw.ca>
452
453         * input/test/f*.ly: added texinfo index.
454         
455         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
456
457 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
458
459         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
460         quant penalty for beam just outside staff.
461
462         * input/regression/beam-quanting-horizontal.ly (texidoc): move
463         from beam-pos.ly,  remove non-horizontal tests. 
464
465         * input/test/(various): cleanup header info. 
466
467         * input/test/tchaikovsky.ly: remove file.
468
469         * scm/chord-generic-names.scm: move from
470         double-plus-new-chord-name.scm
471
472         * input/test/orchestscore.ly: remove file
473
474         * Documentation/user/refman.itely (Vocal music): update documentation.
475
476         * scm/define-translator-properties.scm (chordNoteNamer): remove
477         chordNameStyle, use chordNameFunction
478
479         * scm/chord-name.scm (set-chord-name-style): remove
480         set-chord-name-style. Use \property chordNameFunction.
481
482 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
483
484         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
485         music): remove @TeX{} command.
486
487 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
488
489         * lilypond-indent.el (scan-sexps): Renamed to
490         aargh-this-breaks-other-emacs-modes-scan-sexps.
491
492 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
493
494         * lilypond-indent.el: Fix: match concurrent one-char opening and 
495         closing slurs: '()', etc. Add comments.
496
497         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
498
499         * lilypond-font-lock.el: match unending string at eof.
500
501         * make/lilypond.mandrake.spec.in: refreshed packed file list.
502         
503 2003-06-10  Graham Percival  <gperlist@shaw.ca>
504
505         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
506         input/test/beam-dir.ly input/test/beam-position.ly    
507         input/test/beam-suspect.ly input/test/beam-trend.ly    
508         input/test/beams.ly input/test/crescendo-text.ly : deleted
509         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
510         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
511         * input/test/default-bars.ly: moved to bar-always.ly
512         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
513
514 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
515
516         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
517
518 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
519
520         * scm/chord-ignatzek-names.scm (remove-step): rename file.
521
522 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
523
524         * lilypond-indent.el: Match better slurs in scheme expressions.
525         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
526
527         * Documentation/user/invoking.itexi: document Emacs' paren matching.
528
529 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
530
531         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
532
533         * input/ac-extra-voice.ly: Add texidoc.
534
535         * ly/chord-modifiers-init.ly: 
536         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
537         and chordNameExceptionsPartial for new chord names.
538
539         * input/test/chord-names-dpnj.ly: 
540         * input/test/dpncnt.ly: Update.
541
542         * scm/chord-name.scm: 
543         * scm/double-plus-new-chord-name.scm: Add compatibility for new
544         chord selection and options.
545
546         * ly/chord-modifiers-init.ly: Add exceptions 
547
548         * scm/define-translator-properties.scm (chordNameStyle) 
549         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
550
551 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
552
553         * ly/property-init.ly (germanChords): Added.
554         (semiGermanChords): Added.
555         
556         * input/test/chord-names-german.ly: Use new macros
557         
558 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
559
560         * lilypond-indent.el: Use similar parenthesis highlighting for 
561         Emacs and XEmacs through redefinitions of parenthesis highlighting 
562         functions; removed LilyPond-show-paren-function. Fix indenting.
563         Turn paren-matching on also in XEmacs.
564
565         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
566         as needed by parenthesis highlighting functions (in scan-sexp).
567
568 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
569
570         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
571         function.
572         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
573
574 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
575
576         * lilypond-indent.el: tune regexp for show-paren-function.
577
578 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
579
580         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
581         for all LilyPond-produced tex snippets.
582
583         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
584         fixes one line --preview output of ly2dvi.
585
586 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
587
588         * lilypond-indent.el: match only one type of slurs in
589         LilyPond-show-paren-function.
590
591 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
592
593         * debian/GNUmakefile (EXTRA_DIST_FILES): 
594         * debian/lilypond1.7.dirs: 
595         * debian/lilypond1.7-doc.dirs: New file.
596
597         * input/regression/chord-name-exceptions.ly: Add parameter for
598         ignatzekExceptions.  Quote hash in docstring.
599
600 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
601
602         * lilypond-indent.el (show-paren-function): define show-paren-function
603         as LilyPond-blink-matching-open and use it for closing parens.
604         Let LilyPond-blink-matching-open know whether a bracket was inserted.
605
606         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
607         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
608         LilyPond-blink-matching-paren in order to match both open and close
609         brackets.
610         
611 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
612
613         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
614         testing by modifying the code from FSF Emacs paren.el. Add comments.
615
616 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
617
618         * input/test/dpncnt.ly: Transpose example to match new
619         default \chords octave.  Add comment.
620         
621         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
622         comment about octave change.
623
624 2003-06-04  Graham Percival  <gperlist@shaw.ca>
625
626         * input/test/[d,e]: added texinfo index tags.
627         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
628
629 2003-06-04  Graham Percival  <gperlist@shaw.ca>
630
631         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
632
633 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
634
635         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
636         as in blink-matching-open.
637
638 2003-06-03  Graham Percival  <gperlist@shaw.ca>
639
640         * input/test/[a-c]: more comments in files.
641         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
642         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
643         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
644         mark file for proposed deletion.
645         * input/test: renaming files:
646         auto-beam-4-8.ly to beam-auto-4-8.ly
647         auto-beam-override.ly to beam-auto-override.ly
648         auto-beam.ly to beam-auto.ly
649         blank.ly to blank-paper.ly
650         absolute-volume.ly to dynamic-absolute-volume.ly
651
652 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
653
654         * input/test/dpncnt.ly: 
655         * input/test/chord-names-dpnj.ly: Resurrect.
656
657         * lily/my-lily-lexer.cc: Remove chordnames keyword.
658
659         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
660
661         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
662         Better docstring, add parameter OMIT-ROOT, tidy up.
663
664 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
665
666         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
667
668 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
669
670         * scm/output-ascii-script.scm (as-font-alist-alist):
671         (as-properties-to-font-name):
672         (as-make-style-sheet): Remove.
673
674         * scm/font.scm (as-make-font-list): New function.
675         (as-font-sheet-alist): New variable.
676
677         * ly/paper-as9-init.ly: 
678         * ly/paper-as5-init.ly: Update.
679
680         * ly/paper-as5.ly:
681         * ly/paper-as9.ly: New file.
682
683 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
684
685         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
686
687 2003-05-28  Graham Percival  <gperlist@shaw.ca>
688         * input/sondag-morgen/*: removed due to copyright concerns.
689         * input/[a,b]*.ly: added a newline at the end of the texinfo
690         doc string (produces better output in HTML version).
691         * input/c*.ly: added texinfo index and added comments to
692         aid in future changes to input/test/ files.
693
694 2003-05-28  Graham Percival  <gperlist@shaw.ca>
695         
696         * Documentation/user/refman.itely: fixed build problem (missing
697         file) caused by previous renaming.
698
699 2003-05-28  Graham Percival  <gperlist@shaw.ca>
700         
701         * input/test/[a,b]*.ly: added texinfo index and added comments to
702         aid in future changes to input/test/ files.
703         * input/test/bar-number-every-5-reset.ly: renamed to
704         bar-number-every-five-reset.ly
705         * input/test/bar-script-visibility.ly: renamed to
706         bar-number-show-all.ly
707
708 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
709
710         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
711         to Voice.
712
713         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
714         out note-line and glissando functionality.
715         
716         * lily/line-spanner.cc (brew_molecule): cleanup.
717
718 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
719
720         * scripts/as2text.scm: Use rdelim module.
721         (start-system): Rename from start-line.
722         (stop-system): Rename from stop-line.
723         (af-gulp-file): Use string iso symbol for getenv.
724
725         * scm/output-ascii-script.scm: Add guile and lily modules.
726         (font-name-alist): New variable.
727         (draw-line): New function.
728
729         * scm/output-lib.scm (func, arg->string): Re-add from archive.
730         (Were these silently removed, without ChangeLog entry?)
731
732 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
733
734         * scm/music-functions.scm (make-ottava-set): bugfixes: also
735         process 2nd ottava correctly.
736
737 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
738
739         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
740
741 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
742
743         * Documentation/user/converters.itely (Invoking midi2ly): Update.
744
745 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
746
747         * VERSION: release 1.7.20
748         
749         * lily/text-spanner.cc (brew_molecule): clean up function. This
750         fixes bugs with broken 8va spanners.
751
752         * lily/simple-spacer.cc (solve): also compute force for raggedright.
753         This prevents spurious line-breaks with raggedright
754         
755 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
756
757         * lily/key-performer.cc (create_audio_elements): always use major
758         key
759
760         * Documentation/user/internals.itely: updates
761
762         * input/regression/beam-break.ly: new file.
763
764         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
765         beams if starting or terminating stems have 'beaming set.)
766
767         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
768         property.
769
770         * lily/parser.yy (verbose_command_req): add comment about scales.
771
772 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
773
774         * lilypond-indent.el: adjust regexps in bracket-matching.
775
776 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
777
778         * Documentation/user/refman.itely: more tiny fixes
779
780         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
781         "Chord names"; added table with input syntax for solesmes neumes
782         table; added some words about rationale on input syntax design
783
784         * lily/gregorian-ligature-engraver.cc,
785         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
786         lily/include/gregorian-ligature.hh: bugfix: horizontal head
787         alignment of Pes Initio Debilis
788
789         * Documentation/user/refman.itely,
790         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
791         mf/parmesan-heads.mf: fixed most of the head selection/alignment
792         bugs in the solesmes neumes table
793
794 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
795
796         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
797         Similarly, match '[' and ']' by skipping '\[' and '\]'.
798
799         * lilypond-mode.el: fix tag-score. small improvements.
800
801 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
802
803         * .cvsignore: Add aclocal.m4.
804
805         * lily/music-constructor.cc: Include <assert.h>.
806
807 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
808
809         * ly/engraver-init.ly (HaraKiriStaffContext): use
810         RemoveEmptyStaffContext instead.
811
812         * Documentation/user/refman.itely: updates
813
814 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
815
816         * Documentation/user/refman.itely: added solesmes neumes table;
817         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
818         bugfix: "Ornaments" -> "Articulations"
819
820         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
821
822 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
823
824         * lilypond-indent.el: Add a message about trying to match \] or \).
825         
826 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
827         
828         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
829         obsolete "arithmetic_*"
830
831         * input/bugs/ligatures.ly: removed (will be put into a different
832         directory later)
833
834 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
835
836         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
837         libkpathsea (Maurizio Tomasi).
838
839 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
840
841         * input/regression/repeat-slash.ly (texidoc): new file
842
843         * lily/slash-repeat-engraver.cc (try_music): new file, handle
844         slash repeats separately. Slash repeats and %
845         repeats can now be nested.
846
847 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
848
849         * lilypond-indent.el: Add preliminary test for closing \] and \).
850         
851 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
852
853         * lily/gregorian-ligature-engraver.cc,
854         lily/vaticana-ligature-engraver.cc,
855         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
856         mf/parmesan-heads.mf: various semivocalis related bugfixes
857
858         * input/bugs/ligatures.ly: new file demonstrating problems with
859         ligatures
860         
861 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
862
863         * lilypond-mode.el,
864         lilypond-font-lock.el,
865         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
866
867 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
868
869         * lilypond-mode.el: Remove outdated code. Stress the difference 
870         between Emacs and XEmacs definitions.
871
872         * lilypond-mode.el,
873         lilypond-indent.el: Define a function interactive only when necessary.
874
875 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
876
877         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
878         Use inactive regions also in XEmacs.
879
880 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
881
882         * Documentation/user/refman.itely (Repeat syntax): more updates
883
884         * lily/simple-spacer.cc (solve): move solution process into
885         solve(). This fixes a bug with collisions and raggedright = ##t.
886  
887         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
888
889         * ly/engraver-init.ly: remove GraceContext. Update examples.
890
891 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
892
893         * GNUmakefile.in (fonts): Also make fontball.
894
895         * Website fixes:
896
897         * ly/engraver-init.ly (GraceContext): Add.
898
899         * run:
900
901             convert-ly $(find . -name *.ly)
902
903         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
904         new chords.
905
906 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
907
908         * VERSION: 1.7.19 released
909         
910         * scm/music-functions.scm (set-octavation): new function.
911
912         * input/regression/ottava.ly: new file
913
914         * lily/translator-scheme.cc (LY_DEFINE): new function
915         ly:unset-context-property
916         (LY_DEFINE) new function ly:context-property-where-defined: 
917
918 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
919
920         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
921
922         * lilypond.words: add few.
923
924         * input/test/script-chart.ly: fix typo.
925
926 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
927
928         * scm/define-grobs.scm: uniform naming for definitions and output
929         routine files. 
930
931         * ly/engraver-init.ly (ChoirStaffContext): add \description from
932         scm/context-description.scm
933
934         * lily/parser.yy (translator_spec_body): add \description to the
935         \translator{} body syntax.
936
937         * lily/ottava-engraver.cc: new file.
938
939         * scm/chord-name.scm (natural-chord-alteration): replace old
940         chord stuff. 
941
942         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
943
944         * Documentation/user/refman.itely (Metronome marks): update doco.
945
946         * input/regression/markup-note.ly: new file
947
948         * input/regression/metronome-marking.ly: new file
949
950         * lily/metronome-engraver.cc: new file. Print \tempo markings.
951
952         * scm/new-markup.scm (note-markup): make a note glyph, useful for
953         metronome marks.
954
955 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
956
957         * Documentation/user/GNUmakefile: Compatibility fix for new
958         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
959         for making binary packages; info splitting bug has been fixed.
960
961         * Documentation/user/refman.itely: Compile fixes.
962
963 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
964
965         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
966         Count \midi -keywords also for a region.
967
968 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
969
970         * lily/lookup.cc (LY_DEFINE): new function
971
972         * Documentation/user/tutorial.itely: updates
973
974 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
975
976         * lilypond-mode.el: Allow Midi on buffer.
977         Use only '.ly'-extension, remove '.sly' and '.fly'.
978         Allow use of inactive regions. Invoke next Command on Master file, 
979         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
980
981 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
982
983         * Documentation/user/tutorial.itely: updates.
984
985 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
986
987         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
988
989 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
990
991         * lily/coherent-ligature-engraver.cc: fixed typo
992
993         * lily/coherent-ligature-engraver.cc,
994         lily/gregorian-ligature-engraver.cc,
995         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
996         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
997         lily/vaticana-ligature-engraver.cc,
998         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
999         scm/grob-description.scm: cleanup: junked LigatureHead grob and
1000         removed all ligature specific stuff from NoteHead code
1001
1002         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
1003         ligatures now use regular noteheads
1004
1005         * lily/vaticana-ligature.cc: tiny code cleanups
1006
1007         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
1008         space between two adjacent noteheads of the same pitch
1009
1010         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
1011         description; cleanup: removed obsolete font-family settings
1012
1013 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
1014
1015         * lily/coherent-ligature-engraver.cc,
1016         lily/gregorian-ligature-engraver.cc,
1017         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1018         lily/mensural-ligature-engraver.cc,
1019         lily/vaticana-ligature-engraver.cc,
1020         lily/include/gregorian-ligature-engraver.hh: updated for new
1021         Coherent_ligature_engraver; added comments that describe the basic
1022         design ideas of the ligature implementation
1023
1024         * lily/coherent-ligature-engraver.cc,
1025         lily/include/coherent-ligature-engraver.hh: new file: shared code
1026         between mensural ligatures and Gregorian chant notation ligatures
1027
1028 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1029
1030         * lilypond-mode.el: XEmacs fixes: include two definitions for the
1031         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
1032         use only two arguments in sit-for, use no arguments in
1033         read-char-exclusive, backspace is not a character (127) in XEmacs.
1034
1035         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
1036
1037 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
1038
1039         * lilypond-mode.el: un-commenting works after syntax-table fix.
1040
1041         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
1042         group, verbose commenting for syntax table.
1043
1044         * lilypond-indent.el: add TODO for ligature slurs.
1045
1046 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
1047
1048         * lilypond-mode.el: Move comments of parenthesis matching away,
1049         (blink-matching-paren-on-screen) fix blinking in Emacs.
1050
1051         * lilypond-font-lock.el: Fix parent-matching for Emacs:
1052         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
1053
1054         * lilypond-indent.el: Add TODO for parenthesis matching.
1055
1056 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
1057
1058         * lilypond-mode.el: Fix XEmacs: 
1059         changed [S-iso-lefttab] to [(shift iso-lefttab)],
1060         invoke explicitly easy-menu-add (in Emacs done automatically).
1061         
1062         * lilypond.words: Add few words from input/*/*.ly.
1063
1064 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1065
1066         * VERSION (PATCH_LEVEL): release 1.7.18
1067
1068         * scripts/lilypond-book.py: only print basename for printfilename
1069         option
1070
1071         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
1072         and syntax updates.
1073
1074 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1075
1076         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
1077         better parametrisation. Move fatness of bulb downward.
1078
1079         * mf/parmesan-custodes.mf (dir_down): remove underscores from
1080         glyph names. Underscores are not allowed .ps encoding files.
1081
1082 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
1083
1084         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
1085         variable "packed" for packed right-ragged mode
1086
1087         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
1088         unused variable ragged; fixed indentation
1089
1090         * Documentation/user/refman.itely: tiny cleanups in ancient
1091         clef and custos section
1092
1093 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1094
1095         * lily/parser.yy (Simple_music): add \applyoutput, syntax
1096         \applyoutput PROCEDURE
1097
1098         * lily/my-lily-lexer.cc: add \applyoutput.
1099
1100         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
1101
1102         * lily/text-item.cc: clean text-interface description
1103
1104 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1105
1106         * input/{regression,test}/: use postfix for slur endings and beam
1107         begins.
1108
1109         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
1110         style beams too. 
1111
1112         * input/regression/lyrics-melisma-beam.ly: new file.
1113
1114         * lily/lyric-engraver.cc (process_music): change from
1115         process_acknowledged_grobs()
1116
1117         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
1118         functions to set and revert auto-beam settings.
1119
1120 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1121
1122         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
1123
1124 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
1125
1126         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
1127         Documentation/user/lilypond.tely: fixed some typos; updated author
1128         info
1129
1130         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
1131         #"" -> #'flag-style = #'()
1132
1133         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
1134         cleanup: removed dead #includes
1135
1136         * lily/gregorian-ligature-engraver.cc,
1137         lily/include/gregorian-ligature.hh,
1138         scm/grob-property-description.scm: small cleanups, small spacing
1139         fixes
1140
1141         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
1142         lily/vaticana-ligature.cc,
1143         lily/include/gregorian-ligature-engraver.hh,
1144         scm/grob-property-description.scm, scm/music-types.scm:
1145         "porrectus" -> "pes or flexa"
1146
1147         * ly/engraver-init.ly, scm/grob-description.scm,
1148         scm/grob-property-description.scm: junked porrectus, now handled
1149         by ligature code
1150
1151         * scm/grob-description.scm: bugfix: added space-alist entry for
1152         breathing sign/custos
1153
1154 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1155
1156         * Another grand 2003 update.
1157         
1158         * Remove mentioning of `mudela'; There's no such thing.
1159
1160 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1161
1162         * Documentation/user/preface.itely (Preface to version 1.8): update
1163
1164         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
1165
1166         * Documentation/user/converters.itely (Invoking convert-ly): revise
1167
1168         * scripts/convert-ly.py (outfile_name): remove --assume-old.
1169
1170         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
1171
1172 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1173
1174         * Documentation/user/internals.itely: more updates.
1175
1176 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1177
1178         * Documentation/user/refman.itely: revise 
1179
1180         * Documentation/user/internals.itely: revise
1181
1182         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
1183
1184 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
1185
1186         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
1187         beautification: reformatted ancient clefs section; cleanup: small
1188         wording fixes
1189
1190 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
1191
1192         * lilypond.words: added words for chant notation, sorted
1193         alphabetically through "sort lilypond.words"
1194
1195 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
1196
1197         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
1198         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
1199         chant notation
1200
1201 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
1202
1203         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
1204         prevent TeX from interpreting them as long dash
1205
1206         * input/test/vaticana.ly: updated
1207
1208         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
1209         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
1210         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
1211         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
1212         fixes
1213
1214         * mf/parmesan-heads.mf: ledger endings: removed dead code
1215
1216 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1217
1218         * VERSION: 1.7.17 released
1219         
1220         * Documentation/user/GNUmakefile
1221         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
1222         files too.
1223
1224         * scm/document-markup.scm: new file: document all markup
1225         functions.
1226
1227         * scm/documentation-generate.scm: rename all documentation modules
1228         to document-*.scm
1229
1230         * scripts/lilypond-book.py: generate link to .ly file iso. link to
1231         .png
1232
1233         * input/test/divisiones.ly: added
1234
1235         * input/regression/output-property.ly: new file
1236
1237         * lily/cluster.cc: change cluster-interface to use style property
1238
1239 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
1240
1241         * input/test/chord-names-german.ly: modified.
1242
1243         * scm/chords-ignatzek.scm:
1244           chord-name->german-markup: Added
1245           note-name->german-markup: Changed (now producing lowercase notenames)
1246
1247         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
1248         
1249 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1250
1251         * scripts/convert-ly.py (FatalConversionError.conv):
1252         divisiominima -> divisioMinima, etc.
1253
1254         * ly/engraver-init.ly (FiguredBassContext): add
1255         Separating_line_group_engraver to Figured bass context.
1256
1257         * ly/german-chords-init.ly: remove file
1258
1259         * input/test/chord-names-german.ly (scm): new file.
1260
1261         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
1262
1263         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
1264         Chord_name_engraver
1265
1266         * Documentation/user/refman.itely: lots of updates.
1267
1268         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
1269         new file
1270
1271         * input/test/bar-number-every-5-reset.ly: new file.
1272
1273 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1274
1275         * input/regression/chord-name-major7.ly: new file
1276
1277         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
1278         if specced explicitly.
1279
1280         * input/regression/chord-name-entry-11.ly: new file.
1281
1282         * input/test/slur-beautiful.ly: new file.
1283
1284         * Documentation/user/refman.itely: updates.
1285
1286         * input/regression/collisions.ly (threevoice): cleanup.
1287
1288         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
1289
1290 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1291
1292         * Documentation/user/*.itely: various updates.
1293
1294         * ly/spanners-init.ly: enddecr/ endcr.
1295
1296         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
1297         of tutorial
1298
1299 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1300
1301         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
1302
1303         * lily/new-chord-name-engraver.cc (process_music): use octavation
1304         (a number) instead of original-pitch to store inversions. This
1305         fixes a problem with transposed chords with inversions.  
1306
1307 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1308
1309         * stepmake/aclocal.m4: Include compile fix for broken flex, as
1310         used in includable-lexer.hh.
1311
1312         * lily/includable-lexer.cc: Bugfix: include config.h.
1313
1314         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
1315         circumvention of Debian packaging bug.
1316
1317 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1318
1319         * flex-2.5.31 hits Debian/unstable.  Fixes below.
1320         
1321         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
1322
1323         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
1324         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
1325
1326         * lily/include/includable-lexer.hh: 
1327         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
1328
1329         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
1330
1331         * aclocal.m4: Regenerate.
1332
1333         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
1334         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
1335
1336         * scm/pdf.scm (use-modules): Include lily.
1337
1338         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
1339         Noordkamp).
1340         (use-modules): Include lily.
1341         (lily-def): Bugfix: include tex-val in let.
1342
1343 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
1344
1345         * lilypond-mode.el: sensible error if lilypond.words not found.
1346
1347         * lilypond.words: add few words.
1348
1349 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
1350
1351         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
1352
1353         * mf/parmesan-scripts.mf: fixed typo in char name
1354
1355 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1356
1357         * VERSION: 1.7.16 released
1358
1359         * python/lilylib.py (setup_temp): temporary directories are mode 700.
1360         (this is a security vulnerability).
1361
1362         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
1363
1364         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
1365         add staff support.
1366
1367 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
1368
1369         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
1370         ly/script-init.ly, scm/script.scm: bugfix: renamed
1371         fermata->signumcongruentiae to fix naming clash with feta font
1372
1373 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1374
1375         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
1376
1377         * lily/multi-measure-rest-engraver.cc
1378         (start_translation_timestep): use grace timing too for determining
1379         when to make mmrest.
1380         (start_translation_timestep): clear numbers too.
1381
1382 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
1383
1384         * scm/music-types.scm: compile fix: escape braces
1385
1386         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
1387         work around font selection problem
1388
1389         * Documentation/user/refman.itely: BreathingSign: added docu for
1390         property "text"
1391
1392 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1393
1394         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
1395         information.
1396
1397 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1398
1399         * lily/multi-measure-rest-engraver.cc (class
1400         Multi_measure_rest_engraver): make multiple Number objects, one
1401         for each MultiMeasureTextEvent.
1402
1403         * scm/music-functions.scm (glue-mm-rest-texts): use
1404         MultiMeasureTextEvent
1405
1406         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
1407
1408         * Documentation/user/refman.itely (Multi measure rests): update.
1409
1410 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1411
1412         * lily/ly-module.cc (ly_copy_module_variables): use
1413         scm_internal_hash_fold() for iterating modules.
1414
1415 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
1416
1417         * Documentation/user/refman.itely: Section Custodes: added more
1418         example code
1419
1420         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
1421         neo-mensural rests to parmesan font
1422
1423         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
1424         header
1425
1426 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1427
1428         * Documentation/user/macros.itexi: @fileref macro.
1429
1430         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
1431         each file. 
1432
1433 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
1434
1435         * lily/include/custos.hh, make/lilypond.suse.spec.in,
1436         Documentation/topdocs/AUTHORS.texi: updated my email address
1437
1438         * Documentation/user/refman.itely: updated custos documentation;
1439         beautified divisiones example; beautified articulations table
1440
1441         * lily/breathing-sign.cc: bugfix: finalis molecule
1442
1443 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
1444
1445         * Documentation/user/refman.itely: added docu for
1446         contemporary fermata symbols, gregorian breathing signs; small fixes
1447
1448         * ly/gregorian-init.ly: removed obsolete #'type props
1449
1450 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1451
1452         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
1453         minimum-length property correctly.
1454
1455 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1456
1457         * scm/music-functions.scm (make-multi-measure-rest): set input
1458         locations for multimeasure rests.
1459
1460 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
1461
1462         * input/regression/breathing-sign.ly: updated to for ancient
1463         notation
1464
1465 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1466
1467         * scripts/ly2dvi.py: Add newline.
1468
1469 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1470
1471         * scripts/ly2dvi.py (dependency_files): Compile fix.
1472
1473 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1474
1475         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
1476         (make_html_menu_file): --html menu. 
1477
1478 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1479
1480         * scripts/ly2dvi.py (run_dvips): +add the .map file 
1481
1482 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1483
1484         * input/screech-boink.ly: new file.
1485
1486 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1487
1488         * scripts/lilypond-book.py (make_lilypond_file): convert
1489         lilypond-file to lilypond block directly, without going through
1490         begin/end lilypond text.
1491         
1492
1493 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
1494
1495         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
1496         scm/grob-description.scm: moved Michael's original breathing sign
1497         code in brew_molecule() to divisio_minima(); provided new
1498         brew_molecule() that effectively replaces the
1499         Text_item::brew_molecule callback (with additional fallback to
1500         Michael's original code); added callbacks for brewing divisio
1501         maior/maxima and finalis
1502
1503         * gregorian-init.ly: added breathing sign shortcuts for virgula,
1504         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
1505
1506         * script-init.ly: added shortfermata, longfermata,
1507         verylongfermata, varcoda
1508
1509         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
1510         longfermata, verylongfermata, varcomma, varcoda
1511
1512 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1513
1514         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
1515           Remove all noquote and insert a few quote.
1516         
1517         * Documentation/user/lilypond-book.itely (Music fragment options),
1518           scripts/lilypond-book.py: Don't include quotation blocks by
1519           default. Introduce option quote instead of noquote
1520
1521 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1522
1523         * VERSION: 1.7.15 released
1524         
1525         * Documentation/user/lilypond.tely: omf updates.
1526
1527         * buildscripts/texi2omf.py (omf_vars): include version.date
1528
1529         * make/lilypond.redhat.spec.in: fixes for spec file. 
1530
1531         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
1532         by function definition: lily now requires a recent GNU Make.
1533
1534         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
1535
1536         * make/ly-rules.make: remove .ly -> .tex rule
1537
1538         * Documentation/user/refman.itely (Figured bass): revised figured
1539         bass example.
1540
1541 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1542
1543         * stepmake/stepmake/omf-targets.make (local-install): add
1544         scrollkeeper-update message.
1545
1546         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
1547         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
1548
1549         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
1550
1551         * Documentation/user/converters.itely (Invoking midi2ly): add
1552         track/channel notice.
1553
1554 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1555
1556         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
1557
1558         * lily/parser.yy (scalar): DIGIT is also a scalar.
1559
1560         * Documentation/user/music-glossary.tely: add @omf tags
1561
1562         * Documentation/user/lilypond.tely: add @omf tags
1563
1564         * scm/generate-documentation.scm (string-append): add @omf tags.
1565
1566         * stepmake/stepmake/omf-*: new files 
1567
1568         * input/regression/multi-measure-rest.ly (texidoc): add doco
1569
1570         * GNUmakefile.in (web-doc-install): add web-doc-install target
1571
1572         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
1573         fixes crashes while dumping MIDI.
1574
1575         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
1576         midi
1577
1578 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1579
1580         * buildscripts/texi2omf.py: new file.
1581
1582         * mf/feta-beugel.mf: include font count, not staffsize (16) in
1583         font-name
1584
1585 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1586
1587         * input/regression/beam-manual-beaming.ly (texidoc): new file.
1588
1589         * lily/sequential-iterator.cc (descend_to_child): call
1590         descend_to_child() for all types of music.
1591
1592 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1593
1594         * scm/translator-property-description.scm: Add
1595         bassFigureFormatFunction.  Replace some entries.
1596
1597 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1598
1599         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
1600         clean out.
1601
1602 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1603
1604         * scripts/midi2ly.py (Note.dump): never dump duration for
1605         dump_dur=0.
1606
1607         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
1608         new function
1609
1610         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
1611         figures using new markups. Much simpler, and should improve layout
1612         a little.
1613
1614         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
1615
1616 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1617
1618         * ly/engraver-init.ly: use Hara kiri by default for 
1619         ChordNames, FiguredBass and Lyrics(Voice) context. 
1620
1621         * lily/axis-group-engraver.cc (acknowledge_grob): use
1622         rhythmic-grob-interface for selecting items not to hara-kiri'd 
1623
1624         * scm/new-markup.scm (markup-function-list): add bracket,
1625         vbracket.
1626
1627         * ly/engraver-init.ly (ChordNamesContext): set
1628         minimumVerticalExtent
1629
1630 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1631
1632         * input/test/time-signature-double.ly: new file 
1633
1634         * input/regression/collision-head-chords.ly (texidoc): new file.
1635
1636         * lily/type-swallow-translator.cc: add note swallow translator 
1637
1638         * input/test/time-signature-double.ly: new file.
1639
1640         * lily/type-swallow-translator.cc: add Rest_swallow_translator
1641
1642         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
1643         (FiguredBassContext): idem.
1644
1645         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
1646
1647         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
1648
1649         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
1650
1651         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
1652         .afm dependency
1653
1654         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
1655
1656         * python/lilylib.py (make_page_images): add function.
1657
1658         * scripts/ly2dvi.py (run_latex): include title in preview image.
1659
1660         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
1661         from lilypond-book for <ly2dvifile> tags in HTML.
1662
1663         * scripts/ly2dvi.py (option_definitions): add --debug option to
1664         print out environment.
1665
1666         * input/regression/tie-chord-partial.ly: new file.
1667
1668 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
1669
1670         * lilypond.words: add 3
1671
1672 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1673
1674         * scm/new-markup.scm (markup-function-list): add finger-markup
1675
1676         * input/tutorial/brahms-tweaked.ly: new markup 
1677
1678         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
1679
1680         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
1681         crash when processing '() markup
1682
1683         * input/regression/breathing-sign.ly (texidoc): add caesura example.
1684
1685         * lily/breathing-sign.cc (railtracks): another caesura.
1686
1687         * mf/feta-schrift.mf: caesura symbol. 
1688
1689 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1690
1691         * scripts/convert-ly.py (FatalConversionError.conv): add
1692         ly:molecule-XXX conversions.
1693
1694         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
1695
1696         * input/regression/multi-measure-rest-text.ly: new file.
1697
1698         * scm/music-functions.scm (glue-mm-rest-texts): automatically
1699         convert MMREST-TEXT to MultiMeasureRestNumber settings.
1700
1701         * ly/engraver-init.ly (ScoreContext): move tablature settings to
1702         ScoreContext
1703
1704         * scm/new-markup.scm (center-markup): \center markup.
1705
1706         * scm/music-functions.scm: remove pitchify scripts.
1707
1708         * lily/music.cc (print_smob): display music name if available 
1709
1710 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1711
1712         * Documentation/user/refman.itely (Instrument names): remove
1713         \turnOff doco.
1714
1715 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1716
1717         * lily/score.cc (mark_smob): bugfix.
1718
1719         * input/regression/rehearsal-mark.ly: new file.
1720
1721         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
1722         report error at the current token again.
1723
1724 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1725
1726         * cygwin/mknetrel: Exit if doc build fails.
1727
1728         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
1729
1730 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1731
1732         * scm/music-types.scm (music-descriptions): add doc strings
1733
1734 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1735
1736         * lily/lexer.ll: 
1737         * lily/include/my-lily-lexer.hh: 
1738         * lily/include/includable-lexer.hh: Add flex kludge.
1739
1740         * config.hh.in: 
1741         * config.make.in: 
1742         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
1743         cruft.
1744         
1745         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
1746         code.
1747
1748 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1749
1750         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
1751
1752         * lily/parser.yy (new_chord): Compile fix.
1753
1754 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1755
1756         * Documentation/user/refman.itely (Tuning groups of objects):
1757         remove documentation for \turnOff. 
1758
1759         * lily/percent-repeat-engraver.cc (try_music): add correct
1760         processing moments for double-measure percents as well.
1761
1762         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
1763
1764         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
1765         grob prop type. 
1766
1767         * Documentation/user/refman.itely (Printing named chords): add
1768         chord name tweak doco.
1769
1770         * input/template/gregorian-transcription.ly: new file.
1771
1772 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1773
1774         * VERSION: 1.7.13 released
1775         
1776         * input/test/*: lots of cleanups/comment-outs/removals in chord
1777         examples
1778         
1779         * input/regression/*: lots of cleanups/comment-outs/removals in
1780         chord examples
1781         
1782         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
1783         options
1784
1785         * lily/new-chord-name-engraver.cc (process_music): give original
1786         inversion pitch to chord name routine.
1787
1788         * input/tutorial/os-score.ly: update to new markup
1789
1790         * Documentation/user/appendices.itely: simply include
1791         chords-ignatzek. 
1792
1793         * Documentation/user/refman.itely (Chords mode): add documentation
1794         for chord mode.
1795
1796         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
1797         not present in chord.
1798         (construct-chord): add inversion and bass support.
1799
1800         * lily/chord.cc: junk contents.
1801
1802 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
1803
1804         * Documentation/user/refman.itely:
1805         * Documentation/user/music-glossary.tely: fix. 
1806
1807 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1808
1809         * scm/chord-entry.scm (construct-chord): move chord construction
1810         to Scheme.
1811
1812         * lily/parser.yy (new_chord): new setup for chord entry.
1813
1814 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
1815
1816         * lilypond.words:
1817         * Documentation/user/music-glossary.tely: add ambitus.
1818
1819 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1820
1821         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
1822
1823         * lily/include/*.hh: string() -> to_string()
1824
1825         * scm/chords-ignatzek.scm: new file.
1826
1827         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
1828         standard chord name exceptions.
1829
1830         * scm/translator-property-description.scm (chordNameSeparator):
1831         add property.
1832         (majorSevenSymbol): add property
1833
1834         * lily/translator-scheme.cc (ly:context-properties): new function
1835         (ly:context-parent): new function.
1836         (print_smob): print context name.
1837
1838         * lily/music.cc (ly:get-music-length): new function
1839         (print_smob): don't print properties.
1840
1841         * lily/duration.cc (duration<?): new function
1842
1843         * input/regression/chords-funky-ignatzek.ly: new file.
1844
1845         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
1846         jazz chords.
1847
1848         * lily/pitch.cc (ly:pitch-diff): new function.
1849
1850         * input/regression/chords-ignatzek.ly: new file.
1851
1852 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1853
1854         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
1855         pitches for jazz chords.
1856
1857 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1858
1859         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
1860
1861 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
1862
1863         * lilypond.words: add 1
1864
1865 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
1866
1867         * Documentation/topdocs/AUTHORS.texi: refine.
1868
1869 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
1870
1871         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
1872         
1873         * lilypond.words: add one.
1874
1875 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
1876
1877         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
1878         Fontify bass note in chords, e.g., e in c1/e.
1879         
1880 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1881
1882         * Documentation/user/music-glossary.tely: Dutch updates and
1883         additions (Arent Storm).
1884
1885 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1886
1887         * input/regression/ambitus.ly:  move file.      
1888
1889         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
1890
1891         * lily/event.cc (transpose): add tonic property to Key_change_req
1892         and to Key_engraver.
1893
1894 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
1895
1896         * Documentation/user/refman.itely: fix typo.
1897
1898         * lilypond.words: removed wrong identifiers.
1899
1900 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1901
1902         * mf/feta-toevallig.mf: make flat stem shorter 
1903
1904 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
1905
1906         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
1907
1908         * lilypond.words: add from Phrasing slur.
1909         
1910 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
1911
1912         * lilypond-mode.el: allow launching multiple ViewPS processes.
1913         
1914         * lilypond.words: add from Text markup.
1915
1916 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1917
1918         * input/test/ossia.ly (texidoc): add comment.
1919
1920         * input/regression/voice-follower.ly: new file.
1921
1922         * mf/feta-toevallig.mf: make flat heavier.
1923
1924         * lily/cluster-engraver.cc: clean up Cluster engraver
1925
1926         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
1927         Engraver. Use Note_column to compute Y positions and deal with
1928         line break stuff.
1929
1930 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1931
1932         * lily/stem.cc: move french-beaming to stem.
1933
1934 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
1935
1936         * lilypond-font-lock.el: fontify all durations in chords.
1937
1938         * lilypond.words: add from lily/my-lily-lexer.cc
1939
1940 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1941
1942         * VERSION: release 1.7.12
1943
1944         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
1945
1946         * lily/gregorian-ligature.cc: new file
1947
1948         * lily/*: the Great 2003 search & replace.
1949
1950         * Documentation/user/refman.itely (Manual repeat commands): add
1951         note about font selection.
1952
1953 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
1954
1955         * lilypond-mode.el: propose recompiling midi while invoking playing,
1956         not while stopping playing.
1957
1958 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
1959
1960         * lilypond.words: add one.
1961
1962         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
1963         and expressional note grouping. Fontify chord modes.
1964
1965 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
1966
1967         * Documentation/user/music-glossary.tely (Top): translate melisma.
1968
1969 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1970
1971         * Documentation/user/music-glossary.tely (Top): add melisma.
1972
1973 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
1974
1975         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
1976         interfaces for (abstract) grob GregorianLigature
1977
1978         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
1979         renamed head* -> glyph_name*, x-shift* -> x-offset*
1980
1981         * scm/grob-property-description.scm: bugfix: added missing descriptions
1982
1983 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1984
1985         * input/test/chord-names-dpnj.ly: New file.
1986
1987         * scm/double-plus-new-chord-name.scm: Implement full and partial
1988         exceptions.
1989
1990         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
1991
1992         * scm/double-plus-new-chord-name.scm
1993         (double-plus-new-chord->markup): Fix sub->markup.
1994
1995
1996 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
1997
1998         * lily/custos-engraver.cc: added TODO; editorial changes
1999
2000         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
2001         consistency with other ligature engravers; removed access on (now)
2002         private variable _ligature of Ligature_engraver
2003
2004         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
2005         renamed last_bound -> last_bound_; issue programming_error on
2006         abstract method calls; moved primitives code from
2007         Mensural_bracket_engraver to here (because almost ligature
2008         engravers will need it); renamed try_stop_ligature () ->
2009         typeset_ligature (); bugfix: store primitives of finished ligature
2010         in separate variable finished_primitives_ to avoid clash on input
2011         like "\] \["; added current_ligature () to enable access on
2012         private variable _ligature
2013
2014         * lily/mensural-ligature-engraver.cc: removed primitives_ code
2015         (now in super class); renamed try_stop_ligature () ->
2016         typeset_ligature ()
2017
2018         * lily/mensural-ligature.cc: issue programming_error on abstract
2019         method calls
2020
2021         * lily/note-heads-engraver.cc: added TODO comment upon bool
2022         in_ligature
2023
2024         * mf/parmesan-heads.mf: fixed some of set_char_box()
2025
2026         * scm/grob-description.scm: added VaticanaLigature
2027
2028         * scm/grob-property-description.scm: added neume prefix properties
2029
2030         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
2031         lily/include/gregorian-ligature-engraver.hh,
2032         lily/include/gregorian-ligature.hh: new files; framework for
2033         gregorian ligature engravers such as vaticana
2034
2035         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
2036         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
2037         vaticana style ligature implementation (still somewhat uncomplete)
2038
2039 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2040
2041         * VERSION: release 1.7.11
2042
2043         * scripts/convert-ly.py: add ly:pitch-transpose rule
2044
2045 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2046
2047         * input/test/dpncnt.ly: New file.
2048
2049         * lily/my-lily-lexer.cc: Add chordnames keyword.
2050
2051         * lily/parser.yy (chordnames_block): Parse chord name exception
2052         lists, see input/test/dpncnt.ly.
2053
2054         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
2055         function.
2056
2057         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
2058         filter-out too.
2059
2060         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
2061         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
2062         pitch functions (except for ly:make-pitch, but that's apparently
2063         some sort of scheme naming standard?).
2064
2065         * scm/lily.scm (!=): define-public.
2066
2067         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
2068
2069 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2070
2071         * scm/double-plus-new-chord-name.scm
2072         (double-plus-new-chord-name->markup): New file.
2073
2074 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2075
2076         * python/lilylib.py (make_preview): don't suppress progress for
2077         bbox extraction.
2078
2079 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2080
2081         * Documentation/user/appendices.itely (scheme): update for new syntax.
2082
2083         * input/regression/chord-name-styles.ly: new file
2084
2085         * lily/instrument-name-engraver.cc: create instrument names
2086         without barline too.  Allows instrument name on ChordNames  
2087
2088         * scm/new-markup.scm (interpret-markup): allow simple strings as
2089         markup too.
2090
2091 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2092
2093         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
2094         (step->markup-accidental): Fix: add accidental.
2095         (chord::inner-name-american): 
2096         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
2097         append stray '/' if last superscript addition was 'o'.
2098
2099         * scm/new-markup.scm (normal-size-sub-markup) 
2100         (normal-size-super-markup): New function.
2101
2102         * lily/source-file.cc (Source_file): Add warning for possibly
2103         intentional but suspicious initialization.
2104
2105         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
2106         add comments about cut-and-paste programming.
2107
2108         * flower/rational.cc (lcm): Not used; comment out.
2109
2110 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2111
2112         * lily/new-fingering-engraver.cc (position_scripts): use
2113         fingerHorizontalDirection to determine fingering horizontal
2114         directions.
2115  
2116         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
2117         fingering support.
2118
2119         * scripts/convert-ly.py (FatalConversionError.conv): add style
2120         conversion rule. 
2121
2122         * scm/chord-name.scm (set-chord-name-style): new function.
2123         (new-chord-name-brew-molecule): revise to interpret markup only
2124         (new-chord->markup): cleanuppish rewrite. To be called from the
2125         new engraver.
2126
2127         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
2128         Markup earlier, during interpreting.
2129
2130         * input/test/{banter,jazz,american}-chords.ly (scheme): update
2131         style settings. Rename to chord-names-*.ly
2132
2133 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2134
2135         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
2136         markup code and update to new markup.  Most probably broke some of
2137         it.
2138         
2139 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
2140
2141         * Documentation/user/refman.itely: added docu for ambitus and
2142         clusters
2143
2144         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
2145         ly_quote_scm() in lookup.cc
2146
2147         * mf/parmesan-clefs.mf: set_char_box fix
2148
2149         * lily/cluster-engraver.cc: junk implicit protection; use
2150         Protected_scm instead
2151
2152 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2153
2154         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
2155         throughout.
2156
2157         * scm/new-markup.scm: Turn-off error-triggering test code.
2158
2159 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2160
2161         * scm/new-markup.scm (markup-thrower-typecheck) 
2162         (markup-typecheck?):  add full typechecking functions.
2163         (make-markup-maker): add make-FOO-markup functions.
2164         (markup-argument-list-error): nice error checking messages.
2165         (make-markup): better function: less quoting escapades.
2166
2167 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2168
2169         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
2170
2171 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2172
2173         * cygwin/lilypond.hint (requires): Add cygwin.
2174
2175         * .cvsignore: Remove stepmake (huh!?!), add lib.
2176
2177         * GNUmakefile.in: Add libdir links for builddir runs.
2178
2179         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
2180         instead of datadir.
2181
2182         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
2183         local_lilypond_libdir.
2184
2185         * config.make.in (lilypond_libdir): Add.
2186
2187         * stepmake/stepmake/substitute-rules.make: 
2188         * stepmake/stepmake/script-rules.make: 
2189         * stepmake/stepmake/python-module-rules.make:
2190         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
2191         lilypond-python-module patch.
2192
2193 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2194
2195         * Documentation/user/refman.itely (Graphical interfaces): add note
2196         about xml2ly.
2197
2198 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2199
2200         * scripts/ly2dvi.py (run_dvips): remove trailing newline
2201
2202 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2203
2204         * VERSION: released 1.7.10
2205
2206         * scripts/musedata2ly.py (): idem
2207
2208         * scripts/midi2ly.py (dump_chord): idem
2209
2210         * scripts/etf2ly.py (version): idem 
2211
2212         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
2213
2214         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
2215
2216         * scm/tex.scm (tex-output-expression): remove eval compat
2217         glut. Other output files too.
2218
2219         * scm/chord-name.scm: don't export anything from chord module.
2220
2221         * input/test/american-chords.ly: idem
2222
2223         * input/test/banter-chords.ly (texidoc): idem
2224
2225         * input/test/Cc-chords.ly: add breakage notes.
2226
2227         * Documentation/user/refman.itely (Text markup): rewrite manual section.
2228
2229         * lily/parser.yy (scalar): allow \markup { } as property value. 
2230
2231         * scm/chord-name.scm: complete new markup usage
2232
2233         * scm/grob-description.scm (all-grob-descriptions): use new markup
2234         texts by default
2235
2236 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2237
2238         * scm/chord-name.scm: partial move to new markup texts.
2239
2240 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2241
2242         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
2243
2244         * scm/bass-figure.scm (brew-bass-figure): make stack direction
2245         settable.
2246
2247 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
2248
2249         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
2250         invoked for old midi, wait for killing.
2251
2252 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
2253
2254         * Documentation/user/music-glossary.tely: Finnishing.
2255
2256 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2257
2258         * mf/feta-nummer-code.mf: some kerning pairs.
2259
2260 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
2261
2262         * scm/output-lib.scm (set-bar-number-visibility): Context-function
2263         Added.
2264
2265         * Documentation/user/refman.itely (Bar numbers):
2266         set-bar-number-visibility added, modulo-bar-number removed again
2267         (sorry).
2268
2269 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
2270
2271         * scm/output-lib.scm (modulo-bar-number-visible): add function.
2272
2273         * Documentation/user/refman.itely: add modulo-bar-number-visible.
2274
2275         * Documentation/user/music-glossary.tely: translate into Finnish.
2276
2277 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
2278
2279         * lilypond-mode.el: add shortcut for 2midi
2280
2281         * lilypond-font-lock.el: fontify lyrics
2282
2283 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
2284
2285         * scm/drums.scm : use 1.7.x names.
2286
2287         * input/regression/drums.ly : Don't use << chords >>
2288
2289 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
2290
2291         * lilypond-mode.el: tidy, add TODO
2292
2293         * make/lilypond.mandrake.spec.in: install-info quietly.
2294
2295 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2296
2297         * input/test/markup.ly: use new syntax.
2298
2299 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2300
2301         * ly/params-init.ly (interscoreline): add word-space
2302
2303         * input/test/metronome.ly (eighthNote): idem.
2304
2305         * input/test/script-priority.ly: use new markup
2306
2307         * lily/parser.yy (markup): allow HEAD markup0 markup1 
2308
2309         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
2310
2311         * lily/parser.yy (gen_text_def): bugfix.
2312         (full_markup): allow markup identifier.
2313
2314 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
2315
2316         * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
2317         jobs at the same time. Add horizontal lines to Command menu.
2318         Allow one compiling job -- propose killing others before a new one.
2319
2320         * lilypond.words: add markup, teeny, etc.
2321
2322 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
2323
2324         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
2325         Allow only one type of midi process; launching Midi either stops
2326         midis or plays the current midi and launching MidiAll stops midis
2327         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
2328         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
2329
2330 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2331
2332         * lily/text-engraver.cc (process_acknowledged_grobs): use new
2333         markup  for new markup texts.
2334
2335         * lily/mark-engraver.cc (process_music): idem
2336         
2337         * lily/instrument-name-engraver.cc (create_text): idem
2338
2339         * scm/new-markup.scm (magnify-markup): new function.
2340
2341         * scm/molecule.scm (stack-lines): bugfix.
2342
2343         * lily/font-interface.cc (get_font): take font-magnification from
2344         alist chain.
2345
2346 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2347
2348         * lily/molecule-scheme.cc: move scheme functions to separate file.
2349
2350         * lily/font-metric.cc  (ly_get_glyph): new function. 
2351         
2352         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
2353         (italic-markup, dynamic-markup): new functions
2354         (font-markup): new function
2355
2356         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
2357         padding and minimum
2358
2359 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
2360
2361         * lily/accidental-engraver.cc:
2362         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
2363
2364 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
2365
2366         * lilypond.vim:
2367         * lilypond-font-lock.el: Put \longa as duration. Accept only 
2368         [a-zA-Z] for user defined identifiers. Separate note cases 
2369         with and without a duration (allow cis\longaX).
2370
2371         * lilypond.words: Add words from Info.
2372
2373 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2374
2375         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
2376
2377 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
2378
2379         * lilypond-mode.el: Propose reverting buffer before a command if
2380         it was edited with an another editor.
2381
2382 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2383
2384         * lily/molecule.cc (ly_translate_molecule): new function
2385
2386         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
2387         into libdir
2388
2389         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
2390
2391         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
2392
2393 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
2394
2395         * lilypond.words: take \words from Info-index.
2396
2397 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2398
2399         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
2400
2401 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
2402
2403         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
2404
2405 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
2406
2407         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
2408         and lilypond-documentation.
2409
2410 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2411
2412         * lily/parser.yy: Compile fix (bison 1.75).
2413
2414 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2415
2416         * VERSION: 1.7.9 released
2417
2418         * scm/music-functions.scm (shift-one-duration-log): refactor.
2419         Use music-map.
2420
2421         * input/regression/chord-tremolo.ly (texidoc): add dot test.
2422
2423         * NEWS: update.
2424
2425         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
2426         argument
2427         
2428         * scm/music-functions.scm (display-music): new function
2429         (music-map): change arg order.
2430
2431         * input/regression/new-markup-syntax.scm: new file
2432
2433         * lily/parser.yy (markup): add \markup { .. } syntax.
2434
2435         * scm/new-markup.scm (override-markup): new function
2436         (lookup-markup): new function
2437         (music-markup): new function
2438         (lookup-markup-command): use markup-signature to store argument
2439         format for parser.
2440
2441         * lily/lexer.ll: preliminary \markup syntax. 
2442
2443 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
2444
2445         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
2446         add pre/post-dependencies and menus with icons from source.
2447
2448         * Documentation/pictures/lilypond-48x48.xpm:
2449         * Documentation/pictures/lilypond-32x32.xpm:
2450         * Documentation/pictures/lilypond-16x16.xpm: new files, background
2451         transparent.
2452
2453         * stepmake/stepmake/generic-targets.make:
2454         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
2455
2456 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2457
2458         * input/regression/music-map.ly (texidoc): new file.
2459
2460         * scm/music-functions.scm (music-map): new function
2461
2462 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2463
2464         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
2465
2466 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
2467
2468         * input/test/to-xml.ly:
2469         * lily/ligature-engraver.cc: Fixes documentation.
2470
2471         * lilypond.mandrake.spec.in:
2472         * lilypond.redhat.spec.in: Add lilypond.words.
2473
2474         * Documentation/user/refman.itely: Mention Info inside emacs.
2475         
2476         * lilypond.suse.spec.in:
2477         * lilypond.redhat.spec.in: 
2478         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
2479
2480 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2481
2482         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
2483         os.popen.read ().
2484
2485 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2486
2487         * scripts/ly2dvi.py (include_path): print warning if failing anything.
2488
2489         * python/lilylib.py (error): add space
2490
2491 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2492
2493         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
2494         distribution.
2495
2496 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2497
2498         * lily/paper-outputter.cc (Paper_outputter): close port when
2499         finishing score.
2500
2501 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2502
2503         * scm/sodipodi.scm: Fixes.
2504
2505 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
2506
2507         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
2508
2509         * buildscripts/make-font-dir.py: Fix. 
2510
2511 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
2512
2513         * lilypond-mode.el: Add support for Info inside Emacs.
2514
2515 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2516
2517         * buildscripts/make-font-dir.py: 
2518         * mf/GNUmakefile: Make sodipodi font map.
2519
2520         * scm/sodipodi.scm: Add more output functions.
2521
2522         * mf/feta-nummer.mf: 
2523         * mf/feta-beugel.mf: Add font_coding_scheme.
2524
2525         * lily/paper-outputter.cc (output_header): Fix creator string.
2526
2527 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
2528
2529         * lilypond-mode.el (LilyPond-autocompletion): invoked with
2530         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
2531
2532         * lilypond.words: add two (Everybody can add/remove words now!).
2533
2534         * debian/rules:
2535         * make/lilypond.suse.spec.in:
2536         * make/lilypond.mandrake.spec.in:
2537         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
2538
2539         * Documentation/user/refman.itely: Mention autocompletion.
2540
2541 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2542
2543         * scripts/ly2dvi.py: Add paper sizes.
2544
2545         * lily/timing-engraver.cc: 
2546         * lily/time-signature.cc: 
2547         * lily/span-bar.cc: 
2548         * lily/grob-scheme.cc: Code formatting fixes.
2549
2550         * scm/sodipodi.scm: 
2551         * scm/sketch.scm:
2552         * buildscripts/mf-to-table.py: 
2553         * buildscripts/make-font-dir.py: Font testing.
2554
2555 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
2556
2557         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
2558         inserts try-completion and shows all-completions.
2559
2560         * lilypond.words: '\' -> '\\'
2561
2562         * lilypond-mode.el: load libraries in the end, lilypond.words defines
2563         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
2564         
2565         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
2566         and LilyPond-reserved-words.
2567         
2568 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
2569
2570         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
2571         from load-path.
2572         
2573         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
2574         the mini-buffer with Control-Shift-c.
2575         
2576 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2577
2578         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
2579         duration. This fixes \tempo taking time.
2580
2581 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2582
2583         * lily/volta-engraver.cc (process_acknowledged_grobs): 
2584         Allow for text markup in repeatCommands. 
2585
2586 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
2587
2588         * lilypond-mode.el (LilyPond-insert-string): new function, use it
2589         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
2590         Get rid of skeleton.el-dependency.
2591
2592         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
2593
2594 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2595
2596         * lily/beam-engraver.cc (stop_translation_timestep): reset
2597         now_stop_ev_
2598
2599         * lily/scm-option.cc: add parse-protect to ly:set-option
2600
2601         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
2602
2603 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2604
2605         * lily/include/ligature-bracket.hh: removed
2606         * lily/ligature-bracket.cc: removed
2607
2608         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
2609         .tex
2610
2611         * lily/beam.cc (set_beaming): don't change beam count on rests.
2612         (brew_molecule): always set flag-width > 0.
2613
2614 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
2615
2616         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
2617         chars, remove instructions; instead, refer to lilypond-init.el and
2618         Documentation/topdocs/INSTALL.texi.
2619
2620         * lilypond.words: add identifiers and reserved words.
2621
2622         * Documentation/topdocs/INSTALL.texi: separate sections for installing
2623         files and adding a load-path.
2624
2625         * lilypond-init.el: Instructions, extracted from 
2626         Documentation/topdocs/INSTALL.texi. 
2627         
2628 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2629
2630         * VERSION: 1.7.8 released 
2631
2632         * lily/grob.cc (warning): better robustness fix.
2633
2634 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
2635
2636         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
2637
2638         * lily/cluster-engraver.cc: stick better to variable naming
2639         conventions
2640
2641         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
2642         until stop_translation_timestep()
2643
2644         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
2645         min/max coordinates to backend, but no musical info such as
2646         pitches
2647
2648         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
2649
2650         * lily/grob.cc: robustness fix: warning(): do not crash if
2651         cause is not set
2652
2653         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
2654         the much more elaborated tuplet brackets than the very naive and
2655         simple ligature bracket grob
2656
2657 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2658
2659         * Documentation/user/refman.itely (Analysis brackets): add
2660         horizontal bracket doco.
2661
2662         * ly/property-init.ly (setMmRestFermata): added.
2663
2664         * Documentation/user/refman.itely (Multi measure rests): fermatas
2665         on mm rests.
2666
2667         * input/regression/apply-context.ly (texidoc): new file
2668
2669         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
2670         code to be executed during interpretation. Possible applications:
2671         smart octavation, more advanced bar checks. 
2672
2673         * lily/apply-context-iterator.cc: new file.
2674
2675 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2676
2677         * input/test/new-markup.ly: new file.
2678
2679         * lily/text-item.cc (text_to_molecule): new function
2680
2681         * scm/new-markup.scm (lambda): new file
2682
2683         * lily/function-documentation.cc (ly_add_function_documentation):
2684         add proc property as well
2685
2686 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2687
2688         * Documentation/user/music-glossary.tely (Top): add custos.
2689
2690 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
2691
2692         * Documentation/topdocs/INSTALL.texi: advise how to include source
2693         path to Emacs load-path and improve language.
2694
2695 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2696
2697         * GNUmakefile.in: config.h message fix.
2698
2699         * autogen.sh:
2700         * aclocal.m4: Regenerate.
2701
2702         * configure.in: 
2703         * config.make.in: 
2704         * stepmake/config.make.in: 
2705         * stepmake/configure.in: 
2706         * stepmake/autogen.sh: 
2707         * stepmake/aclocal.m4: Update for autoconf 2.56.
2708
2709 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
2710
2711         * Documentation/topdocs/INSTALL.texi: instructions for an user how
2712         to install Emacs-mode. Instructions how to use vim-mode.
2713
2714 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2715
2716         * scm/music-types.scm (music-descriptions): no length for tempo event.
2717
2718         * input/*.ly: add \version everywhere.
2719         
2720         * input/*.ly: update syntax to 1.7 + new-chords.
2721
2722         * VERSION: 1.7.7 released.
2723         
2724         * Documentation/user/*.tely: new chord syntax.
2725
2726         * input/regression/[bc]*.ly (texidoc): syntax updates.
2727         
2728 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
2729
2730         * lilypond.words: add vocabulary to be used in auto-completion
2731
2732         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
2733
2734         * lilypond.vim: allow note name at EOF
2735
2736 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2737
2738         * buildscripts/new-chords.py (edit): -e option: inline editing.
2739
2740         * input/regression/a*.ly (texidoc): syntax updates.
2741
2742         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
2743         music): elucidations. 
2744
2745 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
2746
2747         * lily/include/lily-proto.hh, ly/engraver-init.ly,
2748         ly/spanners-init.ly, scm/grob-description.scm,
2749         scm/grob-property-description.scm, scm/music-types.scm,
2750         lily/cluster-engraver.cc, lily/cluster.cc,
2751         lily/include/cluster.hh, input/test/cluster.ly: cluster
2752         implementation
2753
2754         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
2755         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
2756         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
2757
2758         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
2759
2760         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
2761
2762         * scm/grob-description.scm: bugfix: by default, use default note
2763         head style when engraving ligatures
2764
2765         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
2766
2767         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
2768         events
2769
2770         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
2771
2772         * input/test/ancient-font.ly: bugfix: style -> flag-style
2773
2774         * lily/ligature-engraver.cc: indentation fix
2775
2776         * lily/parser.yy: indentation fixes
2777         
2778 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2779
2780         * input/regression/measure-grouping.ly: more elaborate example.
2781
2782         * lily/moment.cc: ly:add-moment, ly:mul-moment,
2783         ly:div-moment. New functions 
2784
2785         * scm/music-functions.scm (set-time-signature): new function,
2786         allow inline time sig settings with measure grouping.
2787
2788         * lily/parser.yy (command_element): move time sig construction
2789         into Scheme.
2790
2791         * lily/side-position-interface.cc (out_of_staff): new function,
2792         like padding, but keep minimum distance from staff. Easier than
2793         linespanners (dynamics, pedals), but roughly the same effect.
2794
2795 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
2796
2797         * emacs-mode.el: Added spanish-note-replacements 
2798         (<carlos.betancourt@chello.be>).
2799
2800         * vimrc: (Un)commenting with <(S-)F12>, tidy.
2801
2802 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
2803
2804         * lilypond.vim: Do not fontify cises, desis, etc.
2805
2806         * vimrc: view dvi with <S-F6>
2807
2808 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2809
2810         * lily/lookup.cc (triangle): new function.
2811
2812         * input/regression/measure-grouping.ly (texidoc): new file: show
2813         triangles and brackets for beat groups of 3 and 2.
2814
2815         * lily/include/measure-grouping-spanner.hh (class
2816         Measure_grouping): new file.
2817
2818         * lily/measure-grouping-spanner.cc (brew_molecule): new file
2819
2820         * lily/measure-grouping-engraver.cc (class
2821         Measure_grouping_engraver): new file.
2822
2823 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2824
2825         * Merge from stable:
2826
2827             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
2828         
2829         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
2830         stylesheet.
2831
2832         * ly/paper19.ly: Include paper19-init.ly.
2833
2834         * ly/paper19-init.ly: New file.
2835
2836         * Documentation/user/tutorial.itely (First steps): Fix first
2837         example for font test.
2838
2839         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
2840
2841         * ChangeLog: Add 1.7.6 release marker (see below).
2842
2843         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
2844         Add .py files.
2845
2846 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2847
2848         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
2849
2850         * input/tutorial/*.ly: update to new syntax.
2851
2852         * lily/parser.yy (Composite_music): new transpose syntax,
2853         \transpose FROM TO MUSIC. 
2854
2855 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2856
2857         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
2858         latex progress/error output to stderr (by default this goes to
2859         stdout).  Show lilypond progress, even when not verbose.
2860
2861         * python/lilylib.py (system): New optional parameter to control
2862         showing of progress.
2863
2864         * scm/backend-documentation-lib.scm (check-dangling-properties):
2865         Fix error message.
2866
2867         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
2868         axis, extent.
2869
2870         * scm/grob-property-description.scm (magnify): Remove.
2871         (extent, axis): Add.
2872
2873 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2874
2875         * VERSION: Release 1.7.6.
2876
2877         * scripts/convert-ly.py: more uniformization substitutions.
2878
2879         * buildscripts/new-chords.py (sub_chords): new file.
2880
2881 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2882
2883         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
2884         lilypond.map.  Include sauter fonts too.  Cleanups.
2885
2886 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2887
2888         * Documentation/user/tutorial.itely (First steps): change to new
2889         chord/tie/slur/beam notation.
2890
2891         * lily/parser.yy (event_that_take_dir): allow postfix notation for
2892         ties.
2893
2894         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
2895         engraver. Process ties in postfix notation, i.e. c8-~ c
2896
2897         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
2898
2899         * input/regression/beam-postfix-notation.ly (texidoc): new file.
2900
2901         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
2902
2903         * lily/beam-engraver.cc (try_music): accept new-beam-events
2904
2905         * input/regression/chord-scripts.ly (texidoc): new file
2906
2907         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
2908         script-events.
2909
2910         * scm/script.scm (default-script-alist): cleanup.
2911
2912         * lily/script-engraver.cc (make_script_from_event): cleanup.
2913
2914         * lily/lyric-combine-music-iterator.cc
2915         (Lyric_combine_music_iterator): remove superfluous events.
2916         (melisma_busy): new function. Fix broken melismas.
2917
2918 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
2919
2920         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
2921         Remove nonvalid settings. Use descriptive key names.
2922         Use <Return> to indicate the pressing of that key.
2923
2924 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2925
2926         * scripts/lilypond-book.py (option_definitions): Typo.
2927
2928         * scripts/ly2dvi.py: Updates.
2929
2930         * python/lilylib.py (setup_environment, print_environment)
2931         (get_bbox, make_preview): Merge and remove from ly2dvi and
2932         lilypond-book.
2933
2934         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
2935
2936         * .cvsignore: Remove some cruft.
2937
2938         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
2939         path.
2940
2941         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
2942         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
2943         throughout.
2944
2945         * python/lilylib.py (quiet_system): Junk
2946         (system): Display error log upon failure.
2947         (read_pipe): New function.  Cleanups and fixes.
2948
2949         * python/*.py: Rename from *.py.in.
2950         
2951         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
2952
2953         * GNUmakefile.in (SUBDIRS): Move python before scripts.
2954
2955 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2956
2957         * python/GNUmakefile: Bugfix: handle modules.
2958
2959         * stepmake/stepmake/python-module-targets.make (default): Add
2960         compiled modules. 
2961
2962         * stepmake/stepmake/python-module-rules.make: Add rule for byte
2963         compiling modules.
2964
2965         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
2966         Bugfix.  (OUT_PYC_MODULES): Add.
2967
2968 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
2969
2970         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
2971         Use default paths. Refresh description.
2972
2973 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2974
2975         * VERSION: 1.7.5 released
2976
2977         * input/regression/finger-chords.ly (texidoc): new file.
2978
2979         * lily/script-engraver.cc (process_music): remove scriptHorizontal
2980         support
2981
2982         * lily/fingering-engraver.cc (process_music): remove kludgy
2983         scriptHorizontal stuff.
2984
2985         * lily/script.cc: remove staff-support property.
2986
2987         * lily/new-fingering-engraver.cc (add_fingering): new
2988         file. Fingering engraver for new style chords.
2989
2990 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2991
2992         * lily/parser.yy (bare_number): allow 4 \cm (without
2993         decimal dot). (should backport to 1.6?)
2994
2995         * ly/declarations-init.ly: use Scheme for dimension defs.
2996
2997         * lily/parser.yy (TODO): remove hard coded dimensions, add
2998         REAL NUMBER_IDENTIFIER production.
2999
3000         * lily/rest-collision.cc (force_shift_callback): rewrite using
3001         -done property.
3002
3003         * scm/grob-property-description.scm (rest-collision-done): add
3004         property.
3005         
3006         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
3007
3008 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3009
3010         * input/regression/multi-measure-rest-center.ly: new file.
3011
3012         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
3013         off horizontally by 0.05 ss. Fixed.
3014
3015 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3016
3017         * scm/pdftex.scm: Rename ly-number to ly:number->string.
3018
3019         * Documentation/topdocs/index.tely: Remove duplicate from merge.
3020
3021 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3022
3023         * lily/tie.cc (get_control_points): also avoid staff lines on the
3024         just outside the outer staff lines
3025
3026 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3027
3028         * ly/params-init.ly: Just define style-alist, no need to
3029         define-public.
3030
3031         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
3032         (thanks Han-Wen).
3033
3034         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
3035         (FET_FILES): = FONT_FILES.
3036
3037         * Merge from stable:
3038
3039             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
3040
3041 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3042
3043         * VERSION: 1.7.4 released.  
3044         
3045         * scm/generate-documentation.scm (string-append): add macro
3046         definitions.
3047
3048         * lily/text-item.cc (lookup_text): don't use virtual fonts for
3049         normal texts.
3050
3051         * lily/multi-measure-rest-engraver.cc: make separate
3052         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
3053
3054         * lily/multi-measure-rest.cc: remove text handling. Remove
3055         number-threshold.
3056
3057 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3058
3059         * scm/music-types.scm: doc patch by Graham Percival
3060
3061 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3062
3063         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
3064         encoding part.
3065         (Font_info.set_defaults): pixelsize now also defauts to '0'.
3066         (sketch_p): Sketch wants only first four elements of X11 font spec.
3067
3068         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
3069
3070         * mf/feta-autometric.mf: Write foundry and family to log.
3071
3072         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
3073         font translation table.
3074
3075         * buildscripts/mf-to-table.py: Better font info into afm.
3076
3077         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
3078         1.0.9 required.
3079
3080         * configure.in: Whine for mftrace 1.0.9.
3081
3082 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3083
3084         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
3085
3086         * lily/main.cc (main_prog): don't try to load init.EXT when
3087         processing foo.EXT.
3088
3089 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
3090
3091         * scm/tex.scm (zigzig-line): added.
3092
3093         * scm/ps.scm (zigzag-line): added.
3094
3095         * ps/music-drawing-routines.ps (subvec): added.
3096         (draw_zigzag_line): added.
3097         
3098         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
3099         grob properties zigzag-width and zigzag-length.
3100
3101         * input/regression/glissando.ly: Add some zig-zagged glissandi.
3102
3103 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3104
3105         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
3106         svg output, including font.
3107
3108 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3109
3110         * scm/lily.scm: Register sodipodi output module.
3111
3112         * scm/sodipodi.scm: New file.
3113
3114         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
3115
3116         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
3117         comment, after header.
3118         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
3119         FullName.  Fix FontName key.
3120
3121 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
3122
3123         * lily/rest.cc (after_line_breaking): bugfix: dots after half
3124         and breve rests.
3125         
3126         * input/test/blank-notes.ly: bugfix
3127
3128         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
3129         rests. (Kim Shrier)
3130
3131         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
3132         
3133 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3134
3135         * scm/tex.scm: 
3136         * scm/ps.scm: Cleanup and remove obsolete junk.
3137
3138         * Documentation/user/internals.itely:
3139         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
3140
3141         * lily/parser.yy: Identify shift/reduce problems.
3142
3143         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
3144         make-style-sheet.  Too specific for convert-ly?
3145
3146 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3147
3148         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
3149
3150         * input/test/*.ly: various fixes.
3151
3152         * lily/music.cc (name): bugfix
3153
3154         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
3155
3156         * lily/input-file-results.cc (code): set-point-and-click! ->
3157         set-point-and-click
3158         
3159 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3160
3161         * Use uniform ly: prefix for exported scheme primitive functions.
3162
3163         * scm/music-types.scm: junk compat glue
3164
3165         * scripts/convert-ly.py: add rules for stuff below, junk
3166         compatibility glue for spanrequest.
3167
3168         * lily/parser.yy (verbose_event): remove \spanrequest,
3169         \commandspanrequest, \script. 
3170         
3171         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
3172
3173         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
3174         for \penalty, \glissando.
3175
3176         * VERSION: release 1.7.3
3177         
3178 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
3179
3180         * lily/accidental-engraver.cc: Fix
3181         grace-in-the-beginning-of-measure bug caused by the resent
3182         partial-measure fix.
3183
3184         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
3185         overlap looks too crowded)
3186         
3187 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3188
3189         * lily/parser.yy (assignment): allow SCM expression as assignment.
3190
3191         * lily/include/music-output-def.hh (class Music_output_def):
3192         * lily/music-output-def.cc: 
3193         * lily/paper-def.cc: 
3194         * scm/font.scm (markup-to-properties):
3195         * lily/parser.yy (music_output_def_body): 
3196         remove style_sheet_
3197
3198 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3199
3200         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
3201         length.
3202
3203         * input/regression/spacing-to-grace.ly: new file.
3204
3205         * input/regression/spacing-end-of-line.ly: new file.
3206
3207         * lily/note-spacing.cc (get_spacing): take into account breakable
3208         stuff sticking out at the left (time sig change at line break).
3209
3210         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
3211         raggedright code.
3212
3213         * scm/music-functions.scm (make-voice-props-set): add
3214         staff-position for mm rests.
3215  
3216         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
3217         before grace notes a little.
3218
3219         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
3220
3221         * lily/break-align-interface.cc (do_alignment): right-edge spacing
3222         key adds space at the end of line. 
3223
3224 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3225
3226         * scm/sketch.scm: Fix beams.
3227
3228         * buildscripts/mf-to-table.py: Add EncodingScheme.
3229
3230         * scm/sketch.scm: Resurrect.
3231
3232 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3233
3234         * lily/multi-measure-rest.cc: use breve rests for measure lengths
3235         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
3236
3237 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3238
3239         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
3240
3241         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
3242
3243 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3244
3245         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
3246         token for origin information.
3247
3248         * lily/parser.yy (My_lily_lexer): do identifier location and
3249         cloning from lexer.
3250
3251         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
3252         logic out of the parser. Add bar checks on both ends.
3253
3254         * Documentation/user/refman.itely (Multi measure rests): add more
3255         notes about mm rests.
3256
3257 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3258
3259         * input/regression/bar-scripts.ly: Re-enable.
3260
3261         * lily/parser.yy:
3262         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
3263         released rsn.  Bison 1.50 has a crucial bug and won't work.
3264
3265         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
3266
3267
3268 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3269
3270         * input/regression/bar-scripts.ly: Blunt documentation build fix.
3271
3272 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3273
3274         * Actually merge changes since 1.6.4 besides ChangeLog, and
3275         resolve conflicts.  Lots of updates, hope all is well.
3276         
3277         * cygwin/lilypond.hint (requires): Add ghostscript.
3278
3279         * scm: Update some (c).
3280         
3281 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3282
3283         * input/test/{various}.ly: add \header fields and texidoc strings.
3284
3285 2002-10-05  Werner Lemberg  <wl@gnu.org>
3286
3287         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
3288         renamed to `output_latex_quoted'.
3289         Added `output_latex_noquote'.
3290         (schedule_lilypond_block): Implement `noquote' option for LaTeX
3291         mode.
3292
3293 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3294
3295         * ChangeLog: Add 1.6.6 release marker.  See below.
3296
3297         * stepmake/stepmake/po-targets.make: Remove --c++ option.
3298
3299         * scripts/midi2ly.py: Fix global syntax warnings.
3300
3301         * GNUmakefile.in: Generate builddir locale tree too.
3302
3303         * scripts/ly2dvi.py:
3304         * scripts/midi2ly.py: 
3305         * scripts/mup2ly.py: 
3306         * scripts/update-lily.py:
3307         * lily/main.cc (setup_paths): Fix for locales setup.
3308
3309 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3310
3311         * Documentation/windows/installing.texi: Soften wording about
3312         necessity of becoming Administrator.  tommie@iae.nl reports this
3313         does not seem to be necessary for his flavour of Windows 2000.
3314         Explicitely discourage text mode mounts.
3315
3316 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3317
3318         * lily/rest.cc (after_line_breaking): backport dot position fix.
3319
3320         * lily/rest-collision.cc (do_shift): also remove dots for suicided
3321         rests. Thanks to Klaus Zimmermann for finding this bug.
3322
3323 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3324
3325         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
3326
3327 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3328
3329         * Documentation/user/music-glossary.tely: fix links.
3330
3331 2002-10-21  Werner Lemberg  <wl@gnu.org>
3332
3333         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
3334         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
3335         scaling factor) only once and use them in the definition of
3336         \embeddedps.
3337         * ps/music-drawing-routines.ps (skeel): Removed.
3338
3339 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3340
3341         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
3342         Solaris7, as we don't use nested $( ) constructs.
3343
3344 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3345
3346         * VERSION: Release 1.6.6.
3347         
3348 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3349
3350         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
3351         as workaround for /bin/sh problems on Solaris7.
3352
3353 2002-10-19  Werner Lemberg  <wl@gnu.org>
3354
3355         * GNUmakefile.in (web-doc): Fix typos.
3356         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
3357         `music-drawing-routines.ps' but emit \special{header=...} once.
3358         * scm/tex.scm (header-end): Updated.
3359
3360 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3361
3362         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
3363         undefined tremolo. 
3364
3365 2002-10-15  Werner Lemberg  <wl@gnu.org>
3366
3367         * scripts/lilypond-book.py (g_make_html): New global variable.
3368         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
3369         if `g_make_html' isn't set.
3370         [main]: Add format `texi-html'.
3371         (option_definitions): Updated.
3372         * Documentation/user/lilypond-book.itely: Updated.
3373
3374         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
3375         * make/ly-rules.make (%.texi, %.nexi): Use it.
3376         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
3377         format to lilypond-book.
3378         * GNUmakefile.in (web-doc): Ditto.
3379
3380 2002-10-14  Werner Lemberg  <wl@gnu.org>
3381
3382         Further improve TeX output.  The produced files are about 40%
3383         smaller.  `lilyponddefs.tex' is now read only once.
3384
3385         * tex/lilyponddefs.tex: Remove footer stuff.
3386         (\ifundefined): Renamed to...
3387         (\lilypondundefined): This.  Use LaTeX's definition to
3388         make it nestable and make it global.
3389         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
3390         output.
3391         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
3392         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
3393         them global.
3394         (\placebox): Renamed to...
3395         (\lyitem): This.
3396         Make it global and call \outputscale by itself.
3397         (\lybox, \lyvrule): New macros to reduce input data.
3398         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
3399         New auxiliary macros.
3400         (\SkipLilydefs, \EndLilyPondOutput): Removed.
3401         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
3402         to...
3403         (\lilypondspace): This and made it global.
3404         (\turnOnPostScript): Renamed to...
3405         (\lilypondpostscript): This and made it global.
3406         (\turnOnExperimentalFeatures): Renamed to...
3407         (\lilypondexperimentalfeatures): This and made it global.
3408         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
3409         (\lilypondsetdimen): This and made it global.
3410         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
3411         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
3412         (all, $(outdir)/music-drawing-routines.ps): New rules.
3413         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
3414         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
3415         start-system, stop-system, stop-last-system, filledbox): Updated to
3416         use the changed macros from lilyponddefs.tex.
3417         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
3418
3419 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3420
3421         * Documentation/windows/installing.texi: Update.
3422
3423 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3424
3425         * VERSION: 1.6.5 released
3426
3427         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
3428
3429 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3430
3431         * scm/translator-property-description.scm (voltaOnThisStaff): add
3432         property.
3433
3434 2002-09-28  Werner Lemberg  <wl@gnu.org>
3435
3436         * scm/tex.scm (header-end): Suppress page numbering.
3437
3438         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
3439         Fix quotation for HTML output.
3440
3441 2002-09-28   Graham Percival   <gperciva@sfu.ca>
3442         
3443         * Documentation/user/refman.itely: grammar and phrasing
3444           fixes to "Note Entry" section.  Also adds a few new examples.
3445
3446 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3447
3448         * flower/include/string-data.icc: include string.h
3449
3450 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3451
3452         * scm/chord-name.scm (chord::inner-name-banter): remove space.
3453
3454 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3455
3456         * Documentation/user/GNUmakefile (extra-local-help): Add.
3457
3458         * stepmake/stepmake/www-targets.make (local-help): Add.
3459
3460 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3461
3462         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
3463         packages.
3464
3465         * Documentation/topdocs/README.texi (Top): building documentation
3466         (not website.)
3467
3468 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3469
3470         * Documentation/user/refman.itely: 
3471         * Documentation/user/tutorial.itely: 
3472         * Documentation/user/music-glossary.tely: Merge changes.
3473
3474         * Documentation/user/glossary.html.in: 
3475         * Documentation/index.texi: 
3476         * Documentation/header.html.in: Accomodate renaming of glossary.
3477         
3478         * Documentation/user/tutorial.itely: Add some glossary references.
3479         
3480         * Documentation/user/refman.itely: Minor fixes.
3481         
3482         * Documentation/user/lilypond.tely: Add glossary do direntry.
3483
3484         * Documentation/user/music-glossary.tely: Rename (previously:
3485         glossary.tely).  Fix anchor placement.
3486
3487         * Documentation/user/GNUmakefile: Make music-glossary.info too.
3488
3489 2002-09-23  Werner Lemberg  <wl@gnu.org>
3490
3491         * scripts/lilypond-book.py (output_dict): Fix handling of
3492         various environments by avoid extraneous newlines.
3493         Rename `output-all' regexp for html to `output-html'.
3494         Replace `output-all' regexp for texi with `output-texi-quote'
3495         and `output-texi-noquote'.
3496         (compose_full_body): Don't override `linewidth' user option
3497         for `singleline'.
3498         (schedule_lilypond_block): Don't indent text specified with
3499         `intertext' option.
3500         Add new option `noquote'.
3501         (compile_all_files): Use latex instead of tex to compile ly
3502         files directly.
3503
3504         * Documentation/user/lilypond-book.itely: Updated and revised.
3505         Improve layout.
3506
3507         * Documentation/user/glossary.tely,
3508         Documentation/user/introduction.itely,
3509         Documentation/user/tutorial.itely,
3510         Documentation/user/refman.itely,
3511         Documentation/user/appendices.itely: Fix overfull LilyPond
3512         boxes caused by the new lilypond-book code.  Other minor
3513         fixes.
3514
3515         * Documentation/user/macros.itexi (@texiflat): Don't emit
3516         trailing space.
3517
3518         * scm/tex.scm (end-output, header-end): Add preamble and
3519         postamble to make lilypond output directly compilable with
3520         latex.
3521
3522         
3523 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3524
3525         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
3526         instructions.
3527
3528 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3529
3530         * Documentation/user/glossary.tely: Add titling and hyperlinks.
3531
3532 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3533
3534         * lily/beam.cc (connect_beams): don't crash if there are quarter
3535         notes in beams.
3536
3537 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
3538
3539         * Documentation/user/refman.itely: corrected ancient clef
3540         docu; added docu on ligatures
3541
3542 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
3543
3544         * Documentation/user/glossary.tely,
3545         Documentation/user/refman.itely, input/les-nereides.ly,
3546         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
3547         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
3548         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
3549         Stem properties: flag-style -> stroke-style, style -> flag-style.
3550
3551
3552 2002-09-22  Werner Lemberg  <wl@gnu.org>
3553
3554         * scripts/lilypond-book.py: Add option `notime' to suppress
3555         printing of a time signature.  Specify default indentation of 0pt
3556         if single line fragment.  Don't emit redundant `\paper{ }'.
3557
3558         * Documentation/user/lilypond-book.itely: Updated.
3559
3560         * Documentation/user/glossary.tely: Completely reformatting.
3561
3562 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3563
3564         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
3565
3566 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3567
3568         * Documentation/user/tutorial.itely: Fix links.
3569         
3570         * Documentation/topdocs/index.tely:
3571         * Documentation/index.texi:
3572         * Documentation/header.html.in: Small website fixes and updates.
3573
3574         * debian/: Debian patch by Anthony Fok.
3575
3576 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3577
3578         * Documentation/footer.html.in: How time flies: It's already 2002!
3579
3580         * Documentation/topdocs/index.tely: Stable/development fix.  Use
3581         more descriptive link names than 'here'.
3582
3583 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3584
3585         * VERSION: 1.7.2 released
3586         * VERSION: 1.6.4 released
3587         
3588         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
3589
3590         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
3591         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
3592
3593         * mf/feta-din.mf (test): add x-height and space.
3594
3595         * lily/dynamic-engraver.cc (process_music): take dynamic direction
3596         from ^_ for crescendi. Idem for slurs and phrasing slurs.
3597
3598         * ly/grace-init.ly: add-to-grace-init: function to portably add
3599         settings to \grace. 
3600
3601         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
3602         if we get an absolute dynamic event.
3603  
3604         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
3605
3606         * lily/source-file.cc (get_line): oops. All line numbers were off
3607         by 2. Fix that. 
3608
3609         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
3610         be after the note, combined with -_^, i.e. c4-(-\)-\>  
3611
3612         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
3613
3614         * lily/parser.yy (number_factor): remove (number) as number
3615         expression. ("Let them eat Lisp").
3616
3617 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3618
3619         * lily/horizontal-bracket.cc: new file.
3620
3621         * lily/horizontal-bracket-engraver.cc: new file.
3622
3623         * input/regression/note-group-bracket.ly: new file. Support
3624         horizontal note brackets for music analysis.
3625
3626         * lily/stem.cc (flag): new flag-style: no-flag.
3627
3628         * input/test/stem-cross-staff.ly: new file
3629         
3630         * Documentation/user/internals.itely: Improved formatting, fixing
3631         typos.  Added a section `Output details' to describe how the TeX
3632         code looks like.
3633
3634         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
3635
3636         * lily/parser.yy: remove \dynamicscript.
3637
3638         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
3639         definitions. 
3640
3641         * python/midi.c (midi_error): take two arguments.
3642
3643         * Merge 1.6.5 changes:
3644         
3645 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3646
3647         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
3648         staff-space.  Previous 1.5 was probably meant as half-spaces.
3649         (cautionary-style): parentheses (was: smaller).  This is what doco
3650         says, and it seems more logical.
3651
3652         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
3653         for 2nd sentence.
3654
3655 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3656
3657         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
3658
3659 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3660
3661         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
3662
3663 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3664
3665         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
3666
3667 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3668
3669         * scm/translator-property-description.scm (voltaOnThisStaff): add
3670         property.
3671
3672 2002-09-28  Werner Lemberg  <wl@gnu.org>
3673
3674         * scm/tex.scm (header-end): Suppress page numbering.
3675
3676         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
3677         Fix quotation for HTML output.
3678
3679 2002-09-28   Graham Percival   <gperciva@sfu.ca>
3680         
3681         * Documentation/user/refman.itely: grammar and phrasing
3682           fixes to "Note Entry" section.  Also adds a few new examples.
3683
3684 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3685
3686         * flower/include/string-data.icc: include string.h
3687
3688 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3689
3690         * scm/chord-name.scm (chord::inner-name-banter): remove space.
3691
3692 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3693
3694         * Documentation/user/GNUmakefile (extra-local-help): Add.
3695
3696         * stepmake/stepmake/www-targets.make (local-help): Add.
3697
3698 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3699
3700         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
3701         packages.
3702
3703         * Documentation/topdocs/README.texi (Top): building documentation
3704         (not website.)
3705
3706 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3707
3708         * Documentation/user/refman.itely: 
3709         * Documentation/user/tutorial.itely: 
3710         * Documentation/user/music-glossary.tely: Merge changes.
3711
3712         * Documentation/user/glossary.html.in: 
3713         * Documentation/index.texi: 
3714         * Documentation/header.html.in: Accomodate renaming of glossary.
3715         
3716         * Documentation/user/tutorial.itely: Add some glossary references.
3717         
3718         * Documentation/user/refman.itely: Minor fixes.
3719         
3720         * Documentation/user/lilypond.tely: Add glossary do direntry.
3721
3722         * Documentation/user/music-glossary.tely: Rename (previously:
3723         glossary.tely).  Fix anchor placement.
3724
3725         * Documentation/user/GNUmakefile: Make music-glossary.info too.
3726
3727 2002-09-23  Werner Lemberg  <wl@gnu.org>
3728
3729         * scripts/lilypond-book.py (output_dict): Fix handling of
3730         various environments by avoid extraneous newlines.
3731         Rename `output-all' regexp for html to `output-html'.
3732         Replace `output-all' regexp for texi with `output-texi-quote'
3733         and `output-texi-noquote'.
3734         (compose_full_body): Don't override `linewidth' user option
3735         for `singleline'.
3736         (schedule_lilypond_block): Don't indent text specified with
3737         `intertext' option.
3738         Add new option `noquote'.
3739         (compile_all_files): Use latex instead of tex to compile ly
3740         files directly.
3741
3742         * Documentation/user/lilypond-book.itely: Updated and revised.
3743         Improve layout.
3744
3745         * Documentation/user/glossary.tely,
3746         Documentation/user/introduction.itely,
3747         Documentation/user/tutorial.itely,
3748         Documentation/user/refman.itely,
3749         Documentation/user/appendices.itely: Fix overfull LilyPond
3750         boxes caused by the new lilypond-book code.  Other minor
3751         fixes.
3752
3753         * Documentation/user/macros.itexi (@texiflat): Don't emit
3754         trailing space.
3755
3756         * scm/tex.scm (end-output, header-end): Add preamble and
3757         postamble to make lilypond output directly compilable with
3758         latex.
3759
3760         
3761 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3762
3763         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
3764         instructions.
3765
3766 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3767
3768         * Documentation/user/glossary.tely: Add titling and hyperlinks.
3769
3770 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3771
3772         * lily/beam.cc (connect_beams): don't crash if there are quarter
3773         notes in beams.
3774
3775 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
3776
3777         * Documentation/user/refman.itely: corrected ancient clef
3778         docu; added docu on ligatures
3779
3780 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
3781
3782         * Documentation/user/glossary.tely,
3783         Documentation/user/refman.itely, input/les-nereides.ly,
3784         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
3785         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
3786         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
3787         Stem properties: flag-style -> stroke-style, style -> flag-style.
3788
3789 2002-09-22  Werner Lemberg  <wl@gnu.org>
3790
3791         * scripts/lilypond-book.py: Add option `notime' to suppress
3792         printing of a time signature.  Specify default indentation of 0pt
3793         if single line fragment.  Don't emit redundant `\paper{ }'.
3794
3795         * Documentation/user/lilypond-book.itely: Updated.
3796
3797         * Documentation/user/glossary.tely: Completely reformatting.
3798
3799 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3800
3801         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
3802
3803 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3804
3805         * Documentation/user/tutorial.itely: Fix links.
3806         
3807         * Documentation/topdocs/index.tely:
3808         * Documentation/index.texi:
3809         * Documentation/header.html.in: Small website fixes and updates.
3810
3811         * debian/: Debian patch by Anthony Fok.
3812
3813 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3814
3815         * Documentation/footer.html.in: How time flies: It's already 2002!
3816
3817         * Documentation/topdocs/index.tely: Stable/development fix.  Use
3818         more descriptive link names than 'here'.
3819
3820 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3821
3822         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
3823
3824 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3825
3826         * lily/part-combine-music-iterator.cc (get_state): cleanup
3827         (get_music_info): cleanup.
3828
3829 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3830
3831         * scm/backend-documentation-lib.scm (interface-doc-string):
3832         crosslinks between interfaces and grobs. Headings for interfaces
3833         in grob explanation.
3834
3835 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3836
3837         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
3838         dtd).  Add preliminary dtd.
3839         (re-sub-alist): Robustify.
3840
3841 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3842
3843         * lily/include/event-chord-iterator.hh,
3844         lily/context-specced-music-iterator.cc,
3845         lily/event.cc, lily/event-chord-iterator.cc: add
3846
3847 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3848
3849         * lily/: some (c) header fixes.
3850         
3851         * lily/request-chord.cc: Remove.
3852         
3853         * lily/include/event-chord-iterator.hh:
3854         * lily/include/event.hh:
3855         * lily/event-chord.cc: New file.
3856         
3857         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
3858         requested.
3859
3860 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3861
3862         * lily/ : rename Request to Event
3863
3864         * lily/parser.yy (command_element): move clef stuff into Scheme.
3865
3866         * lily/:  rename length_mom () to get_length()
3867
3868         * lily/part-combine-music.cc: removed file and class.
3869
3870         * lily/context-specced-music-iterator.cc (class
3871         Context_specced_music_iterator): new file. Obsoletes the
3872         Context_specced_music type.
3873
3874         * scm/music-types.scm (make-repeated-music): put different kinds
3875         of repeated music into music-type table.
3876
3877         * VERSION: 1.7.1 released.
3878
3879         * scm/to-xml.scm: new file.
3880
3881         * input/test/to-xml.ly (fooBar): demo of what is possible with the
3882         new Input representation: dump music as XML.
3883
3884         * scm/engraver-documentation-lib.scm
3885         (engraver-accepts-music-types?): add links from music to engraver,
3886         from music-type to engraver.
3887
3888         * lily/include/command-request.hh: removed
3889         lily/include/musical-request.hh: removed. Removed all _req classes
3890         except Key_change_req. Changes throughout.
3891
3892 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3893
3894         * lily/tuplet-engraver.cc (try_music): Compile kludge.
3895
3896 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3897
3898         * lily/*.cc: specify accepts for many engravers.
3899
3900         * scm/music-documentation-lib.scm: dump music expressions and
3901         music subtypes.
3902
3903         * scm/documentation-lib.scm: complete revision.
3904         Use GOOPS objects to store document tree explicitly. Cleaned up and
3905         sped up doco generation a lot.
3906
3907 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3908
3909         * input/trip.ly (fugaIILeft): add arpeggio
3910
3911         * lily/translator-group.cc (try_music_on_nongroup_children):
3912         oops. The name symbol is in the cdr of the assoc handle.
3913
3914         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
3915         Hyphen_req, Glissando_req, Break_req, Mark_req 
3916
3917 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3918
3919         * lily/musical-request.cc (music-duration-length,
3920         music-duration-compress): new functions.
3921
3922         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
3923         throughout. Warning doesn't work yet.
3924
3925         * lily/translator-group.cc (try_music_on_nongroup_children):
3926         new implementation: store candidate acceptors in a hashTable.
3927
3928 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3929
3930         * scm/music-types.scm (music-descriptions): change name to
3931         internal-class-name
3932
3933         * scm/chord-name.scm (chord::inner-name-banter): remove space.
3934
3935 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3936
3937         * lily/beam.cc (connect_beams): don't crash if there are quarter
3938         notes in beams.
3939
3940 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
3941
3942         * Documentation/user/refman.itely: corrected ancient clef
3943         docu; added docu on ligatures
3944
3945 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
3946
3947         * Documentation/user/glossary.tely,
3948         Documentation/user/refman.itely, input/les-nereides.ly,
3949         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
3950         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
3951         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
3952         Stem properties: flag-style -> stroke-style, style -> flag-style.
3953
3954 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3955
3956         * scm/music-functions.scm (music-separator?): don't use name music
3957         property.
3958
3959 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3960
3961         * stepmake/stepmake/generic-targets.make (help): Document check
3962         target.
3963
3964         * lily/new-accidental-engraver.cc: Compile fix.
3965
3966 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3967
3968         * scripts/convert-ly.py: Add rule.
3969
3970         * input/test/music-creation.ly:
3971         * input/test/add-staccato.ly:
3972         * input/test/add-text-script.ly: ly-make-music.
3973
3974         * scm/drums.scm (make-head-type-elem, make-articulation-script):
3975         More ly-make-music renamings.
3976
3977         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
3978
3979         * lily/music-constructor.cc (make_music): Add debugging info.
3980
3981         * scm/music-functions.scm (make-simultaneous-music,
3982         (make-sequential-music, context-spec-music):
3983         * scm/music-types.scm (music-descriptions): Get lily to run.
3984
3985 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3986
3987         * lily/command-request.cc (transpose_key_alist): new function.
3988
3989         * lily/key-performer.cc (create_audio_elements): cleanup. 
3990
3991 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3992
3993         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
3994
3995         * lily/include/translator.hh (ENTER_DESCRIPTION): add
3996         events-accepted field.
3997
3998         * scm/music-types.scm: new file.
3999
4000         * lily/parser.yy: put music type initialization into scheme,
4001         similar to grob initialization.  Changes throughout.
4002
4003 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4004
4005         * Documentation/user/tutorial.itely: Fix links.
4006         
4007         * Documentation/index.texi: 
4008         * Documentation/header.html.in: 
4009         * Documentation/topdocs/index.tely: Small website fixes and updates.
4010
4011         * debian/: Debian patch by Anthony Fok.
4012
4013 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4014
4015         * Documentation/footer.html.in: How time flies: It's already 2002!
4016
4017         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4018         more descriptive link names than 'here'.
4019
4020         * ROADMAP: Remove test stuff.
4021
4022         * scripts/update-lily.py: Allow auto-building of stable and
4023         development versions.  Bugfixes.
4024
4025 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4026
4027         * VERSION: released 1.7.0
4028
4029         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
4030
4031         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
4032         positive line widths.
4033
4034 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4035
4036         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
4037         go.  Fix comments.
4038
4039         * cygwin: Cygwin updates.
4040
4041 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4042
4043         * Documentation/windows/installing.texi (Top): version for python,
4044         urls for ghostscript (thanks to John Potelle)
4045         
4046         * lily/simultaneous-music-iterator.cc
4047         (Simultaneous_music_iterator): init children_list_ before
4048         triggering GC.
4049
4050         * lily/*-iterator.cc: be even more careful with smobbed copy
4051         constructors. 
4052
4053         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
4054         LeftEdge item.
4055
4056 2002-09-15  Werner Lemberg  <wl@gnu.org>
4057
4058         Improving LilyPond's output to make them ordinary TeX boxes with
4059         predictable dimensions.  System boxes are now vertically centered on
4060         the baseline; this offset can be further controlled with
4061         \lilypondscoreshift.
4062
4063         * lily/system.cc (System::post_processing): Pass length of current
4064         system to `start-system' (including any horizontal indentation).
4065
4066         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
4067         prettier.
4068         (lily-def): Append `%'.
4069         (start-system): Add parameter `wd'.  Output more TeX code to specify
4070         box dimensions.
4071         (stop-system, stop-last-system): Complement changes in
4072         `start-system'.
4073         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
4074         Updated.
4075
4076         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
4077         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
4078         Write final `\endinput'.
4079
4080         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
4081         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
4082         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
4083         files and macro definitions don't produce spurious spaces and
4084         paragraphs (using \endlinechar).
4085         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
4086
4087         * Documentation/user/internals.itely: Improved formatting, fixing
4088         typos.  Added a section `Output details' to describe how the TeX
4089         code looks like.
4090
4091 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4092
4093         * lily/accidental-engraver.cc: Also work with partial measures.
4094
4095 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4096
4097         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
4098         spanner.
4099
4100 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4101
4102         * lily/identifier-smob.cc (unpack_identifier): new file.
4103
4104         * lily/lexer.ll (identifier_type): new function.  use ly-id to
4105         pass off scheme expressions as music identifiers.
4106
4107         * scm/lily.scm: reorganisation, cleanups.
4108
4109         * lily/main.cc: small cleanups.
4110
4111 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4112
4113         * lily/ly-module.{cc,hh}: new file.
4114
4115 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4116
4117         * lily/accidental-engraver.cc: Also work with partial measures.
4118
4119 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4120
4121         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
4122
4123 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4124
4125         * lily/my-lily-lexer.cc: use SCM module in stead of
4126         Scheme_hash_table. Changes throughout.  
4127
4128 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4129
4130         * VERSION (MY_PATCH_LEVEL): make 1.7.0
4131