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