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