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