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