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