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