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