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