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