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