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