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