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