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