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