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