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