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