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