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