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