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