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