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