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