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