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