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