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