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