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