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