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