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