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