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