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