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