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