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