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