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