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