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