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