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