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