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