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