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