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