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