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