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