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