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