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