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