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