]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
release commit
[lilypond.git] / ChangeLog
1 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * input/regression/collision-merge-dots.ly: new file.
4
5         * lily/note-collision.cc (check_meshing_chords): if merging heads,
6         then kill the dots too. 
7
8         * lily/separating-line-group-engraver.cc (acknowledge_grob):
9         set/unset breakableSeparationItem
10
11         * lily/separation-item.cc (relative_width): add function.
12
13         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
14         only-prebreak-interface
15
16         * lily/system.cc (output_lines): only junk only-prebreak-interface grobs.
17
18         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
19         read breakableSeparationItem
20
21         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
22
23         * lily/system.cc (output_lines): don't suicide Spacing_items. 
24
25         * lily/dot-column.cc (dot_config_badness): new function:
26         select the best scoring dot configuration: dots should go close to
27         the note heads, but be shifted up or down according to conventions.
28         (print_dot_configuration): idem.
29         (shift_one): idem
30         (remove_collision): idem.
31
32         * input/regression/dots.ly: add  more test cases.
33
34 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
35
36         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
37
38         * flower/include/interval.hh: rename elem_b to contains 
39
40         * lily/tie.cc: change 'heads to 'head-pair.
41
42         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
43         fill in 'heads field.
44
45         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
46         minimum-length for short ones, and shorten so collisions with the
47         next syllable are avoided.
48
49         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
50         near-zero slopes.
51         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
52
53         * lily/dots.cc: remove quantized_position callback. All Y
54         positioning is done by dot-column.cc
55
56         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
57         exhaustive test of all dot positions. This fixes disappearing dots
58         in dotted chords.
59
60 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
61
62         * mf/feta-klef.mf (test_staff): fatten up G clef
63         (test_staff): fatten up f clef.
64         
65
66 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
67
68         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
69         * input/les-nereides.ly: Use latin1 characters for title, like
70         Morgenlied.
71
72 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
73
74         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
75         cmb10).
76
77         * lily/lyric-extender.cc (brew_molecule): add little space before
78         extender line.
79
80         * lily/beam-quanting.cc (score_forbidden_quants): check if
81         outer stafflines fall in any beam gaps.
82
83         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
84         for lyric texts.
85
86 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
87
88         * VERSION: 2.1.6 released.
89
90         * lily/beam-quanting.cc (quanting): add inspect-quants property:
91         this shows the demerits of a user-defined beam position pair.
92
93         * scm/define-grobs.scm (all-grob-descriptions): set
94         beamed-extreme-minimum-free-lengths to a different value.
95
96         * lily/scm-option.cc: add debug-beam scm-option
97
98         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
99
100 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
101
102         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
103
104         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
105         space after barline.
106
107         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
108
109         * lily/spacing-spanner.cc (breakable_column_spacing): take average
110         of spacing wishes, not maximum. Only do this for delta-t == 0. In
111         the other case, take standard column-breakable spacing. Do not
112         warn about "no spacing wishes".
113
114         This fixes wide spaces after barlines in very loose lines.
115
116         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
117
118 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
119
120         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
121         acknowledge_grob lyric-syllable, not lyric-text.
122
123         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
124         dashes of length #'length separated by #'dash-period. 
125
126         * lily/lyric-extender.cc (brew_molecule): idem
127
128         * lily/multi-measure-rest.cc (big_rest): idem
129
130         * lily/system-start-delimiter.cc (simple_bar): idem
131
132         * lily/bar-line.cc (simple_barline): use rounded box
133
134         * VERSION: release 2.1.5
135
136         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
137         music): move note about dvips to more visible place.
138
139         * lily/lyric-phrasing-engraver.cc: move from
140         new-phrasing-engraver.cc, remove old cruft (syllable-group,
141         lyric-phrasing-engraver.hh)
142         
143         * lyric-align.ly: remove file
144         
145         * scripts/convert-ly.py (FatalConversionError.func): add removal
146         rule for automaticMelismata
147
148         * ly/engraver-init.ly (ScoreContext): switch on
149         New_phrasing_engraver by default.
150
151         * lily/slur-engraver.cc (class Slur_engraver):
152         process_acknowledged_grobs -> process_music.
153         (try_music): signal melismata correctly.
154
155         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
156         word-space, right-trim-amount, and extend past right bound only
157         for note heads.
158
159         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
160         lyric-extender support: add note-heads to the extender
161         automatically.
162
163         * lily/parser.yy: extender is now post_event. 
164
165         * lily/accidental-engraver.cc (number_accidentals): remove
166         spurious warning about non-parent contexts.
167
168         * lily/music-output-def.cc (assign_translator): \translator { }
169         for a Foo context implicitly redefines \FooContext.
170
171         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
172         fixes.
173
174         * lily/slur.cc (brew_molecule): don't use stafflinethickness
175         doubly in slur weight. 
176
177         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
178         combination.
179
180         * scm/define-grobs.scm (all-grob-descriptions): change clef -
181         staffbar distance.
182
183         * scripts/lilypond.py (global_latex_preamble): crank down size of
184         the margins. Now there is a 12 mm top and bottom margin, which
185         should correspond with the printable area of modern printers.
186
187         This enlarges the music height of the printable page a little.
188
189         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
190         signs. Use \markup instead.
191         (accreg_pen): tweak for accordeon asterisk.
192
193 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
194
195         * lily/melisma-engraver.cc (try_music): use melisma_busy()
196
197         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
198
199         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
200
201         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
202
203         * scm/define-grobs.scm (all-grob-descriptions): change
204         StanzaNumber description: make side support, i.s.o. breakable.
205         use Instrument_name_engraver for texts in the margin.
206
207         * scm/define-translator-properties.scm: remove
208         melismaEngraverBusy, stz property.
209
210         * *.cc: naming: change empty_b () into is_empty ()
211
212         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
213
214         * input/regression/lyric-phrasing-new.ly: new file.
215
216         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
217         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
218         melismata are now left-aligned.
219
220 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
221
222         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
223
224         * mf/feta19.mf: remove.
225         
226         * mf/feta-klef.mf (test_staff): more tweaks
227
228         * mf/feta-toevallig.mf: more small size tweaks.
229
230         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
231         rests for smaller sizes.
232
233         * mf/feta-bolletjes.mf: fix cross heads.
234
235         * VERSION: release 2.1.4
236         
237         * scripts/convert-ly.py (FatalConversionError.func): add rule for
238         deprecated #'ancient font family
239
240         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
241         it is a string or number.
242
243         * scm/output-lib.scm (note-head-style->attachment-coordinates):
244         change calling convention of stem-attachment function. 
245
246         * buildscripts/mf-to-table.py: read and dump WX/WY fields
247
248         * mf/feta-autometric.mf: dump WX/WY fields too
249         
250         * mf/parmesan-heads.mf: idem.
251
252         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
253         attachment coordinates.
254
255         * lily/note-head.cc (stem_attachment_coordinate): read stem
256         attachment from the notehead glyphs WX/WY fields.
257
258         * lily/include/font-metric.hh (struct Font_metric): add methods
259         get_indexed_wxwy (), make a distinction between looking up by
260         index and ASCII  
261
262         * mf/feta-bolletjes.mf: rewrite note head MF code.
263         (test_outlines): make heads more rotund for smaller sizes. 
264
265 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
266
267         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
268         throughout. Font scaling fixes throughout.
269
270         * mf/feta-sleur,slur.mf: remove. 
271
272         * mf/feta-slag.mf: rewrite.
273
274 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
275
276         * VERSION: release 2.1.3
277
278         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
279
280         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
281
282         * lily/mark-engraver.cc (process_music): fix mark
283         \default. (backportme)
284
285         * stepmake/stepmake/automatically-generated.sub.make (default):
286         use -n for head/tail commands. 
287
288         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
289         heads with the same pitch. (backportme)
290
291 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
292
293         * lily/recording-group-engraver.cc (finalize): set protected_scm
294         member to '() before finalizing.
295
296         * lily/translator-group.cc (finalize): remove removal_processing () 
297
298         * lily/recording-group-engraver.cc: new engraver: record
299         synchronized start & end times for each music object.
300
301         * lily/parser.yy (toplevel_expression): execute score rendering
302         during parsing. Cleanup output-filename handling; this is no
303         longer done with global variables.
304         (translator_spec_body): allow \type modification too.
305
306         * lily/score.cc:  ly:run-translator: new function
307         (LY_DEFINE): ly:render-output new function.
308
309         Separate interpreting and rendering, and make available as
310         functions at Scheme level.
311
312 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
313
314         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
315         (musicxml-node->string):
316         (xml-node->string):
317         (music-to-musicxml): New function.
318
319 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
320
321         * VERSION: 2.1.2 released
322
323         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
324
325         * scm/font.scm (paper20-font-vector): discouple font design sizes
326         from sizes specified in .ly file: store all design sizes of a font
327         in a single vector.
328
329         * lily/font-select.cc (get_font_by_design_size): new function
330
331         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
332         add parmesan,feta in sizes 14 and 18.
333         
334         * mf/feta-toevallig.mf: use blot diameter for double sharp.
335
336         * lily/font-size-engraver.cc (acknowledge_grob): change definition
337         of fontSize: this now sets font-size
338
339 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
340
341         * VERSION: 2.1.1 released
342         
343         * Documentation/user/refman.itely (Tuning objects): add note about
344         concurrent tweaks in different contexts. 
345
346         * lily/tie-engraver.cc (acknowledge_grob): use
347         Staff_symbol_referencer::get_position iso. reading staff-position
348         directly.
349
350         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
351         currentMusicalColumn as left span-point for bracket. The bracket
352         is too long when there are accidentals.
353
354 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
355
356         * buildscripts/lilypond-profile.sh,
357         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
358         Thanks to Reuben Thomas <rrt@mupsych.org>
359
360 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
361
362         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
363         Wurbel <wurbel@univ-tln.fr>.
364
365 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
366
367         * scripts/midi2ly.py: Add space after chords.
368
369 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
370
371         * input/regression/{many}: add few @code{ ... }.
372
373 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
374
375         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
376         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
377         Removed cmbx5, cmbx6 (which are included in teTeX)
378         and cmbxti14 which is not used in fonts.scm.
379
380 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
381
382         * lily/midi-item.cc: fine tune quarter tones.
383
384 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
385
386         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
387         new function, warn how many cents are missing in fine tuning.
388
389 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
390
391         * input/bugs/rhytmicstaff-tie.ly: add file.
392
393         * THANKS: Create skeleton for 2.1.
394
395 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
396
397         * input/test/bar-lines.ly (TODO): dashed "|".
398
399 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
400
401         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
402         input/regression/tie-chord.ly: Fix spell for tying.
403
404         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
405
406         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
407         new file (renamed, see above).
408
409         * Documentation/user/lilypond-book.itely
410         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
411         * input/example-1.ly input/example-2.ly input/example-3.ly
412         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
413         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
414         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
415         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
416         * scripts/lilypond-book.py scripts/lilypond.py
417         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
418         * vimrc: replace ly2dvi with lilypond and remove silly comments.
419
420         * Documentation/user/lilypond.tely: update version.
421
422         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
423         Remove extra spaces in each @node, fixes spaces.
424
425 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
426
427         * scripts/lilypond-book.py (output_dict): Add definition of
428         \lilypondbook also for LaTeX output. Solves several bug reports.
429
430 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
431
432         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
433
434 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
435
436         * input/test/transposition.ly: Fix key signatures, given in comments.
437
438 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
439
440         * scm/midi.scm (instrument-names-alist),
441         Documentation/user/appendices.itely: Correct spelling of shakuhachi
442
443 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
444
445         * input/test/temporary-stave.ly (texidoc): New example based on an
446         email question from Ralph Little.
447
448 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
449
450         * VERSION: release 2.1.0
451         
452         * lily/note-performer.cc (try_music): accept busy-playing-event.
453
454         * lily/swallow-perf.cc (try_music): return false for
455         busy-playing-event and melisma-playing-event.
456
457 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
458
459         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
460         >> in \score.
461
462 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
463
464         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
465         that articulation_substitute will not move beam start again.
466         (articulation_substitute): Bugfix: remove stray space so that new
467         old chords ending '>>' does not get broken up.
468         (sub_chord): Use TAB for indentation (not spaces).
469         
470         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
471         Bugfix for startup: Use ?^ instead of ?\^.
472
473 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
474
475         * lily/lyric-combine-music-iterator.cc
476         (Lyric_combine_music_iterator): change init order, to prevent GC
477         segfaults.
478
479         * lily/context-specced-music-iterator.cc (construct_children): 
480         only change  translator if found. This fixes a core dump problem.
481
482 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
483
484         * scm/slur.scm (default-slur-extremity-rules): use equal? for
485         comparison.
486
487         * mf/feta-bolletjes.mf: make hole in half note little
488         smaller for stem attachment.
489
490         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
491
492         * mf/feta-banier.mf: don't draw stem with flag, just small square
493         attachment.
494
495         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
496
497         * mf/feta-banier.mf: remove upstem/downstem characters.
498
499         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
500
501         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
502         stafflinethickness (in the default)
503
504         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
505
506         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
507
508         * Documentation/topdocs/INSTALL.texi (Top): reorder.
509
510         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
511
512         * lily/include/directional-element-interface.hh:
513         junk class, make {get,set}_grob_direction functions.
514
515         * lily/slur.cc (get_attachment): do something sensible when
516         attaching to stem without heads (eg. a rest).
517
518         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
519         forcing up to staff.  remove #'support-head property
520         (brew_molecule): small cleanup.
521         (flag): remove #'grace property.
522
523 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
524
525         * cygwin/postinstall-lilypond.sh: 
526         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
527         (Volker Zell).
528
529 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
530
531         * scripts/lilypond-book.py: resurrect 'eps' option. 
532         (TexiPaper.to_eps): use -Ppdf for EPS files.
533
534         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
535
536         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
537
538         * VERSION: release 2.0.1
539
540         * lily/bezier.cc (get_other_coordinate): change assert into
541         warning.
542
543         * lily/note-head.cc (internal_brew_molecule): make left protusion
544         smaller, to accomodate for natural sign.
545         (internal_brew_molecule): only do this when the accidental is
546         close enough.
547         (extent): new function
548
549         * lily/skyline.cc (merge_skyline): new function
550         (heighten_skyline): new function
551
552         * lily/accidental-placement.cc (position_accidentals) 
553         (position_accidentals): fix todo.
554
555 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
556
557         * input/test/+.ly (texidoc): put version number inline.
558
559         * GNUmakefile.in: remove rsync-web target.
560         
561         * input/regression/bar-scripts.ly (onestaff): raggedright
562
563 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
564
565         * lily/*.cc: remove #if 0'd code in couple of places.
566
567         * lily/midi-stream.cc (operator <<): rewrite.
568
569         * lily/note-head.cc (internal_brew_molecule): 
570         only make ledgers when the Staff symbol has lines.
571
572         * ly/property-init.ly (arpeggioBracket): simplify
573
574         * lily/translator-group.cc (execute_pushpop_property): use
575         SCM_EQ_P for comparing keys. This fixes reverting
576         auto-beam-settings.
577
578 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
579 *
580         * lily/midi-stream.cc (operator <<): Also write MIDI string when
581         midi_debug_global_b.
582         (operator <<): Normalise loop.
583
584 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
585
586         * scripts/lilypond.py (escape_path): revise.
587
588         * scm/music-functions.scm (set-output-property): new function.
589         
590 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
591
592         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
593         use addmakeflags again.
594
595         * cygwin/lily-wins.py (escape_shell): New function; use it.
596
597         * scripts/lilypond.py (escape_shell): Escape quotes and other
598         spaces too.  Do not escape escaping backslashes.
599
600         * make/srcdir.make.in (web-install): Must call install-WWW now.
601
602         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
603         dependency
604
605 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
606
607         * scripts/lilypond.py (escape_path): escape quotes too. 
608
609         * Documentation/user/lilypond.tely (Unified index): rename Index
610         to accomodate Windows breakage.
611
612         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
613
614         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
615         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
616         target not a source.
617
618 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
619
620         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
621         addmakeflags.  Build and install doc and web also when building on
622         Cygwin.
623
624         * mf/GNUmakefile: Bugfix.
625
626         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
627         target web.
628
629         * cygwin/lily-wins.py: Quote filename.
630
631 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
632
633         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
634
635 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
636
637         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
638         settings.
639
640         * configure.in: Require g++ > 3.0.4.
641
642         * mf/GNUmakefile: Bugfix: Add list.ly target.
643         
644         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
645
646         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
647         make omf directory, add uninstall targets.
648
649 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
650
651         * lily/tie-performer.cc (initialize): init prev_event
652
653         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
654
655         * lily/script-engraver.cc (make_script_from_event): don't crash on
656         non-string articulation-type.
657
658         * lily/new-fingering-engraver.cc (add_script): don't crash on
659         0 scripts 
660         (acknowledge_grob): warn about text script events.
661
662 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
663
664         * buildscript/lilypond.words: fix path for drums.scm.
665
666 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
667
668         * lily/spacing-spanner.cc (note_spacing): don't make longer
669         durations than measure-length.
670
671         * VERSION: release 2.0.0
672
673         * GNUmakefile.in (rsync-web): version independent rsync target.
674
675         * input/test/+.ly (texidoc): idem.
676
677         * input/regression/+.ly: print version number.
678
679         * input/regression/accidentals.ly (mel): shorten.
680
681         * input/regression/accidental-octave.ly (texidoc): shorten.
682
683         * input/regression/hairpin-dashed.ly (texidoc): docstring.
684
685         * input/regression/completion-heads-polyphony.ly: octave
686
687         * input/regression/beam-manual.ly: remove
688
689         * input/regression/beam-chord.ly: remove
690
691         * input/regression/grace-dynamic.ly: remove
692         
693         * input/regression/grace-volta-repeat.ly: octave fixes.
694
695         * input/regression/hairpin-dashed.ly (texidoc): doc string.
696
697         * lily/parser.yy (step_number): semitones for chord entry too.
698         (make_chord_step): more robust code, semitones. 
699
700         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
701
702         * input/regression/breathing-sign.ly (texidoc): split ancient and
703         normal breathing signs.
704
705         * scm/define-grobs.scm (all-grob-descriptions): swap
706         beamed-extreme-minimum-free-lengths and
707         beamed-minimum-free-lengths; the 'extreme' case should allow
708         shorter stems. This fixes forced directions on beamed 32nd and
709         shorter notes.
710
711         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
712         quartertones, not semitones.
713         (NoteNamesContext): swallow more event types
714
715         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
716
717         * VERSION (PACKAGE_NAME): release 1.9.10
718
719 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
720
721         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
722         set note head as cause of note-column.  This gives a better error
723         message.
724
725 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
726
727         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
728
729 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
730
731         * mf/GNUmakefile (pfa_warning): instruct 
732
733         * stepmake/aclocal.m4: typo.
734
735         * Documentation/user/cheatsheet.itely: more verbose examples.
736
737         * input/regression/clefs.ly: remove bogus docstring.
738
739 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
740
741         * GNUmakefile.in (SUBDIRS): Add elisp.
742
743         * elisp/lilypond-mode.el: 
744         * elisp/lilypond-init.el: 
745         * elisp/lilypond-indent.el: 
746         * elisp/lilypond-font-lock.el: Move from top dir.
747
748         * stepmake/stepmake/elisp-vars.make: New file.
749
750         * config.make.in (elispdir): Add.
751
752         * Documentation/topdocs/INSTALL.texi: Typo.
753
754         * make/ly-rules.make: Test for files instead of touching void and
755         ignoring errors.
756
757         * GNUmakefile.in:
758         * make/lilypond.redhat.spec.in:
759         * debian/rules: Fix lilypond.words stuff a bit.  For running from
760         <builddir>, adding
761         
762              (push "<builddir>/share/lilypond/elisp" load-path)
763
764         to your ~/.emacs.el should give you LilyPond-mode again.
765
766         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
767         regexp for DOS/Windows, we are too paranoid to fix others.
768
769 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
770
771         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
772
773         * input/test/chord-names-jazz.ly (banterProperties): fix
774
775         * lily/parser.yy (bass_mod): bass figure alterations are semi
776         tones, not quarter tones
777
778         * lily/beam.cc (set_stem_lengths): only lengthen stems
779         for gapped beams.
780
781         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
782         by beamcount.
783
784         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
785         a warning that the warning may erroneous.
786
787         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
788         target.
789
790         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
791         targets.
792
793         * GNUmakefile.in ($(config_h)): config.h should depend on
794         config.hh.in .
795         (lilypond.words): remove fontball stuff.
796
797         * stepmake/aclocal.m4: only print config.cache warning if it exists.
798
799         * configure.in: remove pktrace reference.
800
801         * GNUmakefile.in (rsync-web): permissions and ownership for
802         website.
803
804         * lily/volta-engraver.cc (staff_eligible): new function.
805         (stop_translation_timestep): kill off spanners if not eligible.
806
807         * VERSION (PATCH_LEVEL): release 1.9.9
808
809         * input/regression/beam-quanting-32nd.ly (texidoc): new file
810
811         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
812         length is more important than forbidden quants.
813         
814 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
815
816         * buildscripts/lilypond.words: order words in search order,
817         add lilypond.words.vim to be generated.
818
819         * lilypond.vim: use lilypond.words.vim for keyword matching.
820
821         * lilypond-mode.el: use search order. fix word selection rules.
822
823         * lilypond-font-lock.el: fix fontifying long durations.
824
825         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
826
827 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
828
829         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
830
831         * stepmake/stepmake/generic-targets.make:
832         * stepmake/stepmake/bin/make-version.py: 
833         * stepmake/aclocal.m4:
834         * make/stepmake.make:
835         * make/toplevel-version.make: Build fixes: remove last traces of
836           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
837
838         * lily/beam.cc: Add gap-count property.
839
840 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
841
842         * scm/define-grob-properties.scm (gap-count): add gap-count
843
844         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
845
846 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
847
848         * cygwin/mknetrel.doc: Typo.
849
850         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
851
852         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
853
854 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
855
856         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
857         sizes. Remove support for 'ledger'(=tabloid+landscape).
858
859 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
860
861         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
862         sauter PFAs.
863
864         * configure.in: remove VERSION stuff once again.
865
866         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
867
868         * scm/define-grobs.scm (all-grob-descriptions): use sans family
869         for chord names.
870
871         * mf/GNUmakefile: always trace pfa fonts.
872         (SAUTER_FONTS): add cmss[567] too fonts
873
874         * configure.in: require mftrace. 
875
876         * lily/staff-performer.cc (new_instrument_string): don't look at
877         instrument property.
878
879         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
880         is_direction is the C++ one. Similar for ly_axis_p and
881         ly_number_pair_p
882
883 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
884
885         * lily/beam.cc (brew_molecule): read gap-count to determine
886         number of tremolo (gapped) beams.
887
888         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
889         shorter than 1/8
890
891         * flower/include/array.hh (default_compare): new function
892
893         * cygwin/mknetrel: Native fixes.
894
895         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
896
897 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
898
899         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
900         feature for Windows.
901
902         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
903
904         * cygwin/mknetrel: Updates for native use on Cygwin.
905
906         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
907
908         * stepmake/stepmake/help2man-rules.make: 
909         * cygwin/mknetrel: Bugfix for manpages.
910
911         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
912         $(builddir).  Stepmake is a normal subdirectory now, that is not
913         configured.  Another srcdir build fix.
914
915         * Documentation/topdocs/INSTALL.texi,
916         buildscripts/lilypond.words.py, lilypond-font-lock.el,
917         lilypond-init.el, lilypond-mode.el, debian/rules,
918         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
919         rename generated file lilypond.words to lilypond.words.el.
920
921 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
922
923         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
924
925         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
926         GNUmakefile.in.
927
928 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
929
930         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
931         when cross building.
932
933         * configure.in: srcdir build fix.
934
935         * cygwin/GNUmakefile:
936         * cygwin/lily-wins.py:
937         * cygwin/postremove-lilypond.sh: 
938         * cygwin/postinstall-lilypond.sh: Merge from stable.
939
940         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
941         s/ly2dvi/lilypond/.
942
943 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
944
945         * lily/slur.cc (after_line_breaking): only set control points if
946         none supplied yet.
947
948         * input/test/slur-manual.ly: new file.
949
950         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
951         <<  >> chords too.
952
953         * VERSION (PACKAGE_NAME): release 1.9.8
954
955         * scripts/lilypond.py (escape_path): escape spaces in directory names
956
957         * input/test/text-spanner.ly: fixes.
958
959 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
960
961         * buildscripts/lilypond.words.py: add drum names as note names to
962         Emacs-mode.
963
964 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
965
966         * input/regression/hairpin-dashed.ly: new file.
967
968         * scripts/convert-ly.py (conv): warn about dash-length.
969
970         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
971         automatically if we get a new one.
972
973         * lily/lookup.cc (dashed_line): new function
974
975         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
976         dash-fraction.
977
978 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
979
980         * buildscripts/lilypond.words.py: extract note names.
981
982         * lilypond-mode.el: take note names from lilypond.words -file.
983         small fix in the use of string-match.
984
985         * lilypond-font-lock.el: use lilypond.words for note names, add 
986         maxima to note a duration.
987
988 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
989
990         * lily/breathing-sign.cc: remove railtracks() function. 
991
992         * input/regression/arpeggio-bracket.ly (texidoc): add file.
993
994         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
995         (brew_molecule): bugfix don't make arpeggio shorter when
996         arpeggio-direction is set.
997
998         *  debian/rules: small corrections in the (Pedro K)
999
1000         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
1001         examples.
1002
1003         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
1004         special (repeat) bar comes along.
1005
1006         * input/regression/auto-beam-bar.ly: update.
1007
1008         * scripts/lilypond-book.py (output_dict): remove support for the
1009         EPS option.
1010
1011         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
1012         VerticalAlignment and VerticalAxisGroup this fixes the size
1013         computations for the entire system.
1014  
1015         * input/les-nereides.ly (bass): remove superfluous fontSize.
1016
1017         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
1018         causes directory of file to be added to include path.
1019
1020         * input/regression/beam-break.ly: test single stem beams.
1021
1022         * input/regression/system-start-bracket.ly: fix.
1023
1024         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
1025
1026         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
1027
1028         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
1029         (score_stem_lengths): do something sensible for single stem beams.
1030
1031         * lily/beam.cc (least_squares): add kludge for single stem beams.
1032
1033         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
1034         keySignature to list of broken things.
1035
1036         * input/regression/keys.ly: fix.
1037
1038         * VERSION (PACKAGE_NAME): release 1.9.7
1039
1040         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
1041
1042         * Documentation/user/refman.itely (Pitches): doc quarter tones.
1043
1044         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
1045         (quartertone_pitch): new function
1046
1047         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
1048         flat. WARNING: FONT CHANGED.
1049
1050         * ly/nederlands.ly: add -eh and -ih for quarter tones.
1051
1052         * lily/accidental-placement.cc (add_accidental): support for
1053         quarter tones.
1054
1055         * ly/LANGUAGEs.ly: use symbols for alterations.
1056
1057         * mf/feta-toevallig.mf: change accidental codes. 
1058
1059         * scm/lily.scm (ly:get-option): switch on debugging only for
1060         --verbose.
1061
1062         * lily/lily-guile.cc: remove ly:verbose?
1063
1064         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
1065
1066         * lily/parser.yy (TODO): only do gh_call() for apply with
1067         procedure argument.
1068
1069         * lily/tie-engraver.cc (start_translation_timestep): move melisma
1070         stuff in accordance with new timing of tie-events.
1071
1072         * lily/my-lily-lexer.cc: remove \outputproperty
1073
1074         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
1075
1076         * scm/define-translator-properties.scm (melismaBusyProperties):
1077         add melismaBusyProperties property.
1078
1079 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1080
1081         * input/test/ambitus-mixed.ly (texidoc): new file.
1082
1083         * buildscripts/mutopia-index.py (find): prune debugging
1084
1085         * lily/side-position-interface.cc: doc updates
1086
1087         * Documentation/user/refman.itely: updates, tweaks.
1088
1089         * lily/parser.yy (Simple_music): remove outputproperty
1090
1091         * make/stepmake.make: use VERSION again; importing VERSION via
1092         autoconf dependencies is too hairy.
1093
1094 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
1095
1096         * lilypond-mode.el: allow `-' for keywords and identifiers.
1097
1098 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1099
1100         * VERSION: release 1.9.6
1101         
1102         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
1103         iso. ly2dvi.
1104
1105         * Documentation/user/*.itely: fixes everywhere
1106
1107         * lily/completion-note-heads-engraver.cc: rewrite engraver:
1108         produce ties from the engraver itself, do not broadcast TieEvent.
1109
1110         * lily/my-lily-lexer.cc: remove pitch & duration.
1111
1112         * lily/parser.yy (TODO): remove \pitch and \duration
1113
1114         * input/test/explicit.ly: remove file.
1115
1116         * Documentation/user/refman.itely (Pitches): remove \pitch 
1117         \duration command.
1118
1119 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
1120
1121         * buildscripts/lilypond.words.py: add all slur types to Emacs
1122         insertion menu, suppose everything is postfixed by dropping 
1123         unnecessary `-' -marks.
1124
1125 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1126
1127         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
1128         tremoloed stems.
1129
1130         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
1131         head for flagged stems.
1132
1133         * lily/stem.cc (get_default_stem_end_position): futz with extra
1134         stem length if there is a stem tremolo.
1135
1136         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
1137         it would be too small.
1138
1139         * lily/font-metric.cc: return #f for non-existent glyph.
1140         
1141         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
1142         exported through config.make.
1143
1144         * input/regression/clef-oct.ly: new file.
1145
1146         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
1147         transposition.
1148
1149         * input/template/*.ly: remove old relative.
1150
1151         * ly/english.ly: add X names for double sharp.
1152
1153 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1154
1155         * lily/font-select.cc: new file handle font selection routines.
1156
1157         * lily/parser.yy: add ; (Patrick Atamaniuk)
1158
1159         * input/test/time-signature-double.ly: use markups for double time
1160         sigs.
1161
1162         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
1163         ChordNames.SeparationItem #'padding for adjusting space after chords.
1164         
1165         * lily/music-output-def.cc (LY_DEFINE): 
1166         new function ly:paper-lookup.
1167         
1168         * mf/parmesan-clefs.mf: use # quantities for char_box
1169         offsets. Fixes overflow errors in the PFA. 
1170
1171         * scm/new-markup.scm (strut-markup): change calling interface for
1172         markup. Pass paper-def, not grob. This would allow \markup to be
1173         used separately from grobs.
1174
1175         * lily/paper-def.cc: new function ly:paper-font; this function
1176         replaces ly:get-font.
1177
1178         * lily/include/font-interface.hh (struct Font_interface): take
1179         Paper_def iso. Grob for get_font().
1180
1181 2003-09-14  Graham Percival  <gperlist@shaw.ca>
1182
1183         * Documentation/user/ tutorial.itely, refman.itely: add warning
1184         about \key and accidentals.
1185
1186 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1187
1188         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
1189
1190         * Documentation/user/*.itely: manual tweaks
1191
1192 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
1193
1194         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
1195         cleanup; bugfix: exact_center
1196
1197         * Documentation/user/refman.itely: added more documentation on
1198         ambitus according to recent questions on lilypond-user list
1199
1200 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1201
1202         * input/regression/ottava.ly (texidoc): demo 15ma too.
1203
1204         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
1205
1206         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
1207         octave fixes.
1208
1209 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1210
1211         * lily/lexer.ll: add \r to the rules for newlines; this fixes
1212         problems on older Mac editors.
1213
1214 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
1215
1216         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
1217
1218 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
1219
1220         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
1221         mf/parmesan-clefs.mf: added comments on character alignment and
1222         set_char_box() conventions
1223
1224         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
1225         set_char_box()'s
1226
1227         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
1228
1229 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
1230
1231         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
1232
1233 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
1234
1235         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
1236         shortened to avoid almost-collision with staff line; code cleanup;
1237         other custodes: fixed char boxes; code cleanup
1238
1239 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1240
1241         * configure.in: release 1.9.5
1242         
1243         * scripts/lilypond.py (global_latex_preamble): only set
1244         twosideshift if 'twoside' is in latexoptions 
1245
1246         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
1247
1248         * VERSION: remove
1249
1250         * scripts/*2ly.py: update <> syntax
1251
1252 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1253
1254         * lily/chord-name-engraver.cc (process_music): add origin for
1255         chord name.
1256
1257         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
1258
1259         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
1260         bass notes for exceptions too.
1261
1262         * scm/define-grobs.scm (all-grob-descriptions): rename
1263         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
1264
1265         * scm/define-grob-properties.scm (remove-first): add remove-first
1266         property for orchestral scores.
1267
1268         * Documentation/user/*.itely: switch <<>> and <> 
1269
1270         * lily/glissando-engraver.cc (process_music): bugfix: move line to
1271         last_line only once. This fixes the two consecutive glissandi problem.
1272
1273 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
1274
1275         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
1276         error message "flexa-width undefined"
1277
1278         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
1279         lily/include/gregorian-ligature.hh: print warning when ignoring
1280         head prefixes on flexa shapes
1281
1282         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
1283         space before a series of inclinatum heads
1284
1285         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
1286         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
1287         cleanups
1288
1289         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
1290         and char_box
1291
1292 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
1293
1294         * input/regression/breathing-sign.ly: tiny fixes
1295
1296         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
1297         semantical collision with vaticana ligatures
1298
1299         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1300         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
1301         now consistent with mensural ligatures
1302
1303         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1304         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
1305         context pitches and staff position; dto. for virga stem; removed
1306         obsolete virga and clivis characters from parmesan font (WARNING:
1307         font changed)
1308
1309         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
1310         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
1311
1312         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1313         scm/define-grob-properties.scm: consistency fix: renamed
1314         join_left->add_cauda
1315
1316         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
1317         appendix length; bugfix: yoffs_bt for reverse direction punctum
1318         characters
1319
1320         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
1321         small cleanups; added more docu
1322
1323         * lily/mensural-ligature-engraver.cc, lily/vaticana-ligature-engraver.cc,
1324         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
1325         computation to CoherentLigatureEngraver
1326
1327         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
1328         scm/define-grob-properties.scm: bugfix: added missing linea and
1329         cavum properties; bugfix: removed dead semivocalis property
1330
1331         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
1332         length; redesigned quilisma, stropha and auctum
1333
1334         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
1335         line thickness
1336
1337         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
1338         Documentation/user/refman.itely: bugfix: introduced shifted
1339         epiphonus head to avoid collision with adjacent plica
1340
1341 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1342
1343         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
1344
1345         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
1346
1347 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1348
1349         * Documentation/user/tutorial.itely (A lead sheet): remove
1350         duplicate chords.
1351
1352         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
1353
1354 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1355
1356         * Documentation/bibliography/computer-notation.bib (isbn): add
1357         xivcim publication.
1358
1359 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
1360
1361         * GNUmakefile.in: drop lilypond.words for generation.
1362
1363 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
1364
1365         * buildscripts/lilypond.words.py: take filename (also) from an arg.
1366
1367         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
1368
1369 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1370
1371         * input/test/figured-bass-alternate.ly (fl): new file.
1372
1373         * Documentation/topdocs/README.texi (Top): clarifications.
1374
1375         * Documentation/bibliography/computer-notation.bib (isbn): add phd
1376         theses of Gieseking and Renz.
1377
1378         * GNUmakefile.in (README_FILES): remove README.mandrake.
1379
1380 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
1381
1382         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
1383         from source files and search patterns listed in the script.
1384
1385         * GNUmakefile.in: add target `lilypond.words'.
1386
1387         * lilypond.words: remove file, generated by `make lilypond.words'.
1388
1389         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
1390
1391 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
1392
1393         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
1394
1395 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1396
1397         * VERSION: 1.9.4 released
1398
1399         * scripts/convert-ly.py (FatalConversionError.figures_replace):
1400         rule for < > <-> << >> substitution
1401
1402         * lily/lexer.ll: exchange meaning of << >> and < > 
1403
1404         * VERSION (PACKAGE_NAME): 1.9.3 released
1405
1406         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
1407         pages unconditionally.
1408
1409 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1410
1411         * Documentation/user/music-glossary.tely (Top): small syntax
1412         fixes.
1413
1414         * scm/music-functions.scm (remove-tag): filter \tagged music
1415         expressions.
1416
1417         * input/regression/tag-filter.ly (texidoc): new file.
1418
1419         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
1420         symbol2 .. ) etc. 
1421
1422         * scripts/convert-ly.py (FatalConversionError.conv): fingering
1423         convert rule.
1424
1425         * Documentation/user/refman.itely (Fingering instructions): adjust manual.
1426
1427         * lily/new-fingering-engraver.cc (position_scripts): don't crash
1428         for borderline cases (e.g. 1 fingering.)
1429         (position_scripts): revise interface, use fingerOrientations to
1430         set fingering positions.
1431
1432         * scm/document-translation.scm (context-doc): add aliases to
1433         automated documentation.
1434
1435         * make/lilypond-vars.make: remove stepmake compat glue.
1436
1437         * make/generic-vars.make: remove cruft.
1438
1439         * lily/main.cc (main): don't identify binary.
1440
1441 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1442
1443         * lily/include/translator.hh (class Translator): remove
1444         type_string_ , use symbol for context name throughout.
1445         Changes through whole source tree.
1446
1447         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
1448         set PDF as default, and always make PDF.
1449
1450         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
1451
1452 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
1453
1454         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
1455         Documentation/user/refman.itely input/regression/allfontstyle.ly
1456         input/regression/grace-types.ly:
1457         fix spelling for acciaccatura (Webster's 1913).
1458
1459 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1460
1461         * lily/main.cc (usage): adjust blurb, include url.
1462
1463         * input/regression/breathing-sign.ly (texidoc): transpose up
1464
1465 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
1466
1467         * input/regression/breathing-sign.ly: changed ancient examples to
1468         be relevant (by request of Han-Wen); updated BreathingSign text
1469         property according to new syntax.
1470
1471         * ly/gregorian-init.ly: updated BreathingSign text property
1472         according to new syntax
1473
1474 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1475
1476         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
1477         (Clef): index entries for clefs.
1478
1479         * python/lilylib.py (system): remove errorlog files.
1480         
1481 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
1482
1483         * lilypond.words: add \new and new graces. Add dynamics to menus
1484         keeping 1.8.x compatibility; after all the engraving relating to 
1485         notes becomes postfixed `-' marks will be removed.
1486
1487 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1488
1489         * lily/molecule.cc (align_to): idem.
1490
1491         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
1492         
1493         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
1494         accacciatura everywhere.
1495
1496         * VERSION (PACKAGE_NAME): released 1.9.2
1497
1498         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
1499
1500         * scm/document-markup.scm (markup-doc-node): sort markup function
1501         list.
1502
1503         * lily/paper-outputter.cc (output_version): change "Lily was here"
1504         into  "Engraved by LilyPond"
1505
1506         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
1507         on unquoted strings before \notenames.
1508
1509         * lily/parser.yy (lyric_element): allow markup as lyric text. This
1510         increases the number of s/r reductions to 4.
1511
1512         * scm/new-markup.scm (fraction-markup): \fraction command.
1513
1514         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
1515         mode
1516
1517         * lily/lookup.cc (round_filled_box): rename function.
1518         (LY_DEFINE): round-filled-box: change signature.
1519
1520         * Documentation/user/refman.itely: revise section explaining grace
1521         notes.
1522
1523         * lily/translator-scheme.cc (LY_DEFINE): add ! to
1524         ly:set-context-property
1525
1526         * input/*/*.ly (vmus): use \new everywhere.
1527
1528         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
1529
1530         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
1531         default
1532
1533         * scm/music-functions.scm (set-stop-grace-properties)
1534         (set-start-grace-properties, add-grace-property): new functions
1535         for modular grace tweak control.
1536
1537         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
1538         
1539 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1540
1541         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
1542
1543         * GNUmakefile.in (install-pfa-fonts):
1544         (get-pfa-fonts): New target.
1545
1546         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
1547         install-pfa-fonts help.
1548
1549 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1550
1551         * lily/translator-scheme.cc (LY_DEFINE):
1552         ly:context-pushpop-property new function.
1553         (LY_DEFINE): new function ly:translator-find  
1554         new function ly:translator?
1555         (LY_DEFINE): new function ly:context?
1556
1557         * lily/translator-def.cc: remove Translator_def::apply_pushpop_property().
1558
1559         * python/lilylib.py (read_pipe): only store and display error log
1560         if verbose not set.
1561         (read_pipe): only display log if it contains something.
1562
1563 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1564
1565         * Documentation/misc/GNUmakefile: Re-add.
1566         (TEXTS): Add CHANGES.
1567
1568 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
1569
1570         * lilypond.words: add \newcontext.
1571
1572 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1573
1574         * lily/tie-performer.cc (stop_translation_timestep): only flush
1575         tied_notes when we have actually made a tie. Fixes bugs with ties
1576         in polyphonic scores.
1577
1578 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1579
1580         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
1581         they do not exist.
1582
1583 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1584
1585         * VERSION (PACKAGE_NAME): released 1.9.1 
1586
1587         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
1588         Instrument_name_engraver
1589
1590         * lily/tie-performer.cc (create_audio_elements): bugfix
1591
1592         * Documentation/user/music-glossary.tely (Top): comment out
1593         font-style statements.
1594
1595         * input/test/force-hshift.ly: revise example.
1596
1597         * Documentation/bibliography/engraving.bib (note): typos.
1598
1599         * configure.in: bump GCC requirements to 3.x
1600
1601         * lily/include/audio-item.hh (class Audio_tie): rename
1602         note_l_drul_ to note_drul_
1603
1604         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
1605
1606         * lily/parser.yy (relative_music): whoops. All \relative were off
1607         by ...  a lot .... Ahem.
1608
1609         * scm/define-music-types.scm (music-descriptions): idem.
1610
1611         * lily/beam-engraver.cc: move new-beam-event to beam-event
1612
1613         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
1614         to Tie_engraver
1615
1616         * input/regression/bar-number.ly: remove unnecessary old-relative
1617         options.
1618         
1619         * Documentation/user/internals.itely (Creating contexts): document
1620         \newcontext
1621
1622         * lily/parser.yy (Composite_music): add \newcontext
1623
1624         * Documentation/user/refman.itely (MIDI block): add note about
1625         dotted tempos.
1626
1627         * scm/font.scm: remove old markup legacy
1628
1629         * GNUmakefile.in (web-clean): remake share/ after web-clean.
1630
1631         * lily/breathing-sign.cc (brew_molecule): remove function
1632
1633         * lily/text-item.cc: remove old-style markups.
1634         (interpret_markup): C++ version of markup function
1635         (brew_molecule): idem.
1636
1637         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
1638         as Scheme variable.
1639
1640         * scripts/convert-ly.py (conv): dashes rule.
1641         Apply rule.
1642
1643         * Documentation/user/lilypond-book.itely: syntax fixes. 
1644
1645 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1646
1647         * VERSION (PACKAGE_NAME): release 1.9.0
1648
1649         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1650         note about dvips. (Should backport.)
1651
1652         * scripts/convert-ly.py
1653         (FatalConversionError.articulation_substitute): add
1654         convert-new-chords code. Remove convert-new-chords.py
1655
1656         * Documentation/user/refman.itely (Octave check): document
1657         \octave.
1658
1659         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
1660         \relative changes.
1661
1662         * lily/parser.yy (command_element): octave check:
1663
1664            \octave PITCH
1665
1666         checks that PITCH (without octave) yields PITCH (with octave) in
1667         \relative
1668
1669         * lily/relative-octave-music.cc (to_relative_octave): octave check.
1670
1671         * lily/scm-option.cc: ly:set-option now has the default argument
1672         #t.
1673
1674         * lily/lexer.ll: add \renameinput
1675
1676         * python/lilylib.py (command_name): robustifications.
1677
1678         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
1679         /dev/stderr. This is ash compatible.
1680
1681         * ly/init.ly: add warning if compatibility was not necessary.
1682
1683         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
1684
1685         * flower/include/string-handle.icc: formatting cleanups, rename
1686         references by ref_count_.
1687
1688 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
1689
1690         * make/lilypond.mandrake.spec.in: syncronize the spec file with
1691         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
1692         package libs separately, fix conflicting php variable out=/dev/vc/
1693         invoking `unset out', declare menus, use only one icon-file, fix
1694         doc-path in menu.
1695
1696 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1697
1698         * scripts/convert-ly.py (FatalConversionError.conv): typo
1699
1700         * Documentation/misc/GNUmakefile: restore misc directory.
1701
1702         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
1703
1704         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
1705         Petites-Preludes 
1706
1707         * input/test/partial-blank.ly (quickmeasure): syntax
1708
1709         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
1710         attachment property.
1711
1712         * Documentation/user/refman.itely: remove superfluous -'s 
1713         (Grace notes): ) fixes.
1714
1715         * lily/music.cc: generic compress(), transpose() functions. Remove
1716         others.
1717
1718         * lily/parser.yy (gen_text_def): remove support for #'(italic )
1719         style markup entry.
1720
1721         * lily/parser.yy: all articulations postfix; remove obligatory -
1722         for [,  ) and \!
1723         
1724         * lily/music.cc (to_relative_octave): write generic
1725         to_relative_octave function; various relative cleanups.
1726         Hmmm.
1727
1728         * lily/scm-option.cc: add options new-relative and old-relative
1729
1730         * po/sv.po: new po file.
1731
1732         * Documentation/user/refman.itely (Dynamics): website
1733         fixes. (should backport!)
1734
1735 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
1736
1737         * make/lilypond.mandrake.spec.in: declare version only once.
1738
1739 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1740
1741         * lily/simultaneous-music.cc (to_relative_octave): undo relative
1742         meaning for now.
1743
1744 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1745
1746         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
1747
1748         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
1749
1750         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
1751
1752         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
1753
1754         * lily/music.cc (var): add ly:music-transpose function.
1755
1756         * lily/parser.yy (pre_events): remove prefix articulations.
1757
1758         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
1759
1760         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
1761
1762         * Documentation/user/refman.itely (Text markup): add comment about
1763         markup in header.
1764
1765 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1766
1767         * lily/paper-outputter.cc (write_header_fields_to_file): 
1768         only dump value if it is a string.
1769
1770         * flower/include/dictionary.hh: remove.
1771         
1772         * Documentation/ChangeLog-1.5: add back old log.
1773
1774         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
1775         .pfas from a .deb.
1776
1777 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1778
1779         * Documentation/bibliography/engraving.bib: add entry for
1780         Jaschinski's Notation
1781
1782 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1783
1784         * Documentation/user/refman.itely (Beaming): add note about
1785         allowBeamBreak
1786
1787 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
1788
1789         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
1790         GregorianTranscription contexts
1791
1792         * ly/engraver-init.ly: vaticana contexts: minor fixes
1793
1794         * Documentation/user/refman.itely (Ancient notation): added note
1795         on appendix length bug
1796
1797         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
1798         input/test/vaticana.ly: use vaticana contexts; small fixes
1799
1800 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1801
1802         * flower/hash.cc: Remove.
1803
1804         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
1805         to (nonexistent?) hash_func_ identifier.
1806
1807         * python/midi.c (midi_error, midi_warning): Use char const* for
1808         __FUNCTION__ argument.
1809
1810         * python/gettext.py: Remove.  We already require python 2.1, which
1811         includes gettext.py.
1812
1813         * configure.in: Require python 2.1, as INSTALL.texi says.
1814         it.
1815
1816         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
1817         versions 1.50 and 1.75.  Remove note about lexer patch.
1818
1819 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1820
1821         * Documentation/topdocs/INSTALL.texi: Update type1 font
1822         description to actual situation.  Add comment about new font ball
1823         layout.
1824
1825         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
1826         in $LILYPONDPREFIX suffices for installation.
1827
1828 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1829
1830         * debian/control (Build-Depends): Add flex-old as alternative to
1831         flex.  Deprecate bison 1.75.
1832
1833 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
1834
1835         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
1836         Vaticana contexts
1837
1838         * Documentation/user/refman.itely (Ancient notation): documented
1839         some bugs; tiny fixes; added docu on Vaticana contexts
1840
1841         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
1842         scripts
1843
1844 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
1845
1846         * Documentation/user/refman.itely (Ancient notation): added some
1847         introductory words; added section on ancient time signatures;
1848         added some @seealso and @refcommands; small fixes and
1849         beautifications
1850
1851 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
1852
1853         * input/regression/note-head-style.ly: many fixes and updates
1854
1855         * Documentation/user/refman.itely: added small sections on ancient
1856         accidentals, rests and flags; revised ancient note head section;
1857         small wording/spelling fixes
1858
1859         * input/test/rests.ly: layout fixes
1860
1861 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
1862
1863         * input/puer-fragment.ly: bugfix: central C position of do clef
1864
1865         * ly/gregorian-init.ly: workaround: add small padding space before
1866         divisiones (the correct fix would be the spacing engine to handle
1867         this)
1868
1869 2003-08-13  Graham Percival  <gperlist@shaw.ca>
1870
1871         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
1872         cue-notes.ly: minor fixes.
1873
1874 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
1875
1876         * Documentation/user/refman.itely: bugfix: remove obsolete link to
1877         input/test/custos-style.ly
1878
1879         * Documentation/index.html.in: bugfix: link to Tutorial.html
1880
1881         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
1882         to neumes; bugfix: "et": epiphonus, not just a simple pes
1883
1884 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
1885
1886         * lilypond-mode.el: split `Insert Tag' if it is long enough.
1887
1888         * lilypond.words: add new features: markup, column, center, \[ \].
1889         
1890 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
1891
1892         * Documentation/topdocs/NEWS.texi, DEDICATION,
1893         stepmake/bin/add-html-footer.py
1894         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
1895         input/mutopia/J.S.Bach/wtk1-fugue1.ly
1896         input/mutopia/J.S.Bach/wtk1-prelude1.ly
1897         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
1898         added (only) after a sentence which is complete; if the sentence is 
1899         not ended a comma `,' or nothing is used. fix also spaces.
1900
1901 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1902
1903         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
1904         requirements to plain 1.6.
1905
1906         * buildscripts/mutopia-index.py (read_lilypond_header): update
1907         mutopia-index.py to 1.4 syntax [sic]
1908
1909 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
1910
1911         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
1912
1913 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1914
1915         * Documentation/index.html.in: url for regression pdf
1916
1917         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
1918
1919         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
1920
1921         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
1922
1923         * VERSION: 1.8.0 released
1924         
1925         * GNUmakefile.in (local-WWW-post): footify build fix.
1926
1927         * configure.in: require GUILE 1.6.4
1928
1929         * Documentation/user/GNUmakefile: don't copy *.png for
1930         lilypond-internals
1931
1932         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
1933         local-WWW-post target.
1934         (rsync-web): add rsync-web target
1935
1936         * Documentation/user/introduction.itely (Music notation and
1937         engraving): add neume example
1938
1939         * input/puer-fragment.ly (cantus): add puer-fragment
1940
1941 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1942
1943         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
1944         to notes, so that equalizer is actualy being used.
1945
1946         * scm/midi.scm (instrument-equalizer-alist):
1947         (absolute-volume-alist): Define public, so that user can copy or
1948         override.
1949
1950         * lily/key-performer.cc (create_audio_elements): Check for minor
1951         key.  Only if key is minor, set MIDI key to minor.
1952
1953 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1954
1955         * Documentation/user/refman.itely (Hiding staffs): fixes.
1956
1957         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
1958
1959         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
1960         vertical extents to deal with Hara kiri correctly.
1961
1962         * input/regression/hara-kiri-short.ly: remove
1963
1964         * input/regression/hara-kiri-pianostaff.ly: update test.
1965
1966         * Documentation/user/*.tely: remove WEBTITLE
1967
1968         * scm/output-tex.scm (comment): idem.
1969
1970         * scm/output-pdftex.scm: remove GUILE 1.4 glue
1971
1972         * scm/music-functions.scm (make-lyric-event): new function
1973
1974         * scm/lily.scm (lilypond-version): new function
1975
1976         * input/test/version-output.ly: new file.
1977
1978         * Documentation/user/lilypond.tely: add version number to
1979         front-page.
1980
1981 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1982
1983         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
1984
1985 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1986
1987         * input/template/gregorian-transcription.ly (barTwo): syntax update.
1988
1989         * Documentation/user/refman.itely (Hiding staffs): rename node.
1990
1991 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1992
1993         * input/regression/new-markup-syntax.ly (texidoc): remove
1994         molecule-callback override.
1995
1996 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1997
1998         * input/les-nereides.ly: Mark tweaks with %tweak.
1999
2000         * Debian patch, see debian/changelog (Anthony Fok).
2001
2002 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2003
2004         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
2005         problem.
2006
2007 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2008
2009         * Documentation/user/refman.itely (Text markup): Fix language bug.
2010
2011 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2012
2013         * input/* : postfix syntax fixes.
2014
2015         * Documentation/user/refman.itely (Text markup): add note about
2016         raise/lower with ^ or _ .
2017         
2018         * po/fi.po: fix \\apply strings.
2019
2020         * lily/parser.yy (open_event): warn for prefix articulations.
2021
2022 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
2023
2024         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
2025         fix also on parmesan font.
2026
2027 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2028
2029         * VERSION 1.7.30 released
2030         
2031         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
2032
2033         * buildscripts/mutopia-index.py (headertext): rewording
2034
2035 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2036
2037         * scm/new-markup.scm (strut-markup): new markup function.
2038
2039         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
2040         space also when no accidental is there.
2041
2042 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2043
2044         * input/les-nereides.ly: Updates.
2045
2046 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
2047
2048         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
2049         which repeats the tag insertion selected from "Insert tag" menu.
2050
2051 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2052
2053         * lily/all-font-metrics.cc (find_font): load AFM files first only
2054         for feta fonts. This fixes problems with TeXlive and other TeX
2055         distros that include AFM files for the CM fonts. 
2056
2057         * scm/font.scm (qualifiers-to-font-name): remove.
2058
2059         * lily/paper-def.cc: remove get_var.
2060
2061         * input/trip.ly: remove file.
2062         
2063         * input/regression/spacing-note-flags.ly (raggedright): remove
2064         stafflinethickness
2065
2066         * input/les-nereides.ly: update to new syntax, cleanups.
2067
2068 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2069
2070         * Documentation/user/refman.itely: Clarify shortest-note problem
2071         of autobeamer.
2072
2073 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
2074
2075         * lilypond-mode.el: Add each word to regexps only once.
2076
2077         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
2078         is based on the syntax definitions in lilypond.words. Remove all 
2079         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
2080         LilyPond->Insert menu is generated by the entries in lilypond.words 
2081         to which have been given a syntax definition.
2082
2083         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
2084         \notes, \relative, \score, \simultaneous, \transpose.
2085
2086         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
2087
2088         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
2089         
2090         * lilypond-mode.el: add menu keywords separately.
2091
2092         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
2093
2094 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2095
2096         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
2097         current ugly installation method for PFA fonts.
2098
2099 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
2100
2101         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
2102         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
2103
2104         * Documentation/user/music-glossary.tely: update legato.
2105
2106 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2107
2108         * lexer-gcc-3.0.patch: Remove.
2109
2110         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
2111
2112 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2113
2114         * debian/rules (binary-arch): remove NEWS.
2115
2116 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
2117
2118         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
2119         stepmake/bin{ many }: polish the `--help's of different scripts;
2120         model taken from the core-utils of Linux.
2121
2122         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
2123
2124 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2125
2126         * flower/parse-afm.cc (parseCharMetrics): add warnings.
2127
2128         * flower/libc-extension.cc: idem.
2129
2130         * flower/include/libc-extension.hh: protect against isinf macros.
2131
2132 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
2133
2134         * { many }: Use two uppercase letters in LilyPond.
2135
2136         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
2137
2138         * VERSION: 1.7.29 released.
2139         
2140 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2141
2142         * lily/tie.cc: add TODO comment.
2143
2144         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
2145
2146         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
2147         linejoins and linecaps. This fixes problems with occasional spikes
2148         on slur/tie endings.
2149         
2150         * input/regression/font-name.ly: don't use PS fonts for
2151         compatibility reasons. 
2152
2153         * mutopia/claop.py (accents): update to 1.8
2154
2155         * Documentation/user/music-glossary.tely (Top): remove 13pt.
2156
2157         * Documentation/user/macros.itexi: don't color glossary links.
2158
2159         * Documentation/user/invoking.itexi (Error messages): new section
2160
2161 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2162
2163         * input/regression/font-name.ly: add file.
2164
2165         * scm/document-backend.scm (grob-doc): remove <hr> from
2166         lilypond-internals
2167
2168         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
2169         reqd version to 1.6.4 
2170
2171         * lily/font-interface.cc (get_font): bugfix: take font-name from
2172         alist chain too. This fixes font-name override for \markup.
2173
2174 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2175
2176         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
2177
2178         * input/test/polymetric-differing-notes.ly: Compile fix.
2179
2180 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
2181
2182         * Documentation/user/refman.itely: fixed typo
2183
2184         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
2185         before flexa
2186
2187 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
2188
2189         * input/test/{ many }: search & fix some typos.
2190
2191 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2192
2193         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
2194         images.
2195
2196         * scm/music-functions.scm (make-voice-props-set): set Script /
2197         TextScript dir for polyphony too.
2198
2199         * scm/define-grobs.scm (all-grob-descriptions): decrease space
2200         before clef.
2201
2202         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
2203
2204 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
2205
2206         * Documentation/user/refman.itely (Percussion): Small
2207         clarifications and fixes.
2208
2209         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
2210         threads. This fixes different heads playing simultaneously.
2211
2212 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
2213
2214         * Documentation/user/{ many }: increase readability (read through 
2215         User manual from `one big page').
2216
2217 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2218
2219         * input/test/polymetric-differing-notes.ly: add example with
2220         disparate note values.
2221
2222         * input/test/polymetric.ly: rename from poly-metric
2223
2224         * scripts/ly2dvi.py (include_path): bugfix: use outbase
2225         iso. outname.
2226
2227         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
2228         G-clef bbox to real char extents. This fixes the G-clef being
2229         offset too much to the right.
2230         document perc clef offset.
2231
2232         WARNING: FONT CHANGED.
2233
2234         * Documentation/user/tutorial.itely (Tutorial): move menu.
2235
2236 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2237
2238         * buildscripts/lilypond-profile.sh (Error): trim error message.
2239
2240         * Documentation/user/invoking.itexi (Invoking the lilypond
2241         binary): add note about path.
2242
2243         * Documentation/user/macros.itexi: add @c at EOL, hopefully
2244         suppresses superfluous spaces.
2245
2246 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2247
2248         * buildscripts/lilypond-profile.sh: Add documentation to error
2249         message.
2250
2251         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
2252
2253 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2254
2255         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
2256         <mike@ossmann.com>)
2257
2258         * Documentation/bibliography/computer-notation.bib (pages): prune
2259         unscientific language.
2260
2261         * Documentation/user/GNUmakefile: copy unsplit file to
2262         lilypond.html (idem for lilypond-internals).
2263
2264         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
2265
2266         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
2267
2268         * python/lilylib.py (lilypond_version): 2.1 proof version check.
2269
2270         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
2271         fix.
2272         
2273 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
2274
2275         * Documentation/user/{ various }: bind text snippets with their
2276         examples, e.g. by punctuation: This is an example.
2277
2278 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2279
2280         * ly/performer-init.ly (VoiceContext): Typos.
2281
2282         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
2283         builds, leave final-install to toplevel srcdir makefile.
2284
2285         * make/srcdir.make.in (install): New target.
2286
2287 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2288
2289         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
2290         This fixes core dump on MIDI output (Simon Weatherill).
2291
2292         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
2293         on local-WWW-post.
2294
2295 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2296
2297         * make/lilypond.redhat.spec.in: add dvips to reqs.
2298
2299 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2300
2301         * make/srcdir.make.in (web): Add special web target.
2302
2303         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
2304         from inner $(LOOP).
2305
2306         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
2307
2308         * stepmake/stepmake/generic-targets.make (www-targets-help):
2309         * GNUmakefile.in (web-install): Install in $(webdir).
2310
2311         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
2312
2313         * cygwin/changelog: 
2314         * cygwin/mknetrel: Update.
2315
2316         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
2317         (html-doc): Remove (use: web).
2318
2319         * stepmake/stepmake/script-rules.make: 
2320         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
2321         Fix $(config_make) dependencies for srcdir build.
2322
2323         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
2324         target for srcdir build.
2325
2326         * stepmake/make/stepmake.make: 
2327         * make/srcdir.make.in: 
2328         * GNUmakefile.in:
2329         * make/stepmake.make (config_make): Rename variable (was:
2330         configuration).
2331
2332 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2333
2334         * Documentation/user/internals.itely (Manipulating music
2335         expressions): run lilypond on example too.
2336
2337         * flower/include/libc-extension.hh: move lrint define to
2338         header. bugfix.
2339         
2340 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2341
2342         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
2343         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
2344         do we recurse whole tree?).
2345
2346         * GNUmakefile.in (html-doc): Resurrect.
2347
2348         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
2349         obsolete $(package-icon) dependency.
2350
2351 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2352
2353         * Documentation/user/refman.itely (Automatic staff changes):
2354         add seealso 
2355
2356         * Documentation/index.html.in: link to bigpage.
2357
2358         * Documentation/user/tutorial.itely (Tutorial): streamline.
2359
2360         * Documentation/index.html.in: url typo.
2361
2362         * VERSION (PACKAGE_NAME): release 1.7.28
2363
2364         * python/lilylib.py (error_log): remove '/' from name.
2365
2366         * input/regression/pedal.ly: remove; dups input/test/
2367         
2368         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
2369
2370         * Documentation/index.html.in: python style doco index.
2371
2372         * Documentation/{footer,header}.html.in (src): remove, 
2373
2374         * Documentation/pictures: remove all but lelie-logo.xpm.
2375
2376         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
2377         before running makeinfo.
2378
2379         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
2380         @code{}
2381
2382 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2383
2384         * input/test/bar-number-regular-interval.ly: rename.
2385
2386         * Documentation/user/*: various fixes. 
2387
2388 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
2389
2390         * Documentation/{ many }: polish for update-all-menus. typos.
2391
2392         * po/fi.po: fixes.
2393
2394         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
2395
2396         * buildscripts/mutopia-index.py: polish.
2397
2398         * input/regression/{ many }, input/test{ many }: polish texidocs.
2399
2400 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2401
2402         * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style  
2403
2404         * lily/text-spanner.cc (brew_molecule): use bracket-flare
2405         iso. edge-widen.
2406
2407         * lily/piano-pedal-engraver.cc (process_music): change from
2408         process_acknowledged ()
2409
2410         * lily/piano-pedal-bracket.cc: new file. Change
2411         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
2412         cleaned up.
2413
2414         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
2415
2416         * input/regression/tuplets.ly (texidoc): rename file.
2417
2418         * po/fr.po: update
2419
2420         * buildscripts/lilypond-profile.sh: error message if script is not
2421         sourced.
2422
2423         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
2424         bracket-flare
2425         (make_bracket): simplify code.
2426
2427         * lily/parser.yy (verbose_command_req): catch typos in \key scale
2428         argument.
2429
2430         * python/lilylib.py (lilypond_version_check): new function
2431
2432         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
2433
2434         * scripts/ly2dvi.py (run_lilypond): add version check.
2435
2436         * scripts/lilypond-book.py (option_definitions): typo
2437
2438         * scripts/ly2dvi.py (include_path): typo
2439
2440         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
2441
2442         * lily/parse-scm.cc (parse_handler): typo
2443
2444         * Documentation/user/macros.itexi: use @heading for headings.
2445
2446         * Documentation/user/refman.itely: updates, fixes.
2447
2448 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
2449
2450         * po/fi.po: add Finnish translations. fixes.
2451
2452         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
2453
2454         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
2455         from lily/glissando-engraver.cc.
2456
2457 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2458
2459         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
2460         for non-first _broken_ bracket.
2461
2462         * Documentation/user/refman.itely: corrections.
2463
2464 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2465
2466         * lily/new-fingering-engraver.cc (position_scripts): add heads to
2467         support of the fingerings.
2468
2469         * po/fr.po: French translation update.
2470
2471         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
2472         strings.
2473
2474 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2475
2476         * Documentation/user/introduction.itely: Small fixes.
2477
2478 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
2479
2480         * Documentation/topdocs/AUTHORS.texi: polish.
2481
2482 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2483
2484         * Documentation/user/introduction.itely: revise
2485
2486         * Documentation/user/tutorial.itely: reorganise.
2487
2488         * Documentation/topdocs/index.tely: remove.
2489
2490         * Documentation/header.html.in: prune.
2491
2492         * GNUmakefile.in: clean up web building.
2493
2494         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
2495         target.
2496
2497 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
2498
2499         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
2500
2501         * lilypond-mode.el: turn on blink-matching-paren.
2502
2503 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2504
2505         * scm/output-sodipodi.scm (svg-header): Fix typo.
2506
2507 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2508
2509         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
2510         fixes a security hole.
2511
2512         * scripts/lilypond-book.py (original_dir): remove temp_dir
2513
2514         * scm/document-translation.scm: use @code tags.
2515
2516 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
2517
2518         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
2519
2520         * lilypond-mode.el: add a buffer-local post-command-hook to set
2521         context dependent syntax-table after each cursor event. Remove old
2522         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
2523
2524         * lilypond-indent.el: update comments.
2525
2526         * Documentation/footer.html.in: add period.
2527
2528 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2529
2530         * make/lilypond.redhat.spec.in (Group): don't strip binary.
2531
2532         * scm/document-translation.scm (document-property-operation): add
2533         @code{} tags.
2534
2535         * VERSION (PACKAGE_NAME): release 1.7.27
2536
2537         * config.make.in: add PAPER variable
2538
2539         * buildscripts/new-chords.py (help): add help text
2540
2541         * Documentation/user/introduction.itely (Typography and program
2542         architecture):  fixes.
2543
2544         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
2545         for texinfo and dvips. This fixes problems with PDF output of the
2546         wrong size.
2547
2548         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
2549         DVIPS_PAPERSIZE variable
2550
2551         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
2552         TEXINFO_PAPERSIZE variable 
2553
2554 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2555
2556         * mf/feta-macros.mf: whoops: only draw lines for test situations.
2557
2558         * mf/feta-toevallig.mf: lowres fixes.
2559
2560 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2561
2562         * NEWS: Typo and fill-paragraph fixes.
2563
2564         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
2565         cast #define.
2566
2567         * configure.in: 
2568         * config.hh.in: Check for lrint.
2569
2570 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2571
2572         * VERSION: 1.7.26 released
2573
2574         * lily/separation-item.cc: add padding property.
2575
2576         * input/test/*.ly: various fixes, remove solo-a2.ly
2577
2578         * scm/new-markup.scm (brew-new-markup-molecule): arg order
2579         bugfix. Fixes old-style markup compatibility.
2580
2581         * Documentation/user/introduction.itely (Introduction): historical
2582         elucidations
2583
2584         * Documentation/user/music-glossary.tely (Top): linewidth fix.
2585
2586         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
2587
2588         * Documentation/index.texi (Top): cleanup.
2589
2590         * Documentation/user/introduction.itely (Introduction): rewrite
2591         introduction, 
2592         (Music notation and  engraving): about notation. Add flat-picture
2593
2594 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2595
2596         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
2597         separation items. This keeps lyrics from bumping into each other.
2598
2599 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2600
2601         * GNUmakefile.in (topdocs-web): New target.
2602         (local-web): Depend on topdocs-web; fixes html-doc.
2603
2604 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2605
2606         * po/lilypond.pot: run po-replace
2607
2608         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
2609
2610         * scm/drums.scm (reset-drum-kit): new function.
2611
2612         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
2613
2614         * scripts/update-lily.py: remove
2615         
2616         * VERSION: release 1.7.25
2617         
2618         * Documentation/user/introduction.itely (Introduction): rewrite
2619         start of introduction.
2620
2621 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
2622
2623         * lily/all-font-metrics.cc: fixed typo
2624
2625 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
2626
2627         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
2628         LilyPond-mode-context-set-syntax-table): new functions to define
2629         the syntax table according to context.
2630
2631         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
2632
2633 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2634
2635         * Documentation/user/refman.itely (Figured bass): 
2636         language nit courtesy http://www.vocabula.com
2637
2638         * GNUmakefile.in: remove no kpathsea hack.
2639
2640         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
2641         doco.
2642
2643         * GNUmakefile.in: remove web-doc target.
2644
2645         * lily/all-font-metrics.cc (find_afm): add message about
2646         buildscripts/clean-fonts.sh 
2647
2648         * scm/define-music-properties.scm (figure): use string for 'figure
2649
2650         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
2651
2652         * input/regression/ : add raggedright = ##t where applicable. 
2653         
2654         * scm/bass-figure.scm (make-bass-figure-markup): add
2655         alignBassFigureAccidentals property.
2656
2657         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
2658         bracket.
2659
2660         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
2661         syllables widths into account for minimum-length.
2662
2663         * input/test/staff-container.ly: update file
2664
2665         * input/test/stem.ly: remove
2666
2667         * lily/event.cc (LY_DEFINE): add ly: prefix.
2668
2669         * input/test/clef-manual-control.ly: from manual-clef
2670
2671         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
2672
2673         * input/test/different-time-signatures.ly: move to poly-metric.ly
2674
2675         * input/test/hara-kiri*,scales.ly: remove
2676         
2677         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
2678         with chord-names-jazz.ly)
2679
2680         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
2681         get scalable cm fonts too.
2682
2683         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
2684         --encoding for mftrace if present.
2685
2686         * input/regression/slur-area.ly: move from test/
2687
2688         * input/test/: remove simple-slur-endings slur-attachment
2689         slur-broken-cross-staff slur-broken.ly slur-damping.ly
2690         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
2691         slur-symmetry slur-symmetry tie-broken.ly
2692
2693         * scm/drums.scm (set-drum-kit): add function.
2694
2695         * Documentation/user/refman.itely (Percussion staves): use
2696         set-drum-kit
2697
2698         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
2699         too
2700         (Global_measure.set_timesig): handle 3/8 time sig too.
2701
2702         * scm/output-lib.scm (note-head-style->attachment-coordinates):
2703         note about triangle note heads.
2704
2705         * scm/drums.scm: use alist for instrument-settings. This fixes the
2706         bug with assigning to drums in the .ly file.
2707
2708         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
2709         CHANGED.
2710
2711         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
2712         cluster-beacon-interface
2713
2714         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
2715
2716         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
2717
2718         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
2719
2720         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
2721         to get positions.
2722
2723         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
2724         make ClusterSpannerBeacon to record Y positions. This removes the
2725         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
2726         make cluster-note-events.
2727
2728 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2729
2730         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
2731
2732         * configure.in: Use lily/main.cc as identifying source file.
2733
2734         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
2735
2736         * config.hh.in: 
2737         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
2738
2739         * configure.in: Require PYTHON >= 2.0.
2740
2741         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
2742           $PYTHON for include dir location.
2743         (STEPMAKE_PYTHON): New function.  Use
2744         
2745             PYTHON=foo ./configure
2746
2747           to override.
2748
2749 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2750
2751         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
2752         something.
2753
2754         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
2755         ftp.lilypond.org everywhere.
2756
2757 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2758
2759         * lily/text-item.cc (interpret_new_markup): do only if new-markup
2760         detected.
2761
2762         * Documentation/user/refman.itely (Grace notes): note on explicit
2763         contexts
2764
2765 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
2766
2767         * lilypond-font-lock.el: add a comment about LilyPond specific
2768         escape characters: ^, - and _, in the syntax table.
2769
2770         * Documentation/user/appendices.itely: a majuscule fix.
2771
2772 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2773
2774         * input/test/trills.ly (endHorizScript): fixes.
2775
2776         * input/test/chord-names-jazz.ly: merge in alternate Jazz
2777         notation, move from regression.
2778
2779         * input/test/script-stack.ly: change name from stacked-scripts
2780
2781         * input/test/ossia.ly: octave errors.
2782
2783         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
2784         for midi-volume-equaliser
2785
2786 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2787
2788         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
2789         cm fonts.
2790
2791         * mf/feta-beugel.mf: don't multiply font_count by 10.
2792
2793         * lily/lookup.cc (horizontal_line): new function. Use
2794         horizontal-line in output backends.
2795
2796         * Documentation/user/tutorial.itely (An orchestral part): new
2797         section on orchestral stuff and identifiers.
2798
2799 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
2800
2801         * lilypond-mode.el: comment-out paren-highlighting, it still causes
2802         some interference to other modes.
2803
2804 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2805
2806         * lily/spacing-spanner.cc (musical_column_spacing): use average,
2807         not maximum of spacing wishes in polyphonic situations.
2808
2809         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
2810         number
2811
2812         * lilypond-indent.el: remove paren matching. 
2813
2814         * lily/text-item.cc (interpret_new_markup): new function
2815         use iso. text2molecule.
2816
2817         * lily/main.cc (notice): change FSF address 
2818
2819         * po/de.po: update PO file to 1.6.
2820
2821 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
2822
2823         * Documentation/user/ {many}: Add periods and remove spaces.
2824         
2825 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
2826
2827         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
2828         Disable buffer-locally default paren hook and make a new one. 
2829
2830         * lilypond-mode.el: Turn off locally paren-mode, but turn on
2831         locally LilyPond-paren-mode. Add todo for mouse double-click.
2832
2833 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
2834
2835         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
2836         Disable buffer-locally default paren idle timer and make a new one. 
2837
2838         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
2839         locally LilyPond-show-paren-mode. Add to menu a toggle for
2840         LilyPond-show-paren-function.
2841
2842 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2843
2844         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
2845
2846 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
2847
2848         * Documentation/user/refman.itely: spelling fix.
2849
2850         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
2851         paren highlight function definitions. add todo for
2852         LilyPond-show-paren-mode.
2853
2854 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2855
2856         * input/template/jazz-combo.ly: new file.
2857
2858 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2859
2860         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
2861         lo-res fixes.
2862
2863         * mf/feta-schrift.mf: bugfix in varcoda sign.
2864         WARNING: FONT CHANGED
2865
2866         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
2867         in accordance with lexer.ll.   
2868
2869 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2870
2871         * Documentation/user/tutorial.itely: Edit introduction.
2872
2873 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2874
2875         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
2876         ly:grob-staff-position
2877
2878 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2879
2880         * scm/to-xml.scm: import srfi-1
2881
2882         * VERSION (MAJOR_VERSION):  release 1.7.24
2883
2884         * python/lilylib.py (make_ps_images): make multipage _really_ work.
2885
2886         * scripts/lilypond-book.py (do_file): put texidoc before image.
2887         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
2888
2889         * input/regression/*.ly: fix snippet octaves 
2890
2891         * input/test/spanner-after-break-tweak.ly: import
2892         broken-spanner-adjustment
2893
2894         * input/no-notation/midi-transposing.ly: move from input/test/
2895
2896         * input/test/: remove chord-markup
2897
2898         * input/regression/instrument-name-partial.ly: move from input/test.
2899
2900         * input/test/vertical-text.ly: remove
2901
2902         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
2903         space above lyrics lines.
2904
2905         * input/test/uniform-breaking.ly: remove file.
2906
2907         * lily/gourlay-breaking.cc (combine_demerits): add comment about
2908         uniform spacing density. 
2909
2910         * input/test/chords.ly (keys): remove file.
2911
2912         * scm/documentation-lib.scm (oop): use srfi-1 too.
2913
2914         * input/regression/*.ly: add \version
2915
2916         * Documentation/user/*.itely: various fixes.
2917
2918         * buildscripts/mf-to-table.py (base): break table every three
2919         symbols.
2920
2921         * input/:  remove %% new-chords-done %% .
2922
2923         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
2924         os-music.ly
2925         
2926 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2927
2928         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
2929
2930         * scm/new-markup.scm (box-markup): new function.
2931         (box-markup): new function. Contributed by Dick Schoeller
2932         <schoeller@attbi.com>
2933
2934         * scm/lily.scm: remove reduce-no-unit 
2935         (list-insert-separator): use fold-right
2936
2937         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
2938         of arguments. 
2939
2940         * NEWS: more neutral language for ancient notation 
2941
2942         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
2943         inside pointing beaming for chord tremolo.
2944
2945         * Documentation/user/lilypond-book.itely: minor editing
2946
2947 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
2948
2949         * NEWS: added news for 1.8 regarding ancient notation
2950
2951         * Documentation/user/refman.itely (Gregorian square neumes
2952         ligatures): fixed typo
2953
2954         * lily/vaticana-ligature-engraver.cc,
2955         lily/include/vaticana-ligature.hh: bugfix: use special heads for
2956         lower/upper head of Pes only when heads are stacked
2957
2958         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2959         scm/define-grob-properties.scm: cleanup: make "join-left" a
2960         boolean grob property and save delta pitch in grob property
2961         "delta-pitch" instead
2962
2963         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
2964
2965 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2966
2967         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
2968         completely borked
2969
2970         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
2971         (try_music): bug fix: beam multiplicity was completely borked.
2972
2973         * scm/lily.scm: remove tail, filter-list, filter-out-list,
2974         first-n, butfirst-n in favor of srfi-1 functions.
2975         remove string-join, string-pad in favor of srfi-13 functions.
2976
2977         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
2978
2979         * NEWS: use complete sentences.
2980
2981         * Documentation/user/introduction.itely (Example applications):
2982         add note about databases and lilypond-book.
2983
2984         * input/test/volta.ly: remove file
2985
2986         * input/regression/volta-broken-left-edge.ly: simplify file
2987
2988 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2989
2990         * Documentation/user/refman.itely (Constructing a tweak): new
2991         subsection.
2992
2993         * Documentation/user/tutorial.itely (Fine tuning layout): add
2994         common tweaks.
2995
2996         * scm/define-grobs.scm (TextScript): use new brewer.
2997
2998 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2999
3000         * VERSION: release 1.7.23
3001
3002         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
3003
3004         * python/lilylib.py (make_ps_images): bugfixes.
3005
3006         * input/regression/volta-multi-staff.ly: new file.
3007
3008         * Documentation/user/macros.itexi: refcommands, refcommand macros.
3009
3010         * Documentation/user/tutorial.itely (Piano staffs): new section.
3011         (Setting variables): new section
3012         (Fine tuning layout): new section
3013
3014         * input/just-friends.ly: remove file. Superseeded by
3015         input/test/chords-without-melody.ly
3016
3017         * ly/property-init.ly: add all commands to refman.
3018
3019         * scm/define-translator-properties.scm: remove
3020         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
3021
3022         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
3023         name. Underscores botch up PS output.
3024
3025         * scm/define-translator-properties.scm: remove
3026         textNonEmpty, oneBeat, regularSpacingDelta
3027
3028         * scripts/convert-ly.py (FatalConversionError.conv): conversion
3029         rule for automaticBars.
3030
3031         * lily/timing-engraver.cc (start_translation_timestep): change
3032         barNonAuto to automaticBars
3033
3034 2003-06-30  Graham Percival  <gperlist@shaw.ca>
3035
3036         * input/test/perform-tie.ly: delete file.
3037
3038 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
3039
3040         * Documentation/user/refman.itely (Gregorian square neumes
3041         ligatures): bugfix: do not show ledger lines in neumes table
3042         (fixed by setting staff symbol to transparent rather than removing
3043         it from staff context)
3044
3045 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3046
3047         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
3048         glue into brew-new-markup-molecule.
3049
3050         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
3051
3052         * Documentation/user/introduction.itely (Computerized typography):
3053         new section
3054
3055         * Documentation/user/tutorial.itely (An orchestral part): remove
3056         pc example from tutorial.
3057
3058         * input/tutorial/lilbook.tex: use screech-boink
3059
3060         * scripts/lilypond-book.py (compile_all_files): split formatting
3061         output body and scheduling lilypond compilation.
3062         (format_lilypond_output_bodies): new function
3063         (format_lilypond_block): new function
3064         (html_pages): allow multi-page images in HTML
3065
3066         * python/lilylib.py (make_ps_images): rename function from
3067         make_preview, merge with make_page_images
3068
3069 2003-06-28  Graham Percival  <gperlist@shaw.ca>
3070
3071         * input/test/key-clefs.ly: moved to regression.
3072
3073         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
3074
3075         * input/no-notation/README: added note about midi-*.ly files.
3076
3077         * input/test/two-key.ly: moved to no-notation/parse5.ly
3078
3079         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
3080         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
3081
3082         * input/test/ {various}: modified comments, marked some for deletion.
3083
3084         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
3085
3086         * input/test/mmrest-collision: moved to regression.
3087
3088 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3089
3090         * scm/chord-name.scm (note-name->markup): don't superscript root
3091         alterations in chordnames.
3092
3093 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3094
3095         * Documentation/user/refman.itely (Multi measure rests): more
3096         index/cross-referencing.
3097
3098         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
3099
3100         * scm/font.scm: remove properties-to-font-name code.
3101
3102         * scm/define-grob-properties.scm: remove 'type
3103
3104         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
3105         conversion
3106
3107         * lily/text-spanner.cc: change 'type grob prop to 'style 
3108
3109         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
3110         "first" flag to decide whether to make a start-repeat
3111
3112         * input/regression/grace-volta-repeat-2.ly: new file.
3113
3114 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3115
3116         * lilypond-indent.el: rename generic functions to LilyPond-*
3117
3118 2003-06-22  Graham Percival  <gperlist@shaw.ca>
3119
3120         * input/test/thumb.ly: delete, merged into refman.
3121
3122         * Documentation/user/refman.itely: added thumb info to Fingering.
3123
3124         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
3125         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
3126         vertical-align.ly : deleted files.
3127
3128 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3129
3130         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
3131
3132         * lily/line-spanner.cc (broken_trend_offset): remove function.
3133         (get_broken_offset): idem.
3134         (brew_molecule): rewrite the line-break case.
3135
3136         * input/regression/follow-voice-break.ly:  new file.
3137
3138         * lily/line-spanner.cc (after_line_breaking): remove lines at the
3139         start of a system.
3140
3141 2003-06-20  Graham Percival  <gperlist@shaw.ca>
3142
3143         * input/test/tuplet-rest.ly: moved to regression.
3144
3145         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
3146         deleted file.
3147
3148         * input/test/ {many} : marked file for possible deletion.
3149
3150 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3151
3152         * input/regression/beam-funky.ly: add note about (disputed)
3153         correct beaming.
3154
3155         * ly/engraver-init.ly (ScoreContext): put key-signature after
3156         staff-bar
3157         
3158 2003-06-20  Graham Percival  <gperlist@shaw.ca>
3159
3160         * input/test/ broken.ly lyric-phrasing.ly: deleted.
3161
3162         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
3163
3164         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
3165
3166         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
3167         stem-extend was deleted (it was duplicate example, and not as
3168         good).
3169
3170         * input/test/[s-z]*.ly: add texidoc index.
3171
3172 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3173
3174         * lily/slur.cc (get_boundary_notecolumn_y): change name from
3175         get_first_notecolumn_y
3176
3177         * lily/spanner.cc (broken_spanner_index): new function.
3178
3179 2003-06-19  Graham Percival  <gperlist@shaw.ca>
3180
3181         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
3182         lyric-hyphen.ly : moved to regression.
3183
3184         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
3185         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
3186
3187         * input/test/instrument-name-mmrest.ly: moved to
3188         ../regression/multi-measure-rest-instr-name.ly
3189
3190         * input/test/knee-sym.ly: moved to
3191         ../regression/beam-knee-symmetry.ly.
3192
3193         * input/test/hymn.ly: change comments.
3194
3195         * input/test/[p-r]*.ly: add texidoc index.
3196
3197 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3198
3199         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
3200         to postfix syntax
3201         
3202         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
3203         syntax.
3204
3205         * VERSION: release 1.7.22
3206
3207 2003-06-18  Graham Percival  <gperlist@shaw.ca>
3208
3209         * input/test/[h-k]*.ly: added texidoc index.
3210
3211         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
3212
3213         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
3214
3215         * input/test/ various : mark files for deletion or moving to regression.
3216
3217         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
3218
3219         * input/test/[l-o]*.ly: added texidoc index.
3220
3221 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3222
3223         * scm/music-functions.scm (make-ottava-set): 
3224         only do ottavation if centralCPosition is set.
3225
3226         * lily/translator-scheme.cc (ly:context-property-where-defined):
3227         return '() if not found.
3228
3229 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
3230
3231         * lilypond-mode.el (LilyPond-un-comment-region): removed.
3232         Use one command for both commenting and uncommenting.
3233
3234         * lilypond-indent.el (LilyPond-comment-region): new function,
3235         (un)comments each line separately.
3236
3237         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
3238         
3239         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
3240         imenu is not added by default; adapted from f90.el,
3241         makes Help-menu, which does not fit, visible in XEmacs.
3242         
3243 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
3244
3245         * lilypond-mode.el: Set show-paren-mode local; minor-mode
3246         show-paren-mode sets blink-matching-paren-on-screen local.
3247         Try to make show-paren-function to paren-highlight local.
3248
3249         * lilypond-indent.el (LilyPond-scan-sexps): new function.
3250         Copy definitions of Emacs' show-paren-function and
3251         XEmacs' paren-highlight and make minimal changes;
3252         add comments about locality. 
3253         Fix matching first open-paren-char in '<< .. >>'.
3254
3255 2003-06-16  Graham Percival  <gperlist@shaw.ca>
3256
3257         * input/test/g*: added texidoc index.
3258
3259         * input/test/[a-g]*: added raggedright==#t when it
3260          seemed appropiate.
3261
3262         * input/test/ fake-grace.ly figured-bass.ly : removed file.
3263
3264         * Documentation/topdoc/INSTALL.texi: removed false warnings
3265         about gcc 3.3.
3266
3267 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3268
3269         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
3270
3271         * input/test/chords-without-melody.ly (texidoc): add from
3272         input/just-friends.ly
3273
3274         * input/regression/size{13--26}.ly: move from input/
3275
3276         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
3277         input/{star-spangled-banner,twinkle}.ly: remove 
3278         
3279         * lily/slur.cc: remove slur over rest warnings.
3280
3281         * lily/note-spacing.cc (get_spacing): include left part of right
3282         object in fixed space. This fixes stretched space before
3283         accidentals.
3284
3285         * input/regression/spacing-accidental-stretch.ly: new file.
3286
3287 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
3288
3289         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
3290         Reduce to 16pt.
3291
3292 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3293
3294         * input/regression/spacing-knee.ly: docstring
3295
3296         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
3297
3298         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
3299         input/tutorial/{test,solar,flowing}.ly: remove
3300
3301         * input/rhythm.ly: remove
3302
3303         * input/mutopia/F.Schubert/standchen.ly: update syntax.
3304
3305         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
3306         update syntax. 
3307
3308         * scm/define-grobs.scm (all-grob-descriptions): set
3309         knee-spacing-correction to 1.0
3310
3311         * lily/note-spacing.cc (stem_dir_correction): compute knee
3312         correction using stem-thickness and head width.
3313
3314         * input/regression/beam-quanting-horizontal.ly: update texidoc
3315
3316         * scm/define-grobs.scm (all-grob-descriptions): set
3317         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
3318         This fixes 32nd beams for noteheads in spaces quants.
3319
3320         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
3321
3322 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
3323
3324         * README.mandrake: Change lilypond-extras to lilypond-documentation.
3325
3326 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3327
3328         * input/test/dpncnt.ly,part-combine-score.ly: remove.
3329
3330         * VERSION (PACKAGE_NAME): release 1.7.21
3331
3332         * input/regression/stem-shorten.ly: new file.
3333
3334         * lily/stem.cc (get_default_stem_end_position): revise stem
3335         shortening code.
3336
3337         * input/regression/spacing-multi-tuplet.ly: move from input/test/
3338
3339         * input/test/{scripts,volta-start,sleur}.ly: remove
3340         
3341         * input/regression/span-bar.ly: smaller file.
3342
3343         * input/regression/spacing-{natural,tight,loose}.ly: remove
3344
3345         * input/test/markup.ly: remove
3346
3347         * scripts/lilypond-book.py: put printfilename in separate chunk,
3348         so texidoc is printed after the filename.  
3349
3350 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
3351
3352         * make/lilypond.mandrake.spec.in: fix docdirs.
3353
3354 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3355
3356         * input/regression/beam-french.ly: bugfix.
3357
3358         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
3359
3360         * input/regression/(various).ly: add raggedright = #t.
3361
3362         * input/regression/auto-beam.ly: move from abe.ly
3363
3364 2003-06-13  Graham Percival  <gperlist@shaw.ca>
3365
3366         * input/test/f*.ly: added texinfo index.
3367         
3368         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
3369
3370 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3371
3372         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
3373         quant penalty for beam just outside staff.
3374
3375         * input/regression/beam-quanting-horizontal.ly (texidoc): move
3376         from beam-pos.ly,  remove non-horizontal tests. 
3377
3378         * input/test/(various): cleanup header info. 
3379
3380         * input/test/tchaikovsky.ly: remove file.
3381
3382         * scm/chord-generic-names.scm: move from
3383         double-plus-new-chord-name.scm
3384
3385         * input/test/orchestscore.ly: remove file
3386
3387         * Documentation/user/refman.itely (Vocal music): update documentation.
3388
3389         * scm/define-translator-properties.scm (chordNoteNamer): remove
3390         chordNameStyle, use chordNameFunction
3391
3392         * scm/chord-name.scm (set-chord-name-style): remove
3393         set-chord-name-style. Use \property chordNameFunction.
3394
3395 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3396
3397         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3398         music): remove @TeX{} command.
3399
3400 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3401
3402         * lilypond-indent.el (scan-sexps): Renamed to
3403         aargh-this-breaks-other-emacs-modes-scan-sexps.
3404
3405 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
3406
3407         * lilypond-indent.el: Fix: match concurrent one-char opening and 
3408         closing slurs: '()', etc. Add comments.
3409
3410         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
3411
3412         * lilypond-font-lock.el: match unending string at eof.
3413
3414         * make/lilypond.mandrake.spec.in: refreshed packed file list.
3415         
3416 2003-06-10  Graham Percival  <gperlist@shaw.ca>
3417
3418         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
3419         input/test/beam-dir.ly input/test/beam-position.ly    
3420         input/test/beam-suspect.ly input/test/beam-trend.ly    
3421         input/test/beams.ly input/test/crescendo-text.ly : deleted
3422         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
3423         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
3424         * input/test/default-bars.ly: moved to bar-always.ly
3425         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
3426
3427 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3428
3429         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
3430
3431 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3432
3433         * scm/chord-ignatzek-names.scm (remove-step): rename file.
3434
3435 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
3436
3437         * lilypond-indent.el: Match better slurs in scheme expressions.
3438         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
3439
3440         * Documentation/user/invoking.itexi: document Emacs' paren matching.
3441
3442 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3443
3444         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
3445
3446         * input/ac-extra-voice.ly: Add texidoc.
3447
3448         * ly/chord-modifiers-init.ly: 
3449         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
3450         and chordNameExceptionsPartial for new chord names.
3451
3452         * input/test/chord-names-dpnj.ly: 
3453         * input/test/dpncnt.ly: Update.
3454
3455         * scm/chord-name.scm: 
3456         * scm/double-plus-new-chord-name.scm: Add compatibility for new
3457         chord selection and options.
3458
3459         * ly/chord-modifiers-init.ly: Add exceptions 
3460
3461         * scm/define-translator-properties.scm (chordNameStyle) 
3462         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
3463
3464 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
3465
3466         * ly/property-init.ly (germanChords): Added.
3467         (semiGermanChords): Added.
3468         
3469         * input/test/chord-names-german.ly: Use new macros
3470         
3471 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
3472
3473         * lilypond-indent.el: Use similar parenthesis highlighting for 
3474         Emacs and XEmacs through redefinitions of parenthesis highlighting 
3475         functions; removed LilyPond-show-paren-function. Fix indenting.
3476         Turn paren-matching on also in XEmacs.
3477
3478         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
3479         as needed by parenthesis highlighting functions (in scan-sexp).
3480
3481 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3482
3483         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
3484         function.
3485         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
3486
3487 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
3488
3489         * lilypond-indent.el: tune regexp for show-paren-function.
3490
3491 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3492
3493         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
3494         for all LilyPond-produced tex snippets.
3495
3496         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
3497         fixes one line --preview output of ly2dvi.
3498
3499 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
3500
3501         * lilypond-indent.el: match only one type of slurs in
3502         LilyPond-show-paren-function.
3503
3504 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3505
3506         * debian/GNUmakefile (EXTRA_DIST_FILES): 
3507         * debian/lilypond1.7.dirs: 
3508         * debian/lilypond1.7-doc.dirs: New file.
3509
3510         * input/regression/chord-name-exceptions.ly: Add parameter for
3511         ignatzekExceptions.  Quote hash in docstring.
3512
3513 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
3514
3515         * lilypond-indent.el (show-paren-function): define show-paren-function
3516         as LilyPond-blink-matching-open and use it for closing parens.
3517         Let LilyPond-blink-matching-open know whether a bracket was inserted.
3518
3519         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
3520         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
3521         LilyPond-blink-matching-paren in order to match both open and close
3522         brackets.
3523         
3524 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
3525
3526         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
3527         testing by modifying the code from FSF Emacs paren.el. Add comments.
3528
3529 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3530
3531         * input/test/dpncnt.ly: Transpose example to match new
3532         default \chords octave.  Add comment.
3533         
3534         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
3535         comment about octave change.
3536
3537 2003-06-04  Graham Percival  <gperlist@shaw.ca>
3538
3539         * input/test/[d,e]: added texinfo index tags.
3540         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
3541
3542 2003-06-04  Graham Percival  <gperlist@shaw.ca>
3543
3544         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
3545
3546 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
3547
3548         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
3549         as in blink-matching-open.
3550
3551 2003-06-03  Graham Percival  <gperlist@shaw.ca>
3552
3553         * input/test/[a-c]: more comments in files.
3554         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
3555         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
3556         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
3557         mark file for proposed deletion.
3558         * input/test: renaming files:
3559         auto-beam-4-8.ly to beam-auto-4-8.ly
3560         auto-beam-override.ly to beam-auto-override.ly
3561         auto-beam.ly to beam-auto.ly
3562         blank.ly to blank-paper.ly
3563         absolute-volume.ly to dynamic-absolute-volume.ly
3564
3565 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3566
3567         * input/test/dpncnt.ly: 
3568         * input/test/chord-names-dpnj.ly: Resurrect.
3569
3570         * lily/my-lily-lexer.cc: Remove chordnames keyword.
3571
3572         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
3573
3574         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
3575         Better docstring, add parameter OMIT-ROOT, tidy up.
3576
3577 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
3578
3579         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
3580
3581 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3582
3583         * scm/output-ascii-script.scm (as-font-alist-alist):
3584         (as-properties-to-font-name):
3585         (as-make-style-sheet): Remove.
3586
3587         * scm/font.scm (as-make-font-list): New function.
3588         (as-font-sheet-alist): New variable.
3589
3590         * ly/paper-as9-init.ly: 
3591         * ly/paper-as5-init.ly: Update.
3592
3593         * ly/paper-as5.ly:
3594         * ly/paper-as9.ly: New file.
3595
3596 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3597
3598         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
3599
3600 2003-05-28  Graham Percival  <gperlist@shaw.ca>
3601         * input/sondag-morgen/*: removed due to copyright concerns.
3602         * input/[a,b]*.ly: added a newline at the end of the texinfo
3603         doc string (produces better output in HTML version).
3604         * input/c*.ly: added texinfo index and added comments to
3605         aid in future changes to input/test/ files.
3606
3607 2003-05-28  Graham Percival  <gperlist@shaw.ca>
3608         
3609         * Documentation/user/refman.itely: fixed build problem (missing
3610         file) caused by previous renaming.
3611
3612 2003-05-28  Graham Percival  <gperlist@shaw.ca>
3613         
3614         * input/test/[a,b]*.ly: added texinfo index and added comments to
3615         aid in future changes to input/test/ files.
3616         * input/test/bar-number-every-5-reset.ly: renamed to
3617         bar-number-every-five-reset.ly
3618         * input/test/bar-script-visibility.ly: renamed to
3619         bar-number-show-all.ly
3620
3621 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3622
3623         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
3624         to Voice.
3625
3626         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
3627         out note-line and glissando functionality.
3628         
3629         * lily/line-spanner.cc (brew_molecule): cleanup.
3630
3631 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3632
3633         * scripts/as2text.scm: Use rdelim module.
3634         (start-system): Rename from start-line.
3635         (stop-system): Rename from stop-line.
3636         (af-gulp-file): Use string iso symbol for getenv.
3637
3638         * scm/output-ascii-script.scm: Add guile and lily modules.
3639         (font-name-alist): New variable.
3640         (draw-line): New function.
3641
3642         * scm/output-lib.scm (func, arg->string): Re-add from archive.
3643         (Were these silently removed, without ChangeLog entry?)
3644
3645 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3646
3647         * scm/music-functions.scm (make-ottava-set): bugfixes: also
3648         process 2nd ottava correctly.
3649
3650 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
3651
3652         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
3653
3654 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3655
3656         * Documentation/user/converters.itely (Invoking midi2ly): Update.
3657
3658 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3659
3660         * VERSION: release 1.7.20
3661         
3662         * lily/text-spanner.cc (brew_molecule): clean up function. This
3663         fixes bugs with broken 8va spanners.
3664
3665         * lily/simple-spacer.cc (solve): also compute force for raggedright.
3666         This prevents spurious line-breaks with raggedright
3667         
3668 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3669
3670         * lily/key-performer.cc (create_audio_elements): always use major
3671         key
3672
3673         * Documentation/user/internals.itely: updates
3674
3675         * input/regression/beam-break.ly: new file.
3676
3677         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
3678         beams if starting or terminating stems have 'beaming set.)
3679
3680         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
3681         property.
3682
3683         * lily/parser.yy (verbose_command_req): add comment about scales.
3684
3685 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
3686
3687         * lilypond-indent.el: adjust regexps in bracket-matching.
3688
3689 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
3690
3691         * Documentation/user/refman.itely: more tiny fixes
3692
3693         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
3694         "Chord names"; added table with input syntax for solesmes neumes
3695         table; added some words about rationale on input syntax design
3696
3697         * lily/gregorian-ligature-engraver.cc,
3698         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
3699         lily/include/gregorian-ligature.hh: bugfix: horizontal head
3700         alignment of Pes Initio Debilis
3701
3702         * Documentation/user/refman.itely,
3703         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
3704         mf/parmesan-heads.mf: fixed most of the head selection/alignment
3705         bugs in the solesmes neumes table
3706
3707 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
3708
3709         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
3710         Similarly, match '[' and ']' by skipping '\[' and '\]'.
3711
3712         * lilypond-mode.el: fix tag-score. small improvements.
3713
3714 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3715
3716         * .cvsignore: Add aclocal.m4.
3717
3718         * lily/music-constructor.cc: Include <assert.h>.
3719
3720 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3721
3722         * ly/engraver-init.ly (HaraKiriStaffContext): use
3723         RemoveEmptyStaffContext instead.
3724
3725         * Documentation/user/refman.itely: updates
3726
3727 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
3728
3729         * Documentation/user/refman.itely: added solesmes neumes table;
3730         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
3731         bugfix: "Ornaments" -> "Articulations"
3732
3733         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
3734
3735 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
3736
3737         * lilypond-indent.el: Add a message about trying to match \] or \).
3738         
3739 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
3740         
3741         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
3742         obsolete "arithmetic_*"
3743
3744         * input/bugs/ligatures.ly: removed (will be put into a different
3745         directory later)
3746
3747 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3748
3749         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
3750         libkpathsea (Maurizio Tomasi).
3751
3752 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3753
3754         * input/regression/repeat-slash.ly (texidoc): new file
3755
3756         * lily/slash-repeat-engraver.cc (try_music): new file, handle
3757         slash repeats separately. Slash repeats and %
3758         repeats can now be nested.
3759
3760 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
3761
3762         * lilypond-indent.el: Add preliminary test for closing \] and \).
3763         
3764 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
3765
3766         * lily/gregorian-ligature-engraver.cc,
3767         lily/vaticana-ligature-engraver.cc,
3768         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
3769         mf/parmesan-heads.mf: various semivocalis related bugfixes
3770
3771         * input/bugs/ligatures.ly: new file demonstrating problems with
3772         ligatures
3773         
3774 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
3775
3776         * lilypond-mode.el,
3777         lilypond-font-lock.el,
3778         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
3779
3780 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
3781
3782         * lilypond-mode.el: Remove outdated code. Stress the difference 
3783         between Emacs and XEmacs definitions.
3784
3785         * lilypond-mode.el,
3786         lilypond-indent.el: Define a function interactive only when necessary.
3787
3788 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
3789
3790         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
3791         Use inactive regions also in XEmacs.
3792
3793 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3794
3795         * Documentation/user/refman.itely (Repeat syntax): more updates
3796
3797         * lily/simple-spacer.cc (solve): move solution process into
3798         solve(). This fixes a bug with collisions and raggedright = ##t.
3799  
3800         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
3801
3802         * ly/engraver-init.ly: remove GraceContext. Update examples.
3803
3804 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3805
3806         * GNUmakefile.in (fonts): Also make fontball.
3807
3808         * Website fixes:
3809
3810         * ly/engraver-init.ly (GraceContext): Add.
3811
3812         * run:
3813
3814             convert-ly $(find . -name *.ly)
3815
3816         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
3817         new chords.
3818
3819 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3820
3821         * VERSION: 1.7.19 released
3822         
3823         * scm/music-functions.scm (set-octavation): new function.
3824
3825         * input/regression/ottava.ly: new file
3826
3827         * lily/translator-scheme.cc (LY_DEFINE): new function
3828         ly:unset-context-property
3829         (LY_DEFINE) new function ly:context-property-where-defined: 
3830
3831 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
3832
3833         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
3834
3835         * lilypond.words: add few.
3836
3837         * input/test/script-chart.ly: fix typo.
3838
3839 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3840
3841         * scm/define-grobs.scm: uniform naming for definitions and output
3842         routine files. 
3843
3844         * ly/engraver-init.ly (ChoirStaffContext): add \description from
3845         scm/context-description.scm
3846
3847         * lily/parser.yy (translator_spec_body): add \description to the
3848         \translator{} body syntax.
3849
3850         * lily/ottava-engraver.cc: new file.
3851
3852         * scm/chord-name.scm (natural-chord-alteration): replace old
3853         chord stuff. 
3854
3855         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
3856
3857         * Documentation/user/refman.itely (Metronome marks): update doco.
3858
3859         * input/regression/markup-note.ly: new file
3860
3861         * input/regression/metronome-marking.ly: new file
3862
3863         * lily/metronome-engraver.cc: new file. Print \tempo markings.
3864
3865         * scm/new-markup.scm (note-markup): make a note glyph, useful for
3866         metronome marks.
3867
3868 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3869
3870         * Documentation/user/GNUmakefile: Compatibility fix for new
3871         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
3872         for making binary packages; info splitting bug has been fixed.
3873
3874         * Documentation/user/refman.itely: Compile fixes.
3875
3876 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
3877
3878         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
3879         Count \midi -keywords also for a region.
3880
3881 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3882
3883         * lily/lookup.cc (LY_DEFINE): new function
3884
3885         * Documentation/user/tutorial.itely: updates
3886
3887 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
3888
3889         * lilypond-mode.el: Allow Midi on buffer.
3890         Use only '.ly'-extension, remove '.sly' and '.fly'.
3891         Allow use of inactive regions. Invoke next Command on Master file, 
3892         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
3893
3894 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3895
3896         * Documentation/user/tutorial.itely: updates.
3897
3898 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
3899
3900         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
3901
3902 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
3903
3904         * lily/coherent-ligature-engraver.cc: fixed typo
3905
3906         * lily/coherent-ligature-engraver.cc,
3907         lily/gregorian-ligature-engraver.cc,
3908         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
3909         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
3910         lily/vaticana-ligature-engraver.cc,
3911         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
3912         scm/grob-description.scm: cleanup: junked LigatureHead grob and
3913         removed all ligature specific stuff from NoteHead code
3914
3915         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
3916         ligatures now use regular noteheads
3917
3918         * lily/vaticana-ligature.cc: tiny code cleanups
3919
3920         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
3921         space between two adjacent noteheads of the same pitch
3922
3923         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
3924         description; cleanup: removed obsolete font-family settings
3925
3926 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
3927
3928         * lily/coherent-ligature-engraver.cc,
3929         lily/gregorian-ligature-engraver.cc,
3930         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
3931         lily/mensural-ligature-engraver.cc,
3932         lily/vaticana-ligature-engraver.cc,
3933         lily/include/gregorian-ligature-engraver.hh: updated for new
3934         Coherent_ligature_engraver; added comments that describe the basic
3935         design ideas of the ligature implementation
3936
3937         * lily/coherent-ligature-engraver.cc,
3938         lily/include/coherent-ligature-engraver.hh: new file: shared code
3939         between mensural ligatures and Gregorian chant notation ligatures
3940
3941 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
3942
3943         * lilypond-mode.el: XEmacs fixes: include two definitions for the
3944         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
3945         use only two arguments in sit-for, use no arguments in
3946         read-char-exclusive, backspace is not a character (127) in XEmacs.
3947
3948         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
3949
3950 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
3951
3952         * lilypond-mode.el: un-commenting works after syntax-table fix.
3953
3954         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
3955         group, verbose commenting for syntax table.
3956
3957         * lilypond-indent.el: add TODO for ligature slurs.
3958
3959 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
3960
3961         * lilypond-mode.el: Move comments of parenthesis matching away,
3962         (blink-matching-paren-on-screen) fix blinking in Emacs.
3963
3964         * lilypond-font-lock.el: Fix parent-matching for Emacs:
3965         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
3966
3967         * lilypond-indent.el: Add TODO for parenthesis matching.
3968
3969 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
3970
3971         * lilypond-mode.el: Fix XEmacs: 
3972         changed [S-iso-lefttab] to [(shift iso-lefttab)],
3973         invoke explicitly easy-menu-add (in Emacs done automatically).
3974         
3975         * lilypond.words: Add few words from input/*/*.ly.
3976
3977 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3978
3979         * VERSION (PATCH_LEVEL): release 1.7.18
3980
3981         * scripts/lilypond-book.py: only print basename for printfilename
3982         option
3983
3984         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
3985         and syntax updates.
3986
3987 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3988
3989         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
3990         better parametrisation. Move fatness of bulb downward.
3991
3992         * mf/parmesan-custodes.mf (dir_down): remove underscores from
3993         glyph names. Underscores are not allowed .ps encoding files.
3994
3995 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
3996
3997         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
3998         variable "packed" for packed right-ragged mode
3999
4000         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
4001         unused variable ragged; fixed indentation
4002
4003         * Documentation/user/refman.itely: tiny cleanups in ancient
4004         clef and custos section
4005
4006 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4007
4008         * lily/parser.yy (Simple_music): add \applyoutput, syntax
4009         \applyoutput PROCEDURE
4010
4011         * lily/my-lily-lexer.cc: add \applyoutput.
4012
4013         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
4014
4015         * lily/text-item.cc: clean text-interface description
4016
4017 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4018
4019         * input/{regression,test}/: use postfix for slur endings and beam
4020         begins.
4021
4022         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
4023         style beams too. 
4024
4025         * input/regression/lyrics-melisma-beam.ly: new file.
4026
4027         * lily/lyric-engraver.cc (process_music): change from
4028         process_acknowledged_grobs()
4029
4030         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
4031         functions to set and revert auto-beam settings.
4032
4033 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4034
4035         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
4036
4037 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
4038
4039         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
4040         Documentation/user/lilypond.tely: fixed some typos; updated author
4041         info
4042
4043         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
4044         #"" -> #'flag-style = #'()
4045
4046         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
4047         cleanup: removed dead #includes
4048
4049         * lily/gregorian-ligature-engraver.cc,
4050         lily/include/gregorian-ligature.hh,
4051         scm/grob-property-description.scm: small cleanups, small spacing
4052         fixes
4053
4054         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
4055         lily/vaticana-ligature.cc,
4056         lily/include/gregorian-ligature-engraver.hh,
4057         scm/grob-property-description.scm, scm/music-types.scm:
4058         "porrectus" -> "pes or flexa"
4059
4060         * ly/engraver-init.ly, scm/grob-description.scm,
4061         scm/grob-property-description.scm: junked porrectus, now handled
4062         by ligature code
4063
4064         * scm/grob-description.scm: bugfix: added space-alist entry for
4065         breathing sign/custos
4066
4067 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4068
4069         * Another grand 2003 update.
4070         
4071         * Remove mentioning of `mudela'; There's no such thing.
4072
4073 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4074
4075         * Documentation/user/preface.itely (Preface to version 1.8): update
4076
4077         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
4078
4079         * Documentation/user/converters.itely (Invoking convert-ly): revise
4080
4081         * scripts/convert-ly.py (outfile_name): remove --assume-old.
4082
4083         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
4084
4085 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4086
4087         * Documentation/user/internals.itely: more updates.
4088
4089 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4090
4091         * Documentation/user/refman.itely: revise 
4092
4093         * Documentation/user/internals.itely: revise
4094
4095         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
4096
4097 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
4098
4099         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
4100         beautification: reformatted ancient clefs section; cleanup: small
4101         wording fixes
4102
4103 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
4104
4105         * lilypond.words: added words for chant notation, sorted
4106         alphabetically through "sort lilypond.words"
4107
4108 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
4109
4110         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
4111         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
4112         chant notation
4113
4114 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
4115
4116         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
4117         prevent TeX from interpreting them as long dash
4118
4119         * input/test/vaticana.ly: updated
4120
4121         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
4122         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
4123         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
4124         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
4125         fixes
4126
4127         * mf/parmesan-heads.mf: ledger endings: removed dead code
4128
4129 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4130
4131         * VERSION: 1.7.17 released
4132         
4133         * Documentation/user/GNUmakefile
4134         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
4135         files too.
4136
4137         * scm/document-markup.scm: new file: document all markup
4138         functions.
4139
4140         * scm/documentation-generate.scm: rename all documentation modules
4141         to document-*.scm
4142
4143         * scripts/lilypond-book.py: generate link to .ly file iso. link to
4144         .png
4145
4146         * input/test/divisiones.ly: added
4147
4148         * input/regression/output-property.ly: new file
4149
4150         * lily/cluster.cc: change cluster-interface to use style property
4151
4152 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
4153
4154         * input/test/chord-names-german.ly: modified.
4155
4156         * scm/chords-ignatzek.scm:
4157           chord-name->german-markup: Added
4158           note-name->german-markup: Changed (now producing lowercase notenames)
4159
4160         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
4161         
4162 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4163
4164         * scripts/convert-ly.py (FatalConversionError.conv):
4165         divisiominima -> divisioMinima, etc.
4166
4167         * ly/engraver-init.ly (FiguredBassContext): add
4168         Separating_line_group_engraver to Figured bass context.
4169
4170         * ly/german-chords-init.ly: remove file
4171
4172         * input/test/chord-names-german.ly (scm): new file.
4173
4174         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
4175
4176         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
4177         Chord_name_engraver
4178
4179         * Documentation/user/refman.itely: lots of updates.
4180
4181         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
4182         new file
4183
4184         * input/test/bar-number-every-5-reset.ly: new file.
4185
4186 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4187
4188         * input/regression/chord-name-major7.ly: new file
4189
4190         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
4191         if specced explicitly.
4192
4193         * input/regression/chord-name-entry-11.ly: new file.
4194
4195         * input/test/slur-beautiful.ly: new file.
4196
4197         * Documentation/user/refman.itely: updates.
4198
4199         * input/regression/collisions.ly (threevoice): cleanup.
4200
4201         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
4202
4203 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4204
4205         * Documentation/user/*.itely: various updates.
4206
4207         * ly/spanners-init.ly: enddecr/ endcr.
4208
4209         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
4210         of tutorial
4211
4212 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4213
4214         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
4215
4216         * lily/new-chord-name-engraver.cc (process_music): use octavation
4217         (a number) instead of original-pitch to store inversions. This
4218         fixes a problem with transposed chords with inversions.  
4219
4220 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4221
4222         * stepmake/aclocal.m4: Include compile fix for broken flex, as
4223         used in includable-lexer.hh.
4224
4225         * lily/includable-lexer.cc: Bugfix: include config.h.
4226
4227         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
4228         circumvention of Debian packaging bug.
4229
4230 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4231
4232         * flex-2.5.31 hits Debian/unstable.  Fixes below.
4233         
4234         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
4235
4236         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
4237         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
4238
4239         * lily/include/includable-lexer.hh: 
4240         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
4241
4242         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
4243
4244         * aclocal.m4: Regenerate.
4245
4246         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
4247         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
4248
4249         * scm/pdf.scm (use-modules): Include lily.
4250
4251         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
4252         Noordkamp).
4253         (use-modules): Include lily.
4254         (lily-def): Bugfix: include tex-val in let.
4255
4256 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
4257
4258         * lilypond-mode.el: sensible error if lilypond.words not found.
4259
4260         * lilypond.words: add few words.
4261
4262 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
4263
4264         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
4265
4266         * mf/parmesan-scripts.mf: fixed typo in char name
4267
4268 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4269
4270         * VERSION: 1.7.16 released
4271
4272         * python/lilylib.py (setup_temp): temporary directories are mode 700.
4273         (this is a security vulnerability).
4274
4275         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
4276
4277         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4278         add staff support.
4279
4280 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
4281
4282         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
4283         ly/script-init.ly, scm/script.scm: bugfix: renamed
4284         fermata->signumcongruentiae to fix naming clash with feta font
4285
4286 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4287
4288         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
4289
4290         * lily/multi-measure-rest-engraver.cc
4291         (start_translation_timestep): use grace timing too for determining
4292         when to make mmrest.
4293         (start_translation_timestep): clear numbers too.
4294
4295 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
4296
4297         * scm/music-types.scm: compile fix: escape braces
4298
4299         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
4300         work around font selection problem
4301
4302         * Documentation/user/refman.itely: BreathingSign: added docu for
4303         property "text"
4304
4305 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
4306
4307         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
4308         information.
4309
4310 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4311
4312         * lily/multi-measure-rest-engraver.cc (class
4313         Multi_measure_rest_engraver): make multiple Number objects, one
4314         for each MultiMeasureTextEvent.
4315
4316         * scm/music-functions.scm (glue-mm-rest-texts): use
4317         MultiMeasureTextEvent
4318
4319         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
4320
4321         * Documentation/user/refman.itely (Multi measure rests): update.
4322
4323 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4324
4325         * lily/ly-module.cc (ly_copy_module_variables): use
4326         scm_internal_hash_fold() for iterating modules.
4327
4328 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
4329
4330         * Documentation/user/refman.itely: Section Custodes: added more
4331         example code
4332
4333         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
4334         neo-mensural rests to parmesan font
4335
4336         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
4337         header
4338
4339 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4340
4341         * Documentation/user/macros.itexi: @fileref macro.
4342
4343         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
4344         each file. 
4345
4346 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
4347
4348         * lily/include/custos.hh, make/lilypond.suse.spec.in,
4349         Documentation/topdocs/AUTHORS.texi: updated my email address
4350
4351         * Documentation/user/refman.itely: updated custos documentation;
4352         beautified divisiones example; beautified articulations table
4353
4354         * lily/breathing-sign.cc: bugfix: finalis molecule
4355
4356 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
4357
4358         * Documentation/user/refman.itely: added docu for
4359         contemporary fermata symbols, gregorian breathing signs; small fixes
4360
4361         * ly/gregorian-init.ly: removed obsolete #'type props
4362
4363 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
4364
4365         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
4366         minimum-length property correctly.
4367
4368 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4369
4370         * scm/music-functions.scm (make-multi-measure-rest): set input
4371         locations for multimeasure rests.
4372
4373 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
4374
4375         * input/regression/breathing-sign.ly: updated to for ancient
4376         notation
4377
4378 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4379
4380         * scripts/ly2dvi.py: Add newline.
4381
4382 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4383
4384         * scripts/ly2dvi.py (dependency_files): Compile fix.
4385
4386 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4387
4388         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
4389         (make_html_menu_file): --html menu. 
4390
4391 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4392
4393         * scripts/ly2dvi.py (run_dvips): +add the .map file 
4394
4395 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4396
4397         * input/screech-boink.ly: new file.
4398
4399 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4400
4401         * scripts/lilypond-book.py (make_lilypond_file): convert
4402         lilypond-file to lilypond block directly, without going through
4403         begin/end lilypond text.
4404         
4405
4406 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
4407
4408         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
4409         scm/grob-description.scm: moved Michael's original breathing sign
4410         code in brew_molecule() to divisio_minima(); provided new
4411         brew_molecule() that effectively replaces the
4412         Text_item::brew_molecule callback (with additional fallback to
4413         Michael's original code); added callbacks for brewing divisio
4414         maior/maxima and finalis
4415
4416         * gregorian-init.ly: added breathing sign shortcuts for virgula,
4417         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
4418
4419         * script-init.ly: added shortfermata, longfermata,
4420         verylongfermata, varcoda
4421
4422         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
4423         longfermata, verylongfermata, varcomma, varcoda
4424
4425 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
4426
4427         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
4428           Remove all noquote and insert a few quote.
4429         
4430         * Documentation/user/lilypond-book.itely (Music fragment options),
4431           scripts/lilypond-book.py: Don't include quotation blocks by
4432           default. Introduce option quote instead of noquote
4433
4434 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4435
4436         * VERSION: 1.7.15 released
4437         
4438         * Documentation/user/lilypond.tely: omf updates.
4439
4440         * buildscripts/texi2omf.py (omf_vars): include version.date
4441
4442         * make/lilypond.redhat.spec.in: fixes for spec file. 
4443
4444         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
4445         by function definition: lily now requires a recent GNU Make.
4446
4447         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
4448
4449         * make/ly-rules.make: remove .ly -> .tex rule
4450
4451         * Documentation/user/refman.itely (Figured bass): revised figured
4452         bass example.
4453
4454 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4455
4456         * stepmake/stepmake/omf-targets.make (local-install): add
4457         scrollkeeper-update message.
4458
4459         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
4460         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
4461
4462         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
4463
4464         * Documentation/user/converters.itely (Invoking midi2ly): add
4465         track/channel notice.
4466
4467 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4468
4469         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
4470
4471         * lily/parser.yy (scalar): DIGIT is also a scalar.
4472
4473         * Documentation/user/music-glossary.tely: add @omf tags
4474
4475         * Documentation/user/lilypond.tely: add @omf tags
4476
4477         * scm/generate-documentation.scm (string-append): add @omf tags.
4478
4479         * stepmake/stepmake/omf-*: new files 
4480
4481         * input/regression/multi-measure-rest.ly (texidoc): add doco
4482
4483         * GNUmakefile.in (web-doc-install): add web-doc-install target
4484
4485         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
4486         fixes crashes while dumping MIDI.
4487
4488         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
4489         midi
4490
4491 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4492
4493         * buildscripts/texi2omf.py: new file.
4494
4495         * mf/feta-beugel.mf: include font count, not staffsize (16) in
4496         font-name
4497
4498 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4499
4500         * input/regression/beam-manual-beaming.ly (texidoc): new file.
4501
4502         * lily/sequential-iterator.cc (descend_to_child): call
4503         descend_to_child() for all types of music.
4504
4505 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4506
4507         * scm/translator-property-description.scm: Add
4508         bassFigureFormatFunction.  Replace some entries.
4509
4510 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4511
4512         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
4513         clean out.
4514
4515 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4516
4517         * scripts/midi2ly.py (Note.dump): never dump duration for
4518         dump_dur=0.
4519
4520         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
4521         new function
4522
4523         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
4524         figures using new markups. Much simpler, and should improve layout
4525         a little.
4526
4527         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
4528
4529 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4530
4531         * ly/engraver-init.ly: use Hara kiri by default for 
4532         ChordNames, FiguredBass and Lyrics(Voice) context. 
4533
4534         * lily/axis-group-engraver.cc (acknowledge_grob): use
4535         rhythmic-grob-interface for selecting items not to hara-kiri'd 
4536
4537         * scm/new-markup.scm (markup-function-list): add bracket,
4538         vbracket.
4539
4540         * ly/engraver-init.ly (ChordNamesContext): set
4541         minimumVerticalExtent
4542
4543 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4544
4545         * input/test/time-signature-double.ly: new file 
4546
4547         * input/regression/collision-head-chords.ly (texidoc): new file.
4548
4549         * lily/type-swallow-translator.cc: add note swallow translator 
4550
4551         * input/test/time-signature-double.ly: new file.
4552
4553         * lily/type-swallow-translator.cc: add Rest_swallow_translator
4554
4555         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
4556         (FiguredBassContext): idem.
4557
4558         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
4559
4560         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
4561
4562         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
4563
4564         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
4565         .afm dependency
4566
4567         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
4568
4569         * python/lilylib.py (make_page_images): add function.
4570
4571         * scripts/ly2dvi.py (run_latex): include title in preview image.
4572
4573         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
4574         from lilypond-book for <ly2dvifile> tags in HTML.
4575
4576         * scripts/ly2dvi.py (option_definitions): add --debug option to
4577         print out environment.
4578
4579         * input/regression/tie-chord-partial.ly: new file.
4580
4581 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
4582
4583         * lilypond.words: add 3
4584
4585 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4586
4587         * scm/new-markup.scm (markup-function-list): add finger-markup
4588
4589         * input/tutorial/brahms-tweaked.ly: new markup 
4590
4591         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
4592
4593         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
4594         crash when processing '() markup
4595
4596         * input/regression/breathing-sign.ly (texidoc): add caesura example.
4597
4598         * lily/breathing-sign.cc (railtracks): another caesura.
4599
4600         * mf/feta-schrift.mf: caesura symbol. 
4601
4602 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4603
4604         * scripts/convert-ly.py (FatalConversionError.conv): add
4605         ly:molecule-XXX conversions.
4606
4607         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
4608
4609         * input/regression/multi-measure-rest-text.ly: new file.
4610
4611         * scm/music-functions.scm (glue-mm-rest-texts): automatically
4612         convert MMREST-TEXT to MultiMeasureRestNumber settings.
4613
4614         * ly/engraver-init.ly (ScoreContext): move tablature settings to
4615         ScoreContext
4616
4617         * scm/new-markup.scm (center-markup): \center markup.
4618
4619         * scm/music-functions.scm: remove pitchify scripts.
4620
4621         * lily/music.cc (print_smob): display music name if available 
4622
4623 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4624
4625         * Documentation/user/refman.itely (Instrument names): remove
4626         \turnOff doco.
4627
4628 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4629
4630         * lily/score.cc (mark_smob): bugfix.
4631
4632         * input/regression/rehearsal-mark.ly: new file.
4633
4634         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
4635         report error at the current token again.
4636
4637 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4638
4639         * cygwin/mknetrel: Exit if doc build fails.
4640
4641         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
4642
4643 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4644
4645         * scm/music-types.scm (music-descriptions): add doc strings
4646
4647 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4648
4649         * lily/lexer.ll: 
4650         * lily/include/my-lily-lexer.hh: 
4651         * lily/include/includable-lexer.hh: Add flex kludge.
4652
4653         * config.hh.in: 
4654         * config.make.in: 
4655         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
4656         cruft.
4657         
4658         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
4659         code.
4660
4661 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4662
4663         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
4664
4665         * lily/parser.yy (new_chord): Compile fix.
4666
4667 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4668
4669         * Documentation/user/refman.itely (Tuning groups of objects):
4670         remove documentation for \turnOff. 
4671
4672         * lily/percent-repeat-engraver.cc (try_music): add correct
4673         processing moments for double-measure percents as well.
4674
4675         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
4676
4677         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
4678         grob prop type. 
4679
4680         * Documentation/user/refman.itely (Printing named chords): add
4681         chord name tweak doco.
4682
4683         * input/template/gregorian-transcription.ly: new file.
4684
4685 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4686
4687         * VERSION: 1.7.13 released
4688         
4689         * input/test/*: lots of cleanups/comment-outs/removals in chord
4690         examples
4691         
4692         * input/regression/*: lots of cleanups/comment-outs/removals in
4693         chord examples
4694         
4695         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
4696         options
4697
4698         * lily/new-chord-name-engraver.cc (process_music): give original
4699         inversion pitch to chord name routine.
4700
4701         * input/tutorial/os-score.ly: update to new markup
4702
4703         * Documentation/user/appendices.itely: simply include
4704         chords-ignatzek. 
4705
4706         * Documentation/user/refman.itely (Chords mode): add documentation
4707         for chord mode.
4708
4709         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
4710         not present in chord.
4711         (construct-chord): add inversion and bass support.
4712
4713         * lily/chord.cc: junk contents.
4714
4715 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
4716
4717         * Documentation/user/refman.itely:
4718         * Documentation/user/music-glossary.tely: fix. 
4719
4720 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4721
4722         * scm/chord-entry.scm (construct-chord): move chord construction
4723         to Scheme.
4724
4725         * lily/parser.yy (new_chord): new setup for chord entry.
4726
4727 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
4728
4729         * lilypond.words:
4730         * Documentation/user/music-glossary.tely: add ambitus.
4731
4732 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4733
4734         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
4735
4736         * lily/include/*.hh: string() -> to_string()
4737
4738         * scm/chords-ignatzek.scm: new file.
4739
4740         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
4741         standard chord name exceptions.
4742
4743         * scm/translator-property-description.scm (chordNameSeparator):
4744         add property.
4745         (majorSevenSymbol): add property
4746
4747         * lily/translator-scheme.cc (ly:context-properties): new function
4748         (ly:context-parent): new function.
4749         (print_smob): print context name.
4750
4751         * lily/music.cc (ly:get-music-length): new function
4752         (print_smob): don't print properties.
4753
4754         * lily/duration.cc (duration<?): new function
4755
4756         * input/regression/chords-funky-ignatzek.ly: new file.
4757
4758         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
4759         jazz chords.
4760
4761         * lily/pitch.cc (ly:pitch-diff): new function.
4762
4763         * input/regression/chords-ignatzek.ly: new file.
4764
4765 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4766
4767         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
4768         pitches for jazz chords.
4769
4770 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4771
4772         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
4773
4774 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
4775
4776         * lilypond.words: add 1
4777
4778 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
4779
4780         * Documentation/topdocs/AUTHORS.texi: refine.
4781
4782 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
4783
4784         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
4785         
4786         * lilypond.words: add one.
4787
4788 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
4789
4790         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
4791         Fontify bass note in chords, e.g., e in c1/e.
4792         
4793 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4794
4795         * Documentation/user/music-glossary.tely: Dutch updates and
4796         additions (Arent Storm).
4797
4798 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4799
4800         * input/regression/ambitus.ly:  move file.      
4801
4802         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
4803
4804         * lily/event.cc (transpose): add tonic property to Key_change_req
4805         and to Key_engraver.
4806
4807 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
4808
4809         * Documentation/user/refman.itely: fix typo.
4810
4811         * lilypond.words: removed wrong identifiers.
4812
4813 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4814
4815         * mf/feta-toevallig.mf: make flat stem shorter 
4816
4817 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
4818
4819         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
4820
4821         * lilypond.words: add from Phrasing slur.
4822         
4823 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
4824
4825         * lilypond-mode.el: allow launching multiple ViewPS processes.
4826         
4827         * lilypond.words: add from Text markup.
4828
4829 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4830
4831         * input/test/ossia.ly (texidoc): add comment.
4832
4833         * input/regression/voice-follower.ly: new file.
4834
4835         * mf/feta-toevallig.mf: make flat heavier.
4836
4837         * lily/cluster-engraver.cc: clean up Cluster engraver
4838
4839         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
4840         Engraver. Use Note_column to compute Y positions and deal with
4841         line break stuff.
4842
4843 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4844
4845         * lily/stem.cc: move french-beaming to stem.
4846
4847 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
4848
4849         * lilypond-font-lock.el: fontify all durations in chords.
4850
4851         * lilypond.words: add from lily/my-lily-lexer.cc
4852
4853 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4854
4855         * VERSION: release 1.7.12
4856
4857         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
4858
4859         * lily/gregorian-ligature.cc: new file
4860
4861         * lily/*: the Great 2003 search & replace.
4862
4863         * Documentation/user/refman.itely (Manual repeat commands): add
4864         note about font selection.
4865
4866 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
4867
4868         * lilypond-mode.el: propose recompiling midi while invoking playing,
4869         not while stopping playing.
4870
4871 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
4872
4873         * lilypond.words: add one.
4874
4875         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
4876         and expressional note grouping. Fontify chord modes.
4877
4878 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
4879
4880         * Documentation/user/music-glossary.tely (Top): translate melisma.
4881
4882 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4883
4884         * Documentation/user/music-glossary.tely (Top): add melisma.
4885
4886 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
4887
4888         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
4889         interfaces for (abstract) grob GregorianLigature
4890
4891         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
4892         renamed head* -> glyph_name*, x-shift* -> x-offset*
4893
4894         * scm/grob-property-description.scm: bugfix: added missing descriptions
4895
4896 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4897
4898         * input/test/chord-names-dpnj.ly: New file.
4899
4900         * scm/double-plus-new-chord-name.scm: Implement full and partial
4901         exceptions.
4902
4903         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
4904
4905         * scm/double-plus-new-chord-name.scm
4906         (double-plus-new-chord->markup): Fix sub->markup.
4907
4908
4909 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
4910
4911         * lily/custos-engraver.cc: added TODO; editorial changes
4912
4913         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
4914         consistency with other ligature engravers; removed access on (now)
4915         private variable _ligature of Ligature_engraver
4916
4917         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
4918         renamed last_bound -> last_bound_; issue programming_error on
4919         abstract method calls; moved primitives code from
4920         Mensural_bracket_engraver to here (because almost ligature
4921         engravers will need it); renamed try_stop_ligature () ->
4922         typeset_ligature (); bugfix: store primitives of finished ligature
4923         in separate variable finished_primitives_ to avoid clash on input
4924         like "\] \["; added current_ligature () to enable access on
4925         private variable _ligature
4926
4927         * lily/mensural-ligature-engraver.cc: removed primitives_ code
4928         (now in super class); renamed try_stop_ligature () ->
4929         typeset_ligature ()
4930
4931         * lily/mensural-ligature.cc: issue programming_error on abstract
4932         method calls
4933
4934         * lily/note-heads-engraver.cc: added TODO comment upon bool
4935         in_ligature
4936
4937         * mf/parmesan-heads.mf: fixed some of set_char_box()
4938
4939         * scm/grob-description.scm: added VaticanaLigature
4940
4941         * scm/grob-property-description.scm: added neume prefix properties
4942
4943         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
4944         lily/include/gregorian-ligature-engraver.hh,
4945         lily/include/gregorian-ligature.hh: new files; framework for
4946         gregorian ligature engravers such as vaticana
4947
4948         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
4949         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
4950         vaticana style ligature implementation (still somewhat uncomplete)
4951
4952 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4953
4954         * VERSION: release 1.7.11
4955
4956         * scripts/convert-ly.py: add ly:pitch-transpose rule
4957
4958 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4959
4960         * input/test/dpncnt.ly: New file.
4961
4962         * lily/my-lily-lexer.cc: Add chordnames keyword.
4963
4964         * lily/parser.yy (chordnames_block): Parse chord name exception
4965         lists, see input/test/dpncnt.ly.
4966
4967         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
4968         function.
4969
4970         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
4971         filter-out too.
4972
4973         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
4974         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
4975         pitch functions (except for ly:make-pitch, but that's apparently
4976         some sort of scheme naming standard?).
4977
4978         * scm/lily.scm (!=): define-public.
4979
4980         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
4981
4982 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4983
4984         * scm/double-plus-new-chord-name.scm
4985         (double-plus-new-chord-name->markup): New file.
4986
4987 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4988
4989         * python/lilylib.py (make_preview): don't suppress progress for
4990         bbox extraction.
4991
4992 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4993
4994         * Documentation/user/appendices.itely (scheme): update for new syntax.
4995
4996         * input/regression/chord-name-styles.ly: new file
4997
4998         * lily/instrument-name-engraver.cc: create instrument names
4999         without barline too.  Allows instrument name on ChordNames  
5000
5001         * scm/new-markup.scm (interpret-markup): allow simple strings as
5002         markup too.
5003
5004 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5005
5006         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
5007         (step->markup-accidental): Fix: add accidental.
5008         (chord::inner-name-american): 
5009         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
5010         append stray '/' if last superscript addition was 'o'.
5011
5012         * scm/new-markup.scm (normal-size-sub-markup) 
5013         (normal-size-super-markup): New function.
5014
5015         * lily/source-file.cc (Source_file): Add warning for possibly
5016         intentional but suspicious initialization.
5017
5018         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
5019         add comments about cut-and-paste programming.
5020
5021         * flower/rational.cc (lcm): Not used; comment out.
5022
5023 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5024
5025         * lily/new-fingering-engraver.cc (position_scripts): use
5026         fingerHorizontalDirection to determine fingering horizontal
5027         directions.
5028  
5029         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
5030         fingering support.
5031
5032         * scripts/convert-ly.py (FatalConversionError.conv): add style
5033         conversion rule. 
5034
5035         * scm/chord-name.scm (set-chord-name-style): new function.
5036         (new-chord-name-brew-molecule): revise to interpret markup only
5037         (new-chord->markup): cleanuppish rewrite. To be called from the
5038         new engraver.
5039
5040         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
5041         Markup earlier, during interpreting.
5042
5043         * input/test/{banter,jazz,american}-chords.ly (scheme): update
5044         style settings. Rename to chord-names-*.ly
5045
5046 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5047
5048         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
5049         markup code and update to new markup.  Most probably broke some of
5050         it.
5051         
5052 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
5053
5054         * Documentation/user/refman.itely: added docu for ambitus and
5055         clusters
5056
5057         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
5058         ly_quote_scm() in lookup.cc
5059
5060         * mf/parmesan-clefs.mf: set_char_box fix
5061
5062         * lily/cluster-engraver.cc: junk implicit protection; use
5063         Protected_scm instead
5064
5065 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5066
5067         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
5068         throughout.
5069
5070         * scm/new-markup.scm: Turn-off error-triggering test code.
5071
5072 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5073
5074         * scm/new-markup.scm (markup-thrower-typecheck) 
5075         (markup-typecheck?):  add full typechecking functions.
5076         (make-markup-maker): add make-FOO-markup functions.
5077         (markup-argument-list-error): nice error checking messages.
5078         (make-markup): better function: less quoting escapades.
5079
5080 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5081
5082         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
5083
5084 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5085
5086         * cygwin/lilypond.hint (requires): Add cygwin.
5087
5088         * .cvsignore: Remove stepmake (huh!?!), add lib.
5089
5090         * GNUmakefile.in: Add libdir links for builddir runs.
5091
5092         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
5093         instead of datadir.
5094
5095         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
5096         local_lilypond_libdir.
5097
5098         * config.make.in (lilypond_libdir): Add.
5099
5100         * stepmake/stepmake/substitute-rules.make: 
5101         * stepmake/stepmake/script-rules.make: 
5102         * stepmake/stepmake/python-module-rules.make:
5103         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
5104         lilypond-python-module patch.
5105
5106 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5107
5108         * Documentation/user/refman.itely (Graphical interfaces): add note
5109         about xml2ly.
5110
5111 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5112
5113         * scripts/ly2dvi.py (run_dvips): remove trailing newline
5114
5115 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5116
5117         * VERSION: released 1.7.10
5118
5119         * scripts/musedata2ly.py (): idem
5120
5121         * scripts/midi2ly.py (dump_chord): idem
5122
5123         * scripts/etf2ly.py (version): idem 
5124
5125         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
5126
5127         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
5128
5129         * scm/tex.scm (tex-output-expression): remove eval compat
5130         glut. Other output files too.
5131
5132         * scm/chord-name.scm: don't export anything from chord module.
5133
5134         * input/test/american-chords.ly: idem
5135
5136         * input/test/banter-chords.ly (texidoc): idem
5137
5138         * input/test/Cc-chords.ly: add breakage notes.
5139
5140         * Documentation/user/refman.itely (Text markup): rewrite manual section.
5141
5142         * lily/parser.yy (scalar): allow \markup { } as property value. 
5143
5144         * scm/chord-name.scm: complete new markup usage
5145
5146         * scm/grob-description.scm (all-grob-descriptions): use new markup
5147         texts by default
5148
5149 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5150
5151         * scm/chord-name.scm: partial move to new markup texts.
5152
5153 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5154
5155         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
5156
5157         * scm/bass-figure.scm (brew-bass-figure): make stack direction
5158         settable.
5159
5160 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
5161
5162         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
5163         invoked for old midi, wait for killing.
5164
5165 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
5166
5167         * Documentation/user/music-glossary.tely: Finnishing.
5168
5169 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5170
5171         * mf/feta-nummer-code.mf: some kerning pairs.
5172
5173 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
5174
5175         * scm/output-lib.scm (set-bar-number-visibility): Context-function
5176         Added.
5177
5178         * Documentation/user/refman.itely (Bar numbers):
5179         set-bar-number-visibility added, modulo-bar-number removed again
5180         (sorry).
5181
5182 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
5183
5184         * scm/output-lib.scm (modulo-bar-number-visible): add function.
5185
5186         * Documentation/user/refman.itely: add modulo-bar-number-visible.
5187
5188         * Documentation/user/music-glossary.tely: translate into Finnish.
5189
5190 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
5191
5192         * lilypond-mode.el: add shortcut for 2midi
5193
5194         * lilypond-font-lock.el: fontify lyrics
5195
5196 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
5197
5198         * scm/drums.scm : use 1.7.x names.
5199
5200         * input/regression/drums.ly : Don't use << chords >>
5201
5202 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
5203
5204         * lilypond-mode.el: tidy, add TODO
5205
5206         * make/lilypond.mandrake.spec.in: install-info quietly.
5207
5208 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5209
5210         * input/test/markup.ly: use new syntax.
5211
5212 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5213
5214         * ly/params-init.ly (interscoreline): add word-space
5215
5216         * input/test/metronome.ly (eighthNote): idem.
5217
5218         * input/test/script-priority.ly: use new markup
5219
5220         * lily/parser.yy (markup): allow HEAD markup0 markup1 
5221
5222         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
5223
5224         * lily/parser.yy (gen_text_def): bugfix.
5225         (full_markup): allow markup identifier.
5226
5227 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
5228
5229         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
5230         jobs at the same time. Add horizontal lines to Command menu.
5231         Allow one compiling job -- propose killing others before a new one.
5232
5233         * lilypond.words: add markup, teeny, etc.
5234
5235 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
5236
5237         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
5238         Allow only one type of midi process; launching Midi either stops
5239         midis or plays the current midi and launching MidiAll stops midis
5240         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
5241         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
5242
5243 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5244
5245         * lily/text-engraver.cc (process_acknowledged_grobs): use new
5246         markup  for new markup texts.
5247
5248         * lily/mark-engraver.cc (process_music): idem
5249         
5250         * lily/instrument-name-engraver.cc (create_text): idem
5251
5252         * scm/new-markup.scm (magnify-markup): new function.
5253
5254         * scm/molecule.scm (stack-lines): bugfix.
5255
5256         * lily/font-interface.cc (get_font): take font-magnification from
5257         alist chain.
5258
5259 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5260
5261         * lily/molecule-scheme.cc: move scheme functions to separate file.
5262
5263         * lily/font-metric.cc  (ly_get_glyph): new function. 
5264         
5265         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
5266         (italic-markup, dynamic-markup): new functions
5267         (font-markup): new function
5268
5269         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
5270         padding and minimum
5271
5272 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
5273
5274         * lily/accidental-engraver.cc:
5275         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
5276
5277 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
5278
5279         * lilypond.vim:
5280         * lilypond-font-lock.el: Put \longa as duration. Accept only 
5281         [a-zA-Z] for user defined identifiers. Separate note cases 
5282         with and without a duration (allow cis\longaX).
5283
5284         * lilypond.words: Add words from Info.
5285
5286 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
5287
5288         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
5289
5290 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
5291
5292         * lilypond-mode.el: Propose reverting buffer before a command if
5293         it was edited with an another editor.
5294
5295 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5296
5297         * lily/molecule.cc (ly_translate_molecule): new function
5298
5299         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
5300         into libdir
5301
5302         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
5303
5304         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
5305
5306 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
5307
5308         * lilypond.words: take \words from Info-index.
5309
5310 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5311
5312         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
5313
5314 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
5315
5316         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
5317
5318 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
5319
5320         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
5321         and lilypond-documentation.
5322
5323 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5324
5325         * lily/parser.yy: Compile fix (bison 1.75).
5326
5327 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5328
5329         * VERSION: 1.7.9 released
5330
5331         * scm/music-functions.scm (shift-one-duration-log): refactor.
5332         Use music-map.
5333
5334         * input/regression/chord-tremolo.ly (texidoc): add dot test.
5335
5336         * NEWS: update.
5337
5338         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
5339         argument
5340         
5341         * scm/music-functions.scm (display-music): new function
5342         (music-map): change arg order.
5343
5344         * input/regression/new-markup-syntax.scm: new file
5345
5346         * lily/parser.yy (markup): add \markup { .. } syntax.
5347
5348         * scm/new-markup.scm (override-markup): new function
5349         (lookup-markup): new function
5350         (music-markup): new function
5351         (lookup-markup-command): use markup-signature to store argument
5352         format for parser.
5353
5354         * lily/lexer.ll: preliminary \markup syntax. 
5355
5356 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
5357
5358         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
5359         add pre/post-dependencies and menus with icons from source.
5360
5361         * Documentation/pictures/lilypond-48x48.xpm:
5362         * Documentation/pictures/lilypond-32x32.xpm:
5363         * Documentation/pictures/lilypond-16x16.xpm: new files, background
5364         transparent.
5365
5366         * stepmake/stepmake/generic-targets.make:
5367         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
5368
5369 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5370
5371         * input/regression/music-map.ly (texidoc): new file.
5372
5373         * scm/music-functions.scm (music-map): new function
5374
5375 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5376
5377         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
5378
5379 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
5380
5381         * input/test/to-xml.ly:
5382         * lily/ligature-engraver.cc: Fixes documentation.
5383
5384         * lilypond.mandrake.spec.in:
5385         * lilypond.redhat.spec.in: Add lilypond.words.
5386
5387         * Documentation/user/refman.itely: Mention Info inside emacs.
5388         
5389         * lilypond.suse.spec.in:
5390         * lilypond.redhat.spec.in: 
5391         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
5392
5393 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5394
5395         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
5396         os.popen.read ().
5397
5398 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5399
5400         * scripts/ly2dvi.py (include_path): print warning if failing anything.
5401
5402         * python/lilylib.py (error): add space
5403
5404 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5405
5406         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
5407         distribution.
5408
5409 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5410
5411         * lily/paper-outputter.cc (Paper_outputter): close port when
5412         finishing score.
5413
5414 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5415
5416         * scm/sodipodi.scm: Fixes.
5417
5418 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
5419
5420         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
5421
5422         * buildscripts/make-font-dir.py: Fix. 
5423
5424 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
5425
5426         * lilypond-mode.el: Add support for Info inside Emacs.
5427
5428 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5429
5430         * buildscripts/make-font-dir.py: 
5431         * mf/GNUmakefile: Make sodipodi font map.
5432
5433         * scm/sodipodi.scm: Add more output functions.
5434
5435         * mf/feta-nummer.mf: 
5436         * mf/feta-beugel.mf: Add font_coding_scheme.
5437
5438         * lily/paper-outputter.cc (output_header): Fix creator string.
5439
5440 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
5441
5442         * lilypond-mode.el (LilyPond-autocompletion): invoked with
5443         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
5444
5445         * lilypond.words: add two (Everybody can add/remove words now!).
5446
5447         * debian/rules:
5448         * make/lilypond.suse.spec.in:
5449         * make/lilypond.mandrake.spec.in:
5450         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
5451
5452         * Documentation/user/refman.itely: Mention autocompletion.
5453
5454 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5455
5456         * scripts/ly2dvi.py: Add paper sizes.
5457
5458         * lily/timing-engraver.cc: 
5459         * lily/time-signature.cc: 
5460         * lily/span-bar.cc: 
5461         * lily/grob-scheme.cc: Code formatting fixes.
5462
5463         * scm/sodipodi.scm: 
5464         * scm/sketch.scm:
5465         * buildscripts/mf-to-table.py: 
5466         * buildscripts/make-font-dir.py: Font testing.
5467
5468 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
5469
5470         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
5471         inserts try-completion and shows all-completions.
5472
5473         * lilypond.words: '\' -> '\\'
5474
5475         * lilypond-mode.el: load libraries in the end, lilypond.words defines
5476         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
5477         
5478         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
5479         and LilyPond-reserved-words.
5480         
5481 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
5482
5483         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
5484         from load-path.
5485         
5486         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
5487         the mini-buffer with Control-Shift-c.
5488         
5489 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5490
5491         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
5492         duration. This fixes \tempo taking time.
5493
5494 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
5495
5496         * lily/volta-engraver.cc (process_acknowledged_grobs): 
5497         Allow for text markup in repeatCommands. 
5498
5499 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
5500
5501         * lilypond-mode.el (LilyPond-insert-string): new function, use it
5502         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
5503         Get rid of skeleton.el-dependency.
5504
5505         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
5506
5507 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5508
5509         * lily/beam-engraver.cc (stop_translation_timestep): reset
5510         now_stop_ev_
5511
5512         * lily/scm-option.cc: add parse-protect to ly:set-option
5513
5514         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
5515
5516 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5517
5518         * lily/include/ligature-bracket.hh: removed
5519         * lily/ligature-bracket.cc: removed
5520
5521         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
5522         .tex
5523
5524         * lily/beam.cc (set_beaming): don't change beam count on rests.
5525         (brew_molecule): always set flag-width > 0.
5526
5527 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
5528
5529         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
5530         chars, remove instructions; instead, refer to lilypond-init.el and
5531         Documentation/topdocs/INSTALL.texi.
5532
5533         * lilypond.words: add identifiers and reserved words.
5534
5535         * Documentation/topdocs/INSTALL.texi: separate sections for installing
5536         files and adding a load-path.
5537
5538         * lilypond-init.el: Instructions, extracted from 
5539         Documentation/topdocs/INSTALL.texi. 
5540         
5541 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5542
5543         * VERSION: 1.7.8 released 
5544
5545         * lily/grob.cc (warning): better robustness fix.
5546
5547 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
5548
5549         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
5550
5551         * lily/cluster-engraver.cc: stick better to variable naming
5552         conventions
5553
5554         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
5555         until stop_translation_timestep()
5556
5557         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
5558         min/max coordinates to backend, but no musical info such as
5559         pitches
5560
5561         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
5562
5563         * lily/grob.cc: robustness fix: warning(): do not crash if
5564         cause is not set
5565
5566         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
5567         the much more elaborated tuplet brackets than the very naive and
5568         simple ligature bracket grob
5569
5570 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5571
5572         * Documentation/user/refman.itely (Analysis brackets): add
5573         horizontal bracket doco.
5574
5575         * ly/property-init.ly (setMmRestFermata): added.
5576
5577         * Documentation/user/refman.itely (Multi measure rests): fermatas
5578         on mm rests.
5579
5580         * input/regression/apply-context.ly (texidoc): new file
5581
5582         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
5583         code to be executed during interpretation. Possible applications:
5584         smart octavation, more advanced bar checks. 
5585
5586         * lily/apply-context-iterator.cc: new file.
5587
5588 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5589
5590         * input/test/new-markup.ly: new file.
5591
5592         * lily/text-item.cc (text_to_molecule): new function
5593
5594         * scm/new-markup.scm (lambda): new file
5595
5596         * lily/function-documentation.cc (ly_add_function_documentation):
5597         add proc property as well
5598
5599 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5600
5601         * Documentation/user/music-glossary.tely (Top): add custos.
5602
5603 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
5604
5605         * Documentation/topdocs/INSTALL.texi: advise how to include source
5606         path to Emacs load-path and improve language.
5607
5608 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5609
5610         * GNUmakefile.in: config.h message fix.
5611
5612         * autogen.sh:
5613         * aclocal.m4: Regenerate.
5614
5615         * configure.in: 
5616         * config.make.in: 
5617         * stepmake/config.make.in: 
5618         * stepmake/configure.in: 
5619         * stepmake/autogen.sh: 
5620         * stepmake/aclocal.m4: Update for autoconf 2.56.
5621
5622 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
5623
5624         * Documentation/topdocs/INSTALL.texi: instructions for an user how
5625         to install Emacs-mode. Instructions how to use vim-mode.
5626
5627 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5628
5629         * scm/music-types.scm (music-descriptions): no length for tempo event.
5630
5631         * input/*.ly: add \version everywhere.
5632         
5633         * input/*.ly: update syntax to 1.7 + new-chords.
5634
5635         * VERSION: 1.7.7 released.
5636         
5637         * Documentation/user/*.tely: new chord syntax.
5638
5639         * input/regression/[bc]*.ly (texidoc): syntax updates.
5640         
5641 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
5642
5643         * lilypond.words: add vocabulary to be used in auto-completion
5644
5645         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
5646
5647         * lilypond.vim: allow note name at EOF
5648
5649 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5650
5651         * buildscripts/new-chords.py (edit): -e option: inline editing.
5652
5653         * input/regression/a*.ly (texidoc): syntax updates.
5654
5655         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
5656         music): elucidations. 
5657
5658 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
5659
5660         * lily/include/lily-proto.hh, ly/engraver-init.ly,
5661         ly/spanners-init.ly, scm/grob-description.scm,
5662         scm/grob-property-description.scm, scm/music-types.scm,
5663         lily/cluster-engraver.cc, lily/cluster.cc,
5664         lily/include/cluster.hh, input/test/cluster.ly: cluster
5665         implementation
5666
5667         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
5668         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
5669         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
5670
5671         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
5672
5673         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
5674
5675         * scm/grob-description.scm: bugfix: by default, use default note
5676         head style when engraving ligatures
5677
5678         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
5679
5680         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
5681         events
5682
5683         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
5684
5685         * input/test/ancient-font.ly: bugfix: style -> flag-style
5686
5687         * lily/ligature-engraver.cc: indentation fix
5688
5689         * lily/parser.yy: indentation fixes
5690         
5691 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5692
5693         * input/regression/measure-grouping.ly: more elaborate example.
5694
5695         * lily/moment.cc: ly:add-moment, ly:mul-moment,
5696         ly:div-moment. New functions 
5697
5698         * scm/music-functions.scm (set-time-signature): new function,
5699         allow inline time sig settings with measure grouping.
5700
5701         * lily/parser.yy (command_element): move time sig construction
5702         into Scheme.
5703
5704         * lily/side-position-interface.cc (out_of_staff): new function,
5705         like padding, but keep minimum distance from staff. Easier than
5706         linespanners (dynamics, pedals), but roughly the same effect.
5707
5708 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
5709
5710         * emacs-mode.el: Added spanish-note-replacements 
5711         (Carlos Betancourt, <carlos.betancourt@chello.be>).
5712
5713         * vimrc: (Un)commenting with <(S-)F12>, tidy.
5714
5715 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
5716
5717         * lilypond.vim: Do not fontify cises, desis, etc.
5718
5719         * vimrc: view dvi with <S-F6>
5720
5721 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5722
5723         * lily/lookup.cc (triangle): new function.
5724
5725         * input/regression/measure-grouping.ly (texidoc): new file: show
5726         triangles and brackets for beat groups of 3 and 2.
5727
5728         * lily/include/measure-grouping-spanner.hh (class
5729         Measure_grouping): new file.
5730
5731         * lily/measure-grouping-spanner.cc (brew_molecule): new file
5732
5733         * lily/measure-grouping-engraver.cc (class
5734         Measure_grouping_engraver): new file.
5735
5736 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5737
5738         * Merge from stable:
5739
5740             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
5741         
5742         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
5743         stylesheet.
5744
5745         * ly/paper19.ly: Include paper19-init.ly.
5746
5747         * ly/paper19-init.ly: New file.
5748
5749         * Documentation/user/tutorial.itely (First steps): Fix first
5750         example for font test.
5751
5752         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
5753
5754         * ChangeLog: Add 1.7.6 release marker (see below).
5755
5756         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
5757         Add .py files.
5758
5759 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5760
5761         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
5762
5763         * input/tutorial/*.ly: update to new syntax.
5764
5765         * lily/parser.yy (Composite_music): new transpose syntax,
5766         \transpose FROM TO MUSIC. 
5767
5768 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5769
5770         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
5771         latex progress/error output to stderr (by default this goes to
5772         stdout).  Show lilypond progress, even when not verbose.
5773
5774         * python/lilylib.py (system): New optional parameter to control
5775         showing of progress.
5776
5777         * scm/backend-documentation-lib.scm (check-dangling-properties):
5778         Fix error message.
5779
5780         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
5781         axis, extent.
5782
5783         * scm/grob-property-description.scm (magnify): Remove.
5784         (extent, axis): Add.
5785
5786 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5787
5788         * VERSION: Release 1.7.6.
5789
5790         * scripts/convert-ly.py: more uniformization substitutions.
5791
5792         * buildscripts/new-chords.py (sub_chords): new file.
5793
5794 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5795
5796         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
5797         lilypond.map.  Include sauter fonts too.  Cleanups.
5798
5799 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5800
5801         * Documentation/user/tutorial.itely (First steps): change to new
5802         chord/tie/slur/beam notation.
5803
5804         * lily/parser.yy (event_that_take_dir): allow postfix notation for
5805         ties.
5806
5807         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
5808         engraver. Process ties in postfix notation, i.e. c8-~ c
5809
5810         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
5811
5812         * input/regression/beam-postfix-notation.ly (texidoc): new file.
5813
5814         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
5815
5816         * lily/beam-engraver.cc (try_music): accept new-beam-events
5817
5818         * input/regression/chord-scripts.ly (texidoc): new file
5819
5820         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
5821         script-events.
5822
5823         * scm/script.scm (default-script-alist): cleanup.
5824
5825         * lily/script-engraver.cc (make_script_from_event): cleanup.
5826
5827         * lily/lyric-combine-music-iterator.cc
5828         (Lyric_combine_music_iterator): remove superfluous events.
5829         (melisma_busy): new function. Fix broken melismas.
5830
5831 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5832
5833         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
5834         Remove nonvalid settings. Use descriptive key names.
5835         Use <Return> to indicate the pressing of that key.
5836
5837 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5838
5839         * scripts/lilypond-book.py (option_definitions): Typo.
5840
5841         * scripts/ly2dvi.py: Updates.
5842
5843         * python/lilylib.py (setup_environment, print_environment)
5844         (get_bbox, make_preview): Merge and remove from ly2dvi and
5845         lilypond-book.
5846
5847         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
5848
5849         * .cvsignore: Remove some cruft.
5850
5851         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
5852         path.
5853
5854         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
5855         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
5856         throughout.
5857
5858         * python/lilylib.py (quiet_system): Junk
5859         (system): Display error log upon failure.
5860         (read_pipe): New function.  Cleanups and fixes.
5861
5862         * python/*.py: Rename from *.py.in.
5863         
5864         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
5865
5866         * GNUmakefile.in (SUBDIRS): Move python before scripts.
5867
5868 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5869
5870         * python/GNUmakefile: Bugfix: handle modules.
5871
5872         * stepmake/stepmake/python-module-targets.make (default): Add
5873         compiled modules. 
5874
5875         * stepmake/stepmake/python-module-rules.make: Add rule for byte
5876         compiling modules.
5877
5878         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
5879         Bugfix.  (OUT_PYC_MODULES): Add.
5880
5881 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5882
5883         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
5884         Use default paths. Refresh description.
5885
5886 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5887
5888         * VERSION: 1.7.5 released
5889
5890         * input/regression/finger-chords.ly (texidoc): new file.
5891
5892         * lily/script-engraver.cc (process_music): remove scriptHorizontal
5893         support
5894
5895         * lily/fingering-engraver.cc (process_music): remove kludgy
5896         scriptHorizontal stuff.
5897
5898         * lily/script.cc: remove staff-support property.
5899
5900         * lily/new-fingering-engraver.cc (add_fingering): new
5901         file. Fingering engraver for new style chords.
5902
5903 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5904
5905         * lily/parser.yy (bare_number): allow 4 \cm (without
5906         decimal dot). (should backport to 1.6?)
5907
5908         * ly/declarations-init.ly: use Scheme for dimension defs.
5909
5910         * lily/parser.yy (TODO): remove hard coded dimensions, add
5911         REAL NUMBER_IDENTIFIER production.
5912
5913         * lily/rest-collision.cc (force_shift_callback): rewrite using
5914         -done property.
5915
5916         * scm/grob-property-description.scm (rest-collision-done): add
5917         property.
5918         
5919         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
5920
5921 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5922
5923         * input/regression/multi-measure-rest-center.ly: new file.
5924
5925         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
5926         off horizontally by 0.05 ss. Fixed.
5927
5928 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5929
5930         * scm/pdftex.scm: Rename ly-number to ly:number->string.
5931
5932         * Documentation/topdocs/index.tely: Remove duplicate from merge.
5933
5934 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5935
5936         * lily/tie.cc (get_control_points): also avoid staff lines on the
5937         just outside the outer staff lines
5938
5939 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5940
5941         * ly/params-init.ly: Just define style-alist, no need to
5942         define-public.
5943
5944         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
5945         (thanks Han-Wen).
5946
5947         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
5948         (FET_FILES): = FONT_FILES.
5949
5950         * Merge from stable:
5951
5952             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
5953
5954 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5955
5956         * VERSION: 1.7.4 released.  
5957         
5958         * scm/generate-documentation.scm (string-append): add macro
5959         definitions.
5960
5961         * lily/text-item.cc (lookup_text): don't use virtual fonts for
5962         normal texts.
5963
5964         * lily/multi-measure-rest-engraver.cc: make separate
5965         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
5966
5967         * lily/multi-measure-rest.cc: remove text handling. Remove
5968         number-threshold.
5969
5970 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5971
5972         * scm/music-types.scm: doc patch by Graham Percival
5973
5974 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5975
5976         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
5977         encoding part.
5978         (Font_info.set_defaults): pixelsize now also defauts to '0'.
5979         (sketch_p): Sketch wants only first four elements of X11 font spec.
5980
5981         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
5982
5983         * mf/feta-autometric.mf: Write foundry and family to log.
5984
5985         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
5986         font translation table.
5987
5988         * buildscripts/mf-to-table.py: Better font info into afm.
5989
5990         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
5991         1.0.9 required.
5992
5993         * configure.in: Whine for mftrace 1.0.9.
5994
5995 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5996
5997         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
5998
5999         * lily/main.cc (main_prog): don't try to load init.EXT when
6000         processing foo.EXT.
6001
6002 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
6003
6004         * scm/tex.scm (zigzig-line): added.
6005
6006         * scm/ps.scm (zigzag-line): added.
6007
6008         * ps/music-drawing-routines.ps (subvec): added.
6009         (draw_zigzag_line): added.
6010         
6011         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
6012         grob properties zigzag-width and zigzag-length.
6013
6014         * input/regression/glissando.ly: Add some zig-zagged glissandi.
6015
6016 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6017
6018         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
6019         svg output, including font.
6020
6021 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6022
6023         * scm/lily.scm: Register sodipodi output module.
6024
6025         * scm/sodipodi.scm: New file.
6026
6027         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
6028
6029         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
6030         comment, after header.
6031         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
6032         FullName.  Fix FontName key.
6033
6034 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
6035
6036         * lily/rest.cc (after_line_breaking): bugfix: dots after half
6037         and breve rests.
6038         
6039         * input/test/blank-notes.ly: bugfix
6040
6041         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
6042         rests. (Kim Shrier)
6043
6044         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
6045         
6046 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6047
6048         * scm/tex.scm: 
6049         * scm/ps.scm: Cleanup and remove obsolete junk.
6050
6051         * Documentation/user/internals.itely:
6052         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
6053
6054         * lily/parser.yy: Identify shift/reduce problems.
6055
6056         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
6057         make-style-sheet.  Too specific for convert-ly?
6058
6059 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6060
6061         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
6062
6063         * input/test/*.ly: various fixes.
6064
6065         * lily/music.cc (name): bugfix
6066
6067         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
6068
6069         * lily/input-file-results.cc (code): set-point-and-click! ->
6070         set-point-and-click
6071         
6072 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6073
6074         * Use uniform ly: prefix for exported scheme primitive functions.
6075
6076         * scm/music-types.scm: junk compat glue
6077
6078         * scripts/convert-ly.py: add rules for stuff below, junk
6079         compatibility glue for spanrequest.
6080
6081         * lily/parser.yy (verbose_event): remove \spanrequest,
6082         \commandspanrequest, \script. 
6083         
6084         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
6085
6086         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
6087         for \penalty, \glissando.
6088
6089         * VERSION: release 1.7.3
6090         
6091 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
6092
6093         * lily/accidental-engraver.cc: Fix
6094         grace-in-the-beginning-of-measure bug caused by the resent
6095         partial-measure fix.
6096
6097         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
6098         overlap looks too crowded)
6099         
6100 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6101
6102         * lily/parser.yy (assignment): allow SCM expression as assignment.
6103
6104         * lily/include/music-output-def.hh (class Music_output_def):
6105         * lily/music-output-def.cc: 
6106         * lily/paper-def.cc: 
6107         * scm/font.scm (markup-to-properties):
6108         * lily/parser.yy (music_output_def_body): 
6109         remove style_sheet_
6110
6111 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6112
6113         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
6114         length.
6115
6116         * input/regression/spacing-to-grace.ly: new file.
6117
6118         * input/regression/spacing-end-of-line.ly: new file.
6119
6120         * lily/note-spacing.cc (get_spacing): take into account breakable
6121         stuff sticking out at the left (time sig change at line break).
6122
6123         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
6124         raggedright code.
6125
6126         * scm/music-functions.scm (make-voice-props-set): add
6127         staff-position for mm rests.
6128  
6129         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
6130         before grace notes a little.
6131
6132         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
6133
6134         * lily/break-align-interface.cc (do_alignment): right-edge spacing
6135         key adds space at the end of line. 
6136
6137 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6138
6139         * scm/sketch.scm: Fix beams.
6140
6141         * buildscripts/mf-to-table.py: Add EncodingScheme.
6142
6143         * scm/sketch.scm: Resurrect.
6144
6145 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6146
6147         * lily/multi-measure-rest.cc: use breve rests for measure lengths
6148         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
6149
6150 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6151
6152         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
6153
6154         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
6155
6156 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6157
6158         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
6159         token for origin information.
6160
6161         * lily/parser.yy (My_lily_lexer): do identifier location and
6162         cloning from lexer.
6163
6164         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
6165         logic out of the parser. Add bar checks on both ends.
6166
6167         * Documentation/user/refman.itely (Multi measure rests): add more
6168         notes about mm rests.
6169
6170 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6171
6172         * input/regression/bar-scripts.ly: Re-enable.
6173
6174         * lily/parser.yy:
6175         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
6176         released rsn.  Bison 1.50 has a crucial bug and won't work.
6177
6178         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
6179
6180
6181 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6182
6183         * input/regression/bar-scripts.ly: Blunt documentation build fix.
6184
6185 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6186
6187         * Actually merge changes since 1.6.4 besides ChangeLog, and
6188         resolve conflicts.  Lots of updates, hope all is well.
6189         
6190         * cygwin/lilypond.hint (requires): Add ghostscript.
6191
6192         * scm: Update some (c).
6193         
6194 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6195
6196         * input/test/{various}.ly: add \header fields and texidoc strings.
6197
6198 2002-10-05  Werner Lemberg  <wl@gnu.org>
6199
6200         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
6201         renamed to `output_latex_quoted'.
6202         Added `output_latex_noquote'.
6203         (schedule_lilypond_block): Implement `noquote' option for LaTeX
6204         mode.
6205
6206 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6207
6208         * ChangeLog: Add 1.6.6 release marker.  See below.
6209
6210         * stepmake/stepmake/po-targets.make: Remove --c++ option.
6211
6212         * scripts/midi2ly.py: Fix global syntax warnings.
6213
6214         * GNUmakefile.in: Generate builddir locale tree too.
6215
6216         * scripts/ly2dvi.py:
6217         * scripts/midi2ly.py: 
6218         * scripts/mup2ly.py: 
6219         * scripts/update-lily.py:
6220         * lily/main.cc (setup_paths): Fix for locales setup.
6221
6222 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6223
6224         * Documentation/windows/installing.texi: Soften wording about
6225         necessity of becoming Administrator.  tommie@iae.nl reports this
6226         does not seem to be necessary for his flavour of Windows 2000.
6227         Explicitely discourage text mode mounts.
6228
6229 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6230
6231         * lily/rest.cc (after_line_breaking): backport dot position fix.
6232
6233         * lily/rest-collision.cc (do_shift): also remove dots for suicided
6234         rests. Thanks to Klaus Zimmermann for finding this bug.
6235
6236 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6237
6238         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
6239
6240 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6241
6242         * Documentation/user/music-glossary.tely: fix links.
6243
6244 2002-10-21  Werner Lemberg  <wl@gnu.org>
6245
6246         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
6247         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
6248         scaling factor) only once and use them in the definition of
6249         \embeddedps.
6250         * ps/music-drawing-routines.ps (skeel): Removed.
6251
6252 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6253
6254         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
6255         Solaris7, as we don't use nested $( ) constructs.
6256
6257 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6258
6259         * VERSION: Release 1.6.6.
6260         
6261 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6262
6263         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
6264         as workaround for /bin/sh problems on Solaris7.
6265
6266 2002-10-19  Werner Lemberg  <wl@gnu.org>
6267
6268         * GNUmakefile.in (web-doc): Fix typos.
6269         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
6270         `music-drawing-routines.ps' but emit \special{header=...} once.
6271         * scm/tex.scm (header-end): Updated.
6272
6273 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6274
6275         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
6276         undefined tremolo. 
6277
6278 2002-10-15  Werner Lemberg  <wl@gnu.org>
6279
6280         * scripts/lilypond-book.py (g_make_html): New global variable.
6281         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
6282         if `g_make_html' isn't set.
6283         [main]: Add format `texi-html'.
6284         (option_definitions): Updated.
6285         * Documentation/user/lilypond-book.itely: Updated.
6286
6287         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
6288         * make/ly-rules.make (%.texi, %.nexi): Use it.
6289         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
6290         format to lilypond-book.
6291         * GNUmakefile.in (web-doc): Ditto.
6292
6293 2002-10-14  Werner Lemberg  <wl@gnu.org>
6294
6295         Further improve TeX output.  The produced files are about 40%
6296         smaller.  `lilyponddefs.tex' is now read only once.
6297
6298         * tex/lilyponddefs.tex: Remove footer stuff.
6299         (\ifundefined): Renamed to...
6300         (\lilypondundefined): This.  Use LaTeX's definition to
6301         make it nestable and make it global.
6302         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
6303         output.
6304         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
6305         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
6306         them global.
6307         (\placebox): Renamed to...
6308         (\lyitem): This.
6309         Make it global and call \outputscale by itself.
6310         (\lybox, \lyvrule): New macros to reduce input data.
6311         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
6312         New auxiliary macros.
6313         (\SkipLilydefs, \EndLilyPondOutput): Removed.
6314         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
6315         to...
6316         (\lilypondspace): This and made it global.
6317         (\turnOnPostScript): Renamed to...
6318         (\lilypondpostscript): This and made it global.
6319         (\turnOnExperimentalFeatures): Renamed to...
6320         (\lilypondexperimentalfeatures): This and made it global.
6321         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
6322         (\lilypondsetdimen): This and made it global.
6323         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
6324         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
6325         (all, $(outdir)/music-drawing-routines.ps): New rules.
6326         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
6327         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
6328         start-system, stop-system, stop-last-system, filledbox): Updated to
6329         use the changed macros from lilyponddefs.tex.
6330         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
6331
6332 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6333
6334         * Documentation/windows/installing.texi: Update.
6335
6336 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6337
6338         * VERSION: 1.6.5 released
6339
6340         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
6341
6342 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6343
6344         * scm/translator-property-description.scm (voltaOnThisStaff): add
6345         property.
6346
6347 2002-09-28  Werner Lemberg  <wl@gnu.org>
6348
6349         * scm/tex.scm (header-end): Suppress page numbering.
6350
6351         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
6352         Fix quotation for HTML output.
6353
6354 2002-09-28   Graham Percival   <gperciva@sfu.ca>
6355         
6356         * Documentation/user/refman.itely: grammar and phrasing
6357           fixes to "Note Entry" section.  Also adds a few new examples.
6358
6359 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6360
6361         * flower/include/string-data.icc: include string.h
6362
6363 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6364
6365         * scm/chord-name.scm (chord::inner-name-banter): remove space.
6366
6367 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6368
6369         * Documentation/user/GNUmakefile (extra-local-help): Add.
6370
6371         * stepmake/stepmake/www-targets.make (local-help): Add.
6372
6373 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6374
6375         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
6376         packages.
6377
6378         * Documentation/topdocs/README.texi (Top): building documentation
6379         (not website.)
6380
6381 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6382
6383         * Documentation/user/refman.itely: 
6384         * Documentation/user/tutorial.itely: 
6385         * Documentation/user/music-glossary.tely: Merge changes.
6386
6387         * Documentation/user/glossary.html.in: 
6388         * Documentation/index.texi: 
6389         * Documentation/header.html.in: Accomodate renaming of glossary.
6390         
6391         * Documentation/user/tutorial.itely: Add some glossary references.
6392         
6393         * Documentation/user/refman.itely: Minor fixes.
6394         
6395         * Documentation/user/lilypond.tely: Add glossary do direntry.
6396
6397         * Documentation/user/music-glossary.tely: Rename (previously:
6398         glossary.tely).  Fix anchor placement.
6399
6400         * Documentation/user/GNUmakefile: Make music-glossary.info too.
6401
6402 2002-09-23  Werner Lemberg  <wl@gnu.org>
6403
6404         * scripts/lilypond-book.py (output_dict): Fix handling of
6405         various environments by avoid extraneous newlines.
6406         Rename `output-all' regexp for html to `output-html'.
6407         Replace `output-all' regexp for texi with `output-texi-quote'
6408         and `output-texi-noquote'.
6409         (compose_full_body): Don't override `linewidth' user option
6410         for `singleline'.
6411         (schedule_lilypond_block): Don't indent text specified with
6412         `intertext' option.
6413         Add new option `noquote'.
6414         (compile_all_files): Use latex instead of tex to compile ly
6415         files directly.
6416
6417         * Documentation/user/lilypond-book.itely: Updated and revised.
6418         Improve layout.
6419
6420         * Documentation/user/glossary.tely,
6421         Documentation/user/introduction.itely,
6422         Documentation/user/tutorial.itely,
6423         Documentation/user/refman.itely,
6424         Documentation/user/appendices.itely: Fix overfull LilyPond
6425         boxes caused by the new lilypond-book code.  Other minor
6426         fixes.
6427
6428         * Documentation/user/macros.itexi (@texiflat): Don't emit
6429         trailing space.
6430
6431         * scm/tex.scm (end-output, header-end): Add preamble and
6432         postamble to make lilypond output directly compilable with
6433         latex.
6434
6435         
6436 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6437
6438         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
6439         instructions.
6440
6441 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6442
6443         * Documentation/user/glossary.tely: Add titling and hyperlinks.
6444
6445 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6446
6447         * lily/beam.cc (connect_beams): don't crash if there are quarter
6448         notes in beams.
6449
6450 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
6451
6452         * Documentation/user/refman.itely: corrected ancient clef
6453         docu; added docu on ligatures
6454
6455 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
6456
6457         * Documentation/user/glossary.tely,
6458         Documentation/user/refman.itely, input/les-nereides.ly,
6459         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
6460         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
6461         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
6462         Stem properties: flag-style -> stroke-style, style -> flag-style.
6463
6464
6465 2002-09-22  Werner Lemberg  <wl@gnu.org>
6466
6467         * scripts/lilypond-book.py: Add option `notime' to suppress
6468         printing of a time signature.  Specify default indentation of 0pt
6469         if single line fragment.  Don't emit redundant `\paper{ }'.
6470
6471         * Documentation/user/lilypond-book.itely: Updated.
6472
6473         * Documentation/user/glossary.tely: Completely reformatting.
6474
6475 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6476
6477         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
6478
6479 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6480
6481         * Documentation/user/tutorial.itely: Fix links.
6482         
6483         * Documentation/topdocs/index.tely:
6484         * Documentation/index.texi:
6485         * Documentation/header.html.in: Small website fixes and updates.
6486
6487         * debian/: Debian patch by Anthony Fok.
6488
6489 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6490
6491         * Documentation/footer.html.in: How time flies: It's already 2002!
6492
6493         * Documentation/topdocs/index.tely: Stable/development fix.  Use
6494         more descriptive link names than 'here'.
6495
6496 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6497
6498         * VERSION: 1.7.2 released
6499         * VERSION: 1.6.4 released
6500         
6501         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
6502
6503         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
6504         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
6505
6506         * mf/feta-din.mf (test): add x-height and space.
6507
6508         * lily/dynamic-engraver.cc (process_music): take dynamic direction
6509         from ^_ for crescendi. Idem for slurs and phrasing slurs.
6510
6511         * ly/grace-init.ly: add-to-grace-init: function to portably add
6512         settings to \grace. 
6513
6514         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
6515         if we get an absolute dynamic event.
6516  
6517         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
6518
6519         * lily/source-file.cc (get_line): oops. All line numbers were off
6520         by 2. Fix that. 
6521
6522         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
6523         be after the note, combined with -_^, i.e. c4-(-\)-\>  
6524
6525         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
6526
6527         * lily/parser.yy (number_factor): remove (number) as number
6528         expression. ("Let them eat Lisp").
6529
6530 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6531
6532         * lily/horizontal-bracket.cc: new file.
6533
6534         * lily/horizontal-bracket-engraver.cc: new file.
6535
6536         * input/regression/note-group-bracket.ly: new file. Support
6537         horizontal note brackets for music analysis.
6538
6539         * lily/stem.cc (flag): new flag-style: no-flag.
6540
6541         * input/test/stem-cross-staff.ly: new file
6542         
6543         * Documentation/user/internals.itely: Improved formatting, fixing
6544         typos.  Added a section `Output details' to describe how the TeX
6545         code looks like.
6546
6547         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
6548
6549         * lily/parser.yy: remove \dynamicscript.
6550
6551         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
6552         definitions. 
6553
6554         * python/midi.c (midi_error): take two arguments.
6555
6556         * Merge 1.6.5 changes:
6557         
6558 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6559
6560         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
6561         staff-space.  Previous 1.5 was probably meant as half-spaces.
6562         (cautionary-style): parentheses (was: smaller).  This is what doco
6563         says, and it seems more logical.
6564
6565         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
6566         for 2nd sentence.
6567
6568 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6569
6570         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
6571
6572 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6573
6574         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
6575
6576 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6577
6578         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
6579
6580 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6581
6582         * scm/translator-property-description.scm (voltaOnThisStaff): add
6583         property.
6584
6585 2002-09-28  Werner Lemberg  <wl@gnu.org>
6586
6587         * scm/tex.scm (header-end): Suppress page numbering.
6588
6589         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
6590         Fix quotation for HTML output.
6591
6592 2002-09-28   Graham Percival   <gperciva@sfu.ca>
6593         
6594         * Documentation/user/refman.itely: grammar and phrasing
6595           fixes to "Note Entry" section.  Also adds a few new examples.
6596
6597 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6598
6599         * flower/include/string-data.icc: include string.h
6600
6601 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6602
6603         * scm/chord-name.scm (chord::inner-name-banter): remove space.
6604
6605 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6606
6607         * Documentation/user/GNUmakefile (extra-local-help): Add.
6608
6609         * stepmake/stepmake/www-targets.make (local-help): Add.
6610
6611 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6612
6613         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
6614         packages.
6615
6616         * Documentation/topdocs/README.texi (Top): building documentation
6617         (not website.)
6618
6619 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6620
6621         * Documentation/user/refman.itely: 
6622         * Documentation/user/tutorial.itely: 
6623         * Documentation/user/music-glossary.tely: Merge changes.
6624
6625         * Documentation/user/glossary.html.in: 
6626         * Documentation/index.texi: 
6627         * Documentation/header.html.in: Accomodate renaming of glossary.
6628         
6629         * Documentation/user/tutorial.itely: Add some glossary references.
6630         
6631         * Documentation/user/refman.itely: Minor fixes.
6632         
6633         * Documentation/user/lilypond.tely: Add glossary do direntry.
6634
6635         * Documentation/user/music-glossary.tely: Rename (previously:
6636         glossary.tely).  Fix anchor placement.
6637
6638         * Documentation/user/GNUmakefile: Make music-glossary.info too.
6639
6640 2002-09-23  Werner Lemberg  <wl@gnu.org>
6641
6642         * scripts/lilypond-book.py (output_dict): Fix handling of
6643         various environments by avoid extraneous newlines.
6644         Rename `output-all' regexp for html to `output-html'.
6645         Replace `output-all' regexp for texi with `output-texi-quote'
6646         and `output-texi-noquote'.
6647         (compose_full_body): Don't override `linewidth' user option
6648         for `singleline'.
6649         (schedule_lilypond_block): Don't indent text specified with
6650         `intertext' option.
6651         Add new option `noquote'.
6652         (compile_all_files): Use latex instead of tex to compile ly
6653         files directly.
6654
6655         * Documentation/user/lilypond-book.itely: Updated and revised.
6656         Improve layout.
6657
6658         * Documentation/user/glossary.tely,
6659         Documentation/user/introduction.itely,
6660         Documentation/user/tutorial.itely,
6661         Documentation/user/refman.itely,
6662         Documentation/user/appendices.itely: Fix overfull LilyPond
6663         boxes caused by the new lilypond-book code.  Other minor
6664         fixes.
6665
6666         * Documentation/user/macros.itexi (@texiflat): Don't emit
6667         trailing space.
6668
6669         * scm/tex.scm (end-output, header-end): Add preamble and
6670         postamble to make lilypond output directly compilable with
6671         latex.
6672
6673         
6674 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6675
6676         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
6677         instructions.
6678
6679 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6680
6681         * Documentation/user/glossary.tely: Add titling and hyperlinks.
6682
6683 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6684
6685         * lily/beam.cc (connect_beams): don't crash if there are quarter
6686         notes in beams.
6687
6688 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
6689
6690         * Documentation/user/refman.itely: corrected ancient clef
6691         docu; added docu on ligatures
6692
6693 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
6694
6695         * Documentation/user/glossary.tely,
6696         Documentation/user/refman.itely, input/les-nereides.ly,
6697         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
6698         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
6699         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
6700         Stem properties: flag-style -> stroke-style, style -> flag-style.
6701
6702 2002-09-22  Werner Lemberg  <wl@gnu.org>
6703
6704         * scripts/lilypond-book.py: Add option `notime' to suppress
6705         printing of a time signature.  Specify default indentation of 0pt
6706         if single line fragment.  Don't emit redundant `\paper{ }'.
6707
6708         * Documentation/user/lilypond-book.itely: Updated.
6709
6710         * Documentation/user/glossary.tely: Completely reformatting.
6711
6712 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6713
6714         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
6715
6716 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6717
6718         * Documentation/user/tutorial.itely: Fix links.
6719         
6720         * Documentation/topdocs/index.tely:
6721         * Documentation/index.texi:
6722         * Documentation/header.html.in: Small website fixes and updates.
6723
6724         * debian/: Debian patch by Anthony Fok.
6725
6726 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6727
6728         * Documentation/footer.html.in: How time flies: It's already 2002!
6729
6730         * Documentation/topdocs/index.tely: Stable/development fix.  Use
6731         more descriptive link names than 'here'.
6732
6733 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6734
6735         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
6736
6737 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6738
6739         * lily/part-combine-music-iterator.cc (get_state): cleanup
6740         (get_music_info): cleanup.
6741
6742 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6743
6744         * scm/backend-documentation-lib.scm (interface-doc-string):
6745         crosslinks between interfaces and grobs. Headings for interfaces
6746         in grob explanation.
6747
6748 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6749
6750         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
6751         dtd).  Add preliminary dtd.
6752         (re-sub-alist): Robustify.
6753
6754 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6755
6756         * lily/include/event-chord-iterator.hh,
6757         lily/context-specced-music-iterator.cc,
6758         lily/event.cc, lily/event-chord-iterator.cc: add
6759
6760 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6761
6762         * lily/: some (c) header fixes.
6763         
6764         * lily/request-chord.cc: Remove.
6765         
6766         * lily/include/event-chord-iterator.hh:
6767         * lily/include/event.hh:
6768         * lily/event-chord.cc: New file.
6769         
6770         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
6771         requested.
6772
6773 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6774
6775         * lily/ : rename Request to Event
6776
6777         * lily/parser.yy (command_element): move clef stuff into Scheme.
6778
6779         * lily/:  rename length_mom () to get_length()
6780
6781         * lily/part-combine-music.cc: removed file and class.
6782
6783         * lily/context-specced-music-iterator.cc (class
6784         Context_specced_music_iterator): new file. Obsoletes the
6785         Context_specced_music type.
6786
6787         * scm/music-types.scm (make-repeated-music): put different kinds
6788         of repeated music into music-type table.
6789
6790         * VERSION: 1.7.1 released.
6791
6792         * scm/to-xml.scm: new file.
6793
6794         * input/test/to-xml.ly (fooBar): demo of what is possible with the
6795         new Input representation: dump music as XML.
6796
6797         * scm/engraver-documentation-lib.scm
6798         (engraver-accepts-music-types?): add links from music to engraver,
6799         from music-type to engraver.
6800
6801         * lily/include/command-request.hh: removed
6802         lily/include/musical-request.hh: removed. Removed all _req classes
6803         except Key_change_req. Changes throughout.
6804
6805 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6806
6807         * lily/tuplet-engraver.cc (try_music): Compile kludge.
6808
6809 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6810
6811         * lily/*.cc: specify accepts for many engravers.
6812
6813         * scm/music-documentation-lib.scm: dump music expressions and
6814         music subtypes.
6815
6816         * scm/documentation-lib.scm: complete revision.
6817         Use GOOPS objects to store document tree explicitly. Cleaned up and
6818         sped up doco generation a lot.
6819
6820 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6821
6822         * input/trip.ly (fugaIILeft): add arpeggio
6823
6824         * lily/translator-group.cc (try_music_on_nongroup_children):
6825         oops. The name symbol is in the cdr of the assoc handle.
6826
6827         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
6828         Hyphen_req, Glissando_req, Break_req, Mark_req 
6829
6830 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6831
6832         * lily/musical-request.cc (music-duration-length,
6833         music-duration-compress): new functions.
6834
6835         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
6836         throughout. Warning doesn't work yet.
6837
6838         * lily/translator-group.cc (try_music_on_nongroup_children):
6839         new implementation: store candidate acceptors in a hashTable.
6840
6841 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6842
6843         * scm/music-types.scm (music-descriptions): change name to
6844         internal-class-name
6845
6846         * scm/chord-name.scm (chord::inner-name-banter): remove space.
6847
6848 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6849
6850         * lily/beam.cc (connect_beams): don't crash if there are quarter
6851         notes in beams.
6852
6853 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
6854
6855         * Documentation/user/refman.itely: corrected ancient clef
6856         docu; added docu on ligatures
6857
6858 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
6859
6860         * Documentation/user/glossary.tely,
6861         Documentation/user/refman.itely, input/les-nereides.ly,
6862         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
6863         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
6864         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
6865         Stem properties: flag-style -> stroke-style, style -> flag-style.
6866
6867 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6868
6869         * scm/music-functions.scm (music-separator?): don't use name music
6870         property.
6871
6872 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6873
6874         * stepmake/stepmake/generic-targets.make (help): Document check
6875         target.
6876
6877         * lily/new-accidental-engraver.cc: Compile fix.
6878
6879 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6880
6881         * scripts/convert-ly.py: Add rule.
6882
6883         * input/test/music-creation.ly:
6884         * input/test/add-staccato.ly:
6885         * input/test/add-text-script.ly: ly-make-music.
6886
6887         * scm/drums.scm (make-head-type-elem, make-articulation-script):
6888         More ly-make-music renamings.
6889
6890         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
6891
6892         * lily/music-constructor.cc (make_music): Add debugging info.
6893
6894         * scm/music-functions.scm (make-simultaneous-music,
6895         (make-sequential-music, context-spec-music):
6896         * scm/music-types.scm (music-descriptions): Get lily to run.
6897
6898 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6899
6900         * lily/command-request.cc (transpose_key_alist): new function.
6901
6902         * lily/key-performer.cc (create_audio_elements): cleanup. 
6903
6904 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6905
6906         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
6907
6908         * lily/include/translator.hh (ENTER_DESCRIPTION): add
6909         events-accepted field.
6910
6911         * scm/music-types.scm: new file.
6912
6913         * lily/parser.yy: put music type initialization into scheme,
6914         similar to grob initialization.  Changes throughout.
6915
6916 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6917
6918         * Documentation/user/tutorial.itely: Fix links.
6919         
6920         * Documentation/index.texi: 
6921         * Documentation/header.html.in: 
6922         * Documentation/topdocs/index.tely: Small website fixes and updates.
6923
6924         * debian/: Debian patch by Anthony Fok.
6925
6926 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6927
6928         * Documentation/footer.html.in: How time flies: It's already 2002!
6929
6930         * Documentation/topdocs/index.tely: Stable/development fix.  Use
6931         more descriptive link names than 'here'.
6932
6933         * ROADMAP: Remove test stuff.
6934
6935         * scripts/update-lily.py: Allow auto-building of stable and
6936         development versions.  Bugfixes.
6937
6938 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6939
6940         * VERSION: released 1.7.0
6941
6942         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
6943
6944         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
6945         positive line widths.
6946
6947 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6948
6949         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
6950         go.  Fix comments.
6951
6952         * cygwin: Cygwin updates.
6953
6954 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6955
6956         * Documentation/windows/installing.texi (Top): version for python,
6957         urls for ghostscript (thanks to John Potelle)
6958         
6959         * lily/simultaneous-music-iterator.cc
6960         (Simultaneous_music_iterator): init children_list_ before
6961         triggering GC.
6962
6963         * lily/*-iterator.cc: be even more careful with smobbed copy
6964         constructors. 
6965
6966         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
6967         LeftEdge item.
6968
6969 2002-09-15  Werner Lemberg  <wl@gnu.org>
6970
6971         Improving LilyPond's output to make them ordinary TeX boxes with
6972         predictable dimensions.  System boxes are now vertically centered on
6973         the baseline; this offset can be further controlled with
6974         \lilypondscoreshift.
6975
6976         * lily/system.cc (System::post_processing): Pass length of current
6977         system to `start-system' (including any horizontal indentation).
6978
6979         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
6980         prettier.
6981         (lily-def): Append `%'.
6982         (start-system): Add parameter `wd'.  Output more TeX code to specify
6983         box dimensions.
6984         (stop-system, stop-last-system): Complement changes in
6985         `start-system'.
6986         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
6987         Updated.
6988
6989         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
6990         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
6991         Write final `\endinput'.
6992
6993         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
6994         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
6995         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
6996         files and macro definitions don't produce spurious spaces and
6997         paragraphs (using \endlinechar).
6998         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
6999
7000         * Documentation/user/internals.itely: Improved formatting, fixing
7001         typos.  Added a section `Output details' to describe how the TeX
7002         code looks like.
7003
7004 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
7005
7006         * lily/accidental-engraver.cc: Also work with partial measures.
7007
7008 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7009
7010         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
7011         spanner.
7012
7013 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7014
7015         * lily/identifier-smob.cc (unpack_identifier): new file.
7016
7017         * lily/lexer.ll (identifier_type): new function.  use ly-id to
7018         pass off scheme expressions as music identifiers.
7019
7020         * scm/lily.scm: reorganisation, cleanups.
7021
7022         * lily/main.cc: small cleanups.
7023
7024 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7025
7026         * lily/ly-module.{cc,hh}: new file.
7027
7028 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
7029
7030         * lily/accidental-engraver.cc: Also work with partial measures.
7031
7032 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7033
7034         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
7035
7036 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7037
7038         * lily/my-lily-lexer.cc: use SCM module in stead of
7039         Scheme_hash_table. Changes throughout.  
7040
7041 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7042
7043         * VERSION (MY_PATCH_LEVEL): make 1.7.0
7044