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