]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* input/test/markup-score.ly: New file.
[lilypond.git] / ChangeLog
1 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * input/test/markup-score.ly: New file.
4
5         * scm/define-markup-commands.scm (stencil): New markup.
6
7         * lily/book.cc (to_stencil): New method.
8
9         * lily/parser.yy (markup): Use it to grok \score.
10
11 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12
13         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
14
15         * lily/paper-book.cc (pages): Change signature.  Update callers.
16
17         * lily/include/page.hh:
18         * lily/page.cc: New file.
19
20         * lily/paper-line.cc (to_stencil): New method.
21         
22         * lily/paper-outputter.cc (output_stencil): New method.
23
24         * lily/paper-outputter.cc (output_line): Use them.
25
26         * lily/warn.cc: Remove.
27
28         * lily/my-lily-parser.cc (distill_inname): Remove.
29
30         * flower/include/file-name.hh: 
31         * flower/file-name.cc: New file.  Update users.
32
33         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
34         (find): New method of same name.
35
36         * lily/my-lily-parser.cc (ly:parse-file): Use it.
37
38         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
39         constant error message.
40
41 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
42
43         * input/test/{blank-notes.ly,staff-container.ly}: typos.
44
45 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
46
47         * Documentation/user/music-glossary.tely: @table @strong' replaced
48         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
49         (backportme).
50
51 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
52
53         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
54
55         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
56         #{ lily music expression #} that returns an equivalent scheme
57         music expression by parsing the string.
58
59 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
60
61         * lily/my-lily-parser.cc:
62         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
63         SCM string (foo.ly/toto.scm support).
64
65 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
66
67         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
68
69 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
70
71         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
72
73         * scripts/lilypond-book.py: LY code that includes \header is
74         not assumed to be a fragment.
75
76 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
77
78         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
79         tremolo beams up.
80
81         * lily/stem.cc (chord_start_y): Return 0 if no heads.
82         (get_default_stem_end_position): No tremolo head juggling if no
83         heads.  Fixes tremolo crash on rests (backportme).
84
85         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
86
87 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
88
89         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
90         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
91
92         * lily/lexer.ll: Allow \encoding in NOTES mode.
93
94         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
95         for lyrics, not for commands.
96
97         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
98         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
99
100         * input/regression/newaddlyrics.ly: New file.
101
102         * Documentation/topdocs/NEWS.texi: Update.
103
104         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
105         (Music_list): Allow embedded scm.
106
107         * lily/score.cc (ly:score-bookify): New function.
108
109         * lily/music.cc (ly:music-scorify): Idem.
110
111         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
112         (ly:parser-print-score): Idem.
113
114         * scm/lily.scm (default-toplevel-book-handler): Idem.
115         (default-toplevel-music-handler): Idem.
116         (default-toplevel-score-handler): Idem.
117
118         * ly/declarations-init.ly: Set default toplevel handlers.
119
120         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
121
122         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
123         printer for score at toplevel.
124
125 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
126
127         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
128         Fix for simple case: input/simple-song.ly, more complex stuff
129         does not work yet.
130
131 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
132
133         * lily/parser.yy (Prefix_composite_music): split Composite_music
134         in Prefix_composite_music and Grouped_music_list.
135         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
136
137 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
138
139         * scm/lily.scm (toplevel-expression): New define.
140
141         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
142
143         * lily/parser.yy (toplevel_expression): Use it.
144
145         * lily/include/my-lily-parser.hh: Smobbify.
146
147         * lily/my-lily-parser.cc (parse_string): New method.
148         
149         * lily/my-lily-parser.cc (ly:parse-string): New function.
150
151         * Documentation/user/lilypond.tely: Add comment and workaround for
152         gs-8.01 crash.  Fixes make web.
153
154         Simplification of toplevel music.
155         
156         * lily/lexer.ll, lily/parser.yy:
157
158         * In LYRICS mode, return LYRICS_STRING.  This fixes one
159         shift/reduce problem.
160
161         * Use NOTES mode at start of maininput.
162
163         * Grok toplevel composite music expression, put in score and book.
164
165         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
166
167         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
168
169         * input/simple.ly: New file.
170         
171         * input/simple-song.ly: Idem.
172
173 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
174
175         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
176         Sandberg.
177
178 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
179
180         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
181
182 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
183
184         * input/regression/accidental-octave.ly: doc automatic showing
185         of note names.
186
187 2004-04-16  Heikki Junes <janneke@gnu.org>
188
189         * po/fi.po: do "make po && make -C po po-update" at top-level,
190         then "cp po/out/fi.po po/fi.po" and update fields.
191
192         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
193
194 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
195
196         * Documentation/user/introduction.itely (About this manual): Fix
197         templates and regression urls (backportme).
198
199 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
200
201         * ly/engraver-init.ly (Score:graceSettings): Increase
202         beamed-lengths, especially for 32nd notes.
203
204         * Documentation/user/notation.itely (Grace notes): Correct the
205         syntax for add-grace-property example.
206
207 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
208
209         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
210         `Generated' tag.
211
212         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
213         Severely broken (the Debian package, at least).
214
215 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
216
217         * lily/context.cc (find_create_context): assign to lvalue.
218
219 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
220
221         * lily/include/translator.hh (class Translator): rename
222         get_parent_context() to context () to avoid confusion.
223
224         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
225
226         * lily/lexer.ll: change is_string -> ly_c_string_p 
227
228         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
229
230         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
231
232         * VERSION: release 2.3.0
233
234         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
235
236         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
237         if nonempty.
238
239         * lily/include/context.hh (class Context): make members protected.
240         (children_contexts): new accessor function.
241
242         * lily/include/translator.hh (class Translator): make
243         daddy_context_ protected.
244         (class Translator): clean up. 
245
246         * lily/include/context.hh (class Context): make daddy_context_
247         private.
248
249         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
250         higher for finding Voice. (backportme)  
251
252         * lily/include/context.hh (class Context): remove
253         find_context_below() as a method.
254
255         * Documentation/user/notation.itely (The Lyrics context): add note
256         about manual durations
257
258         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
259         encoding.
260
261         * scm/output-tex.scm (text): dump \inputencoding{} for text.
262
263 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
264
265         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
266         \usepackage{inputenc}
267
268         * lily/paper-book.cc (classic_output): don't advance Offset for
269         TeX output.
270
271         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
272         ec-sauter.map in rules
273
274         * mf/ecb.mf (font_identifier): new file, based on ecbx
275
276         * mf/ecb10.mf (gensize): new file.
277
278         * Documentation/topdocs/NEWS.texi (Top): document some more new
279         features.
280
281         * ly/declarations-init.ly: run convert-ly
282
283         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
284         from input-file-results. Remove input-file-results.* 
285
286 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
287
288         * scm/output-ps.scm (font-command): Fix, again.
289
290         * input/test/title-markup.ly: Add \noPagebreak test.
291
292         * lily/score-engraver.cc (try_music): Bugfix.
293
294 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
295
296         * lily/main.cc (main_with_guile): excise dependency options -M and
297         --dep-prefix
298
299         * lily/input-file-results.cc: excise Makefile dependency code
300
301         * Documentation/user/invoking.itexi (Invoking the lilypond
302         binary): remove dep doco
303         
304         * lily/main.cc (main_with_guile): call lilypond-main
305         
306         * scm/lily.scm (lilypond-main): new function: handle multiple files.
307
308         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
309         exception.
310
311         * lily/my-lily-parser.cc: remove paper_description function
312
313         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
314         new function.
315
316         * lily/main.cc: remove global_score_count.
317
318         * lily/book.cc (process): don't take header from global_input_file.
319
320         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
321
322         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
323
324         * lily/music-output-def.cc (LY_DEFINE): new function
325         ly_output_description. This function does the bulk for  setting,
326         parsing and breaking down of an input file.
327
328         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
329         anonymous modules globally. Let's hope they get GCd
330
331         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
332
333 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
334
335         * scm/output-ps.scm (header): Papersize from paper.
336
337         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
338         for classic output.
339
340         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
341         lilypondclassic is defined.
342         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
343
344         * input/regression/between-systems.ly: Remove.
345
346         * python/lilylib.py (get_bbox): Fix regular expression
347         for bounding box.
348
349         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
350
351         * scm/output-tex.scm (stop-page): Use it.
352
353         * scm/output-ps.scm (define-fonts): Bugfix.
354
355         * lily/grob.cc: Add penalty to interface.
356
357         * lily/include/paper-line.hh (class Paper_line): New member
358         var penalty_.
359
360         * lily/system.cc (get_line): Initialise Paper_line with
361         page-penalty's from original grobs.
362
363         * scm/define-music-properties.scm (all-music-properties): Add
364         page-penalty.
365
366         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
367
368         * lily/score-engraver.cc (try_music): Handle page-penalty.
369
370         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
371
372 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
373
374         * ly/declarations-init.ly (melismaEnd): typo
375
376         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
377
378         * scm/output-ps.scm (text): split string into spaces, use moveto
379         for setting space. 
380         
381 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
382
383         * po/nl.po: Update.
384
385         * scm/font.scm (add-cmr-fonts): Typo.
386
387 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
388
389         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
390         font-encoding.
391
392         * scm/define-grobs.scm (all-grob-descriptions): idem.
393
394         * lily/time-signature.cc (numbered_time_signature): idem.
395
396         * scm/font.scm (add-cmr-fonts): use real encoding names for
397         font-encoding.
398
399 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
400
401         * lily/paper-book.cc (classic_output): 
402         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
403         Fixes classic output.
404         (lilypondstart):
405         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
406         kludge.
407
408         * scripts/old-lilypond-book.py: Remove.
409
410         Page layout for SCOREs enclosed in a BOOK:
411
412         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
413         layout tweaking.
414
415         * input/les-nereides.ly (theScore): Add \book.
416         
417         * input/test/title-markup.ly: Add \book.
418
419         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
420         only if 'verbose.
421
422         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
423
424         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
425
426         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
427         * scm/output-tex.scm (start-system): Update for page layout by
428         LilyPond.
429
430         * scm/output-ps.scm (start-system): Previously (new-start-system).
431
432         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
433         passed to define-fonts.
434
435         * lily/paper-column.cc: 
436         * lily/system.cc (get_line):
437         * ly/property-init.ly (newpage): 
438         * scm/define-grob-properties.scm:
439         * scm/output-ps.scm: 
440         * scm/output-tex.scm: Remove between-system-string kludge.
441
442         * scm/output-ps.scm (define-fonts, font-command,
443         font-load-encoding): Handle ENCODING = #f.
444
445         * scm/output-tex.scm (output-scopes): Check if variable is bound.
446
447         * scm/define-markup-commands.scm (fill-line): Use
448         make-simple-markup (WAS: unexisting make-word-markup).
449
450         * lily/text-item.cc (interpret_markup): Bugfix, transpose
451         ENCODING, MARKUP parameters for interpret_string.
452
453         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
454
455         * lily/score.cc (book_rendering): New method.
456         (default_rendering): Create Paper_book helper locally, dump
457         output.
458
459         * lily/my-lily-lexer.cc (the_key_tab): Add book.
460
461         * lily/parser.yy: Handle \book.
462
463         * lily/include/book.hh: 
464         * lily/book.cc: New file.
465
466 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
467
468         * lily/text-item.cc (interpret_string): new file, select font with
469         encoding.
470
471         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
472
473         * scm/define-markup-commands.scm (encoded-simple): new markup command.
474
475         * lily/parser.yy (markup): take encoding from lexer.
476
477 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
478
479         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
480
481         * scm/output-ps.scm: Remove some cruft.
482
483 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
484
485         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
486
487         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
488
489 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
490
491         * scm/font.scm (add-century-schoolbook-fonts):
492         (make-century-schoolbook-tree): New function.
493
494         * input/test/title-markup.ly: Use Century Schoolbook font.
495
496 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
497
498         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
499         to Erik Sandberg) 
500
501         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
502
503         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
504
505         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
506
507         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
508
509 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
510
511         * scm/part-combiner.scm (determine-split-list): bugfix: if no
512         solo-state (at end of solo), we can set the solo status
513         too. (backportme.)
514
515         * input/regression/part-combine-solo-end.ly: new file.
516
517 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
518
519         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
520         flavour abc files.  Really ignore unknown keys (backportme).
521
522 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
523
524         * lily/scaled-font-metric.cc (text_dimension): only multiply with
525         magnification_ when looking up in orig_.
526
527         * scm/output-tex.scm (text): switch off char-mapping.
528
529         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
530         because AFM's encoding field cannot have spaces.
531
532 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
533
534         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
535
536 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
537
538         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
539
540         * mf/cmr.enc: new file, without hi-bit ascii info. 
541
542         * lily/bezier-bow.cc (slur_shape): make indent dependent on
543         width. This removes the 'hook' at the end of a long slur.
544
545         * buildscripts/mf-to-table.py (parse_logfile): don't append
546         encoding to fontname.
547
548 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
549
550         * scm/output-ps.scm (define-fonts): Load .enc only once.
551
552         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
553         too.
554
555 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
556
557         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
558         encoding field.
559
560         * lily/stencil-scheme.cc: remove ly:fontify-atom 
561
562         * ly/portuges.ly (pitchnames): new file.
563
564         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
565         Michael Welsh Duggan
566
567         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
568
569         * ly/nederlands.ly: add comment about digits.
570
571         * lily/scaled-font-metric.cc (derived_mark): idem.
572
573         * scm/encoding.scm (make-encoding-mapping): change permutation to
574         mapping.
575
576         * lily/scaled-font-metric.cc (derived_mark): is a const method.
577         (Modified_font_metric): make alist for coding_description_
578         (LY_DEFINE): remove coding-name.
579
580         * scm/output-tex.scm (text): remove debugging code.
581
582         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
583
584         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
585         from infile.
586
587         * mf/feta-generic.mf: move fet_beginfont into generic code.
588         use fetaMusic (without space) as encoding
589
590         * mf/feta-autometric.mf: take encoding argument
591
592         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
593
594         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
595         use.
596
597         * scm/encoding.scm (read-encoding-file): use symbol for glyph
598         name.
599
600 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
601
602         * input/test/title-markup.ly: Set inputencoding.
603
604         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
605
606         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
607
608         * scm/encoding.scm (get-coding-filename, get-coding-command): New
609         function.
610         (coding-alist): Also hold filename, command.
611         (read-encoding-file): Return symbols.
612
613 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
614
615         * scm/output-tex.scm: remove fontify; text and char take a font
616         argument.
617
618         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
619
620         * lily/scaled-font-metric.cc (text_dimension): init
621         coding_{permutation,table}_ too 
622         (LY_DEFINE): ly:font-encoding, new function return
623
624         * lily/paper-def.cc (find_scaled_font): take input coding from
625         inputcoding paper var.
626
627         * lily/performance.cc (output): remap modulo 16.
628
629         * lily/text-item.cc (interpret_markup): whoops, variable
630         shadowing fixed.
631
632 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
633
634         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
635         symbols, not symbols to strings.
636         
637         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
638         symbols, not symbols to strings.
639
640 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
641
642         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
643         (ly:kpathsea-gulp-file): New function.
644
645         * scm/encoding.scm (read-encoding-file): Use it.
646
647 2004-04-06  Werner Lemberg  <wl@gnu.org>
648
649         * scm/encoding.scm (coding-alist): Fix typo.
650
651 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
652
653         * lily/scaled-font-metric.cc (text_dimension): move function from
654         Font_metric
655         (make_scaled_font_metric): init coding_scheme_ to TeX
656         (text_dimension): use get-coding-vector for non TeX coding_scheme_
657
658         * lily/include/scaled-font-metric.hh (struct
659         Modified_font_metric): rename from Scaled_font_metric
660
661         * scm/encoding.scm (read-encoding-file): split up large function,
662         leave caching to (delay)
663
664         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
665
666 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
667
668         * lily/my-lily-lexer.cc (set_encoding): New method.
669
670         * lily/lexer.ll: Grok \encoding.
671
672         * lily/font-metric.cc (get_encoded_index): New function.
673
674         * lily/include/font-metric.hh (coding_scheme): New method.
675
676         * scm/encoding.scm: New file.
677
678         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
679
680 2004-04-05  Werner Lemberg  <wl@gnu.org>
681
682         * Documentation/user/tutorial.itely: Revised (finished).
683
684         * Documentation/user/macros.itexi (@separate): Removed.
685
686 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
687
688         * scm/output-ps.scm (define-fonts): fix scaling.
689
690         * lily/scaled-font-metric.cc (design_size): add function.
691
692         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
693         partial cut&paste of ly:font-magnification.
694
695 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
696
697         * scm/output-ps.scm (define-fonts):
698         (fontify): Update.
699
700 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
701
702         * po/fr.po: update. (backportme).
703
704         * po/nl.po: update. (backportme). 
705
706         * mf/feta-beugel.mf: document why design size is not fixed.
707
708         * mf/feta-braces-a.mf: rename to stress that it's not design size.
709
710 2004-04-04  Werner Lemberg  <wl@gnu.org>
711
712         * Documentation/user/tutorial.itely: Revised (continued).
713
714 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
715
716         * po/nl.po: Update (backportme).
717
718 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
719
720         * po/de.po: update. (backportme).
721
722         * scm/output-tex.scm (font-command): use ly: functions to
723         construct name.
724         (define-fonts): don't use alist, just dump \font definitions.
725         (font-load-command): calculate proper scaling by taking
726         outputscale from paper argument.
727
728         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
729         expression.
730
731         * lily/paper-outputter.cc (output_header): pass paper arg to
732         define-fonts
733
734         * lily/paper-def.cc (font_descriptions): dump list of
735         Scaled_font_metrics
736         (find_scaled_font): take Font_metric argument, store
737         Scaled_font_metrics in hash-table containing (size ->
738         Scaled_font_metrics) alist.
739         (get_dimension): rename from get_realvar
740
741         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
742         ly:font-magnification, ly:font-name: new functions
743
744 2004-04-03  Werner Lemberg  <wl@gnu.org>
745
746         * Documentation/user/dedication.itely,
747         Documentation/user/preface.itely,
748         Documentation/user/introduction.itely,
749         Documentation/user/tutorial.itely: Revised.
750         Removing leading spaces which distorts output if info files are read
751         with stand-alone info.
752         Removing superfluous inter-word spaces which also distorts output
753         for stand-alone info.
754         Using ` and ' instead of `` and '' everywhere to improve
755         legilibility with stand-alone info
756         Using @samp for single-letter input items and data which contains
757         spaces, @code for other things.
758
759         * lily/grob-interface.cc: Adding copyright.
760         (check_interfaces_for_property): Improve format of warning message.
761
762 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
763
764         * lily/include/font-metric.hh (struct Font_metric): add
765         design_size () method.
766
767         * buildscripts/mf-to-table.py (base): add DesignSize comment.
768
769         * lily/afm.cc (read_afm_file): read design size.
770
771         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
772
773         * scm/music-functions.scm (unfold-repeats): handle dots too.
774
775 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
776
777         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
778         (backportme)
779
780 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
781
782         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
783         lyric indent.  Revert melismaBusyProperties using \unset.
784
785 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
786
787         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
788
789         * lily/parser.yy (command_element): allow redefinition of |
790         meaning.
791
792         * lily/break-align-engraver.cc (acknowledge_grob): construct
793         LeftEdge where the first cause for alignment is coming from.
794         This makes \override Staff.LeftEdge work as expected.
795
796         
797         * lily/slur-performer.cc (Slur_performer): add inits
798
799         * lily/beam-performer.cc (Beam_performer): add inits
800
801 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
802
803         * VERSION (PACKAGE_NAME): release 2.2.0
804
805         * scripts/convert-ly.py (conv): add 2.2.0 rule.
806
807 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
808
809         * lily/cluster.cc (height): Fix warning.
810
811         * lily/parser.yy: Janitorial cleanups.
812
813         * Documentation/user/tutorial.itely (Tutorial): Typo.
814
815 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
816
817         * lily/change-iterator.cc (process): search at multiple context
818         levels. This fixes 
819
820         
821         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
822         not voice-state index for tie state. This fixes a partcombine
823         problem with ties.
824
825         * Documentation/user/tutorial.itely (Commenting input files): add
826         note about convert-ly.
827
828         * input/test/cadenza-skip.ly:  new file.
829
830 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
831
832         * po/nl.po: Spelling fixes.
833
834         * autogen.sh (srcdir): Regenerate.
835
836         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
837         autogen.sh.
838
839         * configure.in: Use C++ to check for C++ header.
840
841         * po/nl.po: Update.
842
843         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
844
845         * lily/event.cc (to_relative_octave): Translatable sentence should
846         be one string.
847
848         * python/lilylib.py (warranty): Year range is not translatable.
849         It's 2004 already!
850
851         * flower/warn.cc (non_fatal_error, warning, programming_error):
852         Remove whitespace from translated string.
853
854 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
855
856         * VERSION: release 2.1.37.
857
858 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
859
860         * configure.in: check for C language.
861
862         * lily/source-file.cc: include strstream without h.
863
864         * scm/documentation-generate.scm (string-append): use name without
865         .texi.
866
867         * autogen.sh (srcdir): SUSE fix.
868
869         * Documentation/user/notation.itely (Ancient clefs): idem.
870
871         * Documentation/user/lilypond-book.itely (Integrating HTML and
872         music): idem.
873
874         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
875
876         * lily/change-iterator.cc (process): use find_existing_context().
877
878         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
879
880         * input/regression/repeat-unfold-tremolo.ly: new file.
881
882         * scm/music-functions.scm (unfold-repeats): undo music compression
883         too.
884
885         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
886         (LY_DEFINE): ly:music-compress new function.
887
888         * scm/part-combiner.scm (determine-split-list): split for voice
889         crossings
890
891         * input/regression/part-combine-cross.ly: new file.
892
893         * scm/part-combiner.scm (make-part-combine-music): don't do
894         relative inside partcombine arguments.
895
896         * scm/music-functions.scm (make-non-relative-music): new function.
897
898         * Documentation/user/notation.itely (Automatic part combining):
899         add note about \relative.
900
901         * lily/part-combine-iterator.cc (construct_children): add
902         start_moment_ member.
903
904         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
905         stem-tremolo by stem object. This fixes no stem for tremolo bug.
906
907         * lily/stem-tremolo.cc (print): don't crash for no-stem.
908
909         * Documentation/user/changing-defaults.itely (Which properties to
910         change): fixes.
911
912 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
913
914         * po/fr.po: update.
915
916 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
917
918         * input/wilhelmus.ly: More original lyrics.  Add to examples.
919
920         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
921         Reinstate old code that issues warning.  Fixes --srcdir build.
922
923 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
924
925         * input/wilhelmus.ly: New file.
926
927         * Documentation/user/notation.itely: 
928         * Documentation/user/introduction.itely:
929         * Documentation/user/tutorial.itely: Use quote ly-option instead
930         of explicit @quotation.  This fixes too long lilypond linewidths
931         resulting in overful hboxes.
932
933         * scripts/lilypond-book.py: Add ly-option: `quote'.
934
935 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
936
937         * tex/titledefs.tex: Avoid that the first score line is extra
938         indented if instrument is defined but not piece.
939
940 2004-03-30  Werner Lemberg  <wl@gnu.org>
941
942         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
943         `lilypond/' to info file name.
944         (@usermanref) [info]: New variant.
945
946         * scm/documentation-generate.scm: Fix definition of @usermanref
947         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
948         to info file name.
949
950 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
951
952         * VERSION: release 2.1.36
953         
954         * Documentation/user/changing-defaults.itely (Interpretation
955         contexts): rewrite introduction.
956
957 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
958
959         * scm/define-markup-commands.scm: Use TeX accents instead of
960         straight iso-8859-1 encoding in the doc string.
961
962 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
963
964         * Documentation/user/tutorial.itely (A lead sheet): remove extra
965         space after dotted duration.
966
967 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
968
969         * Documentation/user/introduction.itely: 
970         * Documentation/user/notation.itely:
971         * Documentation/user/tutorial.itely: Up all relative examples.
972         Enclose @lilypond displays in @quotation.  Typos and corrections.
973
974         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
975
976 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
977
978         * scm/music-functions.scm (make-voice-props-revert): Revert also
979         MultiMeasureRest staff-position in oneVoice.
980
981 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
982
983         * Documentation/user/changing-defaults.itely, 
984         Documentation/user/lilypond.tely: few fixes. Place no comma between
985         two options: a and b, but commas between three options: a, b, and c.
986         By this manner, grouping is possible: a and b, and c and d.
987
988 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
989
990         * Documentation/user/GNUmakefile: add rule for .nexi
991
992 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
993
994         * Documentation/user/music-glossary.tely: move glossary direntry
995
996         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
997         only do mkdir/install-info if INFO_INSTALL_FILES != "".
998
999 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1000
1001         * stepmake/aclocal.m4: Verify that gettext configure check with
1002         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1003
1004 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1005
1006         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1007         glob.glob for .png filenames. This catches multipage pngs.  
1008
1009         * Documentation/user/changing-defaults.itely (Determining the grob
1010         property): fix references.
1011
1012         * lily/staff-symbol.cc (print): only add extent if non empty.
1013         This fixes staff-container.ly.
1014
1015         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1016         starting with a mmrest also works.
1017
1018         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1019         PNG for texinfo too.
1020
1021         * po/lilypond.pot: update translation strings.
1022
1023         * VERSION: 2.1.35 released
1024         
1025         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1026         context argument too.
1027
1028         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1029
1030         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1031
1032         * python/lilylib.py (command_name): don't return 1st path
1033         component.
1034
1035         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1036         .png case separately.
1037
1038         * python/lilylib.py (system): typo.
1039         
1040 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1041
1042         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1043         run indent-region.
1044
1045         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1046         Fixes compile.
1047
1048         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1049         Add header.
1050
1051 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1052
1053         * vim/lilypond-indent.vim: small fixes.
1054
1055 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1056
1057         * Documentation/user/notation.itely (Entering lyrics): Add example
1058         with correct english double quotes (at least for LaTeX output,
1059         maybe not a good idea if we switch to PS as the default output
1060         format).
1061
1062 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1063
1064         * lily/staff-performer.cc (create_audio_elements): play instrument
1065         changes before notes arrive. This fixes instrument of the first
1066         note in a score.
1067
1068         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1069         to 1.9.0 conversion.
1070
1071         * lily/mark-engraver.cc: doc string.
1072
1073         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1074
1075         * Documentation/user/introduction.itely (Introduction): new node.
1076
1077 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1078
1079         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1080
1081         * input/regression/spacing-ragged-last.ly: new file.
1082
1083         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1084         spacing.
1085
1086         * scm/font.scm: rewrite using GOOPS.
1087         
1088         * lily/context-def.cc (filter_engravers): derefence pointer.
1089
1090         * lily/lily-guile.cc (type_check_assignment): use
1091         ly_scheme_function iso. scm_primitive_eval where possible.
1092
1093         * lily/performance.cc (output): limit channels at 15. This fixes
1094         percussion inadvertently showing up in large scores.
1095
1096 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1097
1098         * input/regression/tuplet-gap.ly: new file.
1099
1100         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1101         (print): compute gap length from number size, include italic
1102         correction.
1103
1104         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1105         tuplet-bracket
1106
1107         * scm/paper.scm (set-default-paper-size): new function, to be
1108         called at toplevel.
1109         (set-paper-size): new function, to be called inside \paper {}
1110         (set-default-paper-size): new function, to be called at toplevel.
1111
1112         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1113
1114         * lily/beam-performer.cc (process_music): idem.
1115
1116         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1117         
1118         * tex/titledefs.tex: remove scshape for piece.
1119
1120         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1121         font-family
1122
1123         * lily/time-signature.cc (special_time_signature): font-encoding
1124         not family.
1125
1126         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1127         dynamic to head. This fixes p placement in morgenlied.
1128
1129 2004-03-23  Werner Lemberg  <wl@gnu.org>
1130
1131         * stepmake/stepmake/generic-targets.make (help): Improve text.
1132
1133 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1134
1135         * VERSION: 2.1.34 released
1136         
1137         * lily/main.cc (main_with_guile): switch debugging.
1138
1139         * lily/system.cc (get_line): plug leak.
1140
1141         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1142         and contents.
1143         (stencil2line): plug leak.
1144
1145         * Documentation/user/changing-defaults.itely (Determining a grob
1146         property):  new node.
1147         (Layout interfaces): new node.
1148         (Navigating the program reference): new node.
1149
1150         * lily/accidental-engraver.cc (acknowledge_grob): add property
1151         harmonicAccidentals
1152
1153         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1154         general cleanups.
1155         
1156         * input/les-nereides.ly (middleDynamics): resurrect Les
1157         nereides. Remove pedal hack.
1158
1159 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1160
1161         * input/regression/property-grace-polyphony.ly: new file.
1162
1163         * lily/translator-property.cc (execute_pushpop_property): only pop
1164         one instance of the property. This fixes << \\ >> together with
1165         \grace.
1166
1167         * lily/break-align-interface.cc (ordered_elements): we cannot
1168         modify the #'elements property, so return reordered array.
1169
1170 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1171
1172         * buildscripts/lilypond.words.py: remove.
1173         * buildscripts/lilypond-words.py: add new, renamed file. 
1174         Give generated targets and dirs explicitly in arguments.
1175
1176         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1177         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1178         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1179         
1180         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1181
1182         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1183
1184         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1185         orders.
1186
1187         * vim/GNUmakefile: add local-uninstall target.
1188
1189         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1190         
1191         * vim/vimrc: add a one-liner file.
1192
1193         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1194         vimrc in EXTRA_DIST_FILES.
1195
1196         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1197
1198 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1199
1200         * config.make.in: add vimdir.
1201
1202         * vim/GNUmakefile: add local-install.
1203
1204 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1205
1206         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1207         with \lilypondifundefined{blabla}. Solves problem with multiple
1208         titles in the same lilypond-book document.
1209
1210 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1211
1212         * scm/document-backend.scm (interface-doc): sort grob list for
1213         interface.
1214
1215         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1216         pre/post break align-order.
1217
1218         * spelling patch courtesy Edward Sutton.
1219
1220         * Documentation/user/changing-defaults.itely (Changing context
1221         default settings): new node.
1222         (Defining new  contexts): new node.
1223
1224         * scripts/lilypond-book.py (is_derived_class): use numbers
1225         iso. booleans.
1226
1227         * python/lilylib.py (make_ps_images): add margin to PS images.
1228
1229         * scripts/lilypond-book.py (is_derived_class): new function. Take
1230         class arg iso. object.
1231         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1232         for bug in GS/dvips.
1233
1234         * lily/text-item.cc (interpret_markup): idem.
1235
1236         * scm/define-markup-commands.scm: remove split around-space hack.
1237
1238         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1239         function, fold WL's fixes into one function.
1240
1241 2004-03-22  Werner Lemberg  <wl@gnu.org>
1242
1243         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1244         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1245         (Note_column::head_position_interval): Do proper rounding for
1246         calls to Staff_symbol_referencer::get_position.
1247
1248 2004-03-21  Werner Lemberg  <wl@gnu.org>
1249
1250         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1251         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1252         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1253         (My_lily_parser::parse_file): Improve formatting progress indication
1254         sent to stdout.
1255
1256 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1257
1258         * VERSION: 2.1.33 released.
1259
1260         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1261
1262         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1263
1264         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1265         warning is issued about dummy.dep.
1266
1267         * scm/new-font.scm: fix design sizes of nummer
1268
1269 2004-03-21  Werner Lemberg  <wl@gnu.org>
1270
1271         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1272         some annoying warnings from mkdir during `make install'.
1273
1274 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1275
1276         * lily/performer-group-performer.cc (do_announces): call
1277         Performer_group_performer::create_audio_elements () too.
1278
1279         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1280
1281         * scm/define-grobs.scm (all-grob-descriptions): add property
1282         break-align-orders
1283
1284         * lily/global-context.cc (get_default_interpreter): new
1285         function. Override from base class, so no new Score contexts are
1286         created.
1287
1288         * lily/include/stencil.hh (class Stencil): document origin field.
1289
1290         * lily/staff-symbol.cc (print): span staff-symbol on column
1291         extents for non-broken columns. 
1292
1293         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1294         key-signature.
1295
1296         * tex/titledefs.tex: don't use smallcaps for piece.
1297
1298         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1299         translated stencils in the output.
1300
1301         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1302
1303 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1304
1305         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1306         and init ties_created_
1307
1308         * VERSION: release 2.1.32
1309
1310         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1311         doc string from IMPLEMENT_CTOR_CALLBACK().
1312
1313         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1314         that engraver is in a performer hierarchy.
1315
1316 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1317
1318         * vim/lilypond-ftdetect.vim: new file.
1319
1320 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1321
1322         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1323         (compose_ly): default octave should be middle C.
1324
1325         * Documentation/user/changing-defaults.itely (Layout tunings
1326         within contexts): new node.
1327
1328         * lily/include/smobs.hh: document C++ smob interface.
1329
1330         * lily/function-documentation.cc: don't doc functions without
1331         docstring.
1332
1333 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1334
1335         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1336         direntry, so that `info lilypond' goes to Top.
1337
1338         * scm/output-ps.scm (polygon): Fix: add spaces.
1339
1340         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1341         solutions are now optimal too.
1342
1343         * input/test/page-breaks.ly: New file.
1344
1345         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1346         functions into safe module.
1347
1348         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1349         end, prepend zeros.
1350
1351         * scm/output-*.scm: Use ly:number->string rather than
1352         number->string.  Makes for saner output.
1353
1354         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1355         Fixes feta-nummer, feta-din scaling.
1356
1357 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1358
1359         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1360
1361         * scm/music-functions.scm (descend-to-context): new
1362         function. Similar to context-spec-music.
1363         (make-time-signature-set): specify Score as descend-only. This
1364         fixes the polymetric.ly example.
1365
1366         * lily/context-specced-music-iterator.cc (construct_children): add
1367         support for descend-only context spec.
1368
1369         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1370         determine ez-notation letter. 
1371
1372         * lily/system.cc (get_line): start with dumping layer 3. This
1373         fixes ez notation.
1374
1375 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1376
1377         * input/test/title-markup.ly: Stress breaking harder.
1378
1379         * scm/page-layout.scm (height-score): Overfull page scores twice
1380         as bad as underfull (was: by a power).
1381         (walk-lines): Omit first walk-path round (breaking after new node,
1382         without lines).
1383
1384         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1385         diff values are negative.
1386         (output): Bugfix: treat negative vfill differently.
1387
1388         * Documentation/user/lilypond.tely (direntry): Add note about why
1389         `info lilypond' brings up `Invoking LilyPond' node.
1390
1391 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1392
1393         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
1394
1395         * lily/paper-book.cc: Remove cruft.
1396         (output): Bugfix: put vfill between lines.
1397         (pages): Bugfix: set page vars needed for filling.
1398
1399         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
1400         (was: @ar).
1401
1402         * scm/page-layout.scm: Further development.
1403
1404         * ly/declarations-init.ly (paper): Define page-breaking.
1405
1406 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1407
1408         * lily/note-head.cc (brew_ez_stencil): add note-names
1409         property. Provides internationalization for note names.
1410
1411         * Documentation/user/changing-defaults.itely (Creating contexts):
1412         new node.
1413
1414         * lily/grace-iterator.cc (process): descend to child for \grace.
1415
1416         * lily/timing-translator.cc (initialize): Timing_translator adds
1417         Timing alias by itself.
1418
1419         * lily/context.cc (add_alias): new function.
1420
1421         * scm/lily.scm (tex-output-expression): new function, eval within
1422         drawing API. Guards against eval vulnerabilities.
1423
1424         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
1425
1426         * scm/output-ps.scm (scm): export lily drawing API.
1427
1428         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
1429         throughout.
1430
1431 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1432
1433         * scm/page-layout.scm (optimal-page-breaking): New function.
1434         
1435         * lily/paper-book.cc (pages): Use it.
1436
1437 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1438
1439         * lily/include/paper-line.hh (class Paper_line): Full smob.
1440
1441 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1442
1443         * lily/global-context.cc (run_iterator_on_me): fix grace note
1444         nesting by initting measurePosition.
1445
1446         * lily/timing-translator.cc (initialize): do no init
1447         measurePosition
1448         
1449         * lily/include/music-output-def.hh (class Music_output_def): add
1450         input_origin_ field.
1451
1452         * Documentation/user/changing-defaults.itely (Changing context
1453         properties on the fly): new node.
1454
1455         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
1456         function. Only have smobbed_copy (), and do not provide
1457         smobbed_copy() for non-simple smobs. Changes throughout.
1458
1459 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1460
1461         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
1462         start_moment_. Fix by Doug A. Linhardt.
1463
1464 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1465
1466         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
1467         accidentals for harmonic notes.
1468
1469         * lily/note-collision.cc (check_meshing_chords): don't merge heads
1470         of different style. (Thanks to Doug Linhardt).
1471
1472         * Documentation/user/changing-defaults.itely (Scheme tutorial):
1473         new node.
1474
1475 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
1476
1477         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
1478
1479         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
1480         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
1481         vim/lilypond-indent.vim: doc targets and deps in comments.
1482
1483 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1484
1485         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
1486
1487         * lily/system.cc (get_line): Return Paper_line.  Change all users.
1488
1489         * lily/include/paper-line.hh:
1490         * lily/include/paper-line.cc: New file.
1491
1492 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1493
1494         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
1495
1496         * GNUmakefile.in: remove stray make out=www
1497
1498         * input/test/bagpipe.ly (gcdg): octave fixes.
1499
1500         * scm/define-markup-commands.scm (number): use font-encoding
1501         iso. font-family
1502
1503         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
1504         font-encoding.
1505         
1506 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
1507
1508         * lily/parse-scm.cc: compile-bugfix: add missing header files for
1509         `output_format_global' and `PAGE_LAYOUT'.
1510
1511 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1512
1513         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
1514         lily functions in safe mode.
1515
1516         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
1517         Print filename for HTML, LATEX, before texidoc.
1518
1519         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
1520         instructions in output-ps module.
1521
1522         * scm/lily.scm: Do not load output-ps module.
1523
1524         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
1525         safe mode.
1526
1527 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1528
1529         * lily/span-dynamic-performer.cc (process_music): remove spurious
1530         warning.
1531
1532         * lily/context-def.cc (Context_def): init name to ""
1533
1534         * lily/font-interface.cc: add font-encoding property.
1535
1536         * scm/lily.scm (chain-assoc-get): bugfix.
1537
1538         * lily/paper-book.cc (stencil2line): protect static SCM.
1539
1540         * lily/font-interface.cc (text_font_alist_chain): rename function,
1541         and use text-font-defaults. 
1542
1543         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
1544
1545         * scm/paper.scm (paper-set-staff-size): use new function.
1546
1547         * scm/new-font.scm (make-font-tree): new function.
1548
1549 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1550
1551         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
1552
1553         * scm/lily.scm (get-output-module): New function.
1554         (output-alist): Remove ,ps-output-expression.
1555
1556         * scm/output-tex.scm (ps-output-expression): New function.
1557
1558         * scm/output-ps.scm (ps-output-expression): Remove.
1559         (header, start-page): Output page metadata.
1560
1561         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
1562         initialise output_module_.  Do not write part of header.
1563         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
1564         (output_header): Output full header.
1565
1566         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
1567         FIXME.
1568
1569 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1570
1571         * scm/new-font.scm: new file. Tree based font lookup.
1572
1573         * scm/lily.scm (assoc-get): take default argument. Remove
1574         assoc-get-default.
1575         (chain-assoc-get): use chain-assoc-get everywhere.
1576
1577         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1578         autobeamsettings conversion bug.
1579
1580         * lily/include/global-context.hh (Context): clean-up data hiding.
1581
1582         * lily/include/music-iterator.hh (class Music_iterator): clean-up
1583         data hiding.
1584
1585         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
1586
1587         * input/regression/stem-shorten.ly: add chord case.
1588
1589         * lily/stem.cc (get_default_stem_end_position): shorten stems
1590         triggered by note-head positions, not by forced-direction. This
1591         fixes a bug with too short stems.  
1592  
1593 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1594
1595         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
1596         Lilypond_snippet.output_latex): Always call output_print_filename.
1597
1598         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
1599         expand pages.
1600
1601 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1602
1603         * scm/part-combiner.scm (make-autochange-music): switch rests
1604         before switched notes too.
1605
1606         * lily/figured-bass-engraver.cc (process_music): change calling
1607         convention.
1608
1609         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
1610
1611         * scm/define-markup-commands.scm (bracketed-y-column): new markup
1612         command.
1613
1614         * lily/include/stencil.hh (class Stencil): add origin field.
1615
1616         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
1617         function.
1618
1619         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
1620
1621         * lily/lexer.ll: remove support for \$ and $ in identifiers
1622
1623         * lily/sequential-iterator.cc: remove copy_grace_fixups
1624         (get_grace_fixup): slight abstraction of fixup code.
1625
1626         * input/test/title-markup.ly (spaceTest): vary staff sizes.
1627
1628 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
1629
1630         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
1631         in insert-mode. add indenting rules.
1632
1633 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1634
1635         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
1636         protect hack.
1637
1638         * scm/page-layout.scm:
1639         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
1640         layout and titling should now match external latex based version.
1641
1642         * scm/output-tex.scm (output-scopes): Bugfix: only write string
1643         header fields.
1644
1645         * ps/lilyponddefs.ps: Remove automatic page layout.
1646
1647         * scm/output-ps.scm (new-start-system): New interface function.
1648
1649         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
1650
1651         * lily/paper-book.cc (output): Bugfix.
1652
1653 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1654
1655         * VERSION (MY_PATCH_LEVEL): release 2.1.30
1656         
1657 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1658
1659         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
1660         direntries.
1661
1662         * ps/lilyponddefs.ps: Bugfix.
1663
1664         * input/regression/multi-measure-rest-instr-name.ly: Typo.
1665
1666 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1667
1668         * lily/auto-beam-engraver.cc (create_beam): add Stem as
1669         cause. This should fix warnings.
1670
1671         * mf/feta-slag.mf (trill_ne): fix upmordent size.
1672
1673         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
1674         prevent aligned 6ths.
1675
1676         * lily/custos.cc (print): remove adjust-if-on-staffline.
1677
1678 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1679
1680         * lily/paper-book.cc: Do header and footer.
1681
1682 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1683
1684         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
1685
1686         * scm/paper.scm (lineheight): Remove
1687         (head-sep, foot-sep): Add.
1688
1689 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1690
1691         * mf/feta-schrift.mf: reduce portato thickness.
1692
1693         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
1694
1695         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
1696         programming_error ().
1697
1698         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
1699         bracket to last command column.
1700
1701         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
1702         continues on next/prev system.
1703
1704         * input/regression/pedal-end.ly: new file.
1705
1706 2004-03-10  Werner Lemberg  <wl@gnu.org>
1707
1708         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
1709         Remove pmx2ly stuff.
1710         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
1711
1712 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1713
1714         * scm/page-layout.scm: New file.
1715
1716         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
1717         settings.
1718         (Lilypond_snippet.is_outdated): Also check for PNG file.
1719         Workaround for interrupted (web) builds.
1720
1721         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
1722
1723         * ps/lilyponddefs.ps: Use only very small top-marging.
1724         (init-paper): Also pop page size string.
1725         (start-page, stop-page): New function.
1726
1727         * scm/output-ps.scm (header-end): Remove stray exec commands.
1728
1729 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1730
1731         * lily/input-file-results.cc (do_one_file): use new Paper_book()
1732
1733         * lily/score.cc (default_rendering): clean protection.
1734
1735         * lily/paper-book.cc (mark_smob): implement smob marking.
1736
1737         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
1738
1739         * Documentation/user/*.itely: user manual edits. 
1740
1741 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1742
1743         * Documentation/user/converters.itely (Invoking musedata2ly):
1744         remove pmx2ly.
1745
1746         * scripts/pmx2ly: remove script.
1747         
1748 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1749
1750         * lily/score.cc (default_rendering): Protect paper-book members.
1751
1752         * lily/paper-def.cc (smobbed_copy): New method.
1753
1754         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
1755         switch runtime.
1756
1757         * lily/include/music-output.hh (process): Change signature to
1758         return SCM.
1759
1760         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
1761         method.
1762
1763         * lily/paper-score.cc (process): Return stencils rather than
1764         outputting directly.  Remove paper-book kludge.  Delete grobs.
1765         (output): Remove.
1766
1767         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
1768
1769         * lily/score-engraver.cc (get_output): Do not reset pscore_.
1770
1771         * lily/score.cc (default_rendering)
1772         (ly_render_output): Move adding paper-score two levels up.
1773
1774         * lily/system.cc (get_line):
1775         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
1776
1777 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1778
1779         * scm/font.scm (paper20-font-vector): add more design sizes for
1780         number.
1781
1782         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
1783         feta-nummber{5,7,11,13}.
1784
1785         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
1786         for 12pt design size. 
1787
1788 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1789
1790         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
1791
1792 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1793
1794         * lily/font-select.cc (properties_to_font_size_family): Fix
1795         warning message.
1796
1797         * Experimental PostScript latin1 encoding:
1798         
1799         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
1800
1801         * scm/output-ps.scm: Experimental encoding using reencode-font.
1802         * scm/font.scm: Add latin1 `font-shape'.
1803         
1804         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
1805
1806         * ps/lilyponddefs.ps (reencode-font): New function.
1807
1808         * lily/paper-book.cc (get_pages): Simplistic page breaking.
1809
1810         * scm/output-tex.scm (start-page):
1811         (stop-page): New interface function.
1812
1813 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1814
1815         * lily/paper-outputter.cc (output_expr):
1816         (output_header):
1817         (output_line): New method.
1818
1819         * lily/system.cc (get_line):
1820         (get_lines): New method.
1821         (output_scheme):
1822         (output_line): Remove.
1823
1824         * scm/lily.scm (make-title): New function.
1825
1826         * lily/paper-book.cc: 
1827         * lily/include/paper-book.hh: New file.
1828
1829         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
1830         ly-modules.hh).
1831
1832         * lily/ly-module.cc (ly_modules_lookup): New function.
1833
1834         * lily/main.cc (main_with_guile): Move memory leak debug code back.
1835
1836         * scm/output-ps.scm (make-title): Remove.
1837         (output-scopes): Junk header-title test.
1838
1839 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1840
1841         * mf/feta-schrift.mf: thicker dot for portato.
1842
1843         * lily/accidental-placement.cc (position_accidentals): bugfix in
1844         offset, this fixes right-padding of AccidentalPlacement.
1845
1846         * lily/[h-z]*.cc: () formatting.
1847
1848         * Documentation/user/tutorial.itely (An orchestral part): more
1849         fixes for the tutorial.
1850
1851         * scm/translation-functions.scm (fraction-tuplet-formatter):
1852         reverse fraction.
1853
1854         * lily/parser.yy (context_def_spec_block): use \context instead of
1855         \translator.
1856
1857         * lily/[a-g].cc: () style cleanup.
1858
1859         * Documentation/user/tutorial.itely (Automatic and manual beams):
1860         editing of tutorial.
1861
1862 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1863
1864         * buildscripts/mf-to-table.py (base): write encoding name.
1865
1866 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1867
1868         * Documentation/user/GNUmakefile (local-install-info): Issue
1869         warning (for packager, ie, if not installing in /usr or /usr/local).
1870
1871         * lily/stencil-scheme.cc: 
1872         * lily/staff-symbol-referencer.cc: 
1873         * lily/script-column.cc: 
1874         * lily/pitch.cc: 
1875         * lily/music.cc: 
1876         * lily/grob-pq-engraver.cc: 
1877         * lily/font-interface.cc: 
1878         * lily/music-output-def.cc: 
1879         * lily/duration.cc: 
1880         * lily/grob-scheme.cc:
1881         * lily/context-scheme.cc: Put scheme name on first line in
1882         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
1883         style cleanups.
1884
1885         * stepmake/stepmake/scm-vars.make: 
1886         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
1887         Rename and split TAGS_FILES.
1888
1889         * GNUmakefile.in (ALL-TAGS): Remove.
1890         
1891         * stepmake/stepmake/generic-targets.make (TAGS): Also include
1892         deeper TAGS files.  Fixes regexp tags in TOP dir.
1893
1894 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1895
1896         * VERSION: 2.1.29 released.
1897         
1898         * Documentation/user/changing-defaults.itely (Changing defaults):
1899         new file.
1900
1901         * Documentation/user/notation.itely (Notation manual): rename from 
1902         refman.itely
1903
1904         * Documentation/user/notation-appendices.itely (The Feta font):
1905         new file.
1906
1907         * Documentation/user/advanced.itely: add aborted attempt for
1908         advanced topics manual.
1909
1910 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1911
1912         * scm/new-markup.scm: display Markups in sane format. Patch by
1913         Nicolas Sceaux.
1914
1915 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1916
1917         * lily/main.cc: Cleanups.
1918         (setup_localisation): New function.
1919         (sane_putenv): Remove.
1920         (main_with_guile): New name (Was: main_prog).  Remove musings
1921         about possible preparation for GUILE heavy memory usage and
1922         practical uselessness.  Do not set environment variables
1923         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
1924         name juggling.
1925         (parse_argv): New function.
1926         (copyright): New function.  It's 2004 already.
1927
1928         * lily/input-file-results.cc (do_one_file): Add file name juggling.
1929         (distill_inname): Move from main.
1930
1931 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1932
1933         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
1934
1935         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
1936
1937         * Documentation/user/running.itely: new file.
1938
1939         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
1940
1941         * lily/score-performer.cc (finish): call Translator::finalize ().
1942
1943 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
1944
1945         * lilypond-ftpplugin.vim: renamed to the following file.
1946         * lilypond-ftplugin.vim: new file.
1947
1948         * GNUmakefile.in: update VIM_FILES.
1949
1950 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1951
1952         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
1953         props.
1954
1955         * input/test/tie-sparse.ly: remove.
1956
1957         * lily/tie-performer.cc (try_music): copy & paste from
1958         Tie_engraver.
1959
1960         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
1961         variable_ref twice.
1962
1963         * lily/key-performer.cc (create_audio_elements): use
1964         alterations-in-key.
1965
1966         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
1967
1968 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
1969
1970         * input/test/smart-transpose.ly: fix cases fes->e and similar.
1971         handle also quarter tones (not shown as tests). test also flats.
1972
1973         * Documentation/index.html.in: small fixes.
1974
1975 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1976
1977         * input/regression/new-markup-scheme.ly: Typo.
1978
1979         * scm/define-markup-commands.scm (fill-line): New markup.
1980
1981         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
1982         (output-paper-def): Fix alignment.
1983         (make-title): Fix height/width scaling.
1984
1985         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
1986
1987         * input/test/title-markup.ly: Add remaining titles.  Layout and
1988         font size fixes.  Add simplistic latin1 test.
1989
1990 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
1991
1992         * input/test/nested-groups.ly: remove. move content (to next). 
1993         * input/test/staff-bracket.ly: replace content (from prev), this 
1994         has been already in templates.
1995
1996 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1997
1998         * stepmake/autogen.sh: Only issue warning about running configure
1999         without arguments when autogen.sh will actually be running
2000         configure.
2001
2002 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2003
2004         * scm/new-markup.scm (stack-stencil-line): robustness.
2005
2006         * scm/define-markup-commands.scm (simple): robustification of
2007         simple-markup.
2008
2009         * Documentation/user/music-glossary.tely (Top): change central C
2010         to middle C.
2011
2012         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2013
2014 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2015
2016         * input/test/title-markup.ly (spaceTest): Add.
2017
2018         * lily/text-item.cc (interpret_markup): Make line markup from
2019         multi word markup.
2020
2021         * scm/define-markup-commands.scm (word): New markup command.
2022         (simple): Use it.
2023
2024         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2025
2026 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2027
2028         * vim/ftplugin/lilypond.vim:
2029         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2030         show matching paren in insert mode.
2031
2032 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2033
2034         * scm/output-ps.scm (make-title, output-scopes): Further
2035         development.
2036
2037         * input/test/title-markup.ly: New file.
2038
2039         * ps/lilyponddefs.ps: Disable PostScript titling.
2040
2041         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2042
2043 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2044
2045         * lily/arpeggio.cc (width_callback): remove padding.
2046  
2047         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2048
2049         * scm/define-music-types.scm: remove make-music-by-name.
2050
2051         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2052
2053 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2054
2055         * lily/paper-score.cc (process): Output titles using make-title.
2056
2057         * scm/output-ps.scm (output-stencil): Display directly instead of
2058         constructing string.
2059         (make-title): New function.
2060
2061 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2062
2063         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2064         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2065         Move documentation of LaTeX packages for latin1 characters to the
2066         lilypond-book manual.
2067
2068 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2069
2070         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2071
2072         * vimrc: add menu in console and shortcut <F10> for it.
2073
2074         * vim/:
2075         * vim/compiler/:
2076         * vim/syntax/:
2077         * vim/indent/:
2078         * vim/ftplugin/: new directories.
2079         
2080         * vim/filetype.vim: new file.
2081
2082         * lilypond.vim: remove files (see next).
2083         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2084
2085         * vimrc: remove file (see next).
2086         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2087
2088         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2089         add header. apply bindings only locally.
2090
2091         * vim/indent/lilypond.vim: new file.
2092
2093         * vim/ftplugin/lilypond.vim: remove errorformat.
2094         * vim/compiler/lilypond.vim: new file for errorformats.
2095
2096         * Documentation/topdocs/INSTALL.texi: give easier orders.
2097
2098         * ROADMAP: add vim/
2099
2100 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2101
2102         * Documentation/user/introduction.itely (Introduction): Use @image
2103         iso @html <img...>.  Add workaround for images in columns in info.
2104
2105         * stepmake/aclocal.m4: Store computed version in variable.
2106
2107         * configure.in: Export MAKEINFO_VERSION.
2108
2109         * config.make.in (MAKEINFO_VERSION): Add.
2110
2111         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2112
2113         * Documentation/user/GNUmakefile: Only build info with images when
2114         building web.
2115
2116         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2117
2118         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2119         stuff from documentation-targets.make
2120
2121 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2122
2123         * VERSION: 2.1.28 released
2124         
2125         * scripts/convert-ly.py (conv): 
2126
2127 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2128
2129         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2130         \arpeggioBoth. redefine \arpeggioBracket.
2131
2132         * Documentation/user/refman.itely: document new arpeggio
2133         functions.
2134
2135         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2136
2137         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2138
2139         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2140
2141 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2142
2143         * Documentation/user/introduction.itely (Automated engraving):
2144         rewrite introduction using website text.
2145
2146 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2147
2148         * scm/*.scm: make-music-by-name is replaced by make-music, which
2149         also accept music property settings, eg:
2150           (make-music 'TextScriptEvent 'direction DOWN 'text
2151               (make-simple-markup x))
2152
2153         Patch courtesy Nicolas Sceaux
2154
2155         * lily/beam-quanting.cc: cleanup, separate counts for left and
2156         right beam ends.
2157
2158         * lily/side-position-interface.cc (quantised_position): also
2159         quantize staccato position for forced stem directions. 
2160
2161 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2162
2163         * scm/*.scm: Patch by Nicolas Sceaux: 
2164
2165         * scm/music-functions.scm: ly:grob-property and ly:music-property
2166         are made procedure with setters.
2167
2168         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2169         
2170 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2171
2172         * input/test/[t-v]*.ly: finish rewriting texidocs.
2173
2174         * input/test/vaticana.ly: remove.
2175         * input/test/ligature-vaticana.ly: new, renamed file name.
2176
2177         * input/test/stem-centered.ly: remove.
2178         * input/test/mensural-note-heads.ly: new file. take content from
2179         removed file stem-centered.ly.
2180
2181         * input/test/scales-greek.ly: simplify.
2182
2183         * input/test/s*.ly: reformulate texidocs.
2184         
2185         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2186         of missing features.
2187
2188 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2189
2190         * input/test/[j-o]*.ly: update texidocs.
2191
2192 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2193
2194         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2195
2196         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2197         images.
2198
2199         * Documentation/user/lilypond.tely (@direntry): Update.
2200
2201         * stepmake/stepmake/documentation-targets.make
2202         (install-info,uninstall-info): Install into $(package_infodir).
2203         Install images.  Run install-info to update dir.
2204
2205         * config.make.in (package_infodir): Add.
2206
2207         * Documentation/user/GNUmakefile (info-with-images,
2208         local-install-info, local-uninstall-info): New target.
2209
2210 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2211
2212         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2213         gap/threshold.
2214
2215         * lily/beam-quanting.cc (score_slopes_dy): remove
2216         ROUND_TO_ZERO_SLOPE kludge.
2217
2218         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2219
2220         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2221
2222         * lily/global-context.cc (Global_context): alway accept Score
2223         (run_iterator_on_me): cast Context to Score_context, not
2224         Context_def.
2225
2226         * Documentation/user/refman.itely: documentation patch by Edward
2227         Sanford Sutton.
2228
2229         * mf/GNUmakefile: unset sauter-fonts.
2230
2231 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2232
2233         * scripts/lilypond-book.py (output_texinfo): Output @image
2234         descriptions for info too.
2235
2236         * input/test/chord-names-jazz.ly: 
2237         * input/test/embedded-scm.ly: Clarify.
2238
2239         * input/test/cautionaries.ly: Typo.
2240
2241         * lily/input-smob.cc (ly_input_location): Compile fix.
2242
2243 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2244
2245         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2246
2247         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2248         fixes problems with system defaults being reverted with \override
2249         on Score level.
2250
2251         * lily/global-context.cc (Global_context): apply property-ops to
2252         Global_context too. 
2253
2254 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2255
2256         * scm/output-ps.scm (stencil->string): Rewrite.
2257
2258 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2259
2260         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2261         impersonal style.
2262
2263 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2264
2265         * lily/input-smob.cc (ly_input_location: New function.
2266
2267         * scm/define-markup-commands.scm (upright): New markup command.
2268
2269         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2270
2271         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2272
2273         * scm/output-ps.scm (output-stencil): New function.
2274
2275         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2276         of snippet types; fixes @ignore and @verbatim blocks.
2277
2278 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2279
2280         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2281         to a file in printed documentation, instead, refer either to a 
2282         syntax or to an output.
2283
2284 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2285
2286         * input/regression/beam-center-slope.ly: Add test.
2287
2288 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2289
2290         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2291         (SAUTER_FONTS): Reinstate.
2292
2293         * scm/define-markup-commands.scm (caps): New markup command.
2294
2295         * scm/output-ps.scm (output-scopes): Experimental markup output.
2296
2297         * scm/: Add missing headers.
2298
2299         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2300
2301         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2302
2303 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2304
2305         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2306         Stray style cleanups.
2307
2308 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2309
2310         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2311         no dot combination.
2312
2313         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2314         substitute \override Staff.autoBeamSettings too
2315
2316         * Documentation/user/tutorial.itely: proofreading fixes by David
2317         Bobroff
2318
2319 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2320
2321         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2322
2323         * ps/music-drawing-routines.ps: 
2324         * ps/lilyponddefs.ps: Add end markers.
2325
2326 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2327
2328         * VERSION: 2.1.27 released.
2329         
2330         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2331
2332         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2333         obey documentation.
2334
2335 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2336
2337         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2338
2339         * scm/output-ps.scm: Resurrect.
2340         
2341         * scm/output-tex.scm: Minimal cleanups.
2342
2343         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2344
2345         * make/ly-rules.make: Remove any broken lily-*.tex files before
2346         lilypond-book run.
2347
2348         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2349         comment.
2350
2351         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2352         Enabled by default, may save 10% compile time.
2353
2354 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2355
2356         * lily/lyric-phrasing-engraver.cc: remove
2357         
2358         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2359         longer necessary. 
2360
2361         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2362         so lyric-phrasing-engraver is no longer necessary.
2363
2364         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2365         Grob_pq_engraver from Staff.
2366
2367         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2368         busyGrobs directly.
2369
2370         * input/regression/quote-transposition.ly: new file.
2371
2372         * lily/recording-group-engraver.cc (stop_translation_timestep):
2373         store instrumentTuning too. 
2374
2375         * lily/quote-iterator.cc (process): transpose events using
2376         instrumentTuning.
2377
2378         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2379         -> \tuning <pitch>
2380
2381         * lily/parser.yy (command_req): add \tuning command for setting
2382         instrument tuning of staff.
2383
2384         * Documentation/user/GNUmakefile
2385         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2386
2387         * Documentation/user/refman.itely (Customized accidental rules):
2388         typo.
2389
2390 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2391
2392         * Documentation/user/music-glossary.tely: remove the missing norwegian
2393         translation; they can be put in later properly.
2394
2395 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2396
2397         * lily/recording-group-engraver.cc (start_translation_timestep):
2398         init Recording_group_engraver twice.
2399
2400 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2401
2402         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
2403         stray style cleanups:
2404
2405         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
2406         -Wmissing-prototypes.
2407
2408         * flower/include/killing-cons.tcc (Killing_cons): Add template
2409         specifier for car_.
2410
2411         * flower/include/parray.hh (binsearchs): Add template specifier
2412         for maxkey.
2413
2414         * flower/include/interval.hh: Declare elem () with template specfier.
2415
2416 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2417
2418         * elisp/lilypond-indent.el (get-buffer-size): add customization
2419         groups for several variables (Reuben Thomas).
2420
2421 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2422
2423         * Documentation/user/invoking.itexi (Point and click): add index
2424         entry.
2425
2426         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
2427         go under beam.
2428
2429         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
2430         sarabande beam. 
2431
2432         * flower/warn.cc (programming_error): cross fingers not thumbs.
2433
2434         * lily/rest.cc (polyphonic_offset_callback): return 0 when
2435         staff-position is set.
2436
2437         * VERSION: release 2.1.26 
2438         
2439         * scm/chord-entry.scm (construct-chord): process transposition
2440         after processing explicit-11.  
2441
2442 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2443
2444         * lily/parser.yy (add_quote): add syntax for adding quotes:
2445         \addquote "id-string" Music
2446
2447         * scripts/lilypond-book.py (do_file): do not overwrite input file.
2448
2449         * scripts/convert-ly.py (conv): add rules for name changes.
2450
2451         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
2452         music/context/grob property functions. Internally, use
2453         get_property() and set_property() for both.
2454
2455 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
2456
2457         * elisp/lilypond-mode.el (get-buffer-size): define new function,
2458         for Emacs <= 20 (Laurent Martelli).
2459
2460 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2461
2462         * lily/parser.yy (command_element): extract quoted vector in
2463         parser.
2464
2465         * input/regression/quote.ly: new file.
2466
2467         * lily/sequential-iterator.cc (process): only process if moment >= 0.
2468
2469         * lily/parser.yy (command_element): \quote DURATION NAME: support
2470         cue notes. 
2471
2472         * lily/quote-iterator.cc (class Quote_iterator): new file.
2473
2474 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2475
2476         * lily/auto-beam-engraver.cc (try_music): accept and process
2477         beam-forbid-event.
2478
2479         * input/regression/auto-beam-no-beam.ly: new file.
2480
2481 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2482
2483         * lily/accidental.cc (print): Change font-relative-size ->
2484         font-size. Fixes cautionary-style = smaller.
2485
2486 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2487
2488         * lily/system-start-delimiter.cc (staff_brace): remove
2489         font-relative-size
2490
2491         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
2492         forgotten with scm_list_n. Fixes spurious coredumps.
2493
2494         * lily/accidental-engraver.cc (stop_translation_timestep): move
2495         update of localKeySignature to stop_translation_timestep (). This
2496         makes sure that all ties are noticed at the right moment.
2497         (stop_translation_timestep): clear tie only when right-side
2498         notehead was seen.
2499         (number_accidentals_from_sig): cleanup. 
2500
2501         * input/regression/accidental-tie.ly (mus): new file
2502
2503         * input/regression/tie-accidental, tie-break-accidental.ly: remove
2504         these longish tests.
2505
2506 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2507
2508         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
2509
2510         * THANKS: update bugreporter list.
2511
2512         * lily/beam.cc (print): broken beams last until end of staff.
2513         (print): broken beams start from prefatory matter.
2514
2515         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
2516
2517         * lily/paper-score.cc (process): dump header only once.
2518
2519         * lily/paper-outputter.cc (Paper_outputter): move logic into
2520         Scheme.
2521
2522         * scm/output-tex.scm (output-scopes): new function.
2523         (output-paper-def): new function
2524         (tex-string-def): new function
2525         (symbol->tex-key): new function
2526
2527         * scripts/convert-ly.py (conv): add rule for | ~
2528
2529 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
2530
2531         * input/regression/{many}.ly: refresh, trying to guess how
2532         it was designed.
2533
2534 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2535
2536         * VERSION: release 2.1.25
2537
2538         * scm/define-translator-properties.scm
2539         (all-user-translation-properties): add printOctaveNames
2540
2541         * ly/engraver-init.ly: remove Note_event_swallower from
2542         NoteNamesContext.
2543
2544         * lily/note-name-engraver.cc (process_music): new property
2545         printOctaveNames
2546
2547         * lily/context.cc (find_existing_context): remove support for
2548         Current.
2549
2550         * scm/music-functions.scm (set-accidental-style): new function;
2551         duplicate accidental macros.
2552
2553         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
2554
2555         * lily/note-name-engraver.cc (process_music):
2556         process_acknowledged_grobs () -> process_music ()
2557
2558         * scm/part-combiner.scm (determine-split-list): robustification.
2559
2560 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2561
2562         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
2563         lines for falling into beam-gap.
2564         (score_forbidden_quants): check all staff lines for falling in
2565         beam gaps.
2566
2567         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
2568         key/clef/time signatures. 
2569
2570         * input/test/ossia.ly: revise example.
2571
2572         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
2573         cleanup.
2574         
2575         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
2576         comply to Scheme standard.  Remove ly:get-paper-variable
2577
2578 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2579
2580         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
2581
2582 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2583
2584         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
2585         properties from Voice context. This fixes accidental size for
2586         staff-switches during grace contexts.
2587
2588         * lily/note-collision.cc (check_meshing_chords): only wipe heads
2589         if necessary. Else, simply wipe dots.
2590
2591         * input/test/beam-alternate.ly: new file
2592
2593         * input/test/piano-staff-distance.ly: new file.
2594
2595         * lily/translator-group.cc (recurse_down_translators): use
2596         Direction for bottom-up/top-down.
2597
2598         * lily/include/translator.hh (class Translator): add
2599         process_music() and do_announces(). This obviates
2600         recurse_down_{engravers,performers}.
2601
2602         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
2603         \melisma and \melismaEnd
2604
2605         * lily/melisma-engraver.cc (process_music): change to
2606         Melisma_translator, unify with performer. Accept
2607         ManualMelismaEvent.
2608
2609         * ly/engraver-init.ly: add Font_size_engraver.
2610
2611 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2612
2613         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
2614         it hara-kiri.
2615
2616         * input/regression/{many}.ly: improve descriptions trying to figure
2617         out what is tested.
2618
2619 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2620
2621         * lily/slur.cc (broken_trend_offset): robustness fix.
2622
2623         * VERSION: release 2.1.24
2624
2625         * lily/context.cc (find_create_context): go to Score if it exists.
2626
2627         * lily/context-scheme.cc: new file.
2628
2629         * lily/score-translator.cc (get_output): new file.
2630
2631         * lily/include/grob-info.hh: origin_contexts() now does not
2632         include the originating engraver
2633
2634         * lily/translator-group.cc (translator_each): clean up contents,
2635         remove superfluous stubs. Engraver_group_engraver and
2636         Performer_group_performer are the only classes using multiple
2637         inheritance.
2638
2639         * lily/include/score-context.hh (class Score_context): interface
2640         between Score_{engraver,performer} and Global_context.
2641
2642         * lily/include/global-context.hh (Context): change from
2643         global-translator. This is the entry point for contexts; it is not
2644         tweakable using \translator{}. Score is no longer the top context,
2645         but sits underneath Global.
2646
2647         * lily/include/context.hh (class Context): brain surgery: split
2648         out Context functionality from Translator_group. Context is now a
2649         separate type from Translator.
2650
2651 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2652
2653         * lily/include/translator.hh (class Translator): make
2654         get_score_context() and get_global_translator (), and use the one
2655         which is appropriate.
2656
2657         * lily/context.cc: partially put functionality of Translator_group
2658         into Context.
2659
2660         * lily/include/context.hh (Translator): new class: put between
2661         Translator and Translator_group. 
2662
2663         * lily/new-accidental-engraver.cc: remove file.
2664
2665 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2666
2667         * input/regression/{many}.ly: improve descriptions: use complete 
2668         sentences, try to describe what is tested, avoid `we´, do not use 
2669         don't, ... 
2670
2671 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
2672
2673         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
2674         is at EOL.
2675
2676         * Documentation/user/lilypond.tely: declare the topmost node only
2677         once; removes empty line in @contents.
2678
2679         * Documentation/user/music-glossary.tely: really add Finnish author.
2680         Draw more beatiful `->´ arrow in html: &rarr;
2681
2682 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2683
2684         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
2685
2686         * scripts/convert-ly.py (conv): add ly:music-list  change.
2687
2688         * lily/grob.cc: edit doc string.
2689
2690         * scm/define-grob-properties.scm (all-user-grob-properties):
2691         proofreading, editing of doc strings.
2692
2693         * input/regression/tablature-string-tunings.ly: new file.
2694
2695         * lily/staff-symbol-engraver.cc (process_music): new engraver,
2696         listen to stringTunings
2697
2698         * lily/align-interface.cc (align_elements_to_extents): remove Grob
2699         for self-alignment-[XY] code.
2700  
2701 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2702
2703         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
2704         cond) into function. Cleanup.
2705
2706         * lily/text-spanner.cc: remove text-repeat-if-broken property.
2707         
2708         * VERSION (PACKAGE_NAME): 2.1.23 released
2709
2710 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
2711
2712         * Documentation/user/{refman,internals}.itely: small fixes.
2713
2714 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2715
2716         * lily/accidental-engraver.cc (acknowledge_grob): don't make
2717         accidentals for harmonic notes
2718
2719         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
2720         for harmonic notes.
2721
2722         * scm/document-backend.scm (interface-doc): prune Grob
2723         documentation: don't duplicate interface information.
2724
2725         * lily/*.cc: lots of updates of doc strings.
2726
2727 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2728
2729         * input/test/ac-extra-voice.ly (accompany): remove file.
2730
2731         * input/test/maximum-rest-count.ly: remove file.
2732
2733         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2734         conversion rule for \translator { }. Apply everywhere.  
2735
2736         * lily/parser.yy (music_property_def): set property for \once in
2737         the PropertyMusic itself, not the ContextSpec.
2738         (property_operation): change syntax within \translator { }
2739
2740         * scm/define-music-properties.scm (all-music-properties): clean up.
2741
2742         * lily/auto-beam-engraver.cc (test_moment): use
2743         updated_grob_properties() to retrieve autoBeam settings.
2744
2745         * lily/spacing-spanner.cc: bound shortest_playing_len by
2746         measure_length
2747
2748         * lily/spacing-engraver.cc (acknowledge_grob): ignore
2749         multi-measure events for spacing computation.
2750
2751         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
2752         elliptical, to 1.49.
2753
2754         * lily/rest.cc (polyphonic_offset_callback): new function. Do
2755         vertical positioning for polyphony, without RestCollision object.
2756
2757         * lily/note-column.cc (add_head): prevent rests & note heads on
2758         one stem.
2759
2760         * lily/rest-collision.cc (do_shift): ignore rests with beams.
2761         (do_shift): rewrite only-rests case: use common refpoints: the
2762         routine will have sensible results when other rest-translations
2763         have taken place.
2764
2765         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
2766         < 0 case. 
2767
2768         * VERSION: 2.1.22 released
2769         
2770         * input/GNUmakefile (SUBDIRS): remove ascii-art
2771
2772 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2773
2774         * input/: Convert ly files that still had \property.  Fixes make
2775         web.  Remove exta spaces around '='. 
2776
2777         * scripts/convert-ly.py (conv): Redundant space fixes.
2778
2779         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
2780
2781 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2782
2783         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
2784         create scalable PS and PDFs  for input/{test,template,regression}.
2785
2786         * lily/context.cc (is_alias): move function.
2787         (is_alias): add Bottom as context alias. 
2788         (find_create_translator): add Bottom as a context alias for creation.
2789
2790         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
2791
2792         * lily/parser.yy (music_property_def): new syntax for property
2793         assignments:
2794
2795         \set A.B = #C , \unset A.B
2796         \override A.B #C = #D, \revert A.B #C 
2797
2798         * lily/my-lily-lexer.cc: remove \property
2799
2800 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
2801
2802         * Documentation/user/refman.itely: add dots after seealso refs.
2803
2804         * input/template/{many}.ly: harmonise descriptions.
2805
2806         * Documentation/user/music-glossary.itely: add Finnish author.
2807
2808 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2809
2810         * VERSION (PACKAGE_NAME): release 2.1.21
2811
2812 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2813
2814         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
2815
2816         * scripts/lilypond-book.py (snippet_res): @include filename must
2817         not be empty.
2818
2819 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2820
2821         * scm/documentation-generate.scm (markup-doc-string): dump
2822         markup-commands.tely
2823
2824         * scm/define-markup-commands.scm (override): new file.
2825         Move documentation from refman into doc-strings. 
2826
2827         * input/test/staff-container.ly: fix example.
2828
2829         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2830         StaffContainer
2831
2832         * lily/grob.cc: remove point_dimension_callback
2833         (Grob): read forced dimensions from X-extent and Y-extent.
2834         (get_paper): remove preset_extent.
2835
2836         * scm/define-grobs.scm (all-grob-descriptions): remove
2837         point_dimension_callback. 
2838
2839         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
2840         textscript to head. This makes no-spacing-rods work on
2841         DynamicText.
2842
2843         * lily/chord-name.cc: remove props chord, bass, inversion.
2844
2845         * Documentation/user/appendices.itely: add Scheme functions,
2846         context-properties and layout properties to manual.
2847
2848         * scm/part-combiner.scm (determine-split-list): include rests in a
2849         solo1/2 sequence.
2850
2851         * lily/new-part-combine-iterator.cc (substitute_both): new
2852         function.
2853         (class New_pc_iterator): add separate Voice=solo context, fixes
2854         autobeams going from chords to solo.
2855
2856 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2857
2858         * Documentation/user/invoking.itexi (Editor support): Fix typo.
2859
2860         * Documentation/user/tutorial.itely:
2861         * Documentation/user/refman.itely: Add short note about being part
2862         of lilypond.tely.
2863
2864         * COPYING: Make note more clear with respect to files that are
2865         explicitely licenced otherwise (Documention/user/ comes to mind).
2866         
2867         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
2868         comment about barfing of @c,{}.
2869
2870         * Documentation/user/music-glossary.tely: Add list of authors.
2871
2872         * stepmake/stepmake/library-rules.make: Thank Nelson only in
2873         source (was: also in build log).
2874
2875 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2876
2877         * lily/side-position-interface.cc (general_side_position): if
2878         staff-padding is set, then include staff in support too.
2879
2880         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
2881         module workbook
2882
2883         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
2884
2885         * lily/tuplet-engraver.cc: remove tupletInvisible
2886
2887         * scm/define-translator-properties.scm: cleanup, separate in
2888         internal and user props. 
2889
2890         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
2891         LyricsVoice -> Lyrics
2892
2893         * lily/new-part-combine-iterator.cc (process): only print warning
2894         for symbols.
2895
2896 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2897
2898         * scm/part-combiner.scm: Add proper header.
2899
2900         * All but lily/*: The great --2003 --2004 replace; the missing
2901         `bits'.
2902
2903         * TODO: Fix outline mode.  Add book notes.
2904
2905         * ROADMAP: Update.
2906
2907 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2908
2909         * scm/part-combiner.scm (make-autochange-music): use
2910         accumulator. Fixes stack overflow.
2911
2912         * lily/*: rename brew_molecule -> print , molecule-callback ->
2913         print-function
2914
2915         * scm/define-grob-properties.scm: cleanup. Separate into internal
2916         and user properties.
2917
2918         * lily/translator-property.cc (updated_grob_properties): new
2919         function
2920         (execute_pushpop_property): change to new convention:
2921         object property inits are stored as (cons ALIST BASED-ON). This
2922         storage format allows concurrent tweaks in different contexts.
2923
2924 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2925
2926         * TODO: new file.
2927
2928 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2929
2930         * debian/: Late Debian update (sorry Anthony).
2931
2932         * scripts/lilypond-book.py (do_file): Look for input_file in
2933         include path, or ask kpathsea if LATEX.
2934
2935         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
2936         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
2937         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
2938         --header=texidoc.
2939
2940         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
2941         relative.
2942
2943         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
2944         only when filtering, default to input_base otherwise.  Coding
2945         style fixes.
2946
2947 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2948
2949         * lily/include/translator.hh (class Translator): add virtual
2950         qualifier.
2951
2952 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2953
2954         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
2955
2956 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2957
2958         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
2959
2960         * Documentation/user/refman.itely: Run texinfo-all-menus-update
2961         (fixes make web).
2962
2963         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
2964         live in $(out)-www).
2965
2966         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
2967         dependencies.  Add link to .ly source in HTML output.
2968         (Lilypond_snippet.output_html): Handle multiple page picture
2969         output.
2970         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
2971         Make usable for output_texinfo again.
2972
2973         * Documentation/user/GNUmakefile: Add static dependency for
2974         lilypond.tely includes.
2975
2976         * Documentation/user/tutorial.itely: Add some lost `relative'
2977         ly-options.
2978
2979 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2980
2981         * lily/include/translator-group.hh: move Music_output_def member
2982         to Global_translator.
2983
2984         * scripts/lilypond-book.py (do_file):  fix latex output.
2985
2986         * VERSION: release 2.1.20
2987         
2988         * scm/part-combiner.scm (determine-split-list): robustness fix 
2989
2990         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
2991
2992         * lily/parser.yy (music_output_def_body): plug memory leak.
2993
2994         * lily/translator-group.cc (add_fresh_group_translator): plug
2995         memory leak: unprotect Translator_group once added.   
2996
2997         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
2998
2999         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3000         write .dep file.
3001         (Lilypond_snippet.ly): add \renameinput.
3002
3003 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3004
3005         * Documentation/user/refman.itely (Markup command definition): Doc
3006         by Nicolas Sceaux. Rewrite by Han-Wen
3007
3008         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3009         thing of the line.
3010         (brew_molecule): only remove if hyphen is not at the end of line.
3011         (set_spacing_rods): new function: minimum-length specifies
3012         distance between syllables.
3013
3014         * scm/define-grobs.scm (all-grob-descriptions): add
3015         Hyphen_spanner::set_spacing_rods to LyricHyphen
3016
3017         * input/regression/lyric-hyphen-break.ly: new file.
3018
3019         * input/test/lyric-hyphen-retain.ly: new file.
3020
3021         * lily/new-part-combine-iterator.cc (construct_children):
3022         add Rest direction.
3023
3024 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3025
3026         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3027
3028         * Documentation/bibliography/engraving.bib (donemus1982):
3029         update entry.
3030
3031 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3032
3033         * scripts/lilypond-book.py (Substring.__init__): new class.
3034         (Snippet.output_texinfo): add texidoc option.
3035         (Include_snippet.replacement_text): new class.
3036         (Lilypond_snippet.__init__): new class
3037         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3038
3039         * Documentation/user/refman.itely (Sound): 
3040         note about number of channels.
3041
3042         * scm/music-functions.scm (voicify-music): add \context Staff for
3043         << \\ >> polyphony.
3044
3045         * lily/parser.yy (verbose_command_req): \skip now creates
3046         SkipMusic, and does not lead to spurious staves.
3047
3048         * scm/define-music-types.scm (music-descriptions): rename
3049         NonEventSkip to SkipMusic
3050
3051         * input/no-notation/midi-lyric-barcheck.ly: new file.
3052
3053         * input/regression/collision-dots-invert.ly: new file.
3054
3055         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3056         case.
3057
3058         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3059         die if melody died too.
3060
3061 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3062
3063         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3064         with reading from stdin.
3065
3066         * lily/slur-performer.cc (try_music): new file.
3067
3068         * lily/melisma-performer.cc (try_music): new file. Handle
3069         melismata to help lyrics.
3070
3071         * lily/beam-performer.cc (try_music): new file. Handle beam events
3072         to help lyrics.
3073
3074         * lily/score-performer.cc (one_time_step): reinstate
3075         process_music().
3076
3077         * lily/performer.cc (process_music): add to interface.
3078
3079         * lily/performer-group-performer.cc (process_music): new function.
3080
3081         * lily/dot-column.cc (do_shifts): do collision resolution before
3082         dot positioning.
3083         
3084         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3085         file, process printfilename option.
3086         (Snippet.__init__): rewrite: do not use global variables h or
3087         index.
3088         (main): really support -I option.
3089         (find_toplevel_snippets): new code.
3090         (find_toplevel_snippets): reinstate old version, without global
3091         variables.
3092
3093         * tex/texinfo.tex: really add file.
3094         
3095 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3096
3097         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3098         compatibility.
3099
3100 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3101
3102         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3103
3104         * scm/define-translator-properties.scm (drumPitchTable): add
3105         property.
3106
3107         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3108         function.
3109         (help_summary): docstrings.
3110         (do_file): strip the dir of input_base too.
3111
3112 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3113
3114         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3115
3116         * Documentation/user/lilypond-book.itely: Update.
3117
3118         * make/ly-rules.make: Update lilypond-book commands.
3119
3120         * Documentation/user/GNUmakefile: Update makeinfo commands,
3121         lilypond-book flags.
3122
3123         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3124         
3125         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3126
3127         * scripts/filter-lilypond-book.py: Remove.
3128
3129         * Documentation/user/*tely: Update options for new lilypond-book.
3130
3131         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3132         with @macros in @includes.
3133
3134 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3135
3136         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3137         make rest-collision only.
3138
3139         * lily/break-substitution.cc (substitute_one_mutable_property):
3140         clear all-elements using scm_assq_remove_x(). 
3141
3142         * lily/rest-collision.cc (do_shift): shift single rests
3143
3144         * flower/include/array.hh (class Array): rename to is_empty ()
3145
3146         * lily/drum-note-performer.cc: new file: perform drum notes.
3147
3148         * VERSION (PACKAGE_NAME): release 2.1.19.
3149         
3150 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3151
3152         * scripts/filter-lilypond-book.py
3153         (classic_lilypond_book_compatibility): New function.
3154
3155 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3156
3157         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3158
3159         * Grand 2003 -> 2004 search replace. 
3160
3161         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3162         (i.e. < > )
3163
3164         * ly/performer-init.ly: add DrumStaff
3165
3166         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3167         lyric-interface; this prevents lines with only extender lines from
3168         being junked.
3169  
3170         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3171
3172         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3173         extenders right, for once and for all (hopefully).
3174         
3175         * lily/break-substitution.cc (substitute_one_mutable_property):
3176         clear old 'all-elements for System grobs.
3177
3178         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3179         that associatedVoiceContext is always assigned when music & lyrics
3180         are found. 
3181
3182         * ly/engraver-init.ly: remove Lyrics context.
3183         (TabVoice): add noteheads engraver
3184
3185         * input/test/improv.ly: update: do not use Thread switching. 
3186
3187         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3188         squashedPosition is a number  
3189
3190         * Documentation/user/refman.itely (Automatic note splitting):
3191         remove Thread references.
3192
3193         * input/no-notation/pc-direction.ly: remove file.
3194
3195         * ly/engraver-init.ly: remove Thread
3196
3197         * input/regression/tie-chord-partial.ly: remove file.
3198
3199         * scripts/convert-ly.py (conv): \harmonic rule
3200
3201         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3202         notation for harmonic notes: <c' g''\harmonic>
3203
3204         * lily/lily-guile.cc (alist_to_hashq): new function
3205
3206         * scm/lily.scm (alist->hash-table): new function.
3207
3208         * Documentation/user/refman.itely (Percussion staves): update doco.
3209
3210         * input/regression/drums.ly (timb): updates
3211
3212         * lily/note-performer.cc (create_audio_elements): robustness fix.
3213
3214         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3215
3216 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3217
3218         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3219         discard valid matches.
3220
3221 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3222
3223         * lily/drum-note-engraver.cc: new file.
3224
3225         * ly/drumpitch-init.ly: move drum definitions
3226
3227         * scm/drums.scm: remove file.
3228
3229         * lily/*.cc: remove abort-event everywhere.
3230
3231         * lily/note-heads-engraver.cc (process_music): robustification.
3232
3233         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3234         robustification.
3235
3236         * lily/parser.yy (simple_element): add \drums mode.
3237         (simple_element): remove \pitchnames , \chordmodifiers. Use
3238         variables to store this. 
3239
3240         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3241         outside \notes.
3242
3243         * VERSION: release 2.1.18.
3244         
3245         * input/test: remove octave-duplicate.ly
3246
3247 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3248
3249         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3250
3251 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3252
3253         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3254         constructor from Music_iterator. Changes throughout.
3255
3256         * lily/include/music-iterator.hh (class Music_iterator): remove
3257         Music_iterator::skip and Music_iterator::get_pending_events from
3258         interface. Rename report_to -> get_outlet 
3259
3260         * lily/auto-change-iterator.cc: move contents from
3261         new-auto-change-iterator.cc from
3262
3263         * scm/part-combiner.scm: determine split-list from Scheme. 
3264
3265         * lily/new-auto-change-iterator.cc (process): new file.
3266
3267         * lily/parser.yy (part_combined_music): remove old PC cruft.
3268
3269         * ly/engraver-init.ly: remove old
3270         PC cruft.
3271
3272         * Documentation/user/refman.itely (The Lyrics context): note about
3273         extender lines.
3274
3275         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3276         to allow 0-length mmrest events.
3277
3278         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3279
3280         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3281
3282         * lily/spacing-engraver.cc (finalize): robustifications.
3283
3284         * input/regression/new-part-combine-solo-global.ly: new file.
3285
3286         * scm/part-combiner.scm: rewrite.
3287
3288 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3289
3290         * Documentation/user/refman.itely, input/puer-fragment.ly,
3291         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3292         updated for proper use of lyricsto; replaced "(" and ")" ->
3293         "\melisma" and "\melismaEnd"
3294
3295         * input/test/ancient-font.ly: small updates to reduce compile
3296         warnings (TODO: junk this file)
3297
3298         * input/test/gregorian-scripts.ly: added comment about bug
3299
3300         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3301         tiny robustness fix
3302
3303         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3304         recent changes in the feta code); temporarily mapped mensural g
3305         clef to a copy of petrucci g clef until mensural g clef will have
3306         been rewritten
3307
3308         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3309         between mensural and neo-mensural heads (this broke quite a while
3310         ago)
3311
3312         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3313
3314 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3315
3316         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3317         indication.  Fixes for verbatim, multi line comments.
3318
3319 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3320
3321         * input/regression/new-part-combine-solo.ly: more cases.
3322
3323         * lily/slur.cc (height): robustness fix.
3324
3325         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3326
3327         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3328         stemUp/stemDown.
3329
3330         * scm/music-functions.scm (determine-split-list): further analysis.
3331
3332         * lily/script-engraver.cc (try_music): discard duplicate
3333         articulations.
3334
3335         * input/regression/new-part-combine-solo.ly: new file
3336
3337         * input/regression/new-part-combine-a2.ly: new file.
3338
3339         * ly/performer-init.ly: add Devnull
3340
3341         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3342         for \musicglyph #"accidental-*"
3343         (conv): \newpartcombine rule.
3344
3345 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3346
3347         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3348
3349 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3350
3351         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3352         textwidth, --output.
3353
3354 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3355
3356         * scm/new-markup.scm (doubleflat): add accidental markups.
3357
3358         * VERSION: release 2.1.17
3359         
3360         * Documentation/user/refman.itely (Automatic part combining):
3361         revise documentation of the part-combiner.
3362
3363         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3364         
3365         * input/test/part-combine-{moment,staff}.ly: remove file.
3366
3367         * input/regression/pc-mmrest.ly (two): remove file.
3368
3369         * scm/define-music-types.scm (music-descriptions): add
3370         Solo{One,Two}Event and UnisonoEvent
3371
3372         * lily/new-part-combine-iterator.cc (unisono): add state_
3373         variable, signal changes with part-combine-event.
3374
3375         * input/regression/new-part-combine-text.ly: new file.
3376
3377         * lily/part-combine-engraver.cc: new file.
3378
3379 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3380
3381         * scripts/filter-lilypond-book.py: Handle snippet options.
3382
3383 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3384
3385         * scm/music-functions.scm (determine-split-list): detect solo1/2
3386         and unisono.
3387
3388         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3389         revert fix, document why.
3390
3391         * lily/tie-performer.cc (process_music): new function. Set melisma
3392         property.
3393
3394         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
3395         always smaller than bracket size.
3396         (make_bracket): oops. Size of the gap was off by factor 2
3397
3398         * input/test/text-rotate.ly: new file.
3399
3400         * scm/new-markup.scm (markup): a macro that provides a
3401         LilyPond-like syntax in scheme for building markups, in order to
3402         help markup command definition. (Nicolas Sceaux)
3403
3404         * input/test/lyrics-skip-notes.ly: new example.
3405
3406         * lily/parser.yy (post_event): make HYPHEN into postfix event.
3407
3408         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
3409         use is_alias() iso. == . This fixes lyrics on
3410         GregorianTranscriptions. 
3411
3412 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3413
3414         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
3415         \thispagestyle{lastpage} to avoid that it's printed on the second
3416         last page when there's only a single score line on the last page.
3417         (The page breaking mechanism in TeX played some ugly tricks to us.)
3418
3419 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3420
3421         * scripts/filter-lilypond-book.py: Further development.
3422
3423         * input/regression/collision-dots-move.ly: New test.
3424
3425         * lily/note-collision.cc (check_meshing_chords): Move dots on left
3426         hand side note head of non-merged collision to the right.
3427
3428         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
3429         Construct children before accessing property from emtpy
3430         lyrics_context_.
3431         (construct_children): Find thread before finding LyricsVoice.
3432         Create LyricsVoice one if none found, fixes crash (thanks Erik
3433         Sandberg).
3434
3435 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3436
3437         * cygwin/: Forward port.
3438
3439 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3440
3441         * buildscripts/install-info-html.sh: Use Bash.
3442
3443         * cygwin/mknetrel: Patch from Bert.
3444
3445 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3446
3447         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
3448
3449         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
3450         try to copy *png, index.html (Bertalan Fodor).
3451
3452         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
3453
3454 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3455
3456         * lily/note-collision.cc (check_meshing_chords): Do not remove
3457         dots (from down head) when merging similar heads (thanks Matthias
3458         Kilian).  Simplify merge_possible tests and other cleanups
3459
3460         * input/regression/collision-merge-differently-dotted.ly: Add test
3461         for disappearing dots on similar heads for both voices.
3462
3463 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3464
3465         * Documentation/user/invoking.itexi (Invoking lilypond): Document
3466         that tagline overrides copyright for single page scores. Correct
3467         the default tagline value.
3468
3469 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3470
3471         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
3472
3473 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3474
3475         * buildscripts/lilypond-login.sh: Avoid warning about undefined
3476         TEXMF if it's previously unset.
3477
3478 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
3479
3480         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
3481
3482         * input/test/trills.ly: fix the unfolding of lineprall.
3483
3484         * input/test/figured-bass-alternative.ly: fix accidental.
3485
3486 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3487
3488         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
3489         
3490         * input/no-notation/dos-guile.ly: 
3491         * input/no-notation/dos-ps.ly: 
3492         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
3493         
3494         * input/no-notation/safe-include.ly:
3495         * input/no-notation/safe-guile.ly:
3496         * input/no-notation/safe-ps.ly: 
3497         * input/no-notation/safe-tex.ly: New file.
3498
3499         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
3500         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
3501         options now.
3502         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
3503         When in --safe-mode, set environment openout_any=p[aranoid].
3504
3505         * tex/ltest.tex: 
3506         * tex/lilyponddefs.tex: Add \nofiles.
3507
3508         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
3509         options.
3510
3511         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
3512         This allows building the user manual using a binary installation
3513         and a matching unpacked source tree.
3514
3515         * scm/lily.scm (safe-module): New variable. 
3516
3517         * lily/includable-lexer.cc (new_input): Fix error messages.
3518
3519         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
3520         If SAFE, evaluate in safe-module.  Change callers.
3521
3522         * lily/main.cc (Long_option_init): Reinstate safe-mode.
3523
3524         * lily/lexer.ll (embedded_scm): While processing main-input,
3525         invoke ly_parse_scm with safe mode if running in safe-mode.
3526         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
3527         in init.ly for safe-mode.
3528
3529 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3530
3531         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
3532         compatibility with old versions of geometry.sty (compat2
3533         already implied includehead).
3534         Change the page layout slightly so bottom + footskip = top +
3535         headheight + headsep = 16mm, the remaining paperheight-32mm
3536         are used for the music. Increase footskip to 5mm, so the top of
3537         the footer text doesn't touch the music.
3538
3539 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3540
3541         * VERSION: release 2.1.16
3542         
3543         * scm/music-functions.scm (determine-split-list): bugfix: only use
3544         new-active for both voices if both indexes advance. This fixes the
3545         biggest outstanding problem with new-pc. 
3546
3547         * lily/new-part-combine-iterator.cc (construct_children): set more
3548         directions.
3549
3550 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3551
3552         * scripts/convert-ly.py (conv): add instrument rule.
3553
3554         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
3555
3556         * lily/side-position-interface.cc: remove add_staff_support ()
3557         Change all callers to use staff-padding.
3558
3559         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
3560         make_spanner().
3561
3562         * lily/a2-engraver.cc (process_acknowledged_grobs): 
3563
3564         * lily/text-engraver.cc: remove scriptHorizontal property.
3565
3566         * lily/beam.cc (least_squares): also set least-squares-dy for
3567         special case of slanted 2-stem beam to center.
3568
3569         * lily/side-position-interface.cc (out_of_staff): move contents of
3570         out_of_staff into aligned_side.
3571         remove out_of_staff().
3572
3573         * input/regression/measure-grouping.ly: fix warning.
3574
3575         * lily/side-position-interface.cc: add staff-padding support to
3576         Side_position_interface::aligned_side.
3577
3578         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
3579         one get_property too many.
3580
3581         * flower/include/drul-array.hh (linear_combination): new function
3582         (scale_drul): new function
3583
3584         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
3585         operations on empty intervals are silly.
3586
3587 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3588
3589         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
3590         (iso gh_scm2int), fixes crash in new part-combiner.
3591
3592         * configure.in: Up mftrace to 1.0.27.
3593
3594 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3595
3596         * VERSION: release 2.1.15
3597         
3598         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
3599         align all stanza numbers.
3600
3601 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
3602
3603         * Documentation/user/{introduction.itely,refman.itely,
3604         converters.itely}: fix some text inside parentheses; text should
3605         be readable (even) if parentheses are either replaced with commas 
3606         or dropped out.
3607
3608 2004-01-25  Werner Lemberg  <wl@gnu.org>
3609
3610         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
3611         input/test/vaticana.ly, input/test/ancient-font.ly,
3612         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
3613         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
3614         ly/params-as-init.ly, scm/define-grobs.scm,
3615         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
3616
3617         * ly/params-as-init.ly: Removed.  Obsolete.
3618         * buildscripts/lilypond.words.py: Updated.
3619
3620 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3621
3622         * mf/parmesan-clefs.mf: switch off mensural G clefs.
3623
3624         * mf/feta-din{4,5,7,9}.mf: remove.
3625         
3626         * lily/engraver.cc (internal_make_item): centralize item/spanner
3627         factory.
3628
3629         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
3630         do correct chord conversion for ^"sim."  (backportme)
3631         (FatalConversionError.sub_articulations): substitute ^"foo" in
3632         chords too. (backportme)
3633
3634         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
3635         for Fingering.
3636
3637         * lily/side-position-interface.cc (out_of_staff): don't do
3638         anything if staff-padding not defined. 
3639
3640         * mf/feta-params.mf (stafflines): introduce linethickness as
3641         general blackness of the font.
3642
3643         * lily/stem.cc (position_noteheads): rounding error robustness.
3644
3645         * input/regression/rest-collision-beam.ly: move beam/rest stuff
3646         from beam-collision.ly 
3647
3648         * lily/beam.cc (rest_collision_callback): remove direction.
3649
3650         * scm/define-grobs.scm (all-grob-descriptions): remove
3651         enclose-bounds in OttavaBracket and PianoPedalBracket
3652
3653         * scm/new-markup.scm (def-markup-command) new macro, which takes
3654         care of defining the COMMAND-markup and make-COMMAND-markup
3655         procedures, setting markup-signature and keyword-signature object
3656         properties, and pushing the markup command in
3657         markup-function-list.
3658
3659         All markup commands are defined thanks to it.  Users may also use
3660         it to define their own markup commands. (Nicolas Sceaux)
3661
3662         * scm/new-markup.scm: Scheme style clean-up: there should be no
3663         parenthesis alone on a line; LET* should not be used where LET is
3664         enough. (Nicolas Sceaux)
3665
3666 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3667
3668         * scripts/filter-lilypond-book.py: Add script.
3669
3670 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3671
3672         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
3673
3674 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3675
3676         * Documentation/user/refman.itely (Fingering instructions): add
3677         single note chords. 
3678
3679         * lily/multi-measure-rest-engraver.cc: use a single
3680         MultiMeasureEvent for mm rests. This prevents problems with the
3681         new part combiner.
3682
3683         * scm/music-functions.scm (determine-split-list): analysis has
3684         global effect: a difference halfway a phrase makes the entire
3685         phrase be typeset as apart.
3686         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
3687
3688 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3689
3690         * ly/performer-init.ly: add Devnull.
3691
3692         * Documentation/user/refman.itely (Font selection): remove paper20
3693         ref.
3694         
3695 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3696
3697         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
3698
3699 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3700
3701         * scm/music-functions.scm (determine-split-list): bugfixes.
3702
3703         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
3704
3705         * input/test/scales-greek.ly: use C as base, results in different
3706         alterations at the clef.
3707
3708         * input/regression/pedal-ped.ly: new file.
3709
3710         * input/regression/pedal-bracket.ly: new file.
3711
3712         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
3713         replace after_line_breaking()
3714
3715         * lily/line-interface.cc (line): read thickness.
3716         (line): dash-fraction = 0 always for dotted-line style.
3717
3718         * input/test/staff-lines.ly (lower): bugfix.
3719
3720         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
3721         \accepts Devnull into Score.
3722
3723         * scm/lily.scm: remove bla.scm load.
3724
3725 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3726
3727         * VERSION: release 2.1.14
3728         
3729         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
3730
3731         * lily/side-position-interface.cc (general_side_position): add
3732         Staff_symbol_referencer::staff_space ().
3733
3734         * lily/include/context-def.hh: rename from translator-def.hh
3735
3736 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3737
3738         * input/template/piano-dynamics.ly (pedal): Updated definition of
3739         Dynamics such that \cresc works, for example.
3740
3741 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3742
3743         * lily/stem.cc (calc_stem_info): use
3744         Staff_symbol_referencer::staff_space
3745
3746         * lily/beam-quanting.cc (quanting): scale Stem_info 
3747
3748         * lily/beam.cc (rest_collision_callback): use minimum-distance
3749         property for rest/beam collisions.
3750         (rest_collision_callback): bugfixes.
3751
3752         * lily/system.cc (post_processing): extra-offset is now relative
3753         to the size of the current staff.
3754
3755         * scm/music-functions.scm (notice-the-events-for-pc): record all
3756         voices, only analyze "one" and "two".
3757
3758         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
3759         not parent. 
3760
3761         * lily/new-part-combine-iterator.cc (construct_children): create
3762         Devnull from Voice context
3763
3764         * scm/music-functions.scm (determine-split-list): bugfixes.
3765
3766         * lily/lily-guile.cc (robust_scm2int): new function
3767
3768         * lily/staff-symbol-referencer.cc (line_thickness): new
3769         function. Use throughout.
3770
3771         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
3772         in its own context.  Add to preset font-size.
3773
3774         * lily/stem.cc (thickness): new function.
3775
3776         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
3777         compute thickness from ledger-line-thickness.
3778
3779         * lily/note-head.cc (brew_ledger_lines): use
3780         Staff_symbol::get_ledger_line_thickness ().
3781
3782         * lily/beam.cc (rest_collision_callback): use
3783         Staff_symbol_referencer::staff_space().
3784
3785         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
3786         Mus1 Mus2
3787
3788         * lily/include/translator.hh (class Translator): add accepts_list_
3789         so  \with { \denies / \accepts } also works.
3790
3791         * scm/music-functions.scm (determine-split-list): determine split
3792         list from music events.
3793
3794         * lily/new-part-combine-iterator.cc: more states.
3795
3796         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
3797
3798 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3799
3800         * lily/system.cc (set_loose_columns): use the right prebroken cols
3801         for interpolating loose column position.
3802
3803         * lily/text-spanner.cc (brew_molecule): default to no vertical
3804         lines.
3805
3806         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
3807         take space.
3808
3809         * scm/define-grobs.scm (all-grob-descriptions): less padding.
3810
3811 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3812
3813         * scripts/convert-ly.py: Do not test filename when processing
3814         stdin.
3815
3816         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
3817
3818 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3819
3820         * lily/axis-group-engraver.cc (finalize): extra check; if
3821         process_music () is never called, then staffline_ == 0.
3822
3823         * lily/simultaneous-music-iterator.cc (pending_moment): don't
3824         check run_always ().
3825         
3826         * VERSION: release 2.1.13
3827
3828         * input/regression/note-head-style.ly (pattern): cleanup.
3829
3830         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
3831         downloading.
3832
3833         * scm/output-lib.scm (shift-right-at-line-begin): new function:
3834         kludge rehearsalmark placement.
3835
3836         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
3837         , ly:spanner?
3838
3839         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
3840         close to note head for accidentals.
3841
3842         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
3843         tuplet direction.
3844
3845         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
3846
3847 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3848
3849         * lily/include/music-iterator.hh (class Music_iterator): add
3850         substitute_outlet() to iterator API.
3851
3852         * lily/new-part-combine-iterator.cc (construct_children):
3853         New_pc_iterator: new class, better part combining.
3854
3855         * lily/tie-column.cc (werner_directions): new function
3856
3857         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
3858
3859         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
3860         empty objects group spanner as parent
3861
3862         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
3863         slope against graphical slope.
3864
3865         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
3866         for ottava bracket.
3867
3868         * lily/side-position-interface.cc (general_side_position):
3869         opps. reinstate *dir.
3870
3871         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
3872         parser run.
3873
3874         * lily/tuplet-bracket.cc: remove calc_dy ().
3875
3876         * Documentation/user/refman.itely (Balloon help): document balloon
3877         help
3878
3879 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3880
3881         * scm/document-backend.scm (check-dangling-properties): Grob
3882         properties are defined define-grob-properties.scm.
3883         
3884 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3885         
3886         * VERSION: release 2.1.12
3887
3888         * scm/define-grobs.scm (all-grob-descriptions): larger font for
3889         ChordName
3890
3891         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
3892         relation to surroundings.
3893
3894         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
3895         Y-extent to the note-extents: stay clear of the staff.
3896
3897 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3898
3899         * Documentation/user/GNUmakefile
3900         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
3901         iso. copy.
3902
3903         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
3904
3905         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
3906
3907         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
3908
3909         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
3910
3911         * lily/line-interface.cc (line): remove thickness from calling interface.
3912
3913         * lily/hairpin.cc: use Line_interface
3914
3915         * lily/line-interface.cc: new file. Line_interface for everything
3916         with dotted/dashed lines.
3917         
3918
3919         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
3920
3921         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
3922         for constructing ottava brackets.
3923         
3924         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
3925         the note heads.
3926
3927         * Documentation/user/internals.itely (Engravers and performers):
3928         fix broken link.
3929
3930         * scm/music-functions.scm (make-mark-set): new function.
3931
3932         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
3933         functionally identical to beam.
3934
3935         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
3936         () with beam (). 
3937
3938         * Documentation/user/refman.itely (Rehearsal marks): document new
3939         functionality.
3940
3941         * input/regression/rehearsal-mark-number.ly: new file.
3942
3943         * input/regression/rehearsal-mark-letter.ly: new file.
3944
3945         * scm/translation-functions.scm (number->mark-string): new function
3946         (format-mark-letters): new function
3947         (format-mark-numbers): new function
3948
3949         * lily/mark-engraver.cc (process_music): rehearsalMark is now
3950         integer; formatting is done through markFormatter property.
3951         
3952         * scm/define-translator-properties.scm: fold all *-done properties
3953         into positioning-done.
3954
3955         * lily/beam.cc (position_beam): new function
3956         (brew_molecule): make sure that positions are calced before making
3957         the molecule.
3958
3959         * scm/output*.scm (beam):  take 4th argument for function.
3960
3961         * ps/music-drawing-routines.ps: take blot as 4th argument.
3962
3963         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
3964         stem to avoid small dents.
3965         
3966 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3967
3968         * VERSION: release 2.1.11
3969
3970         * input/regression/balloon.ly: new file.
3971
3972         * lily/balloon.cc (brew_molecule): new file: draw boxes around
3973         objects, and make help texts. 
3974
3975         * scm/new-markup.scm (parse-simple-duration): parse duration
3976         string to log & dots. (Thanks Nicolas!)
3977
3978         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
3979         rule.
3980
3981 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
3982
3983         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
3984         Lemberg).
3985
3986         * THANKS: alphabetic order.
3987
3988 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3989
3990         * input/regression/note-head-harmonic.ly: new file.
3991
3992         * Documentation/user/internals.itely (Technical manual): explain
3993         difference between music, translation, layout.
3994
3995         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
3996
3997         * scm/output-ascii-script.scm (bracket): rounding bfs.
3998
3999         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4000
4001         * ly/paper*.ly: remove files. 
4002         
4003         * scm/paper.scm (set-staff-size): new function: set default
4004         staff-size.
4005
4006         * scripts/convert-ly.py (conv): add conversion rule.
4007
4008         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4009         function.
4010
4011         * scm/paper.scm: new file.
4012         (set-staff-size): new function 
4013         (set-paper-size): new function
4014
4015         * lily/parser.yy (music_output_def_body): restructure definition,
4016         so first Scheme statement in \paper also happens in new scope. 
4017
4018         * lily/system.cc (post_processing): move uniquify_list () to
4019         dumping molecule stage.
4020
4021         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4022         this will mess up scores that use barchecks to shorten measures.
4023
4024         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4025         at 20pt too.
4026
4027         * Documentation/user/tutorial.itely (Printing lyrics): document
4028         \lyricsto
4029
4030         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4031
4032         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4033
4034         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4035         if Voice is not found.
4036
4037         * VERSION: release 2.1.10
4038         
4039         * input/{test,regression}/: remove old-relative 
4040
4041         * lily/lexer.ll: add empty markup signature. 
4042
4043         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4044         strut markup
4045
4046         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4047
4048         * scm/define-translator-properties.scm: update melismata property
4049         doco.
4050
4051         * lily/system.cc (output_lines): revert uniquify_list() patch,
4052         strange side effects seen.
4053         
4054         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4055         dash-period < 0.
4056
4057         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4058         for flute. 
4059
4060 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4061
4062         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4063
4064         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4065
4066         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4067         of line breaks.
4068         (brew_molecule): add padding to left, not right.
4069
4070         * lily/system.cc (uniquify_list): new function
4071         (output_lines): uniquify_list () on all-elements. This fixes
4072         double symbols in the output.
4073
4074         * lily/beam.cc (rest_collision_callback): don't move anything if
4075         staff-position is set.
4076
4077         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4078
4079         * lily/system.cc (typeset_grob): warn if adding twice.
4080
4081         * lily/sequential-iterator.cc (run_always): implement run_always().
4082         (also in other files.)
4083         
4084         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4085
4086         * lily/event.cc (to_relative_octave): add octave-check.
4087
4088         * Documentation/user/refman.itely (Line breaking): add noBreak.
4089
4090         * scm/new-markup.scm (normalsize-markup): add function.
4091         (sans-markup): new function.
4092
4093         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4094         come earlier nowadays.  This fixes beams on grace notes.
4095         
4096         * scm/music-functions.scm (direction-polyphonic-grobs): new
4097         variable, share between override and revert. This fixes script
4098         directions in polyphonic sections. (backportme)
4099
4100 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4101
4102         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4103         breakpoints.
4104
4105         * lily/break-align-interface.cc: add doco
4106
4107         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4108
4109 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4110
4111         * VERSION: release 2.1.9
4112
4113         * scm/document-markup.scm (markup-doc-node): add note about naming.
4114
4115         * scm/new-markup.scm (left-align-markup): bugfix. 
4116
4117         * Documentation/user/refman.itely (Ottava brackets): more doco for
4118         ottava.
4119
4120         * lily/side-position-interface.cc (out_of_staff): also do
4121         out_of_staff() correctly for d == DOWN.
4122
4123         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4124         horizontal line if they move to the right.
4125         
4126         * scm/define-grobs.scm (all-grob-descriptions): set
4127         text-repeat-if-broken for ottava spanner
4128
4129         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4130         property.
4131
4132         * mf/feta18.mf: design size is 18 not 22.5
4133
4134         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4135         Add a single LyricsVoice to a melody. Melismata may be set
4136         individually.
4137
4138         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4139
4140         * lily/dot-column.cc: add stdio.h
4141
4142 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4143
4144         * lily/item.cc: documentation for break-visibility (Thanks, John).
4145
4146 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4147
4148         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4149
4150         * lily/translator-def.cc: rename Translator_def to Context_def.
4151
4152         * Documentation/user/internals.itely (Lexical details): clarify
4153         string def.
4154
4155         * Documentation/user/refman.itely (Rhythmic music): add link to
4156         RhythmicStaff 
4157
4158 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4159
4160         * lily/translator.cc: document start_translation_timestep()
4161
4162         * scm/output-tex.scm (tex-encoded-fontswitch): use
4163         round for rounding (inexact->exact yields rationals)
4164
4165         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4166
4167         * lily/translator-group.cc (get_simple_trans_list): 
4168         new function; construct simple_trans_list_ lazily.
4169         
4170 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4171
4172         * lily/paper-outputter.cc (output_scope): Check if number before
4173         checking exact (guile cvs).
4174
4175         * scm/*: Escape backslashes in scheme strings (guile cvs).
4176
4177 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4178
4179         * Documentation/user/refman.itely (Tablatures basic): annotate
4180         seealso sections.
4181
4182         * lily/*.cc: cleanup of engraver initialize() functions.
4183
4184         * lily/repeat-acknowledge-engraver.cc
4185         (start_translation_timestep): remove first_b_
4186
4187         * lily/tab-note-heads-engraver.cc: listen to string number events
4188         inside < > too. (backportme).
4189
4190         * Documentation/user/refman.itely (Text scripts): add fatText to
4191         index.
4192
4193 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4194
4195         * VERSION: 2.1.8
4196
4197         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4198         footer.
4199
4200         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4201
4202         * lily/bar-check-iterator.cc (process): only warn if
4203         barCheckLastFail was changed.
4204
4205         * scm/define-translator-properties.scm (barCheckLastFail): add
4206         property.
4207
4208         * lily/main.cc (main_prog): print summary of failed files.
4209
4210         * lily/axis-group-engraver.cc: move all spanner creation to
4211         process_music (). Now staffs can be adjusted with \override too.
4212         (Jan, you are a brilliant programmer!)
4213         
4214         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4215
4216 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4217
4218         * Documentation/user/tutorial.itely (Integrating text and music):
4219         Show the commands to produce a PDF as well.
4220
4221 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4222
4223         * lily/translator-def.cc (get_translator_names): accept user
4224         tweaks too. 
4225
4226         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4227         as big as normal heads. 
4228
4229         * input/*ly: run convert-ly
4230         
4231         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4232         () if dependencies are fluked.
4233
4234         * scm/document-translation.scm (engraver-doc-string): update on
4235         latest string/symbol conventions.
4236
4237         * lily/translator-ctors.cc: use Scheme_hash_table.
4238
4239         * lily/translator-def.cc (get_translator_names): new function
4240         (add_context_mod): new function
4241         (get_accepted): new function
4242
4243         * lily/parser.yy (context_mod): put all modifications of
4244         \translator { } in a single production, encode as SCM.
4245
4246         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4247         to use read-only lists, so additions to the definition can be
4248         prepended easily.  
4249
4250         * Documentation/user/invoking.itexi (Editor support): add node on
4251         editor support.
4252
4253         * Documentation/user/refman.itely (Bar check): add lyrics example
4254         of bar checks. 
4255
4256         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4257
4258         * scripts/convert-ly.py (conv): add conversion rule.
4259
4260         * lily/parser.yy: use \change iso. \translator for staff switch.
4261
4262         * lily/my-lily-lexer.cc: add \change.
4263
4264         * scm/define-translator-properties.scm
4265         (default-melisma-properties): add definition.
4266
4267 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4268
4269         * Documentation/user/refman.itely (Bar lines): clarification of
4270         systemStartDelimiter. 
4271
4272         * input/test/slur-shape.ly (x): remove file.
4273
4274         * lily/translator-group.cc (apply_property_operations): new function.
4275
4276 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4277
4278         * lily/parser.yy (optional_prop_ops): allow \with {
4279         PROPERTYSETTINGS } following \context or \new.
4280
4281         * lily/my-lily-lexer.cc: add \with.
4282
4283         * lily/parser.yy (property_operation): clean up definition of
4284         property operations.
4285         (property_op_to_music): new function.
4286         (context_spec_music): new function
4287
4288         * VERSION: 2.1.7 released.
4289         
4290         * input/regression/collision-merge-dots.ly: new file.
4291
4292         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4293         then kill the dots too. 
4294
4295         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4296         set/unset breakableSeparationItem
4297
4298         * lily/separation-item.cc (relative_width): add function.
4299
4300         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4301         only-prebreak-interface
4302
4303         * lily/system.cc (output_lines): only junk only-prebreak-interface
4304         grobs.
4305
4306         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4307         read breakableSeparationItem
4308
4309         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4310
4311         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4312
4313         * lily/dot-column.cc (dot_config_badness): new function:
4314         select the best scoring dot configuration: dots should go close to
4315         the note heads, but be shifted up or down according to conventions.
4316         (print_dot_configuration): idem.
4317         (shift_one): idem
4318         (remove_collision): idem.
4319
4320         * input/regression/dots.ly: add more test cases.
4321
4322 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4323
4324         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4325
4326         * flower/include/interval.hh: rename elem_b to contains 
4327
4328         * lily/tie.cc: change 'heads to 'head-pair.
4329
4330         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4331         fill in 'heads field.
4332
4333         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4334         minimum-length for short ones, and shorten so collisions with the
4335         next syllable are avoided.
4336
4337         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4338         near-zero slopes.
4339         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4340
4341         * lily/dots.cc: remove quantized_position callback. All Y
4342         positioning is done by dot-column.cc
4343
4344         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4345         exhaustive test of all dot positions. This fixes disappearing dots
4346         in dotted chords.
4347
4348 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4349
4350         * mf/feta-klef.mf (test_staff): fatten up G clef
4351         (test_staff): fatten up f clef.
4352         
4353
4354 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4355
4356         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4357         * input/les-nereides.ly: Use latin1 characters for title, like
4358         Morgenlied.
4359
4360 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4361
4362         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4363         cmb10).
4364
4365         * lily/lyric-extender.cc (brew_molecule): add little space before
4366         extender line.
4367
4368         * lily/beam-quanting.cc (score_forbidden_quants): check if
4369         outer stafflines fall in any beam gaps.
4370
4371         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4372         for lyric texts.
4373
4374 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4375
4376         * VERSION: 2.1.6 released.
4377
4378         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4379         this shows the demerits of a user-defined beam position pair.
4380
4381         * scm/define-grobs.scm (all-grob-descriptions): set
4382         beamed-extreme-minimum-free-lengths to a different value.
4383
4384         * lily/scm-option.cc: add debug-beam scm-option
4385
4386         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4387
4388 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4389
4390         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4391
4392         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4393         space after barline.
4394
4395         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
4396
4397         * lily/spacing-spanner.cc (breakable_column_spacing): take average
4398         of spacing wishes, not maximum. Only do this for delta-t == 0. In
4399         the other case, take standard column-breakable spacing. Do not
4400         warn about "no spacing wishes".
4401
4402         This fixes wide spaces after barlines in very loose lines.
4403
4404         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
4405
4406 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4407
4408         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
4409         acknowledge_grob lyric-syllable, not lyric-text.
4410
4411         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
4412         dashes of length #'length separated by #'dash-period. 
4413
4414         * lily/lyric-extender.cc (brew_molecule): idem
4415
4416         * lily/multi-measure-rest.cc (big_rest): idem
4417
4418         * lily/system-start-delimiter.cc (simple_bar): idem
4419
4420         * lily/bar-line.cc (simple_barline): use rounded box
4421
4422         * VERSION: release 2.1.5
4423
4424         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4425         music): move note about dvips to more visible place.
4426
4427         * lily/lyric-phrasing-engraver.cc: move from
4428         new-phrasing-engraver.cc, remove old cruft (syllable-group,
4429         lyric-phrasing-engraver.hh)
4430         
4431         * lyric-align.ly: remove file
4432         
4433         * scripts/convert-ly.py (FatalConversionError.func): add removal
4434         rule for automaticMelismata
4435
4436         * ly/engraver-init.ly (ScoreContext): switch on
4437         New_phrasing_engraver by default.
4438
4439         * lily/slur-engraver.cc (class Slur_engraver):
4440         process_acknowledged_grobs -> process_music.
4441         (try_music): signal melismata correctly.
4442
4443         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
4444         word-space, right-trim-amount, and extend past right bound only
4445         for note heads.
4446
4447         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
4448         lyric-extender support: add note-heads to the extender
4449         automatically.
4450
4451         * lily/parser.yy: extender is now post_event. 
4452
4453         * lily/accidental-engraver.cc (number_accidentals): remove
4454         spurious warning about non-parent contexts.
4455
4456         * lily/music-output-def.cc (assign_translator): \translator { }
4457         for a Foo context implicitly redefines \FooContext.
4458
4459         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
4460         fixes.
4461
4462         * lily/slur.cc (brew_molecule): don't use stafflinethickness
4463         doubly in slur weight. 
4464
4465         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
4466         combination.
4467
4468         * scm/define-grobs.scm (all-grob-descriptions): change clef -
4469         staffbar distance.
4470
4471         * scripts/lilypond.py (global_latex_preamble): crank down size of
4472         the margins. Now there is a 12 mm top and bottom margin, which
4473         should correspond with the printable area of modern printers.
4474
4475         This enlarges the music height of the printable page a little.
4476
4477         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
4478         signs. Use \markup instead.
4479         (accreg_pen): tweak for accordeon asterisk.
4480
4481 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4482
4483         * lily/melisma-engraver.cc (try_music): use melisma_busy()
4484
4485         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
4486
4487         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
4488
4489         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
4490
4491         * scm/define-grobs.scm (all-grob-descriptions): change
4492         StanzaNumber description: make side support, i.s.o. breakable.
4493         use Instrument_name_engraver for texts in the margin.
4494
4495         * scm/define-translator-properties.scm: remove
4496         melismaEngraverBusy, stz property.
4497
4498         * *.cc: naming: change empty_b () into is_empty ()
4499
4500         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
4501
4502         * input/regression/lyric-phrasing-new.ly: new file.
4503
4504         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
4505         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
4506         melismata are now left-aligned.
4507
4508 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4509
4510         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
4511
4512         * mf/feta19.mf: remove.
4513         
4514         * mf/feta-klef.mf (test_staff): more tweaks
4515
4516         * mf/feta-toevallig.mf: more small size tweaks.
4517
4518         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
4519         rests for smaller sizes.
4520
4521         * mf/feta-bolletjes.mf: fix cross heads.
4522
4523         * VERSION: release 2.1.4
4524         
4525         * scripts/convert-ly.py (FatalConversionError.func): add rule for
4526         deprecated #'ancient font family
4527
4528         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
4529         it is a string or number.
4530
4531         * scm/output-lib.scm (note-head-style->attachment-coordinates):
4532         change calling convention of stem-attachment function. 
4533
4534         * buildscripts/mf-to-table.py: read and dump WX/WY fields
4535
4536         * mf/feta-autometric.mf: dump WX/WY fields too
4537         
4538         * mf/parmesan-heads.mf: idem.
4539
4540         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
4541         attachment coordinates.
4542
4543         * lily/note-head.cc (stem_attachment_coordinate): read stem
4544         attachment from the notehead glyphs WX/WY fields.
4545
4546         * lily/include/font-metric.hh (struct Font_metric): add methods
4547         get_indexed_wxwy (), make a distinction between looking up by
4548         index and ASCII  
4549
4550         * mf/feta-bolletjes.mf: rewrite note head MF code.
4551         (test_outlines): make heads more rotund for smaller sizes. 
4552
4553 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4554
4555         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
4556         throughout. Font scaling fixes throughout.
4557
4558         * mf/feta-sleur,slur.mf: remove. 
4559
4560         * mf/feta-slag.mf: rewrite.
4561
4562 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4563
4564         * VERSION: release 2.1.3
4565
4566         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
4567
4568         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
4569
4570         * lily/mark-engraver.cc (process_music): fix mark
4571         \default. (backportme)
4572
4573         * stepmake/stepmake/automatically-generated.sub.make (default):
4574         use -n for head/tail commands. 
4575
4576         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
4577         heads with the same pitch.
4578
4579 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4580
4581         * lily/recording-group-engraver.cc (finalize): set protected_scm
4582         member to '() before finalizing.
4583
4584         * lily/translator-group.cc (finalize): remove removal_processing () 
4585
4586         * lily/recording-group-engraver.cc: new engraver: record
4587         synchronized start & end times for each music object.
4588
4589         * lily/parser.yy (toplevel_expression): execute score rendering
4590         during parsing. Cleanup output-filename handling; this is no
4591         longer done with global variables.
4592         (translator_spec_body): allow \type modification too.
4593
4594         * lily/score.cc:  ly:run-translator: new function
4595         (LY_DEFINE): ly:render-output new function.
4596
4597         Separate interpreting and rendering, and make available as
4598         functions at Scheme level.
4599
4600 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4601
4602         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
4603         (musicxml-node->string):
4604         (xml-node->string):
4605         (music-to-musicxml): New function.
4606
4607 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4608
4609         * VERSION: 2.1.2 released
4610
4611         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
4612
4613         * scm/font.scm (paper20-font-vector): discouple font design sizes
4614         from sizes specified in .ly file: store all design sizes of a font
4615         in a single vector.
4616
4617         * lily/font-select.cc (get_font_by_design_size): new function
4618
4619         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
4620         add parmesan,feta in sizes 14 and 18.
4621         
4622         * mf/feta-toevallig.mf: use blot diameter for double sharp.
4623
4624         * lily/font-size-engraver.cc (acknowledge_grob): change definition
4625         of fontSize: this now sets font-size
4626
4627 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4628
4629         * VERSION: 2.1.1 released
4630         
4631         * Documentation/user/refman.itely (Tuning objects): add note about
4632         concurrent tweaks in different contexts. 
4633
4634         * lily/tie-engraver.cc (acknowledge_grob): use
4635         Staff_symbol_referencer::get_position iso. reading staff-position
4636         directly.
4637
4638         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
4639         currentMusicalColumn as left span-point for bracket. The bracket
4640         is too long when there are accidentals.
4641
4642 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4643
4644         * buildscripts/lilypond-profile.sh,
4645         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
4646         Thanks to Reuben Thomas <rrt@mupsych.org>
4647
4648 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
4649
4650         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
4651         Wurbel <wurbel@univ-tln.fr>.
4652
4653 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4654
4655         * scripts/midi2ly.py: Add space after chords.
4656
4657 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
4658
4659         * input/regression/{many}: add few @code{ ... }.
4660
4661 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4662
4663         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
4664         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
4665         Removed cmbx5, cmbx6 (which are included in teTeX)
4666         and cmbxti14 which is not used in fonts.scm.
4667
4668 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
4669
4670         * lily/midi-item.cc: fine tune quarter tones.
4671
4672 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
4673
4674         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
4675         new function, warn how many cents are missing in fine tuning.
4676
4677 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
4678
4679         * input/bugs/rhytmicstaff-tie.ly: add file.
4680
4681         * THANKS: Create skeleton for 2.1.
4682
4683 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
4684
4685         * input/test/bar-lines.ly (TODO): dashed "|".
4686
4687 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
4688
4689         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
4690         input/regression/tie-chord.ly: Fix spell for tying.
4691
4692         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
4693
4694         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
4695         new file (renamed, see above).
4696
4697         * Documentation/user/lilypond-book.itely
4698         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
4699         * input/example-1.ly input/example-2.ly input/example-3.ly
4700         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
4701         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
4702         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
4703         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
4704         * scripts/lilypond-book.py scripts/lilypond.py
4705         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
4706         * vimrc: replace ly2dvi with lilypond and remove silly comments.
4707
4708         * Documentation/user/lilypond.tely: update version.
4709
4710         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
4711         Remove extra spaces in each @node, fixes spaces.
4712
4713 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4714
4715         * scripts/lilypond-book.py (output_dict): Add definition of
4716         \lilypondbook also for LaTeX output. Solves several bug reports.
4717
4718 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
4719
4720         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
4721
4722 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
4723
4724         * input/test/transposition.ly: Fix key signatures, given in comments.
4725
4726 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4727
4728         * scm/midi.scm (instrument-names-alist),
4729         Documentation/user/appendices.itely: Correct spelling of shakuhachi
4730
4731 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4732
4733         * input/test/temporary-stave.ly (texidoc): New example based on an
4734         email question from Ralph Little.
4735
4736 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4737
4738         * VERSION: release 2.1.0
4739         
4740         * lily/note-performer.cc (try_music): accept busy-playing-event.
4741
4742         * lily/swallow-perf.cc (try_music): return false for
4743         busy-playing-event and melisma-playing-event.
4744
4745 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4746
4747         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
4748         >> in \score.
4749
4750 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4751
4752         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
4753         that articulation_substitute will not move beam start again.
4754         (articulation_substitute): Bugfix: remove stray space so that new
4755         old chords ending '>>' does not get broken up.
4756         (sub_chord): Use TAB for indentation (not spaces).
4757         
4758         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
4759         Bugfix for startup: Use ?^ instead of ?\^.
4760
4761 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4762
4763         * lily/lyric-combine-music-iterator.cc
4764         (Lyric_combine_music_iterator): change init order, to prevent GC
4765         segfaults.
4766
4767         * lily/context-specced-music-iterator.cc (construct_children): 
4768         only change  translator if found. This fixes a core dump problem.
4769
4770 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4771
4772         * scm/slur.scm (default-slur-extremity-rules): use equal? for
4773         comparison.
4774
4775         * mf/feta-bolletjes.mf: make hole in half note little
4776         smaller for stem attachment.
4777
4778         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
4779
4780         * mf/feta-banier.mf: don't draw stem with flag, just small square
4781         attachment.
4782
4783         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
4784
4785         * mf/feta-banier.mf: remove upstem/downstem characters.
4786
4787         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
4788
4789         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
4790         stafflinethickness (in the default)
4791
4792         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
4793
4794         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
4795
4796         * Documentation/topdocs/INSTALL.texi (Top): reorder.
4797
4798         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
4799
4800         * lily/include/directional-element-interface.hh:
4801         junk class, make {get,set}_grob_direction functions.
4802
4803         * lily/slur.cc (get_attachment): do something sensible when
4804         attaching to stem without heads (eg. a rest).
4805
4806         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
4807         forcing up to staff.  remove #'support-head property
4808         (brew_molecule): small cleanup.
4809         (flag): remove #'grace property.
4810
4811 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4812
4813         * cygwin/postinstall-lilypond.sh: 
4814         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
4815         (Volker Zell).
4816
4817 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4818
4819         * scripts/lilypond-book.py: resurrect 'eps' option. 
4820         (TexiPaper.to_eps): use -Ppdf for EPS files.
4821
4822         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
4823
4824         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
4825
4826         * VERSION: release 2.0.1
4827
4828         * lily/bezier.cc (get_other_coordinate): change assert into
4829         warning.
4830
4831         * lily/note-head.cc (internal_brew_molecule): make left protusion
4832         smaller, to accomodate for natural sign.
4833         (internal_brew_molecule): only do this when the accidental is
4834         close enough.
4835         (extent): new function
4836
4837         * lily/skyline.cc (merge_skyline): new function
4838         (heighten_skyline): new function
4839
4840         * lily/accidental-placement.cc (position_accidentals) 
4841         (position_accidentals): fix todo.
4842
4843 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4844
4845         * input/test/+.ly (texidoc): put version number inline.
4846
4847         * GNUmakefile.in: remove rsync-web target.
4848         
4849         * input/regression/bar-scripts.ly (onestaff): raggedright
4850
4851 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4852
4853         * lily/*.cc: remove #if 0'd code in couple of places.
4854
4855         * lily/midi-stream.cc (operator <<): rewrite.
4856
4857         * lily/note-head.cc (internal_brew_molecule): 
4858         only make ledgers when the Staff symbol has lines.
4859
4860         * ly/property-init.ly (arpeggioBracket): simplify
4861
4862         * lily/translator-group.cc (execute_pushpop_property): use
4863         SCM_EQ_P for comparing keys. This fixes reverting
4864         auto-beam-settings.
4865
4866 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4867 *
4868         * lily/midi-stream.cc (operator <<): Also write MIDI string when
4869         midi_debug_global_b.
4870         (operator <<): Normalise loop.
4871
4872 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4873
4874         * scripts/lilypond.py (escape_path): revise.
4875
4876         * scm/music-functions.scm (set-output-property): new function.
4877         
4878 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4879
4880         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
4881         use addmakeflags again.
4882
4883         * cygwin/lily-wins.py (escape_shell): New function; use it.
4884
4885         * scripts/lilypond.py (escape_shell): Escape quotes and other
4886         spaces too.  Do not escape escaping backslashes.
4887
4888         * make/srcdir.make.in (web-install): Must call install-WWW now.
4889
4890         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
4891         dependency
4892
4893 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4894
4895         * scripts/lilypond.py (escape_path): escape quotes too. 
4896
4897         * Documentation/user/lilypond.tely (Unified index): rename Index
4898         to accomodate Windows breakage.
4899
4900         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
4901
4902         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
4903         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
4904         target not a source.
4905
4906 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4907
4908         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
4909         addmakeflags.  Build and install doc and web also when building on
4910         Cygwin.
4911
4912         * mf/GNUmakefile: Bugfix.
4913
4914         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
4915         target web.
4916
4917         * cygwin/lily-wins.py: Quote filename.
4918
4919 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4920
4921         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
4922
4923 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4924
4925         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
4926         settings.
4927
4928         * configure.in: Require g++ > 3.0.4.
4929
4930         * mf/GNUmakefile: Bugfix: Add list.ly target.
4931         
4932         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
4933
4934         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
4935         make omf directory, add uninstall targets.
4936
4937 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4938
4939         * lily/tie-performer.cc (initialize): init prev_event
4940
4941         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
4942
4943         * lily/script-engraver.cc (make_script_from_event): don't crash on
4944         non-string articulation-type.
4945
4946         * lily/new-fingering-engraver.cc (add_script): don't crash on
4947         0 scripts 
4948         (acknowledge_grob): warn about text script events.
4949
4950 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
4951
4952         * buildscript/lilypond.words: fix path for drums.scm.
4953
4954 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4955
4956         * lily/spacing-spanner.cc (note_spacing): don't make longer
4957         durations than measure-length.
4958
4959         * VERSION: release 2.0.0
4960
4961         * GNUmakefile.in (rsync-web): version independent rsync target.
4962
4963         * input/test/+.ly (texidoc): idem.
4964
4965         * input/regression/+.ly: print version number.
4966
4967         * input/regression/accidentals.ly (mel): shorten.
4968
4969         * input/regression/accidental-octave.ly (texidoc): shorten.
4970
4971         * input/regression/hairpin-dashed.ly (texidoc): docstring.
4972
4973         * input/regression/completion-heads-polyphony.ly: octave
4974
4975         * input/regression/beam-manual.ly: remove
4976
4977         * input/regression/beam-chord.ly: remove
4978
4979         * input/regression/grace-dynamic.ly: remove
4980         
4981         * input/regression/grace-volta-repeat.ly: octave fixes.
4982
4983         * input/regression/hairpin-dashed.ly (texidoc): doc string.
4984
4985         * lily/parser.yy (step_number): semitones for chord entry too.
4986         (make_chord_step): more robust code, semitones. 
4987
4988         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
4989
4990         * input/regression/breathing-sign.ly (texidoc): split ancient and
4991         normal breathing signs.
4992
4993         * scm/define-grobs.scm (all-grob-descriptions): swap
4994         beamed-extreme-minimum-free-lengths and
4995         beamed-minimum-free-lengths; the 'extreme' case should allow
4996         shorter stems. This fixes forced directions on beamed 32nd and
4997         shorter notes.
4998
4999         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5000         quartertones, not semitones.
5001         (NoteNamesContext): swallow more event types
5002
5003         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5004
5005         * VERSION (PACKAGE_NAME): release 1.9.10
5006
5007 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5008
5009         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5010         set note head as cause of note-column.  This gives a better error
5011         message.
5012
5013 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5014
5015         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5016
5017 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5018
5019         * mf/GNUmakefile (pfa_warning): instruct 
5020
5021         * stepmake/aclocal.m4: typo.
5022
5023         * Documentation/user/cheatsheet.itely: more verbose examples.
5024
5025         * input/regression/clefs.ly: remove bogus docstring.
5026
5027 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5028
5029         * GNUmakefile.in (SUBDIRS): Add elisp.
5030
5031         * elisp/lilypond-mode.el: 
5032         * elisp/lilypond-init.el: 
5033         * elisp/lilypond-indent.el: 
5034         * elisp/lilypond-font-lock.el: Move from top dir.
5035
5036         * stepmake/stepmake/elisp-vars.make: New file.
5037
5038         * config.make.in (elispdir): Add.
5039
5040         * Documentation/topdocs/INSTALL.texi: Typo.
5041
5042         * make/ly-rules.make: Test for files instead of touching void and
5043         ignoring errors.
5044
5045         * GNUmakefile.in:
5046         * make/lilypond.redhat.spec.in:
5047         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5048         <builddir>, adding
5049         
5050              (push "<builddir>/share/lilypond/elisp" load-path)
5051
5052         to your ~/.emacs.el should give you LilyPond-mode again.
5053
5054         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5055         regexp for DOS/Windows, we are too paranoid to fix others.
5056
5057 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5058
5059         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5060
5061         * input/test/chord-names-jazz.ly (banterProperties): fix
5062
5063         * lily/parser.yy (bass_mod): bass figure alterations are semi
5064         tones, not quarter tones
5065
5066         * lily/beam.cc (set_stem_lengths): only lengthen stems
5067         for gapped beams.
5068
5069         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5070         by beamcount.
5071
5072         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5073         a warning that the warning may erroneous.
5074
5075         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5076         target.
5077
5078         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5079         targets.
5080
5081         * GNUmakefile.in ($(config_h)): config.h should depend on
5082         config.hh.in .
5083         (lilypond.words): remove fontball stuff.
5084
5085         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5086
5087         * configure.in: remove pktrace reference.
5088
5089         * GNUmakefile.in (rsync-web): permissions and ownership for
5090         website.
5091
5092         * lily/volta-engraver.cc (staff_eligible): new function.
5093         (stop_translation_timestep): kill off spanners if not eligible.
5094
5095         * VERSION (PATCH_LEVEL): release 1.9.9
5096
5097         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5098
5099         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5100         length is more important than forbidden quants.
5101         
5102 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5103
5104         * buildscripts/lilypond.words: order words in search order,
5105         add lilypond.words.vim to be generated.
5106
5107         * lilypond.vim: use lilypond.words.vim for keyword matching.
5108
5109         * lilypond-mode.el: use search order. fix word selection rules.
5110
5111         * lilypond-font-lock.el: fix fontifying long durations.
5112
5113         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5114
5115 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5116
5117         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5118
5119         * stepmake/stepmake/generic-targets.make:
5120         * stepmake/stepmake/bin/make-version.py: 
5121         * stepmake/aclocal.m4:
5122         * make/stepmake.make:
5123         * make/toplevel-version.make: Build fixes: remove last traces of
5124           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5125
5126         * lily/beam.cc: Add gap-count property.
5127
5128 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5129
5130         * scm/define-grob-properties.scm (gap-count): add gap-count
5131
5132         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5133
5134 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5135
5136         * cygwin/mknetrel.doc: Typo.
5137
5138         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5139
5140         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5141
5142 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5143
5144         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5145         sizes. Remove support for 'ledger'(=tabloid+landscape).
5146
5147 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5148
5149         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5150         sauter PFAs.
5151
5152         * configure.in: remove VERSION stuff once again.
5153
5154         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5155
5156         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5157         for chord names.
5158
5159         * mf/GNUmakefile: always trace pfa fonts.
5160         (SAUTER_FONTS): add cmss[567] too fonts
5161
5162         * configure.in: require mftrace. 
5163
5164         * lily/staff-performer.cc (new_instrument_string): don't look at
5165         instrument property.
5166
5167         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5168         is_direction is the C++ one. Similar for ly_axis_p and
5169         ly_number_pair_p
5170
5171 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5172
5173         * lily/beam.cc (brew_molecule): read gap-count to determine
5174         number of tremolo (gapped) beams.
5175
5176         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5177         shorter than 1/8
5178
5179         * flower/include/array.hh (default_compare): new function
5180
5181         * cygwin/mknetrel: Native fixes.
5182
5183         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5184
5185 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5186
5187         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5188         feature for Windows.
5189
5190         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5191
5192         * cygwin/mknetrel: Updates for native use on Cygwin.
5193
5194         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5195
5196         * stepmake/stepmake/help2man-rules.make: 
5197         * cygwin/mknetrel: Bugfix for manpages.
5198
5199         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5200         $(builddir).  Stepmake is a normal subdirectory now, that is not
5201         configured.  Another srcdir build fix.
5202
5203         * Documentation/topdocs/INSTALL.texi,
5204         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5205         lilypond-init.el, lilypond-mode.el, debian/rules,
5206         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5207         rename generated file lilypond.words to lilypond.words.el.
5208
5209 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5210
5211         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5212
5213         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5214         GNUmakefile.in.
5215
5216 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5217
5218         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5219         when cross building.
5220
5221         * configure.in: srcdir build fix.
5222
5223         * cygwin/GNUmakefile:
5224         * cygwin/lily-wins.py:
5225         * cygwin/postremove-lilypond.sh: 
5226         * cygwin/postinstall-lilypond.sh: Merge from stable.
5227
5228         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5229         s/ly2dvi/lilypond/.
5230
5231 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5232
5233         * lily/slur.cc (after_line_breaking): only set control points if
5234         none supplied yet.
5235
5236         * input/test/slur-manual.ly: new file.
5237
5238         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5239         <<  >> chords too.
5240
5241         * VERSION (PACKAGE_NAME): release 1.9.8
5242
5243         * scripts/lilypond.py (escape_path): escape spaces in directory names
5244
5245         * input/test/text-spanner.ly: fixes.
5246
5247 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5248
5249         * buildscripts/lilypond.words.py: add drum names as note names to
5250         Emacs-mode.
5251
5252 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5253
5254         * input/regression/hairpin-dashed.ly: new file.
5255
5256         * scripts/convert-ly.py (conv): warn about dash-length.
5257
5258         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5259         automatically if we get a new one.
5260
5261         * lily/lookup.cc (dashed_line): new function
5262
5263         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5264         dash-fraction.
5265
5266 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5267
5268         * buildscripts/lilypond.words.py: extract note names.
5269
5270         * lilypond-mode.el: take note names from lilypond.words -file.
5271         small fix in the use of string-match.
5272
5273         * lilypond-font-lock.el: use lilypond.words for note names, add 
5274         maxima to note a duration.
5275
5276 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5277
5278         * lily/breathing-sign.cc: remove railtracks() function. 
5279
5280         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5281
5282         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5283         (brew_molecule): bugfix don't make arpeggio shorter when
5284         arpeggio-direction is set.
5285
5286         *  debian/rules: small corrections in the (Pedro K)
5287
5288         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5289         examples.
5290
5291         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5292         special (repeat) bar comes along.
5293
5294         * input/regression/auto-beam-bar.ly: update.
5295
5296         * scripts/lilypond-book.py (output_dict): remove support for the
5297         EPS option.
5298
5299         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5300         VerticalAlignment and VerticalAxisGroup this fixes the size
5301         computations for the entire system.
5302  
5303         * input/les-nereides.ly (bass): remove superfluous fontSize.
5304
5305         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5306         causes directory of file to be added to include path.
5307
5308         * input/regression/beam-break.ly: test single stem beams.
5309
5310         * input/regression/system-start-bracket.ly: fix.
5311
5312         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5313
5314         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5315
5316         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5317         (score_stem_lengths): do something sensible for single stem beams.
5318
5319         * lily/beam.cc (least_squares): add kludge for single stem beams.
5320
5321         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5322         keySignature to list of broken things.
5323
5324         * input/regression/keys.ly: fix.
5325
5326         * VERSION (PACKAGE_NAME): release 1.9.7
5327
5328         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5329
5330         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5331
5332         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5333         (quartertone_pitch): new function
5334
5335         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5336         flat. WARNING: FONT CHANGED.
5337
5338         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5339
5340         * lily/accidental-placement.cc (add_accidental): support for
5341         quarter tones.
5342
5343         * ly/LANGUAGEs.ly: use symbols for alterations.
5344
5345         * mf/feta-toevallig.mf: change accidental codes. 
5346
5347         * scm/lily.scm (ly:get-option): switch on debugging only for
5348         --verbose.
5349
5350         * lily/lily-guile.cc: remove ly:verbose?
5351
5352         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5353
5354         * lily/parser.yy (TODO): only do gh_call() for apply with
5355         procedure argument.
5356
5357         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5358         stuff in accordance with new timing of tie-events.
5359
5360         * lily/my-lily-lexer.cc: remove \outputproperty
5361
5362         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5363
5364         * scm/define-translator-properties.scm (melismaBusyProperties):
5365         add melismaBusyProperties property.
5366
5367 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5368
5369         * input/test/ambitus-mixed.ly (texidoc): new file.
5370
5371         * buildscripts/mutopia-index.py (find): prune debugging
5372
5373         * lily/side-position-interface.cc: doc updates
5374
5375         * Documentation/user/refman.itely: updates, tweaks.
5376
5377         * lily/parser.yy (Simple_music): remove outputproperty
5378
5379         * make/stepmake.make: use VERSION again; importing VERSION via
5380         autoconf dependencies is too hairy.
5381
5382 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5383
5384         * lilypond-mode.el: allow `-' for keywords and identifiers.
5385
5386 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5387
5388         * VERSION: release 1.9.6
5389         
5390         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5391         iso. ly2dvi.
5392
5393         * Documentation/user/*.itely: fixes everywhere
5394
5395         * lily/completion-note-heads-engraver.cc: rewrite engraver:
5396         produce ties from the engraver itself, do not broadcast TieEvent.
5397
5398         * lily/my-lily-lexer.cc: remove pitch & duration.
5399
5400         * lily/parser.yy (TODO): remove \pitch and \duration
5401
5402         * input/test/explicit.ly: remove file.
5403
5404         * Documentation/user/refman.itely (Pitches): remove \pitch 
5405         \duration command.
5406
5407 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5408
5409         * buildscripts/lilypond.words.py: add all slur types to Emacs
5410         insertion menu, suppose everything is postfixed by dropping 
5411         unnecessary `-' -marks.
5412
5413 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5414
5415         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
5416         tremoloed stems.
5417
5418         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
5419         head for flagged stems.
5420
5421         * lily/stem.cc (get_default_stem_end_position): futz with extra
5422         stem length if there is a stem tremolo.
5423
5424         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
5425         it would be too small.
5426
5427         * lily/font-metric.cc: return #f for non-existent glyph.
5428         
5429         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
5430         exported through config.make.
5431
5432         * input/regression/clef-oct.ly: new file.
5433
5434         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
5435         transposition.
5436
5437         * input/template/*.ly: remove old relative.
5438
5439         * ly/english.ly: add X names for double sharp.
5440
5441 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5442
5443         * lily/font-select.cc: new file handle font selection routines.
5444
5445         * lily/parser.yy: add ; (Patrick Atamaniuk)
5446
5447         * input/test/time-signature-double.ly: use markups for double time
5448         sigs.
5449
5450         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
5451         ChordNames.SeparationItem #'padding for adjusting space after chords.
5452         
5453         * lily/music-output-def.cc (LY_DEFINE): 
5454         new function ly:paper-lookup.
5455         
5456         * mf/parmesan-clefs.mf: use # quantities for char_box
5457         offsets. Fixes overflow errors in the PFA. 
5458
5459         * scm/new-markup.scm (strut-markup): change calling interface for
5460         markup. Pass paper-def, not grob. This would allow \markup to be
5461         used separately from grobs.
5462
5463         * lily/paper-def.cc: new function ly:paper-font; this function
5464         replaces ly:get-font.
5465
5466         * lily/include/font-interface.hh (struct Font_interface): take
5467         Paper_def iso. Grob for get_font().
5468
5469 2003-09-14  Graham Percival  <gperlist@shaw.ca>
5470
5471         * Documentation/user/ tutorial.itely, refman.itely: add warning
5472         about \key and accidentals.
5473
5474 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5475
5476         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
5477
5478         * Documentation/user/*.itely: manual tweaks
5479
5480 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
5481
5482         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
5483         cleanup; bugfix: exact_center
5484
5485         * Documentation/user/refman.itely: added more documentation on
5486         ambitus according to recent questions on lilypond-user list
5487
5488 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5489
5490         * input/regression/ottava.ly (texidoc): demo 15ma too.
5491
5492         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
5493
5494         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
5495         octave fixes.
5496
5497 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5498
5499         * lily/lexer.ll: add \r to the rules for newlines; this fixes
5500         problems on older Mac editors.
5501
5502 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
5503
5504         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
5505
5506 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
5507
5508         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
5509         mf/parmesan-clefs.mf: added comments on character alignment and
5510         set_char_box() conventions
5511
5512         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
5513         set_char_box()'s
5514
5515         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
5516
5517 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
5518
5519         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
5520
5521 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
5522
5523         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
5524         shortened to avoid almost-collision with staff line; code cleanup;
5525         other custodes: fixed char boxes; code cleanup
5526
5527 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5528
5529         * configure.in: release 1.9.5
5530         
5531         * scripts/lilypond.py (global_latex_preamble): only set
5532         twosideshift if 'twoside' is in latexoptions 
5533
5534         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
5535
5536         * VERSION: remove
5537
5538         * scripts/*2ly.py: update <> syntax
5539
5540 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5541
5542         * lily/chord-name-engraver.cc (process_music): add origin for
5543         chord name.
5544
5545         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
5546
5547         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
5548         bass notes for exceptions too.
5549
5550         * scm/define-grobs.scm (all-grob-descriptions): rename
5551         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
5552
5553         * scm/define-grob-properties.scm (remove-first): add remove-first
5554         property for orchestral scores.
5555
5556         * Documentation/user/*.itely: switch <<>> and <> 
5557
5558         * lily/glissando-engraver.cc (process_music): bugfix: move line to
5559         last_line only once. This fixes the two consecutive glissandi problem.
5560
5561 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
5562
5563         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
5564         error message "flexa-width undefined"
5565
5566         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5567         lily/include/gregorian-ligature.hh: print warning when ignoring
5568         head prefixes on flexa shapes
5569
5570         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
5571         space before a series of inclinatum heads
5572
5573         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5574         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
5575         cleanups
5576
5577         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
5578         and char_box
5579
5580 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
5581
5582         * input/regression/breathing-sign.ly: tiny fixes
5583
5584         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
5585         semantical collision with vaticana ligatures
5586
5587         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5588         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
5589         now consistent with mensural ligatures
5590
5591         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5592         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
5593         context pitches and staff position; dto. for virga stem; removed
5594         obsolete virga and clivis characters from parmesan font (WARNING:
5595         font changed)
5596
5597         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
5598         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
5599
5600         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5601         scm/define-grob-properties.scm: consistency fix: renamed
5602         join_left->add_cauda
5603
5604         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
5605         appendix length; bugfix: yoffs_bt for reverse direction punctum
5606         characters
5607
5608         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
5609         small cleanups; added more docu
5610
5611         * lily/mensural-ligature-engraver.cc,
5612         lily/vaticana-ligature-engraver.cc,
5613         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
5614         computation to CoherentLigatureEngraver
5615
5616         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
5617         scm/define-grob-properties.scm: bugfix: added missing linea and
5618         cavum properties; bugfix: removed dead semivocalis property
5619
5620         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
5621         length; redesigned quilisma, stropha and auctum
5622
5623         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
5624         line thickness
5625
5626         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
5627         Documentation/user/refman.itely: bugfix: introduced shifted
5628         epiphonus head to avoid collision with adjacent plica
5629
5630 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5631
5632         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
5633
5634         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
5635
5636 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5637
5638         * Documentation/user/tutorial.itely (A lead sheet): remove
5639         duplicate chords.
5640
5641         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
5642
5643 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5644
5645         * Documentation/bibliography/computer-notation.bib (isbn): add
5646         xivcim publication.
5647
5648 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
5649
5650         * GNUmakefile.in: drop lilypond.words for generation.
5651
5652 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
5653
5654         * buildscripts/lilypond.words.py: take filename (also) from an arg.
5655
5656         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
5657
5658 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5659
5660         * input/test/figured-bass-alternate.ly (fl): new file.
5661
5662         * Documentation/topdocs/README.texi (Top): clarifications.
5663
5664         * Documentation/bibliography/computer-notation.bib (isbn): add phd
5665         theses of Gieseking and Renz.
5666
5667         * GNUmakefile.in (README_FILES): remove README.mandrake.
5668
5669 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
5670
5671         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
5672         from source files and search patterns listed in the script.
5673
5674         * GNUmakefile.in: add target `lilypond.words'.
5675
5676         * lilypond.words: remove file, generated by `make lilypond.words'.
5677
5678         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
5679
5680 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
5681
5682         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
5683
5684 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5685
5686         * VERSION: 1.9.4 released
5687
5688         * scripts/convert-ly.py (FatalConversionError.figures_replace):
5689         rule for < > <-> << >> substitution
5690
5691         * lily/lexer.ll: exchange meaning of << >> and < > 
5692
5693         * VERSION (PACKAGE_NAME): 1.9.3 released
5694
5695         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
5696         pages unconditionally.
5697
5698 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5699
5700         * Documentation/user/music-glossary.tely (Top): small syntax
5701         fixes.
5702
5703         * scm/music-functions.scm (remove-tag): filter \tagged music
5704         expressions.
5705
5706         * input/regression/tag-filter.ly (texidoc): new file.
5707
5708         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
5709         symbol2 .. ) etc. 
5710
5711         * scripts/convert-ly.py (FatalConversionError.conv): fingering
5712         convert rule.
5713
5714         * Documentation/user/refman.itely (Fingering instructions): adjust
5715         manual.
5716
5717         * lily/new-fingering-engraver.cc (position_scripts): don't crash
5718         for borderline cases (e.g. 1 fingering.)
5719         (position_scripts): revise interface, use fingerOrientations to
5720         set fingering positions.
5721
5722         * scm/document-translation.scm (context-doc): add aliases to
5723         automated documentation.
5724
5725         * make/lilypond-vars.make: remove stepmake compat glue.
5726
5727         * make/generic-vars.make: remove cruft.
5728
5729         * lily/main.cc (main): don't identify binary.
5730
5731 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5732
5733         * lily/include/translator.hh (class Translator): remove
5734         type_string_ , use symbol for context name throughout.
5735         Changes through whole source tree.
5736
5737         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
5738         set PDF as default, and always make PDF.
5739
5740         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
5741
5742 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
5743
5744         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
5745         Documentation/user/refman.itely input/regression/allfontstyle.ly
5746         input/regression/grace-types.ly:
5747         fix spelling for acciaccatura (Webster's 1913).
5748
5749 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5750
5751         * lily/main.cc (usage): adjust blurb, include url.
5752
5753         * input/regression/breathing-sign.ly (texidoc): transpose up
5754
5755 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
5756
5757         * input/regression/breathing-sign.ly: changed ancient examples to
5758         be relevant (by request of Han-Wen); updated BreathingSign text
5759         property according to new syntax.
5760
5761         * ly/gregorian-init.ly: updated BreathingSign text property
5762         according to new syntax
5763
5764 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5765
5766         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
5767         (Clef): index entries for clefs.
5768
5769         * python/lilylib.py (system): remove errorlog files.
5770         
5771 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
5772
5773         * lilypond.words: add \new and new graces. Add dynamics to menus
5774         keeping 1.8.x compatibility; after all the engraving relating to 
5775         notes becomes postfixed `-' marks will be removed.
5776
5777 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5778
5779         * lily/molecule.cc (align_to): idem.
5780
5781         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
5782         
5783         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
5784         accacciatura everywhere.
5785
5786         * VERSION (PACKAGE_NAME): released 1.9.2
5787
5788         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
5789
5790         * scm/document-markup.scm (markup-doc-node): sort markup function
5791         list.
5792
5793         * lily/paper-outputter.cc (output_version): change "Lily was here"
5794         into  "Engraved by LilyPond"
5795
5796         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
5797         on unquoted strings before \notenames.
5798
5799         * lily/parser.yy (lyric_element): allow markup as lyric text. This
5800         increases the number of s/r reductions to 4.
5801
5802         * scm/new-markup.scm (fraction-markup): \fraction command.
5803
5804         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
5805         mode
5806
5807         * lily/lookup.cc (round_filled_box): rename function.
5808         (LY_DEFINE): round-filled-box: change signature.
5809
5810         * Documentation/user/refman.itely: revise section explaining grace
5811         notes.
5812
5813         * lily/translator-scheme.cc (LY_DEFINE): add ! to
5814         ly:set-context-property
5815
5816         * input/*/*.ly (vmus): use \new everywhere.
5817
5818         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
5819
5820         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
5821         default
5822
5823         * scm/music-functions.scm (set-stop-grace-properties)
5824         (set-start-grace-properties, add-grace-property): new functions
5825         for modular grace tweak control.
5826
5827         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
5828         
5829 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5830
5831         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
5832
5833         * GNUmakefile.in (install-pfa-fonts):
5834         (get-pfa-fonts): New target.
5835
5836         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
5837         install-pfa-fonts help.
5838
5839 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5840
5841         * lily/translator-scheme.cc (LY_DEFINE):
5842         ly:context-pushpop-property new function.
5843         (LY_DEFINE): new function ly:translator-find  
5844         new function ly:translator?
5845         (LY_DEFINE): new function ly:context?
5846
5847         * lily/translator-def.cc: remove
5848         Translator_def::apply_pushpop_property().
5849
5850         * python/lilylib.py (read_pipe): only store and display error log
5851         if verbose not set.
5852         (read_pipe): only display log if it contains something.
5853
5854 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5855
5856         * Documentation/misc/GNUmakefile: Re-add.
5857         (TEXTS): Add CHANGES.
5858
5859 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
5860
5861         * lilypond.words: add \newcontext.
5862
5863 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5864
5865         * lily/tie-performer.cc (stop_translation_timestep): only flush
5866         tied_notes when we have actually made a tie. Fixes bugs with ties
5867         in polyphonic scores.
5868
5869 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5870
5871         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
5872         they do not exist.
5873
5874 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5875
5876         * VERSION (PACKAGE_NAME): released 1.9.1 
5877
5878         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
5879         Instrument_name_engraver
5880
5881         * lily/tie-performer.cc (create_audio_elements): bugfix
5882
5883         * Documentation/user/music-glossary.tely (Top): comment out
5884         font-style statements.
5885
5886         * input/test/force-hshift.ly: revise example.
5887
5888         * Documentation/bibliography/engraving.bib (note): typos.
5889
5890         * configure.in: bump GCC requirements to 3.x
5891
5892         * lily/include/audio-item.hh (class Audio_tie): rename
5893         note_l_drul_ to note_drul_
5894
5895         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
5896
5897         * lily/parser.yy (relative_music): whoops. All \relative were off
5898         by ...  a lot .... Ahem.
5899
5900         * scm/define-music-types.scm (music-descriptions): idem.
5901
5902         * lily/beam-engraver.cc: move new-beam-event to beam-event
5903
5904         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
5905         to Tie_engraver
5906
5907         * input/regression/bar-number.ly: remove unnecessary old-relative
5908         options.
5909         
5910         * Documentation/user/internals.itely (Creating contexts): document
5911         \newcontext
5912
5913         * lily/parser.yy (Composite_music): add \newcontext
5914
5915         * Documentation/user/refman.itely (MIDI block): add note about
5916         dotted tempos.
5917
5918         * scm/font.scm: remove old markup legacy
5919
5920         * GNUmakefile.in (web-clean): remake share/ after web-clean.
5921
5922         * lily/breathing-sign.cc (brew_molecule): remove function
5923
5924         * lily/text-item.cc: remove old-style markups.
5925         (interpret_markup): C++ version of markup function
5926         (brew_molecule): idem.
5927
5928         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
5929         as Scheme variable.
5930
5931         * scripts/convert-ly.py (conv): dashes rule.
5932         Apply rule.
5933
5934         * Documentation/user/lilypond-book.itely: syntax fixes. 
5935
5936 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5937
5938         * VERSION (PACKAGE_NAME): release 1.9.0
5939
5940         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
5941         note about dvips. (Should backport.)
5942
5943         * scripts/convert-ly.py
5944         (FatalConversionError.articulation_substitute): add
5945         convert-new-chords code. Remove convert-new-chords.py
5946
5947         * Documentation/user/refman.itely (Octave check): document
5948         \octave.
5949
5950         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
5951         \relative changes.
5952
5953         * lily/parser.yy (command_element): octave check:
5954
5955            \octave PITCH
5956
5957         checks that PITCH (without octave) yields PITCH (with octave) in
5958         \relative
5959
5960         * lily/relative-octave-music.cc (to_relative_octave): octave check.
5961
5962         * lily/scm-option.cc: ly:set-option now has the default argument
5963         #t.
5964
5965         * lily/lexer.ll: add \renameinput
5966
5967         * python/lilylib.py (command_name): robustifications.
5968
5969         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
5970         /dev/stderr. This is ash compatible.
5971
5972         * ly/init.ly: add warning if compatibility was not necessary.
5973
5974         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
5975
5976         * flower/include/string-handle.icc: formatting cleanups, rename
5977         references by ref_count_.
5978
5979 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
5980
5981         * make/lilypond.mandrake.spec.in: syncronize the spec file with
5982         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
5983         package libs separately, fix conflicting php variable out=/dev/vc/
5984         invoking `unset out', declare menus, use only one icon-file, fix
5985         doc-path in menu.
5986
5987 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5988
5989         * scripts/convert-ly.py (FatalConversionError.conv): typo
5990
5991         * Documentation/misc/GNUmakefile: restore misc directory.
5992
5993         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
5994
5995         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
5996         Petites-Preludes 
5997
5998         * input/test/partial-blank.ly (quickmeasure): syntax
5999
6000         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6001         attachment property.
6002
6003         * Documentation/user/refman.itely: remove superfluous -'s 
6004         (Grace notes): ) fixes.
6005
6006         * lily/music.cc: generic compress(), transpose() functions. Remove
6007         others.
6008
6009         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6010         style markup entry.
6011
6012         * lily/parser.yy: all articulations postfix; remove obligatory -
6013         for [,  ) and \!
6014         
6015         * lily/music.cc (to_relative_octave): write generic
6016         to_relative_octave function; various relative cleanups.
6017         Hmmm.
6018
6019         * lily/scm-option.cc: add options new-relative and old-relative
6020
6021         * po/sv.po: new po file.
6022
6023         * Documentation/user/refman.itely (Dynamics): website
6024         fixes. (should backport!)
6025
6026 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6027
6028         * make/lilypond.mandrake.spec.in: declare version only once.
6029
6030 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6031
6032         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6033         meaning for now.
6034
6035 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6036
6037         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6038
6039         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6040
6041         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6042
6043         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6044
6045         * lily/music.cc (var): add ly:music-transpose function.
6046
6047         * lily/parser.yy (pre_events): remove prefix articulations.
6048
6049         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6050
6051         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6052
6053         * Documentation/user/refman.itely (Text markup): add comment about
6054         markup in header.
6055
6056 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6057
6058         * lily/paper-outputter.cc (write_header_fields_to_file): 
6059         only dump value if it is a string.
6060
6061         * flower/include/dictionary.hh: remove.
6062         
6063         * Documentation/ChangeLog-1.5: add back old log.
6064
6065         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6066         .pfas from a .deb.
6067
6068 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6069
6070         * Documentation/bibliography/engraving.bib: add entry for
6071         Jaschinski's Notation
6072
6073 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6074
6075         * Documentation/user/refman.itely (Beaming): add note about
6076         allowBeamBreak
6077
6078 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6079
6080         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6081         GregorianTranscription contexts
6082
6083         * ly/engraver-init.ly: vaticana contexts: minor fixes
6084
6085         * Documentation/user/refman.itely (Ancient notation): added note
6086         on appendix length bug
6087
6088         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6089         input/test/vaticana.ly: use vaticana contexts; small fixes
6090
6091 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6092
6093         * flower/hash.cc: Remove.
6094
6095         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6096         to (nonexistent?) hash_func_ identifier.
6097
6098         * python/midi.c (midi_error, midi_warning): Use char const* for
6099         __FUNCTION__ argument.
6100
6101         * python/gettext.py: Remove.  We already require python 2.1, which
6102         includes gettext.py.
6103
6104         * configure.in: Require python 2.1, as INSTALL.texi says.
6105         it.
6106
6107         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6108         versions 1.50 and 1.75.  Remove note about lexer patch.
6109
6110 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6111
6112         * Documentation/topdocs/INSTALL.texi: Update type1 font
6113         description to actual situation.  Add comment about new font ball
6114         layout.
6115
6116         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6117         in $LILYPONDPREFIX suffices for installation.
6118
6119 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6120
6121         * debian/control (Build-Depends): Add flex-old as alternative to
6122         flex.  Deprecate bison 1.75.
6123
6124 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6125
6126         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6127         Vaticana contexts
6128
6129         * Documentation/user/refman.itely (Ancient notation): documented
6130         some bugs; tiny fixes; added docu on Vaticana contexts
6131
6132         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6133         scripts
6134
6135 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6136
6137         * Documentation/user/refman.itely (Ancient notation): added some
6138         introductory words; added section on ancient time signatures;
6139         added some @seealso and @refcommands; small fixes and
6140         beautifications
6141
6142 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6143
6144         * input/regression/note-head-style.ly: many fixes and updates
6145
6146         * Documentation/user/refman.itely: added small sections on ancient
6147         accidentals, rests and flags; revised ancient note head section;
6148         small wording/spelling fixes
6149
6150         * input/test/rests.ly: layout fixes
6151
6152 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6153
6154         * input/puer-fragment.ly: bugfix: central C position of do clef
6155
6156         * ly/gregorian-init.ly: workaround: add small padding space before
6157         divisiones (the correct fix would be the spacing engine to handle
6158         this)
6159
6160 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6161
6162         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6163         cue-notes.ly: minor fixes.
6164
6165 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6166
6167         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6168         input/test/custos-style.ly
6169
6170         * Documentation/index.html.in: bugfix: link to Tutorial.html
6171
6172         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6173         to neumes; bugfix: "et": epiphonus, not just a simple pes
6174
6175 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6176
6177         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6178
6179         * lilypond.words: add new features: markup, column, center, \[ \].
6180         
6181 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6182
6183         * Documentation/topdocs/NEWS.texi, DEDICATION,
6184         stepmake/bin/add-html-footer.py
6185         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6186         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6187         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6188         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6189         added (only) after a sentence which is complete; if the sentence is 
6190         not ended a comma `,' or nothing is used. fix also spaces.
6191
6192 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6193
6194         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6195         requirements to plain 1.6.
6196
6197         * buildscripts/mutopia-index.py (read_lilypond_header): update
6198         mutopia-index.py to 1.4 syntax [sic]
6199
6200 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6201
6202         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6203
6204 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6205
6206         * Documentation/index.html.in: url for regression pdf
6207
6208         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6209
6210         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6211
6212         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6213
6214         * VERSION: 1.8.0 released
6215         
6216         * GNUmakefile.in (local-WWW-post): footify build fix.
6217
6218         * configure.in: require GUILE 1.6.4
6219
6220         * Documentation/user/GNUmakefile: don't copy *.png for
6221         lilypond-internals
6222
6223         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6224         local-WWW-post target.
6225         (rsync-web): add rsync-web target
6226
6227         * Documentation/user/introduction.itely (Music notation and
6228         engraving): add neume example
6229
6230         * input/puer-fragment.ly (cantus): add puer-fragment
6231
6232 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6233
6234         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6235         to notes, so that equalizer is actualy being used.
6236
6237         * scm/midi.scm (instrument-equalizer-alist):
6238         (absolute-volume-alist): Define public, so that user can copy or
6239         override.
6240
6241         * lily/key-performer.cc (create_audio_elements): Check for minor
6242         key.  Only if key is minor, set MIDI key to minor.
6243
6244 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6245
6246         * Documentation/user/refman.itely (Hiding staffs): fixes.
6247
6248         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6249
6250         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6251         vertical extents to deal with Hara kiri correctly.
6252
6253         * input/regression/hara-kiri-short.ly: remove
6254
6255         * input/regression/hara-kiri-pianostaff.ly: update test.
6256
6257         * Documentation/user/*.tely: remove WEBTITLE
6258
6259         * scm/output-tex.scm (comment): idem.
6260
6261         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6262
6263         * scm/music-functions.scm (make-lyric-event): new function
6264
6265         * scm/lily.scm (lilypond-version): new function
6266
6267         * input/test/version-output.ly: new file.
6268
6269         * Documentation/user/lilypond.tely: add version number to
6270         front-page.
6271
6272 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6273
6274         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6275
6276 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6277
6278         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6279
6280         * Documentation/user/refman.itely (Hiding staffs): rename node.
6281
6282 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6283
6284         * input/regression/new-markup-syntax.ly (texidoc): remove
6285         molecule-callback override.
6286
6287 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6288
6289         * input/les-nereides.ly: Mark tweaks with %tweak.
6290
6291         * Debian patch, see debian/changelog (Anthony Fok).
6292
6293 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6294
6295         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6296         problem.
6297
6298 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6299
6300         * Documentation/user/refman.itely (Text markup): Fix language bug.
6301
6302 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6303
6304         * input/* : postfix syntax fixes.
6305
6306         * Documentation/user/refman.itely (Text markup): add note about
6307         raise/lower with ^ or _ .
6308         
6309         * po/fi.po: fix \\apply strings.
6310
6311         * lily/parser.yy (open_event): warn for prefix articulations.
6312
6313 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6314
6315         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6316         fix also on parmesan font.
6317
6318 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6319
6320         * VERSION 1.7.30 released
6321         
6322         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6323
6324         * buildscripts/mutopia-index.py (headertext): rewording
6325
6326 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6327
6328         * scm/new-markup.scm (strut-markup): new markup function.
6329
6330         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6331         space also when no accidental is there.
6332
6333 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6334
6335         * input/les-nereides.ly: Updates.
6336
6337 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6338
6339         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6340         which repeats the tag insertion selected from "Insert tag" menu.
6341
6342 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6343
6344         * lily/all-font-metrics.cc (find_font): load AFM files first only
6345         for feta fonts. This fixes problems with TeXlive and other TeX
6346         distros that include AFM files for the CM fonts. 
6347
6348         * scm/font.scm (qualifiers-to-font-name): remove.
6349
6350         * lily/paper-def.cc: remove get_var.
6351
6352         * input/trip.ly: remove file.
6353         
6354         * input/regression/spacing-note-flags.ly (raggedright): remove
6355         stafflinethickness
6356
6357         * input/les-nereides.ly: update to new syntax, cleanups.
6358
6359 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6360
6361         * Documentation/user/refman.itely: Clarify shortest-note problem
6362         of autobeamer.
6363
6364 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6365
6366         * lilypond-mode.el: Add each word to regexps only once.
6367
6368         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6369         is based on the syntax definitions in lilypond.words. Remove all 
6370         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6371         LilyPond->Insert menu is generated by the entries in lilypond.words 
6372         to which have been given a syntax definition.
6373
6374         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6375         \notes, \relative, \score, \simultaneous, \transpose.
6376
6377         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6378
6379         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6380         
6381         * lilypond-mode.el: add menu keywords separately.
6382
6383         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6384
6385 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6386
6387         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6388         current ugly installation method for PFA fonts.
6389
6390 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6391
6392         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6393         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
6394
6395         * Documentation/user/music-glossary.tely: update legato.
6396
6397 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6398
6399         * lexer-gcc-3.0.patch: Remove.
6400
6401         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
6402
6403 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6404
6405         * debian/rules (binary-arch): remove NEWS.
6406
6407 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
6408
6409         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
6410         stepmake/bin{ many }: polish the `--help's of different scripts;
6411         model taken from the core-utils of Linux.
6412
6413         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
6414
6415 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6416
6417         * flower/parse-afm.cc (parseCharMetrics): add warnings.
6418
6419         * flower/libc-extension.cc: idem.
6420
6421         * flower/include/libc-extension.hh: protect against isinf macros.
6422
6423 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
6424
6425         * { many }: Use two uppercase letters in LilyPond.
6426
6427         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
6428
6429         * VERSION: 1.7.29 released.
6430         
6431 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6432
6433         * lily/tie.cc: add TODO comment.
6434
6435         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
6436
6437         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
6438         linejoins and linecaps. This fixes problems with occasional spikes
6439         on slur/tie endings.
6440         
6441         * input/regression/font-name.ly: don't use PS fonts for
6442         compatibility reasons. 
6443
6444         * mutopia/claop.py (accents): update to 1.8
6445
6446         * Documentation/user/music-glossary.tely (Top): remove 13pt.
6447
6448         * Documentation/user/macros.itexi: don't color glossary links.
6449
6450         * Documentation/user/invoking.itexi (Error messages): new section
6451
6452 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6453
6454         * input/regression/font-name.ly: add file.
6455
6456         * scm/document-backend.scm (grob-doc): remove <hr> from
6457         lilypond-internals
6458
6459         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
6460         reqd version to 1.6.4 
6461
6462         * lily/font-interface.cc (get_font): bugfix: take font-name from
6463         alist chain too. This fixes font-name override for \markup.
6464
6465 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6466
6467         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
6468
6469         * input/test/polymetric-differing-notes.ly: Compile fix.
6470
6471 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
6472
6473         * Documentation/user/refman.itely: fixed typo
6474
6475         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
6476         before flexa
6477
6478 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6479
6480         * input/test/{ many }: search & fix some typos.
6481
6482 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6483
6484         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
6485         images.
6486
6487         * scm/music-functions.scm (make-voice-props-set): set Script /
6488         TextScript dir for polyphony too.
6489
6490         * scm/define-grobs.scm (all-grob-descriptions): decrease space
6491         before clef.
6492
6493         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
6494
6495 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
6496
6497         * Documentation/user/refman.itely (Percussion): Small
6498         clarifications and fixes.
6499
6500         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
6501         threads. This fixes different heads playing simultaneously.
6502
6503 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6504
6505         * Documentation/user/{ many }: increase readability (read through 
6506         User manual from `one big page').
6507
6508 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6509
6510         * input/test/polymetric-differing-notes.ly: add example with
6511         disparate note values.
6512
6513         * input/test/polymetric.ly: rename from poly-metric
6514
6515         * scripts/ly2dvi.py (include_path): bugfix: use outbase
6516         iso. outname.
6517
6518         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
6519         G-clef bbox to real char extents. This fixes the G-clef being
6520         offset too much to the right.
6521         document perc clef offset.
6522
6523         WARNING: FONT CHANGED.
6524
6525         * Documentation/user/tutorial.itely (Tutorial): move menu.
6526
6527 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6528
6529         * buildscripts/lilypond-profile.sh (Error): trim error message.
6530
6531         * Documentation/user/invoking.itexi (Invoking the lilypond
6532         binary): add note about path.
6533
6534         * Documentation/user/macros.itexi: add @c at EOL, hopefully
6535         suppresses superfluous spaces.
6536
6537 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6538
6539         * buildscripts/lilypond-profile.sh: Add documentation to error
6540         message.
6541
6542         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
6543
6544 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6545
6546         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
6547         <mike@ossmann.com>)
6548
6549         * Documentation/bibliography/computer-notation.bib (pages): prune
6550         unscientific language.
6551
6552         * Documentation/user/GNUmakefile: copy unsplit file to
6553         lilypond.html (idem for lilypond-internals).
6554
6555         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
6556
6557         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
6558
6559         * python/lilylib.py (lilypond_version): 2.1 proof version check.
6560
6561         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
6562         fix.
6563         
6564 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
6565
6566         * Documentation/user/{ various }: bind text snippets with their
6567         examples, e.g. by punctuation: This is an example.
6568
6569 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6570
6571         * ly/performer-init.ly (VoiceContext): Typos.
6572
6573         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
6574         builds, leave final-install to toplevel srcdir makefile.
6575
6576         * make/srcdir.make.in (install): New target.
6577
6578 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6579
6580         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
6581         This fixes core dump on MIDI output (Simon Weatherill).
6582
6583         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
6584         on local-WWW-post.
6585
6586 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6587
6588         * make/lilypond.redhat.spec.in: add dvips to reqs.
6589
6590 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6591
6592         * make/srcdir.make.in (web): Add special web target.
6593
6594         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
6595         from inner $(LOOP).
6596
6597         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
6598
6599         * stepmake/stepmake/generic-targets.make (www-targets-help):
6600         * GNUmakefile.in (web-install): Install in $(webdir).
6601
6602         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
6603
6604         * cygwin/changelog: 
6605         * cygwin/mknetrel: Update.
6606
6607         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
6608         (html-doc): Remove (use: web).
6609
6610         * stepmake/stepmake/script-rules.make: 
6611         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
6612         Fix $(config_make) dependencies for srcdir build.
6613
6614         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
6615         target for srcdir build.
6616
6617         * stepmake/make/stepmake.make: 
6618         * make/srcdir.make.in: 
6619         * GNUmakefile.in:
6620         * make/stepmake.make (config_make): Rename variable (was:
6621         configuration).
6622
6623 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6624
6625         * Documentation/user/internals.itely (Manipulating music
6626         expressions): run lilypond on example too.
6627
6628         * flower/include/libc-extension.hh: move lrint define to
6629         header. bugfix.
6630         
6631 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6632
6633         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
6634         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
6635         do we recurse whole tree?).
6636
6637         * GNUmakefile.in (html-doc): Resurrect.
6638
6639         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
6640         obsolete $(package-icon) dependency.
6641
6642 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6643
6644         * Documentation/user/refman.itely (Automatic staff changes):
6645         add seealso 
6646
6647         * Documentation/index.html.in: link to bigpage.
6648
6649         * Documentation/user/tutorial.itely (Tutorial): streamline.
6650
6651         * Documentation/index.html.in: url typo.
6652
6653         * VERSION (PACKAGE_NAME): release 1.7.28
6654
6655         * python/lilylib.py (error_log): remove '/' from name.
6656
6657         * input/regression/pedal.ly: remove; dups input/test/
6658         
6659         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
6660
6661         * Documentation/index.html.in: python style doco index.
6662
6663         * Documentation/{footer,header}.html.in (src): remove, 
6664
6665         * Documentation/pictures: remove all but lelie-logo.xpm.
6666
6667         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
6668         before running makeinfo.
6669
6670         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
6671         @code{}
6672
6673 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6674
6675         * input/test/bar-number-regular-interval.ly: rename.
6676
6677         * Documentation/user/*: various fixes. 
6678
6679 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
6680
6681         * Documentation/{ many }: polish for update-all-menus. typos.
6682
6683         * po/fi.po: fixes.
6684
6685         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
6686
6687         * buildscripts/mutopia-index.py: polish.
6688
6689         * input/regression/{ many }, input/test{ many }: polish texidocs.
6690
6691 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6692
6693         * scripts/convert-ly.py (FatalConversionError.conv): rule for
6694         pedal-style
6695
6696         * lily/text-spanner.cc (brew_molecule): use bracket-flare
6697         iso. edge-widen.
6698
6699         * lily/piano-pedal-engraver.cc (process_music): change from
6700         process_acknowledged ()
6701
6702         * lily/piano-pedal-bracket.cc: new file. Change
6703         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
6704         cleaned up.
6705
6706         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
6707
6708         * input/regression/tuplets.ly (texidoc): rename file.
6709
6710         * po/fr.po: update
6711
6712         * buildscripts/lilypond-profile.sh: error message if script is not
6713         sourced.
6714
6715         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
6716         bracket-flare
6717         (make_bracket): simplify code.
6718
6719         * lily/parser.yy (verbose_command_req): catch typos in \key scale
6720         argument.
6721
6722         * python/lilylib.py (lilypond_version_check): new function
6723
6724         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
6725
6726         * scripts/ly2dvi.py (run_lilypond): add version check.
6727
6728         * scripts/lilypond-book.py (option_definitions): typo
6729
6730         * scripts/ly2dvi.py (include_path): typo
6731
6732         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
6733
6734         * lily/parse-scm.cc (parse_handler): typo
6735
6736         * Documentation/user/macros.itexi: use @heading for headings.
6737
6738         * Documentation/user/refman.itely: updates, fixes.
6739
6740 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
6741
6742         * po/fi.po: add Finnish translations. fixes.
6743
6744         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
6745
6746         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
6747         from lily/glissando-engraver.cc.
6748
6749 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6750
6751         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
6752         for non-first _broken_ bracket.
6753
6754         * Documentation/user/refman.itely: corrections.
6755
6756 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6757
6758         * lily/new-fingering-engraver.cc (position_scripts): add heads to
6759         support of the fingerings.
6760
6761         * po/fr.po: French translation update.
6762
6763         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
6764         strings.
6765
6766 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6767
6768         * Documentation/user/introduction.itely: Small fixes.
6769
6770 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
6771
6772         * Documentation/topdocs/AUTHORS.texi: polish.
6773
6774 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6775
6776         * Documentation/user/introduction.itely: revise
6777
6778         * Documentation/user/tutorial.itely: reorganise.
6779
6780         * Documentation/topdocs/index.tely: remove.
6781
6782         * Documentation/header.html.in: prune.
6783
6784         * GNUmakefile.in: clean up web building.
6785
6786         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
6787         target.
6788
6789 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
6790
6791         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
6792
6793         * lilypond-mode.el: turn on blink-matching-paren.
6794
6795 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6796
6797         * scm/output-sodipodi.scm (svg-header): Fix typo.
6798
6799 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6800
6801         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
6802         fixes a security hole.
6803
6804         * scripts/lilypond-book.py (original_dir): remove temp_dir
6805
6806         * scm/document-translation.scm: use @code tags.
6807
6808 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
6809
6810         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
6811
6812         * lilypond-mode.el: add a buffer-local post-command-hook to set
6813         context dependent syntax-table after each cursor event. Remove old
6814         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
6815
6816         * lilypond-indent.el: update comments.
6817
6818         * Documentation/footer.html.in: add period.
6819
6820 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6821
6822         * make/lilypond.redhat.spec.in (Group): don't strip binary.
6823
6824         * scm/document-translation.scm (document-property-operation): add
6825         @code{} tags.
6826
6827         * VERSION (PACKAGE_NAME): release 1.7.27
6828
6829         * config.make.in: add PAPER variable
6830
6831         * buildscripts/new-chords.py (help): add help text
6832
6833         * Documentation/user/introduction.itely (Typography and program
6834         architecture):  fixes.
6835
6836         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
6837         for texinfo and dvips. This fixes problems with PDF output of the
6838         wrong size.
6839
6840         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
6841         DVIPS_PAPERSIZE variable
6842
6843         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
6844         TEXINFO_PAPERSIZE variable 
6845
6846 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6847
6848         * mf/feta-macros.mf: whoops: only draw lines for test situations.
6849
6850         * mf/feta-toevallig.mf: lowres fixes.
6851
6852 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6853
6854         * NEWS: Typo and fill-paragraph fixes.
6855
6856         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
6857         cast #define.
6858
6859         * configure.in: 
6860         * config.hh.in: Check for lrint.
6861
6862 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6863
6864         * VERSION: 1.7.26 released
6865
6866         * lily/separation-item.cc: add padding property.
6867
6868         * input/test/*.ly: various fixes, remove solo-a2.ly
6869
6870         * scm/new-markup.scm (brew-new-markup-molecule): arg order
6871         bugfix. Fixes old-style markup compatibility.
6872
6873         * Documentation/user/introduction.itely (Introduction): historical
6874         elucidations
6875
6876         * Documentation/user/music-glossary.tely (Top): linewidth fix.
6877
6878         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
6879
6880         * Documentation/index.texi (Top): cleanup.
6881
6882         * Documentation/user/introduction.itely (Introduction): rewrite
6883         introduction, 
6884         (Music notation and  engraving): about notation. Add flat-picture
6885
6886 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6887
6888         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
6889         separation items. This keeps lyrics from bumping into each other.
6890
6891 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6892
6893         * GNUmakefile.in (topdocs-web): New target.
6894         (local-web): Depend on topdocs-web; fixes html-doc.
6895
6896 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6897
6898         * po/lilypond.pot: run po-replace
6899
6900         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
6901
6902         * scm/drums.scm (reset-drum-kit): new function.
6903
6904         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
6905
6906         * scripts/update-lily.py: remove
6907         
6908         * VERSION: release 1.7.25
6909         
6910         * Documentation/user/introduction.itely (Introduction): rewrite
6911         start of introduction.
6912
6913 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
6914
6915         * lily/all-font-metrics.cc: fixed typo
6916
6917 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
6918
6919         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
6920         LilyPond-mode-context-set-syntax-table): new functions to define
6921         the syntax table according to context.
6922
6923         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
6924
6925 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6926
6927         * Documentation/user/refman.itely (Figured bass): 
6928         language nit courtesy http://www.vocabula.com
6929
6930         * GNUmakefile.in: remove no kpathsea hack.
6931
6932         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
6933         doco.
6934
6935         * GNUmakefile.in: remove web-doc target.
6936
6937         * lily/all-font-metrics.cc (find_afm): add message about
6938         buildscripts/clean-fonts.sh 
6939
6940         * scm/define-music-properties.scm (figure): use string for 'figure
6941
6942         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
6943
6944         * input/regression/ : add raggedright = ##t where applicable. 
6945         
6946         * scm/bass-figure.scm (make-bass-figure-markup): add
6947         alignBassFigureAccidentals property.
6948
6949         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
6950         bracket.
6951
6952         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
6953         syllables widths into account for minimum-length.
6954
6955         * input/test/staff-container.ly: update file
6956
6957         * input/test/stem.ly: remove
6958
6959         * lily/event.cc (LY_DEFINE): add ly: prefix.
6960
6961         * input/test/clef-manual-control.ly: from manual-clef
6962
6963         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
6964
6965         * input/test/different-time-signatures.ly: move to poly-metric.ly
6966
6967         * input/test/hara-kiri*,scales.ly: remove
6968         
6969         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
6970         with chord-names-jazz.ly)
6971
6972         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
6973         get scalable cm fonts too.
6974
6975         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
6976         --encoding for mftrace if present.
6977
6978         * input/regression/slur-area.ly: move from test/
6979
6980         * input/test/: remove simple-slur-endings slur-attachment
6981         slur-broken-cross-staff slur-broken.ly slur-damping.ly
6982         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
6983         slur-symmetry slur-symmetry tie-broken.ly
6984
6985         * scm/drums.scm (set-drum-kit): add function.
6986
6987         * Documentation/user/refman.itely (Percussion staves): use
6988         set-drum-kit
6989
6990         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
6991         too
6992         (Global_measure.set_timesig): handle 3/8 time sig too.
6993
6994         * scm/output-lib.scm (note-head-style->attachment-coordinates):
6995         note about triangle note heads.
6996
6997         * scm/drums.scm: use alist for instrument-settings. This fixes the
6998         bug with assigning to drums in the .ly file.
6999
7000         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7001         CHANGED.
7002
7003         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7004         cluster-beacon-interface
7005
7006         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7007
7008         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7009
7010         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7011
7012         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7013         to get positions.
7014
7015         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7016         make ClusterSpannerBeacon to record Y positions. This removes the
7017         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7018         make cluster-note-events.
7019
7020 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7021
7022         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7023
7024         * configure.in: Use lily/main.cc as identifying source file.
7025
7026         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7027
7028         * config.hh.in: 
7029         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7030
7031         * configure.in: Require PYTHON >= 2.0.
7032
7033         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7034           $PYTHON for include dir location.
7035         (STEPMAKE_PYTHON): New function.  Use
7036         
7037             PYTHON=foo ./configure
7038
7039           to override.
7040
7041 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7042
7043         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7044         something.
7045
7046         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7047         ftp.lilypond.org everywhere.
7048
7049 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7050
7051         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7052         detected.
7053
7054         * Documentation/user/refman.itely (Grace notes): note on explicit
7055         contexts
7056
7057 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7058
7059         * lilypond-font-lock.el: add a comment about LilyPond specific
7060         escape characters: ^, - and _, in the syntax table.
7061
7062         * Documentation/user/appendices.itely: a majuscule fix.
7063
7064 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7065
7066         * input/test/trills.ly (endHorizScript): fixes.
7067
7068         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7069         notation, move from regression.
7070
7071         * input/test/script-stack.ly: change name from stacked-scripts
7072
7073         * input/test/ossia.ly: octave errors.
7074
7075         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7076         for midi-volume-equaliser
7077
7078 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7079
7080         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7081         cm fonts.
7082
7083         * mf/feta-beugel.mf: don't multiply font_count by 10.
7084
7085         * lily/lookup.cc (horizontal_line): new function. Use
7086         horizontal-line in output backends.
7087
7088         * Documentation/user/tutorial.itely (An orchestral part): new
7089         section on orchestral stuff and identifiers.
7090
7091 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7092
7093         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7094         some interference to other modes.
7095
7096 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7097
7098         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7099         not maximum of spacing wishes in polyphonic situations.
7100
7101         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7102         number
7103
7104         * lilypond-indent.el: remove paren matching. 
7105
7106         * lily/text-item.cc (interpret_new_markup): new function
7107         use iso. text2molecule.
7108
7109         * lily/main.cc (notice): change FSF address 
7110
7111         * po/de.po: update PO file to 1.6.
7112
7113 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7114
7115         * Documentation/user/ {many}: Add periods and remove spaces.
7116         
7117 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7118
7119         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7120         Disable buffer-locally default paren hook and make a new one. 
7121
7122         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7123         locally LilyPond-paren-mode. Add todo for mouse double-click.
7124
7125 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7126
7127         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7128         Disable buffer-locally default paren idle timer and make a new one. 
7129
7130         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7131         locally LilyPond-show-paren-mode. Add to menu a toggle for
7132         LilyPond-show-paren-function.
7133
7134 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7135
7136         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7137
7138 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7139
7140         * Documentation/user/refman.itely: spelling fix.
7141
7142         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7143         paren highlight function definitions. add todo for
7144         LilyPond-show-paren-mode.
7145
7146 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7147
7148         * input/template/jazz-combo.ly: new file.
7149
7150 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7151
7152         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7153         lo-res fixes.
7154
7155         * mf/feta-schrift.mf: bugfix in varcoda sign.
7156         WARNING: FONT CHANGED
7157
7158         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7159         in accordance with lexer.ll.   
7160
7161 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7162
7163         * Documentation/user/tutorial.itely: Edit introduction.
7164
7165 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7166
7167         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7168         ly:grob-staff-position
7169
7170 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7171
7172         * scm/to-xml.scm: import srfi-1
7173
7174         * VERSION (MAJOR_VERSION):  release 1.7.24
7175
7176         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7177
7178         * scripts/lilypond-book.py (do_file): put texidoc before image.
7179         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7180
7181         * input/regression/*.ly: fix snippet octaves 
7182
7183         * input/test/spanner-after-break-tweak.ly: import
7184         broken-spanner-adjustment
7185
7186         * input/no-notation/midi-transposing.ly: move from input/test/
7187
7188         * input/test/: remove chord-markup
7189
7190         * input/regression/instrument-name-partial.ly: move from input/test.
7191
7192         * input/test/vertical-text.ly: remove
7193
7194         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7195         space above lyrics lines.
7196
7197         * input/test/uniform-breaking.ly: remove file.
7198
7199         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7200         uniform spacing density. 
7201
7202         * input/test/chords.ly (keys): remove file.
7203
7204         * scm/documentation-lib.scm (oop): use srfi-1 too.
7205
7206         * input/regression/*.ly: add \version
7207
7208         * Documentation/user/*.itely: various fixes.
7209
7210         * buildscripts/mf-to-table.py (base): break table every three
7211         symbols.
7212
7213         * input/:  remove %% new-chords-done %% .
7214
7215         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7216         os-music.ly
7217         
7218 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7219
7220         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7221
7222         * scm/new-markup.scm (box-markup): new function.
7223         (box-markup): new function. Contributed by Dick Schoeller
7224         <schoeller@attbi.com>
7225
7226         * scm/lily.scm: remove reduce-no-unit 
7227         (list-insert-separator): use fold-right
7228
7229         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7230         of arguments. 
7231
7232         * NEWS: more neutral language for ancient notation 
7233
7234         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7235         inside pointing beaming for chord tremolo.
7236
7237         * Documentation/user/lilypond-book.itely: minor editing
7238
7239 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7240
7241         * NEWS: added news for 1.8 regarding ancient notation
7242
7243         * Documentation/user/refman.itely (Gregorian square neumes
7244         ligatures): fixed typo
7245
7246         * lily/vaticana-ligature-engraver.cc,
7247         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7248         lower/upper head of Pes only when heads are stacked
7249
7250         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7251         scm/define-grob-properties.scm: cleanup: make "join-left" a
7252         boolean grob property and save delta pitch in grob property
7253         "delta-pitch" instead
7254
7255         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7256
7257 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7258
7259         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7260         completely borked
7261
7262         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7263         (try_music): bug fix: beam multiplicity was completely borked.
7264
7265         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7266         first-n, butfirst-n in favor of srfi-1 functions.
7267         remove string-join, string-pad in favor of srfi-13 functions.
7268
7269         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7270
7271         * NEWS: use complete sentences.
7272
7273         * Documentation/user/introduction.itely (Example applications):
7274         add note about databases and lilypond-book.
7275
7276         * input/test/volta.ly: remove file
7277
7278         * input/regression/volta-broken-left-edge.ly: simplify file
7279
7280 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7281
7282         * Documentation/user/refman.itely (Constructing a tweak): new
7283         subsection.
7284
7285         * Documentation/user/tutorial.itely (Fine tuning layout): add
7286         common tweaks.
7287
7288         * scm/define-grobs.scm (TextScript): use new brewer.
7289
7290 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7291
7292         * VERSION: release 1.7.23
7293
7294         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7295
7296         * python/lilylib.py (make_ps_images): bugfixes.
7297
7298         * input/regression/volta-multi-staff.ly: new file.
7299
7300         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7301
7302         * Documentation/user/tutorial.itely (Piano staffs): new section.
7303         (Setting variables): new section
7304         (Fine tuning layout): new section
7305
7306         * input/just-friends.ly: remove file. Superseeded by
7307         input/test/chords-without-melody.ly
7308
7309         * ly/property-init.ly: add all commands to refman.
7310
7311         * scm/define-translator-properties.scm: remove
7312         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7313
7314         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7315         name. Underscores botch up PS output.
7316
7317         * scm/define-translator-properties.scm: remove
7318         textNonEmpty, oneBeat, regularSpacingDelta
7319
7320         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7321         rule for automaticBars.
7322
7323         * lily/timing-engraver.cc (start_translation_timestep): change
7324         barNonAuto to automaticBars
7325
7326 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7327
7328         * input/test/perform-tie.ly: delete file.
7329
7330 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7331
7332         * Documentation/user/refman.itely (Gregorian square neumes
7333         ligatures): bugfix: do not show ledger lines in neumes table
7334         (fixed by setting staff symbol to transparent rather than removing
7335         it from staff context)
7336
7337 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7338
7339         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7340         glue into brew-new-markup-molecule.
7341
7342         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7343
7344         * Documentation/user/introduction.itely (Computerized typography):
7345         new section
7346
7347         * Documentation/user/tutorial.itely (An orchestral part): remove
7348         pc example from tutorial.
7349
7350         * input/tutorial/lilbook.tex: use screech-boink
7351
7352         * scripts/lilypond-book.py (compile_all_files): split formatting
7353         output body and scheduling lilypond compilation.
7354         (format_lilypond_output_bodies): new function
7355         (format_lilypond_block): new function
7356         (html_pages): allow multi-page images in HTML
7357
7358         * python/lilylib.py (make_ps_images): rename function from
7359         make_preview, merge with make_page_images
7360
7361 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7362
7363         * input/test/key-clefs.ly: moved to regression.
7364
7365         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7366
7367         * input/no-notation/README: added note about midi-*.ly files.
7368
7369         * input/test/two-key.ly: moved to no-notation/parse5.ly
7370
7371         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7372         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7373
7374         * input/test/ {various}: modified comments, marked some for deletion.
7375
7376         * input/test/lines.ly: deleted file; duplicate of
7377         embedded-postscript.ly
7378
7379         * input/test/mmrest-collision: moved to regression.
7380
7381 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7382
7383         * scm/chord-name.scm (note-name->markup): don't superscript root
7384         alterations in chordnames.
7385
7386 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7387
7388         * Documentation/user/refman.itely (Multi measure rests): more
7389         index/cross-referencing.
7390
7391         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7392
7393         * scm/font.scm: remove properties-to-font-name code.
7394
7395         * scm/define-grob-properties.scm: remove 'type
7396
7397         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
7398         conversion
7399
7400         * lily/text-spanner.cc: change 'type grob prop to 'style 
7401
7402         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
7403         "first" flag to decide whether to make a start-repeat
7404
7405         * input/regression/grace-volta-repeat-2.ly: new file.
7406
7407 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7408
7409         * lilypond-indent.el: rename generic functions to LilyPond-*
7410
7411 2003-06-22  Graham Percival  <gperlist@shaw.ca>
7412
7413         * input/test/thumb.ly: delete, merged into refman.
7414
7415         * Documentation/user/refman.itely: added thumb info to Fingering.
7416
7417         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
7418         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
7419         vertical-align.ly : deleted files.
7420
7421 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7422
7423         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
7424
7425         * lily/line-spanner.cc (broken_trend_offset): remove function.
7426         (get_broken_offset): idem.
7427         (brew_molecule): rewrite the line-break case.
7428
7429         * input/regression/follow-voice-break.ly:  new file.
7430
7431         * lily/line-spanner.cc (after_line_breaking): remove lines at the
7432         start of a system.
7433
7434 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7435
7436         * input/test/tuplet-rest.ly: moved to regression.
7437
7438         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
7439         deleted file.
7440
7441         * input/test/ {many} : marked file for possible deletion.
7442
7443 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7444
7445         * input/regression/beam-funky.ly: add note about (disputed)
7446         correct beaming.
7447
7448         * ly/engraver-init.ly (ScoreContext): put key-signature after
7449         staff-bar
7450         
7451 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7452
7453         * input/test/ broken.ly lyric-phrasing.ly: deleted.
7454
7455         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
7456
7457         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
7458
7459         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
7460         stem-extend was deleted (it was duplicate example, and not as
7461         good).
7462
7463         * input/test/[s-z]*.ly: add texidoc index.
7464
7465 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7466
7467         * lily/slur.cc (get_boundary_notecolumn_y): change name from
7468         get_first_notecolumn_y
7469
7470         * lily/spanner.cc (broken_spanner_index): new function.
7471
7472 2003-06-19  Graham Percival  <gperlist@shaw.ca>
7473
7474         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
7475         lyric-hyphen.ly : moved to regression.
7476
7477         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
7478         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
7479
7480         * input/test/instrument-name-mmrest.ly: moved to
7481         ../regression/multi-measure-rest-instr-name.ly
7482
7483         * input/test/knee-sym.ly: moved to
7484         ../regression/beam-knee-symmetry.ly.
7485
7486         * input/test/hymn.ly: change comments.
7487
7488         * input/test/[p-r]*.ly: add texidoc index.
7489
7490 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7491
7492         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
7493         to postfix syntax
7494         
7495         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
7496         syntax.
7497
7498         * VERSION: release 1.7.22
7499
7500 2003-06-18  Graham Percival  <gperlist@shaw.ca>
7501
7502         * input/test/[h-k]*.ly: added texidoc index.
7503
7504         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
7505
7506         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
7507
7508         * input/test/ various : mark files for deletion or moving to
7509         regression.
7510
7511         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
7512
7513         * input/test/[l-o]*.ly: added texidoc index.
7514
7515 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7516
7517         * scm/music-functions.scm (make-ottava-set): 
7518         only do ottavation if centralCPosition is set.
7519
7520         * lily/translator-scheme.cc (ly:context-property-where-defined):
7521         return '() if not found.
7522
7523 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
7524
7525         * lilypond-mode.el (LilyPond-un-comment-region): removed.
7526         Use one command for both commenting and uncommenting.
7527
7528         * lilypond-indent.el (LilyPond-comment-region): new function,
7529         (un)comments each line separately.
7530
7531         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
7532         
7533         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
7534         imenu is not added by default; adapted from f90.el,
7535         makes Help-menu, which does not fit, visible in XEmacs.
7536         
7537 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
7538
7539         * lilypond-mode.el: Set show-paren-mode local; minor-mode
7540         show-paren-mode sets blink-matching-paren-on-screen local.
7541         Try to make show-paren-function to paren-highlight local.
7542
7543         * lilypond-indent.el (LilyPond-scan-sexps): new function.
7544         Copy definitions of Emacs' show-paren-function and
7545         XEmacs' paren-highlight and make minimal changes;
7546         add comments about locality. 
7547         Fix matching first open-paren-char in '<< .. >>'.
7548
7549 2003-06-16  Graham Percival  <gperlist@shaw.ca>
7550
7551         * input/test/g*: added texidoc index.
7552
7553         * input/test/[a-g]*: added raggedright==#t when it
7554          seemed appropiate.
7555
7556         * input/test/ fake-grace.ly figured-bass.ly : removed file.
7557
7558         * Documentation/topdoc/INSTALL.texi: removed false warnings
7559         about gcc 3.3.
7560
7561 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7562
7563         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
7564
7565         * input/test/chords-without-melody.ly (texidoc): add from
7566         input/just-friends.ly
7567
7568         * input/regression/size{13--26}.ly: move from input/
7569
7570         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
7571         input/{star-spangled-banner,twinkle}.ly: remove 
7572         
7573         * lily/slur.cc: remove slur over rest warnings.
7574
7575         * lily/note-spacing.cc (get_spacing): include left part of right
7576         object in fixed space. This fixes stretched space before
7577         accidentals.
7578
7579         * input/regression/spacing-accidental-stretch.ly: new file.
7580
7581 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
7582
7583         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
7584         Reduce to 16pt.
7585
7586 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7587
7588         * input/regression/spacing-knee.ly: docstring
7589
7590         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
7591
7592         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
7593         input/tutorial/{test,solar,flowing}.ly: remove
7594
7595         * input/rhythm.ly: remove
7596
7597         * input/mutopia/F.Schubert/standchen.ly: update syntax.
7598
7599         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
7600         update syntax. 
7601
7602         * scm/define-grobs.scm (all-grob-descriptions): set
7603         knee-spacing-correction to 1.0
7604
7605         * lily/note-spacing.cc (stem_dir_correction): compute knee
7606         correction using stem-thickness and head width.
7607
7608         * input/regression/beam-quanting-horizontal.ly: update texidoc
7609
7610         * scm/define-grobs.scm (all-grob-descriptions): set
7611         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
7612         This fixes 32nd beams for noteheads in spaces quants.
7613
7614         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
7615
7616 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
7617
7618         * README.mandrake: Change lilypond-extras to lilypond-documentation.
7619
7620 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7621
7622         * input/test/dpncnt.ly,part-combine-score.ly: remove.
7623
7624         * VERSION (PACKAGE_NAME): release 1.7.21
7625
7626         * input/regression/stem-shorten.ly: new file.
7627
7628         * lily/stem.cc (get_default_stem_end_position): revise stem
7629         shortening code.
7630
7631         * input/regression/spacing-multi-tuplet.ly: move from input/test/
7632
7633         * input/test/{scripts,volta-start,sleur}.ly: remove
7634         
7635         * input/regression/span-bar.ly: smaller file.
7636
7637         * input/regression/spacing-{natural,tight,loose}.ly: remove
7638
7639         * input/test/markup.ly: remove
7640
7641         * scripts/lilypond-book.py: put printfilename in separate chunk,
7642         so texidoc is printed after the filename.  
7643
7644 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7645
7646         * make/lilypond.mandrake.spec.in: fix docdirs.
7647
7648 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7649
7650         * input/regression/beam-french.ly: bugfix.
7651
7652         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
7653
7654         * input/regression/(various).ly: add raggedright = #t.
7655
7656         * input/regression/auto-beam.ly: move from abe.ly
7657
7658 2003-06-13  Graham Percival  <gperlist@shaw.ca>
7659
7660         * input/test/f*.ly: added texinfo index.
7661         
7662         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
7663
7664 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7665
7666         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
7667         quant penalty for beam just outside staff.
7668
7669         * input/regression/beam-quanting-horizontal.ly (texidoc): move
7670         from beam-pos.ly,  remove non-horizontal tests. 
7671
7672         * input/test/(various): cleanup header info. 
7673
7674         * input/test/tchaikovsky.ly: remove file.
7675
7676         * scm/chord-generic-names.scm: move from
7677         double-plus-new-chord-name.scm
7678
7679         * input/test/orchestscore.ly: remove file
7680
7681         * Documentation/user/refman.itely (Vocal music): update documentation.
7682
7683         * scm/define-translator-properties.scm (chordNoteNamer): remove
7684         chordNameStyle, use chordNameFunction
7685
7686         * scm/chord-name.scm (set-chord-name-style): remove
7687         set-chord-name-style. Use \property chordNameFunction.
7688
7689 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7690
7691         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
7692         music): remove @TeX{} command.
7693
7694 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7695
7696         * lilypond-indent.el (scan-sexps): Renamed to
7697         aargh-this-breaks-other-emacs-modes-scan-sexps.
7698
7699 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7700
7701         * lilypond-indent.el: Fix: match concurrent one-char opening and 
7702         closing slurs: '()', etc. Add comments.
7703
7704         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
7705
7706         * lilypond-font-lock.el: match unending string at eof.
7707
7708         * make/lilypond.mandrake.spec.in: refreshed packed file list.
7709         
7710 2003-06-10  Graham Percival  <gperlist@shaw.ca>
7711
7712         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
7713         input/test/beam-dir.ly input/test/beam-position.ly    
7714         input/test/beam-suspect.ly input/test/beam-trend.ly    
7715         input/test/beams.ly input/test/crescendo-text.ly : deleted
7716         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
7717         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
7718         * input/test/default-bars.ly: moved to bar-always.ly
7719         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
7720
7721 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7722
7723         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
7724
7725 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7726
7727         * scm/chord-ignatzek-names.scm (remove-step): rename file.
7728
7729 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
7730
7731         * lilypond-indent.el: Match better slurs in scheme expressions.
7732         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
7733
7734         * Documentation/user/invoking.itexi: document Emacs' paren matching.
7735
7736 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7737
7738         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
7739
7740         * input/ac-extra-voice.ly: Add texidoc.
7741
7742         * ly/chord-modifiers-init.ly: 
7743         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
7744         and chordNameExceptionsPartial for new chord names.
7745
7746         * input/test/chord-names-dpnj.ly: 
7747         * input/test/dpncnt.ly: Update.
7748
7749         * scm/chord-name.scm: 
7750         * scm/double-plus-new-chord-name.scm: Add compatibility for new
7751         chord selection and options.
7752
7753         * ly/chord-modifiers-init.ly: Add exceptions 
7754
7755         * scm/define-translator-properties.scm (chordNameStyle) 
7756         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
7757
7758 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
7759
7760         * ly/property-init.ly (germanChords): Added.
7761         (semiGermanChords): Added.
7762         
7763         * input/test/chord-names-german.ly: Use new macros
7764         
7765 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
7766
7767         * lilypond-indent.el: Use similar parenthesis highlighting for 
7768         Emacs and XEmacs through redefinitions of parenthesis highlighting 
7769         functions; removed LilyPond-show-paren-function. Fix indenting.
7770         Turn paren-matching on also in XEmacs.
7771
7772         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
7773         as needed by parenthesis highlighting functions (in scan-sexp).
7774
7775 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7776
7777         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
7778         function.
7779         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
7780
7781 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
7782
7783         * lilypond-indent.el: tune regexp for show-paren-function.
7784
7785 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7786
7787         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
7788         for all LilyPond-produced tex snippets.
7789
7790         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
7791         fixes one line --preview output of ly2dvi.
7792
7793 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
7794
7795         * lilypond-indent.el: match only one type of slurs in
7796         LilyPond-show-paren-function.
7797
7798 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7799
7800         * debian/GNUmakefile (EXTRA_DIST_FILES): 
7801         * debian/lilypond1.7.dirs: 
7802         * debian/lilypond1.7-doc.dirs: New file.
7803
7804         * input/regression/chord-name-exceptions.ly: Add parameter for
7805         ignatzekExceptions.  Quote hash in docstring.
7806
7807 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
7808
7809         * lilypond-indent.el (show-paren-function): define show-paren-function
7810         as LilyPond-blink-matching-open and use it for closing parens.
7811         Let LilyPond-blink-matching-open know whether a bracket was inserted.
7812
7813         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
7814         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
7815         LilyPond-blink-matching-paren in order to match both open and close
7816         brackets.
7817         
7818 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
7819
7820         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
7821         testing by modifying the code from FSF Emacs paren.el. Add comments.
7822
7823 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7824
7825         * input/test/dpncnt.ly: Transpose example to match new
7826         default \chords octave.  Add comment.
7827         
7828         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
7829         comment about octave change.
7830
7831 2003-06-04  Graham Percival  <gperlist@shaw.ca>
7832
7833         * input/test/[d,e]: added texinfo index tags.
7834         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
7835
7836 2003-06-04  Graham Percival  <gperlist@shaw.ca>
7837
7838         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
7839
7840 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
7841
7842         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
7843         as in blink-matching-open.
7844
7845 2003-06-03  Graham Percival  <gperlist@shaw.ca>
7846
7847         * input/test/[a-c]: more comments in files.
7848         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
7849         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
7850         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
7851         mark file for proposed deletion.
7852         * input/test: renaming files:
7853         auto-beam-4-8.ly to beam-auto-4-8.ly
7854         auto-beam-override.ly to beam-auto-override.ly
7855         auto-beam.ly to beam-auto.ly
7856         blank.ly to blank-paper.ly
7857         absolute-volume.ly to dynamic-absolute-volume.ly
7858
7859 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7860
7861         * input/test/dpncnt.ly: 
7862         * input/test/chord-names-dpnj.ly: Resurrect.
7863
7864         * lily/my-lily-lexer.cc: Remove chordnames keyword.
7865
7866         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
7867
7868         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
7869         Better docstring, add parameter OMIT-ROOT, tidy up.
7870
7871 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
7872
7873         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
7874
7875 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7876
7877         * scm/output-ascii-script.scm (as-font-alist-alist):
7878         (as-properties-to-font-name):
7879         (as-make-style-sheet): Remove.
7880
7881         * scm/font.scm (as-make-font-list): New function.
7882         (as-font-sheet-alist): New variable.
7883
7884         * ly/paper-as9-init.ly: 
7885         * ly/paper-as5-init.ly: Update.
7886
7887         * ly/paper-as5.ly:
7888         * ly/paper-as9.ly: New file.
7889
7890 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
7891
7892         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
7893
7894 2003-05-28  Graham Percival  <gperlist@shaw.ca>
7895         * input/sondag-morgen/*: removed due to copyright concerns.
7896         * input/[a,b]*.ly: added a newline at the end of the texinfo
7897         doc string (produces better output in HTML version).
7898         * input/c*.ly: added texinfo index and added comments to
7899         aid in future changes to input/test/ files.
7900
7901 2003-05-28  Graham Percival  <gperlist@shaw.ca>
7902         
7903         * Documentation/user/refman.itely: fixed build problem (missing
7904         file) caused by previous renaming.
7905
7906 2003-05-28  Graham Percival  <gperlist@shaw.ca>
7907         
7908         * input/test/[a,b]*.ly: added texinfo index and added comments to
7909         aid in future changes to input/test/ files.
7910         * input/test/bar-number-every-5-reset.ly: renamed to
7911         bar-number-every-five-reset.ly
7912         * input/test/bar-script-visibility.ly: renamed to
7913         bar-number-show-all.ly
7914
7915 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7916
7917         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
7918         to Voice.
7919
7920         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
7921         out note-line and glissando functionality.
7922         
7923         * lily/line-spanner.cc (brew_molecule): cleanup.
7924
7925 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7926
7927         * scripts/as2text.scm: Use rdelim module.
7928         (start-system): Rename from start-line.
7929         (stop-system): Rename from stop-line.
7930         (af-gulp-file): Use string iso symbol for getenv.
7931
7932         * scm/output-ascii-script.scm: Add guile and lily modules.
7933         (font-name-alist): New variable.
7934         (draw-line): New function.
7935
7936         * scm/output-lib.scm (func, arg->string): Re-add from archive.
7937         (Were these silently removed, without ChangeLog entry?)
7938
7939 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7940
7941         * scm/music-functions.scm (make-ottava-set): bugfixes: also
7942         process 2nd ottava correctly.
7943
7944 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
7945
7946         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
7947
7948 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7949
7950         * Documentation/user/converters.itely (Invoking midi2ly): Update.
7951
7952 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7953
7954         * VERSION: release 1.7.20
7955         
7956         * lily/text-spanner.cc (brew_molecule): clean up function. This
7957         fixes bugs with broken 8va spanners.
7958
7959         * lily/simple-spacer.cc (solve): also compute force for raggedright.
7960         This prevents spurious line-breaks with raggedright
7961         
7962 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7963
7964         * lily/key-performer.cc (create_audio_elements): always use major
7965         key
7966
7967         * Documentation/user/internals.itely: updates
7968
7969         * input/regression/beam-break.ly: new file.
7970
7971         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
7972         beams if starting or terminating stems have 'beaming set.)
7973
7974         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
7975         property.
7976
7977         * lily/parser.yy (verbose_command_req): add comment about scales.
7978
7979 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
7980
7981         * lilypond-indent.el: adjust regexps in bracket-matching.
7982
7983 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
7984
7985         * Documentation/user/refman.itely: more tiny fixes
7986
7987         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
7988         "Chord names"; added table with input syntax for solesmes neumes
7989         table; added some words about rationale on input syntax design
7990
7991         * lily/gregorian-ligature-engraver.cc,
7992         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7993         lily/include/gregorian-ligature.hh: bugfix: horizontal head
7994         alignment of Pes Initio Debilis
7995
7996         * Documentation/user/refman.itely,
7997         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7998         mf/parmesan-heads.mf: fixed most of the head selection/alignment
7999         bugs in the solesmes neumes table
8000
8001 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8002
8003         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8004         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8005
8006         * lilypond-mode.el: fix tag-score. small improvements.
8007
8008 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8009
8010         * .cvsignore: Add aclocal.m4.
8011
8012         * lily/music-constructor.cc: Include <assert.h>.
8013
8014 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8015
8016         * ly/engraver-init.ly (HaraKiriStaffContext): use
8017         RemoveEmptyStaffContext instead.
8018
8019         * Documentation/user/refman.itely: updates
8020
8021 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8022
8023         * Documentation/user/refman.itely: added solesmes neumes table;
8024         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8025         bugfix: "Ornaments" -> "Articulations"
8026
8027         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8028
8029 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8030
8031         * lilypond-indent.el: Add a message about trying to match \] or \).
8032         
8033 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8034         
8035         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8036         obsolete "arithmetic_*"
8037
8038         * input/bugs/ligatures.ly: removed (will be put into a different
8039         directory later)
8040
8041 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8042
8043         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8044         libkpathsea (Maurizio Tomasi).
8045
8046 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8047
8048         * input/regression/repeat-slash.ly (texidoc): new file
8049
8050         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8051         slash repeats separately. Slash repeats and %
8052         repeats can now be nested.
8053
8054 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8055
8056         * lilypond-indent.el: Add preliminary test for closing \] and \).
8057         
8058 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8059
8060         * lily/gregorian-ligature-engraver.cc,
8061         lily/vaticana-ligature-engraver.cc,
8062         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8063         mf/parmesan-heads.mf: various semivocalis related bugfixes
8064
8065         * input/bugs/ligatures.ly: new file demonstrating problems with
8066         ligatures
8067         
8068 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8069
8070         * lilypond-mode.el,
8071         lilypond-font-lock.el,
8072         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8073
8074 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8075
8076         * lilypond-mode.el: Remove outdated code. Stress the difference 
8077         between Emacs and XEmacs definitions.
8078
8079         * lilypond-mode.el,
8080         lilypond-indent.el: Define a function interactive only when necessary.
8081
8082 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8083
8084         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8085         Use inactive regions also in XEmacs.
8086
8087 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8088
8089         * Documentation/user/refman.itely (Repeat syntax): more updates
8090
8091         * lily/simple-spacer.cc (solve): move solution process into
8092         solve(). This fixes a bug with collisions and raggedright = ##t.
8093  
8094         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8095
8096         * ly/engraver-init.ly: remove GraceContext. Update examples.
8097
8098 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8099
8100         * GNUmakefile.in (fonts): Also make fontball.
8101
8102         * Website fixes:
8103
8104         * ly/engraver-init.ly (GraceContext): Add.
8105
8106         * run:
8107
8108             convert-ly $(find . -name *.ly)
8109
8110         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8111         new chords.
8112
8113 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8114
8115         * VERSION: 1.7.19 released
8116         
8117         * scm/music-functions.scm (set-octavation): new function.
8118
8119         * input/regression/ottava.ly: new file
8120
8121         * lily/translator-scheme.cc (LY_DEFINE): new function
8122         ly:unset-context-property
8123         (LY_DEFINE) new function ly:context-property-where-defined: 
8124
8125 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8126
8127         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8128
8129         * lilypond.words: add few.
8130
8131         * input/test/script-chart.ly: fix typo.
8132
8133 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8134
8135         * scm/define-grobs.scm: uniform naming for definitions and output
8136         routine files. 
8137
8138         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8139         scm/context-description.scm
8140
8141         * lily/parser.yy (translator_spec_body): add \description to the
8142         \translator{} body syntax.
8143
8144         * lily/ottava-engraver.cc: new file.
8145
8146         * scm/chord-name.scm (natural-chord-alteration): replace old
8147         chord stuff. 
8148
8149         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8150
8151         * Documentation/user/refman.itely (Metronome marks): update doco.
8152
8153         * input/regression/markup-note.ly: new file
8154
8155         * input/regression/metronome-marking.ly: new file
8156
8157         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8158
8159         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8160         metronome marks.
8161
8162 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8163
8164         * Documentation/user/GNUmakefile: Compatibility fix for new
8165         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8166         for making binary packages; info splitting bug has been fixed.
8167
8168         * Documentation/user/refman.itely: Compile fixes.
8169
8170 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8171
8172         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8173         Count \midi -keywords also for a region.
8174
8175 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8176
8177         * lily/lookup.cc (LY_DEFINE): new function
8178
8179         * Documentation/user/tutorial.itely: updates
8180
8181 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8182
8183         * lilypond-mode.el: Allow Midi on buffer.
8184         Use only '.ly'-extension, remove '.sly' and '.fly'.
8185         Allow use of inactive regions. Invoke next Command on Master file, 
8186         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8187
8188 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8189
8190         * Documentation/user/tutorial.itely: updates.
8191
8192 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8193
8194         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8195
8196 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8197
8198         * lily/coherent-ligature-engraver.cc: fixed typo
8199
8200         * lily/coherent-ligature-engraver.cc,
8201         lily/gregorian-ligature-engraver.cc,
8202         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8203         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8204         lily/vaticana-ligature-engraver.cc,
8205         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8206         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8207         removed all ligature specific stuff from NoteHead code
8208
8209         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8210         ligatures now use regular noteheads
8211
8212         * lily/vaticana-ligature.cc: tiny code cleanups
8213
8214         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8215         space between two adjacent noteheads of the same pitch
8216
8217         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8218         description; cleanup: removed obsolete font-family settings
8219
8220 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8221
8222         * lily/coherent-ligature-engraver.cc,
8223         lily/gregorian-ligature-engraver.cc,
8224         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8225         lily/mensural-ligature-engraver.cc,
8226         lily/vaticana-ligature-engraver.cc,
8227         lily/include/gregorian-ligature-engraver.hh: updated for new
8228         Coherent_ligature_engraver; added comments that describe the basic
8229         design ideas of the ligature implementation
8230
8231         * lily/coherent-ligature-engraver.cc,
8232         lily/include/coherent-ligature-engraver.hh: new file: shared code
8233         between mensural ligatures and Gregorian chant notation ligatures
8234
8235 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8236
8237         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8238         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8239         use only two arguments in sit-for, use no arguments in
8240         read-char-exclusive, backspace is not a character (127) in XEmacs.
8241
8242         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8243
8244 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8245
8246         * lilypond-mode.el: un-commenting works after syntax-table fix.
8247
8248         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8249         group, verbose commenting for syntax table.
8250
8251         * lilypond-indent.el: add TODO for ligature slurs.
8252
8253 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8254
8255         * lilypond-mode.el: Move comments of parenthesis matching away,
8256         (blink-matching-paren-on-screen) fix blinking in Emacs.
8257
8258         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8259         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8260
8261         * lilypond-indent.el: Add TODO for parenthesis matching.
8262
8263 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8264
8265         * lilypond-mode.el: Fix XEmacs: 
8266         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8267         invoke explicitly easy-menu-add (in Emacs done automatically).
8268         
8269         * lilypond.words: Add few words from input/*/*.ly.
8270
8271 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8272
8273         * VERSION (PATCH_LEVEL): release 1.7.18
8274
8275         * scripts/lilypond-book.py: only print basename for printfilename
8276         option
8277
8278         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8279         and syntax updates.
8280
8281 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8282
8283         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8284         better parametrisation. Move fatness of bulb downward.
8285
8286         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8287         glyph names. Underscores are not allowed .ps encoding files.
8288
8289 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8290
8291         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8292         variable "packed" for packed right-ragged mode
8293
8294         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8295         unused variable ragged; fixed indentation
8296
8297         * Documentation/user/refman.itely: tiny cleanups in ancient
8298         clef and custos section
8299
8300 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8301
8302         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8303         \applyoutput PROCEDURE
8304
8305         * lily/my-lily-lexer.cc: add \applyoutput.
8306
8307         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8308
8309         * lily/text-item.cc: clean text-interface description
8310
8311 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8312
8313         * input/{regression,test}/: use postfix for slur endings and beam
8314         begins.
8315
8316         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8317         style beams too. 
8318
8319         * input/regression/lyrics-melisma-beam.ly: new file.
8320
8321         * lily/lyric-engraver.cc (process_music): change from
8322         process_acknowledged_grobs()
8323
8324         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8325         functions to set and revert auto-beam settings.
8326
8327 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8328
8329         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8330
8331 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8332
8333         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8334         Documentation/user/lilypond.tely: fixed some typos; updated author
8335         info
8336
8337         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8338         #"" -> #'flag-style = #'()
8339
8340         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8341         cleanup: removed dead #includes
8342
8343         * lily/gregorian-ligature-engraver.cc,
8344         lily/include/gregorian-ligature.hh,
8345         scm/grob-property-description.scm: small cleanups, small spacing
8346         fixes
8347
8348         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8349         lily/vaticana-ligature.cc,
8350         lily/include/gregorian-ligature-engraver.hh,
8351         scm/grob-property-description.scm, scm/music-types.scm:
8352         "porrectus" -> "pes or flexa"
8353
8354         * ly/engraver-init.ly, scm/grob-description.scm,
8355         scm/grob-property-description.scm: junked porrectus, now handled
8356         by ligature code
8357
8358         * scm/grob-description.scm: bugfix: added space-alist entry for
8359         breathing sign/custos
8360
8361 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8362
8363         * Another grand 2003 update.
8364         
8365         * Remove mentioning of `mudela'; There's no such thing.
8366
8367 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8368
8369         * Documentation/user/preface.itely (Preface to version 1.8): update
8370
8371         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8372
8373         * Documentation/user/converters.itely (Invoking convert-ly): revise
8374
8375         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8376
8377         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8378
8379 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8380
8381         * Documentation/user/internals.itely: more updates.
8382
8383 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8384
8385         * Documentation/user/refman.itely: revise 
8386
8387         * Documentation/user/internals.itely: revise
8388
8389         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8390
8391 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8392
8393         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
8394         beautification: reformatted ancient clefs section; cleanup: small
8395         wording fixes
8396
8397 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
8398
8399         * lilypond.words: added words for chant notation, sorted
8400         alphabetically through "sort lilypond.words"
8401
8402 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
8403
8404         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
8405         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
8406         chant notation
8407
8408 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
8409
8410         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
8411         prevent TeX from interpreting them as long dash
8412
8413         * input/test/vaticana.ly: updated
8414
8415         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
8416         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
8417         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
8418         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
8419         fixes
8420
8421         * mf/parmesan-heads.mf: ledger endings: removed dead code
8422
8423 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8424
8425         * VERSION: 1.7.17 released
8426         
8427         * Documentation/user/GNUmakefile
8428         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
8429         files too.
8430
8431         * scm/document-markup.scm: new file: document all markup
8432         functions.
8433
8434         * scm/documentation-generate.scm: rename all documentation modules
8435         to document-*.scm
8436
8437         * scripts/lilypond-book.py: generate link to .ly file iso. link to
8438         .png
8439
8440         * input/test/divisiones.ly: added
8441
8442         * input/regression/output-property.ly: new file
8443
8444         * lily/cluster.cc: change cluster-interface to use style property
8445
8446 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
8447
8448         * input/test/chord-names-german.ly: modified.
8449
8450         * scm/chords-ignatzek.scm:
8451           chord-name->german-markup: Added
8452           note-name->german-markup: Changed (now producing lowercase notenames)
8453
8454         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
8455         
8456 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8457
8458         * scripts/convert-ly.py (FatalConversionError.conv):
8459         divisiominima -> divisioMinima, etc.
8460
8461         * ly/engraver-init.ly (FiguredBassContext): add
8462         Separating_line_group_engraver to Figured bass context.
8463
8464         * ly/german-chords-init.ly: remove file
8465
8466         * input/test/chord-names-german.ly (scm): new file.
8467
8468         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
8469
8470         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
8471         Chord_name_engraver
8472
8473         * Documentation/user/refman.itely: lots of updates.
8474
8475         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
8476         new file
8477
8478         * input/test/bar-number-every-5-reset.ly: new file.
8479
8480 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8481
8482         * input/regression/chord-name-major7.ly: new file
8483
8484         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
8485         if specced explicitly.
8486
8487         * input/regression/chord-name-entry-11.ly: new file.
8488
8489         * input/test/slur-beautiful.ly: new file.
8490
8491         * Documentation/user/refman.itely: updates.
8492
8493         * input/regression/collisions.ly (threevoice): cleanup.
8494
8495         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
8496
8497 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8498
8499         * Documentation/user/*.itely: various updates.
8500
8501         * ly/spanners-init.ly: enddecr/ endcr.
8502
8503         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
8504         of tutorial
8505
8506 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8507
8508         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
8509
8510         * lily/new-chord-name-engraver.cc (process_music): use octavation
8511         (a number) instead of original-pitch to store inversions. This
8512         fixes a problem with transposed chords with inversions.  
8513
8514 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8515
8516         * stepmake/aclocal.m4: Include compile fix for broken flex, as
8517         used in includable-lexer.hh.
8518
8519         * lily/includable-lexer.cc: Bugfix: include config.h.
8520
8521         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
8522         circumvention of Debian packaging bug.
8523
8524 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8525
8526         * flex-2.5.31 hits Debian/unstable.  Fixes below.
8527         
8528         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
8529
8530         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
8531         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
8532
8533         * lily/include/includable-lexer.hh: 
8534         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
8535
8536         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
8537
8538         * aclocal.m4: Regenerate.
8539
8540         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
8541         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
8542
8543         * scm/pdf.scm (use-modules): Include lily.
8544
8545         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
8546         Noordkamp).
8547         (use-modules): Include lily.
8548         (lily-def): Bugfix: include tex-val in let.
8549
8550 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
8551
8552         * lilypond-mode.el: sensible error if lilypond.words not found.
8553
8554         * lilypond.words: add few words.
8555
8556 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
8557
8558         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
8559
8560         * mf/parmesan-scripts.mf: fixed typo in char name
8561
8562 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8563
8564         * VERSION: 1.7.16 released
8565
8566         * python/lilylib.py (setup_temp): temporary directories are mode 700.
8567         (this is a security vulnerability).
8568
8569         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
8570
8571         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
8572         add staff support.
8573
8574 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
8575
8576         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
8577         ly/script-init.ly, scm/script.scm: bugfix: renamed
8578         fermata->signumcongruentiae to fix naming clash with feta font
8579
8580 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8581
8582         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
8583
8584         * lily/multi-measure-rest-engraver.cc
8585         (start_translation_timestep): use grace timing too for determining
8586         when to make mmrest.
8587         (start_translation_timestep): clear numbers too.
8588
8589 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
8590
8591         * scm/music-types.scm: compile fix: escape braces
8592
8593         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
8594         work around font selection problem
8595
8596         * Documentation/user/refman.itely: BreathingSign: added docu for
8597         property "text"
8598
8599 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8600
8601         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
8602         information.
8603
8604 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8605
8606         * lily/multi-measure-rest-engraver.cc (class
8607         Multi_measure_rest_engraver): make multiple Number objects, one
8608         for each MultiMeasureTextEvent.
8609
8610         * scm/music-functions.scm (glue-mm-rest-texts): use
8611         MultiMeasureTextEvent
8612
8613         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
8614
8615         * Documentation/user/refman.itely (Multi measure rests): update.
8616
8617 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8618
8619         * lily/ly-module.cc (ly_copy_module_variables): use
8620         scm_internal_hash_fold() for iterating modules.
8621
8622 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
8623
8624         * Documentation/user/refman.itely: Section Custodes: added more
8625         example code
8626
8627         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
8628         neo-mensural rests to parmesan font
8629
8630         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
8631         header
8632
8633 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8634
8635         * Documentation/user/macros.itexi: @fileref macro.
8636
8637         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
8638         each file. 
8639
8640 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
8641
8642         * lily/include/custos.hh, make/lilypond.suse.spec.in,
8643         Documentation/topdocs/AUTHORS.texi: updated my email address
8644
8645         * Documentation/user/refman.itely: updated custos documentation;
8646         beautified divisiones example; beautified articulations table
8647
8648         * lily/breathing-sign.cc: bugfix: finalis molecule
8649
8650 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
8651
8652         * Documentation/user/refman.itely: added docu for
8653         contemporary fermata symbols, gregorian breathing signs; small fixes
8654
8655         * ly/gregorian-init.ly: removed obsolete #'type props
8656
8657 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8658
8659         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
8660         minimum-length property correctly.
8661
8662 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8663
8664         * scm/music-functions.scm (make-multi-measure-rest): set input
8665         locations for multimeasure rests.
8666
8667 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
8668
8669         * input/regression/breathing-sign.ly: updated to for ancient
8670         notation
8671
8672 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8673
8674         * scripts/ly2dvi.py: Add newline.
8675
8676 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8677
8678         * scripts/ly2dvi.py (dependency_files): Compile fix.
8679
8680 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8681
8682         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
8683         (make_html_menu_file): --html menu. 
8684
8685 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8686
8687         * scripts/ly2dvi.py (run_dvips): +add the .map file 
8688
8689 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8690
8691         * input/screech-boink.ly: new file.
8692
8693 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8694
8695         * scripts/lilypond-book.py (make_lilypond_file): convert
8696         lilypond-file to lilypond block directly, without going through
8697         begin/end lilypond text.
8698         
8699
8700 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
8701
8702         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
8703         scm/grob-description.scm: moved Michael's original breathing sign
8704         code in brew_molecule() to divisio_minima(); provided new
8705         brew_molecule() that effectively replaces the
8706         Text_item::brew_molecule callback (with additional fallback to
8707         Michael's original code); added callbacks for brewing divisio
8708         maior/maxima and finalis
8709
8710         * gregorian-init.ly: added breathing sign shortcuts for virgula,
8711         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
8712
8713         * script-init.ly: added shortfermata, longfermata,
8714         verylongfermata, varcoda
8715
8716         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
8717         longfermata, verylongfermata, varcomma, varcoda
8718
8719 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8720
8721         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
8722           Remove all noquote and insert a few quote.
8723         
8724         * Documentation/user/lilypond-book.itely (Music fragment options),
8725           scripts/lilypond-book.py: Don't include quotation blocks by
8726           default. Introduce option quote instead of noquote
8727
8728 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8729
8730         * VERSION: 1.7.15 released
8731         
8732         * Documentation/user/lilypond.tely: omf updates.
8733
8734         * buildscripts/texi2omf.py (omf_vars): include version.date
8735
8736         * make/lilypond.redhat.spec.in: fixes for spec file. 
8737
8738         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
8739         by function definition: lily now requires a recent GNU Make.
8740
8741         * scripts/lilypond-book.py (write_deps): remove .tex dependency
8742         writing.
8743
8744         * make/ly-rules.make: remove .ly -> .tex rule
8745
8746         * Documentation/user/refman.itely (Figured bass): revised figured
8747         bass example.
8748
8749 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8750
8751         * stepmake/stepmake/omf-targets.make (local-install): add
8752         scrollkeeper-update message.
8753
8754         * scripts/lilypond-book.py (lilypond_binary): explicity add path
8755         to binary.
8756         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
8757
8758         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
8759
8760         * Documentation/user/converters.itely (Invoking midi2ly): add
8761         track/channel notice.
8762
8763 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8764
8765         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
8766
8767         * lily/parser.yy (scalar): DIGIT is also a scalar.
8768
8769         * Documentation/user/music-glossary.tely: add @omf tags
8770
8771         * Documentation/user/lilypond.tely: add @omf tags
8772
8773         * scm/generate-documentation.scm (string-append): add @omf tags.
8774
8775         * stepmake/stepmake/omf-*: new files 
8776
8777         * input/regression/multi-measure-rest.ly (texidoc): add doco
8778
8779         * GNUmakefile.in (web-doc-install): add web-doc-install target
8780
8781         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
8782         fixes crashes while dumping MIDI.
8783
8784         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
8785         midi
8786
8787 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8788
8789         * buildscripts/texi2omf.py: new file.
8790
8791         * mf/feta-beugel.mf: include font count, not staffsize (16) in
8792         font-name
8793
8794 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8795
8796         * input/regression/beam-manual-beaming.ly (texidoc): new file.
8797
8798         * lily/sequential-iterator.cc (descend_to_child): call
8799         descend_to_child() for all types of music.
8800
8801 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8802
8803         * scm/translator-property-description.scm: Add
8804         bassFigureFormatFunction.  Replace some entries.
8805
8806 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8807
8808         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
8809         clean out.
8810
8811 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8812
8813         * scripts/midi2ly.py (Note.dump): never dump duration for
8814         dump_dur=0.
8815
8816         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
8817         new function
8818
8819         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
8820         figures using new markups. Much simpler, and should improve layout
8821         a little.
8822
8823         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
8824
8825 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8826
8827         * ly/engraver-init.ly: use Hara kiri by default for 
8828         ChordNames, FiguredBass and Lyrics(Voice) context. 
8829
8830         * lily/axis-group-engraver.cc (acknowledge_grob): use
8831         rhythmic-grob-interface for selecting items not to hara-kiri'd 
8832
8833         * scm/new-markup.scm (markup-function-list): add bracket,
8834         vbracket.
8835
8836         * ly/engraver-init.ly (ChordNamesContext): set
8837         minimumVerticalExtent
8838
8839 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8840
8841         * input/test/time-signature-double.ly: new file 
8842
8843         * input/regression/collision-head-chords.ly (texidoc): new file.
8844
8845         * lily/type-swallow-translator.cc: add note swallow translator 
8846
8847         * input/test/time-signature-double.ly: new file.
8848
8849         * lily/type-swallow-translator.cc: add Rest_swallow_translator
8850
8851         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
8852         (FiguredBassContext): idem.
8853
8854         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
8855
8856         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
8857
8858         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
8859
8860         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
8861         .afm dependency
8862
8863         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
8864
8865         * python/lilylib.py (make_page_images): add function.
8866
8867         * scripts/ly2dvi.py (run_latex): include title in preview image.
8868
8869         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
8870         from lilypond-book for <ly2dvifile> tags in HTML.
8871
8872         * scripts/ly2dvi.py (option_definitions): add --debug option to
8873         print out environment.
8874
8875         * input/regression/tie-chord-partial.ly: new file.
8876
8877 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
8878
8879         * lilypond.words: add 3
8880
8881 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8882
8883         * scm/new-markup.scm (markup-function-list): add finger-markup
8884
8885         * input/tutorial/brahms-tweaked.ly: new markup 
8886
8887         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
8888
8889         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
8890         crash when processing '() markup
8891
8892         * input/regression/breathing-sign.ly (texidoc): add caesura example.
8893
8894         * lily/breathing-sign.cc (railtracks): another caesura.
8895
8896         * mf/feta-schrift.mf: caesura symbol. 
8897
8898 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8899
8900         * scripts/convert-ly.py (FatalConversionError.conv): add
8901         ly:molecule-XXX conversions.
8902
8903         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
8904
8905         * input/regression/multi-measure-rest-text.ly: new file.
8906
8907         * scm/music-functions.scm (glue-mm-rest-texts): automatically
8908         convert MMREST-TEXT to MultiMeasureRestNumber settings.
8909
8910         * ly/engraver-init.ly (ScoreContext): move tablature settings to
8911         ScoreContext
8912
8913         * scm/new-markup.scm (center-markup): \center markup.
8914
8915         * scm/music-functions.scm: remove pitchify scripts.
8916
8917         * lily/music.cc (print_smob): display music name if available 
8918
8919 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8920
8921         * Documentation/user/refman.itely (Instrument names): remove
8922         \turnOff doco.
8923
8924 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8925
8926         * lily/score.cc (mark_smob): bugfix.
8927
8928         * input/regression/rehearsal-mark.ly: new file.
8929
8930         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
8931         report error at the current token again.
8932
8933 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8934
8935         * cygwin/mknetrel: Exit if doc build fails.
8936
8937         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
8938
8939 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8940
8941         * scm/music-types.scm (music-descriptions): add doc strings
8942
8943 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8944
8945         * lily/lexer.ll: 
8946         * lily/include/my-lily-lexer.hh: 
8947         * lily/include/includable-lexer.hh: Add flex kludge.
8948
8949         * config.hh.in: 
8950         * config.make.in: 
8951         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
8952         cruft.
8953         
8954         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
8955         code.
8956
8957 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8958
8959         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
8960
8961         * lily/parser.yy (new_chord): Compile fix.
8962
8963 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8964
8965         * Documentation/user/refman.itely (Tuning groups of objects):
8966         remove documentation for \turnOff. 
8967
8968         * lily/percent-repeat-engraver.cc (try_music): add correct
8969         processing moments for double-measure percents as well.
8970
8971         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
8972
8973         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
8974         grob prop type. 
8975
8976         * Documentation/user/refman.itely (Printing named chords): add
8977         chord name tweak doco.
8978
8979         * input/template/gregorian-transcription.ly: new file.
8980
8981 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8982
8983         * VERSION: 1.7.13 released
8984         
8985         * input/test/*: lots of cleanups/comment-outs/removals in chord
8986         examples
8987         
8988         * input/regression/*: lots of cleanups/comment-outs/removals in
8989         chord examples
8990         
8991         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
8992         options
8993
8994         * lily/new-chord-name-engraver.cc (process_music): give original
8995         inversion pitch to chord name routine.
8996
8997         * input/tutorial/os-score.ly: update to new markup
8998
8999         * Documentation/user/appendices.itely: simply include
9000         chords-ignatzek. 
9001
9002         * Documentation/user/refman.itely (Chords mode): add documentation
9003         for chord mode.
9004
9005         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9006         not present in chord.
9007         (construct-chord): add inversion and bass support.
9008
9009         * lily/chord.cc: junk contents.
9010
9011 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9012
9013         * Documentation/user/refman.itely:
9014         * Documentation/user/music-glossary.tely: fix. 
9015
9016 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9017
9018         * scm/chord-entry.scm (construct-chord): move chord construction
9019         to Scheme.
9020
9021         * lily/parser.yy (new_chord): new setup for chord entry.
9022
9023 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9024
9025         * lilypond.words:
9026         * Documentation/user/music-glossary.tely: add ambitus.
9027
9028 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9029
9030         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9031
9032         * lily/include/*.hh: string() -> to_string()
9033
9034         * scm/chords-ignatzek.scm: new file.
9035
9036         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9037         standard chord name exceptions.
9038
9039         * scm/translator-property-description.scm (chordNameSeparator):
9040         add property.
9041         (majorSevenSymbol): add property
9042
9043         * lily/translator-scheme.cc (ly:context-properties): new function
9044         (ly:context-parent): new function.
9045         (print_smob): print context name.
9046
9047         * lily/music.cc (ly:get-music-length): new function
9048         (print_smob): don't print properties.
9049
9050         * lily/duration.cc (duration<?): new function
9051
9052         * input/regression/chords-funky-ignatzek.ly: new file.
9053
9054         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9055         jazz chords.
9056
9057         * lily/pitch.cc (ly:pitch-diff): new function.
9058
9059         * input/regression/chords-ignatzek.ly: new file.
9060
9061 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9062
9063         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9064         pitches for jazz chords.
9065
9066 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9067
9068         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9069
9070 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9071
9072         * lilypond.words: add 1
9073
9074 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9075
9076         * Documentation/topdocs/AUTHORS.texi: refine.
9077
9078 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9079
9080         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9081         
9082         * lilypond.words: add one.
9083
9084 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9085
9086         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9087         Fontify bass note in chords, e.g., e in c1/e.
9088         
9089 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9090
9091         * Documentation/user/music-glossary.tely: Dutch updates and
9092         additions (Arent Storm).
9093
9094 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9095
9096         * input/regression/ambitus.ly:  move file.      
9097
9098         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9099
9100         * lily/event.cc (transpose): add tonic property to Key_change_req
9101         and to Key_engraver.
9102
9103 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9104
9105         * Documentation/user/refman.itely: fix typo.
9106
9107         * lilypond.words: removed wrong identifiers.
9108
9109 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9110
9111         * mf/feta-toevallig.mf: make flat stem shorter 
9112
9113 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9114
9115         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9116
9117         * lilypond.words: add from Phrasing slur.
9118         
9119 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9120
9121         * lilypond-mode.el: allow launching multiple ViewPS processes.
9122         
9123         * lilypond.words: add from Text markup.
9124
9125 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9126
9127         * input/test/ossia.ly (texidoc): add comment.
9128
9129         * input/regression/voice-follower.ly: new file.
9130
9131         * mf/feta-toevallig.mf: make flat heavier.
9132
9133         * lily/cluster-engraver.cc: clean up Cluster engraver
9134
9135         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9136         Engraver. Use Note_column to compute Y positions and deal with
9137         line break stuff.
9138
9139 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9140
9141         * lily/stem.cc: move french-beaming to stem.
9142
9143 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9144
9145         * lilypond-font-lock.el: fontify all durations in chords.
9146
9147         * lilypond.words: add from lily/my-lily-lexer.cc
9148
9149 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9150
9151         * VERSION: release 1.7.12
9152
9153         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9154
9155         * lily/gregorian-ligature.cc: new file
9156
9157         * lily/*: the Great 2003 search & replace.
9158
9159         * Documentation/user/refman.itely (Manual repeat commands): add
9160         note about font selection.
9161
9162 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9163
9164         * lilypond-mode.el: propose recompiling midi while invoking playing,
9165         not while stopping playing.
9166
9167 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9168
9169         * lilypond.words: add one.
9170
9171         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9172         and expressional note grouping. Fontify chord modes.
9173
9174 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9175
9176         * Documentation/user/music-glossary.tely (Top): translate melisma.
9177
9178 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9179
9180         * Documentation/user/music-glossary.tely (Top): add melisma.
9181
9182 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9183
9184         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9185         interfaces for (abstract) grob GregorianLigature
9186
9187         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9188         renamed head* -> glyph_name*, x-shift* -> x-offset*
9189
9190         * scm/grob-property-description.scm: bugfix: added missing descriptions
9191
9192 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9193
9194         * input/test/chord-names-dpnj.ly: New file.
9195
9196         * scm/double-plus-new-chord-name.scm: Implement full and partial
9197         exceptions.
9198
9199         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9200
9201         * scm/double-plus-new-chord-name.scm
9202         (double-plus-new-chord->markup): Fix sub->markup.
9203
9204
9205 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9206
9207         * lily/custos-engraver.cc: added TODO; editorial changes
9208
9209         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9210         consistency with other ligature engravers; removed access on (now)
9211         private variable _ligature of Ligature_engraver
9212
9213         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9214         renamed last_bound -> last_bound_; issue programming_error on
9215         abstract method calls; moved primitives code from
9216         Mensural_bracket_engraver to here (because almost ligature
9217         engravers will need it); renamed try_stop_ligature () ->
9218         typeset_ligature (); bugfix: store primitives of finished ligature
9219         in separate variable finished_primitives_ to avoid clash on input
9220         like "\] \["; added current_ligature () to enable access on
9221         private variable _ligature
9222
9223         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9224         (now in super class); renamed try_stop_ligature () ->
9225         typeset_ligature ()
9226
9227         * lily/mensural-ligature.cc: issue programming_error on abstract
9228         method calls
9229
9230         * lily/note-heads-engraver.cc: added TODO comment upon bool
9231         in_ligature
9232
9233         * mf/parmesan-heads.mf: fixed some of set_char_box()
9234
9235         * scm/grob-description.scm: added VaticanaLigature
9236
9237         * scm/grob-property-description.scm: added neume prefix properties
9238
9239         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9240         lily/include/gregorian-ligature-engraver.hh,
9241         lily/include/gregorian-ligature.hh: new files; framework for
9242         gregorian ligature engravers such as vaticana
9243
9244         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9245         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9246         vaticana style ligature implementation (still somewhat uncomplete)
9247
9248 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9249
9250         * VERSION: release 1.7.11
9251
9252         * scripts/convert-ly.py: add ly:pitch-transpose rule
9253
9254 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9255
9256         * input/test/dpncnt.ly: New file.
9257
9258         * lily/my-lily-lexer.cc: Add chordnames keyword.
9259
9260         * lily/parser.yy (chordnames_block): Parse chord name exception
9261         lists, see input/test/dpncnt.ly.
9262
9263         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9264         function.
9265
9266         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9267         filter-out too.
9268
9269         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9270         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9271         pitch functions (except for ly:make-pitch, but that's apparently
9272         some sort of scheme naming standard?).
9273
9274         * scm/lily.scm (!=): define-public.
9275
9276         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9277
9278 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9279
9280         * scm/double-plus-new-chord-name.scm
9281         (double-plus-new-chord-name->markup): New file.
9282
9283 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9284
9285         * python/lilylib.py (make_preview): don't suppress progress for
9286         bbox extraction.
9287
9288 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9289
9290         * Documentation/user/appendices.itely (scheme): update for new syntax.
9291
9292         * input/regression/chord-name-styles.ly: new file
9293
9294         * lily/instrument-name-engraver.cc: create instrument names
9295         without barline too.  Allows instrument name on ChordNames  
9296
9297         * scm/new-markup.scm (interpret-markup): allow simple strings as
9298         markup too.
9299
9300 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9301
9302         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9303         (step->markup-accidental): Fix: add accidental.
9304         (chord::inner-name-american): 
9305         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9306         append stray '/' if last superscript addition was 'o'.
9307
9308         * scm/new-markup.scm (normal-size-sub-markup) 
9309         (normal-size-super-markup): New function.
9310
9311         * lily/source-file.cc (Source_file): Add warning for possibly
9312         intentional but suspicious initialization.
9313
9314         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9315         add comments about cut-and-paste programming.
9316
9317         * flower/rational.cc (lcm): Not used; comment out.
9318
9319 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9320
9321         * lily/new-fingering-engraver.cc (position_scripts): use
9322         fingerHorizontalDirection to determine fingering horizontal
9323         directions.
9324  
9325         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9326         fingering support.
9327
9328         * scripts/convert-ly.py (FatalConversionError.conv): add style
9329         conversion rule. 
9330
9331         * scm/chord-name.scm (set-chord-name-style): new function.
9332         (new-chord-name-brew-molecule): revise to interpret markup only
9333         (new-chord->markup): cleanuppish rewrite. To be called from the
9334         new engraver.
9335
9336         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9337         Markup earlier, during interpreting.
9338
9339         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9340         style settings. Rename to chord-names-*.ly
9341
9342 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9343
9344         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9345         markup code and update to new markup.  Most probably broke some of
9346         it.
9347         
9348 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9349
9350         * Documentation/user/refman.itely: added docu for ambitus and
9351         clusters
9352
9353         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9354         ly_quote_scm() in lookup.cc
9355
9356         * mf/parmesan-clefs.mf: set_char_box fix
9357
9358         * lily/cluster-engraver.cc: junk implicit protection; use
9359         Protected_scm instead
9360
9361 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9362
9363         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9364         throughout.
9365
9366         * scm/new-markup.scm: Turn-off error-triggering test code.
9367
9368 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9369
9370         * scm/new-markup.scm (markup-thrower-typecheck) 
9371         (markup-typecheck?):  add full typechecking functions.
9372         (make-markup-maker): add make-FOO-markup functions.
9373         (markup-argument-list-error): nice error checking messages.
9374         (make-markup): better function: less quoting escapades.
9375
9376 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9377
9378         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9379
9380 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9381
9382         * cygwin/lilypond.hint (requires): Add cygwin.
9383
9384         * .cvsignore: Remove stepmake (huh!?!), add lib.
9385
9386         * GNUmakefile.in: Add libdir links for builddir runs.
9387
9388         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9389         instead of datadir.
9390
9391         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9392         local_lilypond_libdir.
9393
9394         * config.make.in (lilypond_libdir): Add.
9395
9396         * stepmake/stepmake/substitute-rules.make: 
9397         * stepmake/stepmake/script-rules.make: 
9398         * stepmake/stepmake/python-module-rules.make:
9399         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
9400         lilypond-python-module patch.
9401
9402 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9403
9404         * Documentation/user/refman.itely (Graphical interfaces): add note
9405         about xml2ly.
9406
9407 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9408
9409         * scripts/ly2dvi.py (run_dvips): remove trailing newline
9410
9411 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9412
9413         * VERSION: released 1.7.10
9414
9415         * scripts/musedata2ly.py (): idem
9416
9417         * scripts/midi2ly.py (dump_chord): idem
9418
9419         * scripts/etf2ly.py (version): idem 
9420
9421         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
9422
9423         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
9424
9425         * scm/tex.scm (tex-output-expression): remove eval compat
9426         glut. Other output files too.
9427
9428         * scm/chord-name.scm: don't export anything from chord module.
9429
9430         * input/test/american-chords.ly: idem
9431
9432         * input/test/banter-chords.ly (texidoc): idem
9433
9434         * input/test/Cc-chords.ly: add breakage notes.
9435
9436         * Documentation/user/refman.itely (Text markup): rewrite manual
9437         section.
9438
9439         * lily/parser.yy (scalar): allow \markup { } as property value. 
9440
9441         * scm/chord-name.scm: complete new markup usage
9442
9443         * scm/grob-description.scm (all-grob-descriptions): use new markup
9444         texts by default
9445
9446 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9447
9448         * scm/chord-name.scm: partial move to new markup texts.
9449
9450 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9451
9452         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
9453
9454         * scm/bass-figure.scm (brew-bass-figure): make stack direction
9455         settable.
9456
9457 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
9458
9459         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
9460         invoked for old midi, wait for killing.
9461
9462 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
9463
9464         * Documentation/user/music-glossary.tely: Finnishing.
9465
9466 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9467
9468         * mf/feta-nummer-code.mf: some kerning pairs.
9469
9470 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
9471
9472         * scm/output-lib.scm (set-bar-number-visibility): Context-function
9473         Added.
9474
9475         * Documentation/user/refman.itely (Bar numbers):
9476         set-bar-number-visibility added, modulo-bar-number removed again
9477         (sorry).
9478
9479 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
9480
9481         * scm/output-lib.scm (modulo-bar-number-visible): add function.
9482
9483         * Documentation/user/refman.itely: add modulo-bar-number-visible.
9484
9485         * Documentation/user/music-glossary.tely: translate into Finnish.
9486
9487 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9488
9489         * lilypond-mode.el: add shortcut for 2midi
9490
9491         * lilypond-font-lock.el: fontify lyrics
9492
9493 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
9494
9495         * scm/drums.scm : use 1.7.x names.
9496
9497         * input/regression/drums.ly : Don't use << chords >>
9498
9499 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9500
9501         * lilypond-mode.el: tidy, add TODO
9502
9503         * make/lilypond.mandrake.spec.in: install-info quietly.
9504
9505 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9506
9507         * input/test/markup.ly: use new syntax.
9508
9509 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9510
9511         * ly/params-init.ly (interscoreline): add word-space
9512
9513         * input/test/metronome.ly (eighthNote): idem.
9514
9515         * input/test/script-priority.ly: use new markup
9516
9517         * lily/parser.yy (markup): allow HEAD markup0 markup1 
9518
9519         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
9520
9521         * lily/parser.yy (gen_text_def): bugfix.
9522         (full_markup): allow markup identifier.
9523
9524 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
9525
9526         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
9527         jobs at the same time. Add horizontal lines to Command menu.
9528         Allow one compiling job -- propose killing others before a new one.
9529
9530         * lilypond.words: add markup, teeny, etc.
9531
9532 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
9533
9534         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
9535         Allow only one type of midi process; launching Midi either stops
9536         midis or plays the current midi and launching MidiAll stops midis
9537         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
9538         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
9539
9540 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9541
9542         * lily/text-engraver.cc (process_acknowledged_grobs): use new
9543         markup  for new markup texts.
9544
9545         * lily/mark-engraver.cc (process_music): idem
9546         
9547         * lily/instrument-name-engraver.cc (create_text): idem
9548
9549         * scm/new-markup.scm (magnify-markup): new function.
9550
9551         * scm/molecule.scm (stack-lines): bugfix.
9552
9553         * lily/font-interface.cc (get_font): take font-magnification from
9554         alist chain.
9555
9556 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9557
9558         * lily/molecule-scheme.cc: move scheme functions to separate file.
9559
9560         * lily/font-metric.cc  (ly_get_glyph): new function. 
9561         
9562         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
9563         (italic-markup, dynamic-markup): new functions
9564         (font-markup): new function
9565
9566         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
9567         padding and minimum
9568
9569 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
9570
9571         * lily/accidental-engraver.cc:
9572         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
9573
9574 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
9575
9576         * lilypond.vim:
9577         * lilypond-font-lock.el: Put \longa as duration. Accept only 
9578         [a-zA-Z] for user defined identifiers. Separate note cases 
9579         with and without a duration (allow cis\longaX).
9580
9581         * lilypond.words: Add words from Info.
9582
9583 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9584
9585         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
9586
9587 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
9588
9589         * lilypond-mode.el: Propose reverting buffer before a command if
9590         it was edited with an another editor.
9591
9592 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9593
9594         * lily/molecule.cc (ly_translate_molecule): new function
9595
9596         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
9597         into libdir
9598
9599         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
9600
9601         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
9602
9603 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
9604
9605         * lilypond.words: take \words from Info-index.
9606
9607 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9608
9609         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
9610
9611 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
9612
9613         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
9614
9615 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
9616
9617         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
9618         and lilypond-documentation.
9619
9620 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9621
9622         * lily/parser.yy: Compile fix (bison 1.75).
9623
9624 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9625
9626         * VERSION: 1.7.9 released
9627
9628         * scm/music-functions.scm (shift-one-duration-log): refactor.
9629         Use music-map.
9630
9631         * input/regression/chord-tremolo.ly (texidoc): add dot test.
9632
9633         * NEWS: update.
9634
9635         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
9636         argument
9637         
9638         * scm/music-functions.scm (display-music): new function
9639         (music-map): change arg order.
9640
9641         * input/regression/new-markup-syntax.scm: new file
9642
9643         * lily/parser.yy (markup): add \markup { .. } syntax.
9644
9645         * scm/new-markup.scm (override-markup): new function
9646         (lookup-markup): new function
9647         (music-markup): new function
9648         (lookup-markup-command): use markup-signature to store argument
9649         format for parser.
9650
9651         * lily/lexer.ll: preliminary \markup syntax. 
9652
9653 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
9654
9655         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
9656         add pre/post-dependencies and menus with icons from source.
9657
9658         * Documentation/pictures/lilypond-48x48.xpm:
9659         * Documentation/pictures/lilypond-32x32.xpm:
9660         * Documentation/pictures/lilypond-16x16.xpm: new files, background
9661         transparent.
9662
9663         * stepmake/stepmake/generic-targets.make:
9664         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
9665
9666 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9667
9668         * input/regression/music-map.ly (texidoc): new file.
9669
9670         * scm/music-functions.scm (music-map): new function
9671
9672 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9673
9674         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
9675
9676 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
9677
9678         * input/test/to-xml.ly:
9679         * lily/ligature-engraver.cc: Fixes documentation.
9680
9681         * lilypond.mandrake.spec.in:
9682         * lilypond.redhat.spec.in: Add lilypond.words.
9683
9684         * Documentation/user/refman.itely: Mention Info inside emacs.
9685         
9686         * lilypond.suse.spec.in:
9687         * lilypond.redhat.spec.in:
9688         * lilypond.mandrake.spec.in: Set root-owner for doc
9689         (tobbe@nyvalls.se).
9690
9691 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9692
9693         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
9694         os.popen.read ().
9695
9696 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9697
9698         * scripts/ly2dvi.py (include_path): print warning if failing anything.
9699
9700         * python/lilylib.py (error): add space
9701
9702 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9703
9704         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
9705         distribution.
9706
9707 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9708
9709         * lily/paper-outputter.cc (Paper_outputter): close port when
9710         finishing score.
9711
9712 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9713
9714         * scm/sodipodi.scm: Fixes.
9715
9716 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
9717
9718         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
9719
9720         * buildscripts/make-font-dir.py: Fix. 
9721
9722 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
9723
9724         * lilypond-mode.el: Add support for Info inside Emacs.
9725
9726 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9727
9728         * buildscripts/make-font-dir.py: 
9729         * mf/GNUmakefile: Make sodipodi font map.
9730
9731         * scm/sodipodi.scm: Add more output functions.
9732
9733         * mf/feta-nummer.mf: 
9734         * mf/feta-beugel.mf: Add font_coding_scheme.
9735
9736         * lily/paper-outputter.cc (output_header): Fix creator string.
9737
9738 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
9739
9740         * lilypond-mode.el (LilyPond-autocompletion): invoked with
9741         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
9742
9743         * lilypond.words: add two (Everybody can add/remove words now!).
9744
9745         * debian/rules:
9746         * make/lilypond.suse.spec.in:
9747         * make/lilypond.mandrake.spec.in:
9748         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
9749
9750         * Documentation/user/refman.itely: Mention autocompletion.
9751
9752 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9753
9754         * scripts/ly2dvi.py: Add paper sizes.
9755
9756         * lily/timing-engraver.cc: 
9757         * lily/time-signature.cc: 
9758         * lily/span-bar.cc: 
9759         * lily/grob-scheme.cc: Code formatting fixes.
9760
9761         * scm/sodipodi.scm: 
9762         * scm/sketch.scm:
9763         * buildscripts/mf-to-table.py: 
9764         * buildscripts/make-font-dir.py: Font testing.
9765
9766 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
9767
9768         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
9769         inserts try-completion and shows all-completions.
9770
9771         * lilypond.words: '\' -> '\\'
9772
9773         * lilypond-mode.el: load libraries in the end, lilypond.words defines
9774         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
9775         
9776         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
9777         and LilyPond-reserved-words.
9778         
9779 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
9780
9781         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
9782         from load-path.
9783         
9784         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
9785         the mini-buffer with Control-Shift-c.
9786         
9787 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9788
9789         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
9790         duration. This fixes \tempo taking time.
9791
9792 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9793
9794         * lily/volta-engraver.cc (process_acknowledged_grobs): 
9795         Allow for text markup in repeatCommands. 
9796
9797 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
9798
9799         * lilypond-mode.el (LilyPond-insert-string): new function, use it
9800         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
9801         Get rid of skeleton.el-dependency.
9802
9803         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
9804
9805 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9806
9807         * lily/beam-engraver.cc (stop_translation_timestep): reset
9808         now_stop_ev_
9809
9810         * lily/scm-option.cc: add parse-protect to ly:set-option
9811
9812         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
9813
9814 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9815
9816         * lily/include/ligature-bracket.hh: removed
9817         * lily/ligature-bracket.cc: removed
9818
9819         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
9820         .tex
9821
9822         * lily/beam.cc (set_beaming): don't change beam count on rests.
9823         (brew_molecule): always set flag-width > 0.
9824
9825 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
9826
9827         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
9828         chars, remove instructions; instead, refer to lilypond-init.el and
9829         Documentation/topdocs/INSTALL.texi.
9830
9831         * lilypond.words: add identifiers and reserved words.
9832
9833         * Documentation/topdocs/INSTALL.texi: separate sections for installing
9834         files and adding a load-path.
9835
9836         * lilypond-init.el: Instructions, extracted from 
9837         Documentation/topdocs/INSTALL.texi. 
9838         
9839 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9840
9841         * VERSION: 1.7.8 released 
9842
9843         * lily/grob.cc (warning): better robustness fix.
9844
9845 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
9846
9847         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
9848
9849         * lily/cluster-engraver.cc: stick better to variable naming
9850         conventions
9851
9852         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
9853         until stop_translation_timestep()
9854
9855         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
9856         min/max coordinates to backend, but no musical info such as
9857         pitches
9858
9859         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
9860
9861         * lily/grob.cc: robustness fix: warning(): do not crash if
9862         cause is not set
9863
9864         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
9865         the much more elaborated tuplet brackets than the very naive and
9866         simple ligature bracket grob
9867
9868 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9869
9870         * Documentation/user/refman.itely (Analysis brackets): add
9871         horizontal bracket doco.
9872
9873         * ly/property-init.ly (setMmRestFermata): added.
9874
9875         * Documentation/user/refman.itely (Multi measure rests): fermatas
9876         on mm rests.
9877
9878         * input/regression/apply-context.ly (texidoc): new file
9879
9880         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
9881         code to be executed during interpretation. Possible applications:
9882         smart octavation, more advanced bar checks. 
9883
9884         * lily/apply-context-iterator.cc: new file.
9885
9886 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9887
9888         * input/test/new-markup.ly: new file.
9889
9890         * lily/text-item.cc (text_to_molecule): new function
9891
9892         * scm/new-markup.scm (lambda): new file
9893
9894         * lily/function-documentation.cc (ly_add_function_documentation):
9895         add proc property as well
9896
9897 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9898
9899         * Documentation/user/music-glossary.tely (Top): add custos.
9900
9901 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
9902
9903         * Documentation/topdocs/INSTALL.texi: advise how to include source
9904         path to Emacs load-path and improve language.
9905
9906 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9907
9908         * GNUmakefile.in: config.h message fix.
9909
9910         * autogen.sh:
9911         * aclocal.m4: Regenerate.
9912
9913         * configure.in: 
9914         * config.make.in: 
9915         * stepmake/config.make.in: 
9916         * stepmake/configure.in: 
9917         * stepmake/autogen.sh: 
9918         * stepmake/aclocal.m4: Update for autoconf 2.56.
9919
9920 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
9921
9922         * Documentation/topdocs/INSTALL.texi: instructions for an user how
9923         to install Emacs-mode. Instructions how to use vim-mode.
9924
9925 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9926
9927         * scm/music-types.scm (music-descriptions): no length for tempo event.
9928
9929         * input/*.ly: add \version everywhere.
9930         
9931         * input/*.ly: update syntax to 1.7 + new-chords.
9932
9933         * VERSION: 1.7.7 released.
9934         
9935         * Documentation/user/*.tely: new chord syntax.
9936
9937         * input/regression/[bc]*.ly (texidoc): syntax updates.
9938         
9939 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
9940
9941         * lilypond.words: add vocabulary to be used in auto-completion
9942
9943         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
9944
9945         * lilypond.vim: allow note name at EOF
9946
9947 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9948
9949         * buildscripts/new-chords.py (edit): -e option: inline editing.
9950
9951         * input/regression/a*.ly (texidoc): syntax updates.
9952
9953         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
9954         music): elucidations. 
9955
9956 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
9957
9958         * lily/include/lily-proto.hh, ly/engraver-init.ly,
9959         ly/spanners-init.ly, scm/grob-description.scm,
9960         scm/grob-property-description.scm, scm/music-types.scm,
9961         lily/cluster-engraver.cc, lily/cluster.cc,
9962         lily/include/cluster.hh, input/test/cluster.ly: cluster
9963         implementation
9964
9965         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
9966         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
9967         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
9968
9969         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
9970
9971         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
9972
9973         * scm/grob-description.scm: bugfix: by default, use default note
9974         head style when engraving ligatures
9975
9976         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
9977
9978         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
9979         events
9980
9981         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
9982
9983         * input/test/ancient-font.ly: bugfix: style -> flag-style
9984
9985         * lily/ligature-engraver.cc: indentation fix
9986
9987         * lily/parser.yy: indentation fixes
9988         
9989 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9990
9991         * input/regression/measure-grouping.ly: more elaborate example.
9992
9993         * lily/moment.cc: ly:add-moment, ly:mul-moment,
9994         ly:div-moment. New functions 
9995
9996         * scm/music-functions.scm (set-time-signature): new function,
9997         allow inline time sig settings with measure grouping.
9998
9999         * lily/parser.yy (command_element): move time sig construction
10000         into Scheme.
10001
10002         * lily/side-position-interface.cc (out_of_staff): new function,
10003         like padding, but keep minimum distance from staff. Easier than
10004         linespanners (dynamics, pedals), but roughly the same effect.
10005
10006 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10007
10008         * emacs-mode.el: Added spanish-note-replacements 
10009         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10010
10011         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10012
10013 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10014
10015         * lilypond.vim: Do not fontify cises, desis, etc.
10016
10017         * vimrc: view dvi with <S-F6>
10018
10019 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10020
10021         * lily/lookup.cc (triangle): new function.
10022
10023         * input/regression/measure-grouping.ly (texidoc): new file: show
10024         triangles and brackets for beat groups of 3 and 2.
10025
10026         * lily/include/measure-grouping-spanner.hh (class
10027         Measure_grouping): new file.
10028
10029         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10030
10031         * lily/measure-grouping-engraver.cc (class
10032         Measure_grouping_engraver): new file.
10033
10034 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10035
10036         * Merge from stable:
10037
10038             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10039         
10040         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10041         stylesheet.
10042
10043         * ly/paper19.ly: Include paper19-init.ly.
10044
10045         * ly/paper19-init.ly: New file.
10046
10047         * Documentation/user/tutorial.itely (First steps): Fix first
10048         example for font test.
10049
10050         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10051
10052         * ChangeLog: Add 1.7.6 release marker (see below).
10053
10054         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10055         Add .py files.
10056
10057 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10058
10059         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10060
10061         * input/tutorial/*.ly: update to new syntax.
10062
10063         * lily/parser.yy (Composite_music): new transpose syntax,
10064         \transpose FROM TO MUSIC. 
10065
10066 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10067
10068         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10069         latex progress/error output to stderr (by default this goes to
10070         stdout).  Show lilypond progress, even when not verbose.
10071
10072         * python/lilylib.py (system): New optional parameter to control
10073         showing of progress.
10074
10075         * scm/backend-documentation-lib.scm (check-dangling-properties):
10076         Fix error message.
10077
10078         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10079         axis, extent.
10080
10081         * scm/grob-property-description.scm (magnify): Remove.
10082         (extent, axis): Add.
10083
10084 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10085
10086         * VERSION: Release 1.7.6.
10087
10088         * scripts/convert-ly.py: more uniformization substitutions.
10089
10090         * buildscripts/new-chords.py (sub_chords): new file.
10091
10092 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10093
10094         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10095         lilypond.map.  Include sauter fonts too.  Cleanups.
10096
10097 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10098
10099         * Documentation/user/tutorial.itely (First steps): change to new
10100         chord/tie/slur/beam notation.
10101
10102         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10103         ties.
10104
10105         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10106         engraver. Process ties in postfix notation, i.e. c8-~ c
10107
10108         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10109
10110         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10111
10112         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10113
10114         * lily/beam-engraver.cc (try_music): accept new-beam-events
10115
10116         * input/regression/chord-scripts.ly (texidoc): new file
10117
10118         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10119         script-events.
10120
10121         * scm/script.scm (default-script-alist): cleanup.
10122
10123         * lily/script-engraver.cc (make_script_from_event): cleanup.
10124
10125         * lily/lyric-combine-music-iterator.cc
10126         (Lyric_combine_music_iterator): remove superfluous events.
10127         (melisma_busy): new function. Fix broken melismas.
10128
10129 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10130
10131         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10132         Remove nonvalid settings. Use descriptive key names.
10133         Use <Return> to indicate the pressing of that key.
10134
10135 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10136
10137         * scripts/lilypond-book.py (option_definitions): Typo.
10138
10139         * scripts/ly2dvi.py: Updates.
10140
10141         * python/lilylib.py (setup_environment, print_environment)
10142         (get_bbox, make_preview): Merge and remove from ly2dvi and
10143         lilypond-book.
10144
10145         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10146
10147         * .cvsignore: Remove some cruft.
10148
10149         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10150         path.
10151
10152         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10153         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10154         throughout.
10155
10156         * python/lilylib.py (quiet_system): Junk
10157         (system): Display error log upon failure.
10158         (read_pipe): New function.  Cleanups and fixes.
10159
10160         * python/*.py: Rename from *.py.in.
10161         
10162         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10163
10164         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10165
10166 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10167
10168         * python/GNUmakefile: Bugfix: handle modules.
10169
10170         * stepmake/stepmake/python-module-targets.make (default): Add
10171         compiled modules. 
10172
10173         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10174         compiling modules.
10175
10176         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10177         Bugfix.  (OUT_PYC_MODULES): Add.
10178
10179 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10180
10181         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10182         Use default paths. Refresh description.
10183
10184 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10185
10186         * VERSION: 1.7.5 released
10187
10188         * input/regression/finger-chords.ly (texidoc): new file.
10189
10190         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10191         support
10192
10193         * lily/fingering-engraver.cc (process_music): remove kludgy
10194         scriptHorizontal stuff.
10195
10196         * lily/script.cc: remove staff-support property.
10197
10198         * lily/new-fingering-engraver.cc (add_fingering): new
10199         file. Fingering engraver for new style chords.
10200
10201 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10202
10203         * lily/parser.yy (bare_number): allow 4 \cm (without
10204         decimal dot). (should backport to 1.6?)
10205
10206         * ly/declarations-init.ly: use Scheme for dimension defs.
10207
10208         * lily/parser.yy (TODO): remove hard coded dimensions, add
10209         REAL NUMBER_IDENTIFIER production.
10210
10211         * lily/rest-collision.cc (force_shift_callback): rewrite using
10212         -done property.
10213
10214         * scm/grob-property-description.scm (rest-collision-done): add
10215         property.
10216         
10217         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10218
10219 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10220
10221         * input/regression/multi-measure-rest-center.ly: new file.
10222
10223         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10224         off horizontally by 0.05 ss. Fixed.
10225
10226 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10227
10228         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10229
10230         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10231
10232 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10233
10234         * lily/tie.cc (get_control_points): also avoid staff lines on the
10235         just outside the outer staff lines
10236
10237 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10238
10239         * ly/params-init.ly: Just define style-alist, no need to
10240         define-public.
10241
10242         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10243         (thanks Han-Wen).
10244
10245         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10246         (FET_FILES): = FONT_FILES.
10247
10248         * Merge from stable:
10249
10250             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10251
10252 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10253
10254         * VERSION: 1.7.4 released.  
10255         
10256         * scm/generate-documentation.scm (string-append): add macro
10257         definitions.
10258
10259         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10260         normal texts.
10261
10262         * lily/multi-measure-rest-engraver.cc: make separate
10263         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10264
10265         * lily/multi-measure-rest.cc: remove text handling. Remove
10266         number-threshold.
10267
10268 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10269
10270         * scm/music-types.scm: doc patch by Graham Percival
10271
10272 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10273
10274         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10275         encoding part.
10276         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10277         (sketch_p): Sketch wants only first four elements of X11 font spec.
10278
10279         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10280
10281         * mf/feta-autometric.mf: Write foundry and family to log.
10282
10283         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10284         font translation table.
10285
10286         * buildscripts/mf-to-table.py: Better font info into afm.
10287
10288         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10289         1.0.9 required.
10290
10291         * configure.in: Whine for mftrace 1.0.9.
10292
10293 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10294
10295         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10296
10297         * lily/main.cc (main_prog): don't try to load init.EXT when
10298         processing foo.EXT.
10299
10300 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10301
10302         * scm/tex.scm (zigzig-line): added.
10303
10304         * scm/ps.scm (zigzag-line): added.
10305
10306         * ps/music-drawing-routines.ps (subvec): added.
10307         (draw_zigzag_line): added.
10308         
10309         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10310         grob properties zigzag-width and zigzag-length.
10311
10312         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10313
10314 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10315
10316         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10317         svg output, including font.
10318
10319 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10320
10321         * scm/lily.scm: Register sodipodi output module.
10322
10323         * scm/sodipodi.scm: New file.
10324
10325         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10326
10327         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10328         comment, after header.
10329         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10330         FullName.  Fix FontName key.
10331
10332 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10333
10334         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10335         and breve rests.
10336         
10337         * input/test/blank-notes.ly: bugfix
10338
10339         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10340         rests. (Kim Shrier)
10341
10342         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10343         
10344 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10345
10346         * scm/tex.scm: 
10347         * scm/ps.scm: Cleanup and remove obsolete junk.
10348
10349         * Documentation/user/internals.itely:
10350         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10351
10352         * lily/parser.yy: Identify shift/reduce problems.
10353
10354         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10355         make-style-sheet.  Too specific for convert-ly?
10356
10357 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10358
10359         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10360
10361         * input/test/*.ly: various fixes.
10362
10363         * lily/music.cc (name): bugfix
10364
10365         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10366
10367         * lily/input-file-results.cc (code): set-point-and-click! ->
10368         set-point-and-click
10369         
10370 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10371
10372         * Use uniform ly: prefix for exported scheme primitive functions.
10373
10374         * scm/music-types.scm: junk compat glue
10375
10376         * scripts/convert-ly.py: add rules for stuff below, junk
10377         compatibility glue for spanrequest.
10378
10379         * lily/parser.yy (verbose_event): remove \spanrequest,
10380         \commandspanrequest, \script. 
10381         
10382         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10383
10384         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10385         for \penalty, \glissando.
10386
10387         * VERSION: release 1.7.3
10388         
10389 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10390
10391         * lily/accidental-engraver.cc: Fix
10392         grace-in-the-beginning-of-measure bug caused by the resent
10393         partial-measure fix.
10394
10395         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
10396         overlap looks too crowded)
10397         
10398 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10399
10400         * lily/parser.yy (assignment): allow SCM expression as assignment.
10401
10402         * lily/include/music-output-def.hh (class Music_output_def):
10403         * lily/music-output-def.cc: 
10404         * lily/paper-def.cc: 
10405         * scm/font.scm (markup-to-properties):
10406         * lily/parser.yy (music_output_def_body): 
10407         remove style_sheet_
10408
10409 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10410
10411         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
10412         length.
10413
10414         * input/regression/spacing-to-grace.ly: new file.
10415
10416         * input/regression/spacing-end-of-line.ly: new file.
10417
10418         * lily/note-spacing.cc (get_spacing): take into account breakable
10419         stuff sticking out at the left (time sig change at line break).
10420
10421         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
10422         raggedright code.
10423
10424         * scm/music-functions.scm (make-voice-props-set): add
10425         staff-position for mm rests.
10426  
10427         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
10428         before grace notes a little.
10429
10430         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
10431
10432         * lily/break-align-interface.cc (do_alignment): right-edge spacing
10433         key adds space at the end of line. 
10434
10435 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10436
10437         * scm/sketch.scm: Fix beams.
10438
10439         * buildscripts/mf-to-table.py: Add EncodingScheme.
10440
10441         * scm/sketch.scm: Resurrect.
10442
10443 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10444
10445         * lily/multi-measure-rest.cc: use breve rests for measure lengths
10446         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
10447
10448 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10449
10450         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
10451
10452         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10453
10454 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10455
10456         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
10457         token for origin information.
10458
10459         * lily/parser.yy (My_lily_lexer): do identifier location and
10460         cloning from lexer.
10461
10462         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
10463         logic out of the parser. Add bar checks on both ends.
10464
10465         * Documentation/user/refman.itely (Multi measure rests): add more
10466         notes about mm rests.
10467
10468 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10469
10470         * input/regression/bar-scripts.ly: Re-enable.
10471
10472         * lily/parser.yy:
10473         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
10474         released rsn.  Bison 1.50 has a crucial bug and won't work.
10475
10476         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10477
10478
10479 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10480
10481         * input/regression/bar-scripts.ly: Blunt documentation build fix.
10482
10483 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10484
10485         * Actually merge changes since 1.6.4 besides ChangeLog, and
10486         resolve conflicts.  Lots of updates, hope all is well.
10487         
10488         * cygwin/lilypond.hint (requires): Add ghostscript.
10489
10490         * scm: Update some (c).
10491         
10492 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10493
10494         * input/test/{various}.ly: add \header fields and texidoc strings.
10495
10496 2002-10-05  Werner Lemberg  <wl@gnu.org>
10497
10498         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
10499         renamed to `output_latex_quoted'.
10500         Added `output_latex_noquote'.
10501         (schedule_lilypond_block): Implement `noquote' option for LaTeX
10502         mode.
10503
10504 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10505
10506         * ChangeLog: Add 1.6.6 release marker.  See below.
10507
10508         * stepmake/stepmake/po-targets.make: Remove --c++ option.
10509
10510         * scripts/midi2ly.py: Fix global syntax warnings.
10511
10512         * GNUmakefile.in: Generate builddir locale tree too.
10513
10514         * scripts/ly2dvi.py:
10515         * scripts/midi2ly.py: 
10516         * scripts/mup2ly.py: 
10517         * scripts/update-lily.py:
10518         * lily/main.cc (setup_paths): Fix for locales setup.
10519
10520 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10521
10522         * Documentation/windows/installing.texi: Soften wording about
10523         necessity of becoming Administrator.  tommie@iae.nl reports this
10524         does not seem to be necessary for his flavour of Windows 2000.
10525         Explicitely discourage text mode mounts.
10526
10527 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10528
10529         * lily/rest.cc (after_line_breaking): backport dot position fix.
10530
10531         * lily/rest-collision.cc (do_shift): also remove dots for suicided
10532         rests. Thanks to Klaus Zimmermann for finding this bug.
10533
10534 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10535
10536         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
10537
10538 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10539
10540         * Documentation/user/music-glossary.tely: fix links.
10541
10542 2002-10-21  Werner Lemberg  <wl@gnu.org>
10543
10544         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
10545         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
10546         scaling factor) only once and use them in the definition of
10547         \embeddedps.
10548         * ps/music-drawing-routines.ps (skeel): Removed.
10549
10550 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10551
10552         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
10553         Solaris7, as we don't use nested $( ) constructs.
10554
10555 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10556
10557         * VERSION: Release 1.6.6.
10558         
10559 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10560
10561         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
10562         as workaround for /bin/sh problems on Solaris7.
10563
10564 2002-10-19  Werner Lemberg  <wl@gnu.org>
10565
10566         * GNUmakefile.in (web-doc): Fix typos.
10567         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
10568         `music-drawing-routines.ps' but emit \special{header=...} once.
10569         * scm/tex.scm (header-end): Updated.
10570
10571 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10572
10573         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
10574         undefined tremolo. 
10575
10576 2002-10-15  Werner Lemberg  <wl@gnu.org>
10577
10578         * scripts/lilypond-book.py (g_make_html): New global variable.
10579         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
10580         if `g_make_html' isn't set.
10581         [main]: Add format `texi-html'.
10582         (option_definitions): Updated.
10583         * Documentation/user/lilypond-book.itely: Updated.
10584
10585         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
10586         * make/ly-rules.make (%.texi, %.nexi): Use it.
10587         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
10588         format to lilypond-book.
10589         * GNUmakefile.in (web-doc): Ditto.
10590
10591 2002-10-14  Werner Lemberg  <wl@gnu.org>
10592
10593         Further improve TeX output.  The produced files are about 40%
10594         smaller.  `lilyponddefs.tex' is now read only once.
10595
10596         * tex/lilyponddefs.tex: Remove footer stuff.
10597         (\ifundefined): Renamed to...
10598         (\lilypondundefined): This.  Use LaTeX's definition to
10599         make it nestable and make it global.
10600         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
10601         output.
10602         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
10603         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
10604         them global.
10605         (\placebox): Renamed to...
10606         (\lyitem): This.
10607         Make it global and call \outputscale by itself.
10608         (\lybox, \lyvrule): New macros to reduce input data.
10609         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
10610         New auxiliary macros.
10611         (\SkipLilydefs, \EndLilyPondOutput): Removed.
10612         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
10613         to...
10614         (\lilypondspace): This and made it global.
10615         (\turnOnPostScript): Renamed to...
10616         (\lilypondpostscript): This and made it global.
10617         (\turnOnExperimentalFeatures): Renamed to...
10618         (\lilypondexperimentalfeatures): This and made it global.
10619         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
10620         (\lilypondsetdimen): This and made it global.
10621         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
10622         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
10623         (all, $(outdir)/music-drawing-routines.ps): New rules.
10624         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
10625         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
10626         start-system, stop-system, stop-last-system, filledbox): Updated to
10627         use the changed macros from lilyponddefs.tex.
10628         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
10629
10630 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10631
10632         * Documentation/windows/installing.texi: Update.
10633
10634 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10635
10636         * VERSION: 1.6.5 released
10637
10638         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
10639
10640 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10641
10642         * scm/translator-property-description.scm (voltaOnThisStaff): add
10643         property.
10644
10645 2002-09-28  Werner Lemberg  <wl@gnu.org>
10646
10647         * scm/tex.scm (header-end): Suppress page numbering.
10648
10649         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
10650         Fix quotation for HTML output.
10651
10652 2002-09-28   Graham Percival   <gperciva@sfu.ca>
10653         
10654         * Documentation/user/refman.itely: grammar and phrasing
10655           fixes to "Note Entry" section.  Also adds a few new examples.
10656
10657 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10658
10659         * flower/include/string-data.icc: include string.h
10660
10661 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10662
10663         * scm/chord-name.scm (chord::inner-name-banter): remove space.
10664
10665 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10666
10667         * Documentation/user/GNUmakefile (extra-local-help): Add.
10668
10669         * stepmake/stepmake/www-targets.make (local-help): Add.
10670
10671 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10672
10673         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
10674         packages.
10675
10676         * Documentation/topdocs/README.texi (Top): building documentation
10677         (not website.)
10678
10679 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10680
10681         * Documentation/user/refman.itely: 
10682         * Documentation/user/tutorial.itely: 
10683         * Documentation/user/music-glossary.tely: Merge changes.
10684
10685         * Documentation/user/glossary.html.in: 
10686         * Documentation/index.texi: 
10687         * Documentation/header.html.in: Accomodate renaming of glossary.
10688         
10689         * Documentation/user/tutorial.itely: Add some glossary references.
10690         
10691         * Documentation/user/refman.itely: Minor fixes.
10692         
10693         * Documentation/user/lilypond.tely: Add glossary do direntry.
10694
10695         * Documentation/user/music-glossary.tely: Rename (previously:
10696         glossary.tely).  Fix anchor placement.
10697
10698         * Documentation/user/GNUmakefile: Make music-glossary.info too.
10699
10700 2002-09-23  Werner Lemberg  <wl@gnu.org>
10701
10702         * scripts/lilypond-book.py (output_dict): Fix handling of
10703         various environments by avoid extraneous newlines.
10704         Rename `output-all' regexp for html to `output-html'.
10705         Replace `output-all' regexp for texi with `output-texi-quote'
10706         and `output-texi-noquote'.
10707         (compose_full_body): Don't override `linewidth' user option
10708         for `singleline'.
10709         (schedule_lilypond_block): Don't indent text specified with
10710         `intertext' option.
10711         Add new option `noquote'.
10712         (compile_all_files): Use latex instead of tex to compile ly
10713         files directly.
10714
10715         * Documentation/user/lilypond-book.itely: Updated and revised.
10716         Improve layout.
10717
10718         * Documentation/user/glossary.tely,
10719         Documentation/user/introduction.itely,
10720         Documentation/user/tutorial.itely,
10721         Documentation/user/refman.itely,
10722         Documentation/user/appendices.itely: Fix overfull LilyPond
10723         boxes caused by the new lilypond-book code.  Other minor
10724         fixes.
10725
10726         * Documentation/user/macros.itexi (@texiflat): Don't emit
10727         trailing space.
10728
10729         * scm/tex.scm (end-output, header-end): Add preamble and
10730         postamble to make lilypond output directly compilable with
10731         latex.
10732
10733         
10734 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10735
10736         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
10737         instructions.
10738
10739 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10740
10741         * Documentation/user/glossary.tely: Add titling and hyperlinks.
10742
10743 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10744
10745         * lily/beam.cc (connect_beams): don't crash if there are quarter
10746         notes in beams.
10747
10748 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
10749
10750         * Documentation/user/refman.itely: corrected ancient clef
10751         docu; added docu on ligatures
10752
10753 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10754
10755         * Documentation/user/glossary.tely,
10756         Documentation/user/refman.itely, input/les-nereides.ly,
10757         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
10758         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
10759         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
10760         Stem properties: flag-style -> stroke-style, style -> flag-style.
10761
10762
10763 2002-09-22  Werner Lemberg  <wl@gnu.org>
10764
10765         * scripts/lilypond-book.py: Add option `notime' to suppress
10766         printing of a time signature.  Specify default indentation of 0pt
10767         if single line fragment.  Don't emit redundant `\paper{ }'.
10768
10769         * Documentation/user/lilypond-book.itely: Updated.
10770
10771         * Documentation/user/glossary.tely: Completely reformatting.
10772
10773 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10774
10775         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
10776
10777 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10778
10779         * Documentation/user/tutorial.itely: Fix links.
10780         
10781         * Documentation/topdocs/index.tely:
10782         * Documentation/index.texi:
10783         * Documentation/header.html.in: Small website fixes and updates.
10784
10785         * debian/: Debian patch by Anthony Fok.
10786
10787 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10788
10789         * Documentation/footer.html.in: How time flies: It's already 2002!
10790
10791         * Documentation/topdocs/index.tely: Stable/development fix.  Use
10792         more descriptive link names than 'here'.
10793
10794 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10795
10796         * VERSION: 1.7.2 released
10797         * VERSION: 1.6.4 released
10798         
10799         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
10800
10801         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
10802         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
10803
10804         * mf/feta-din.mf (test): add x-height and space.
10805
10806         * lily/dynamic-engraver.cc (process_music): take dynamic direction
10807         from ^_ for crescendi. Idem for slurs and phrasing slurs.
10808
10809         * ly/grace-init.ly: add-to-grace-init: function to portably add
10810         settings to \grace. 
10811
10812         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
10813         if we get an absolute dynamic event.
10814  
10815         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
10816
10817         * lily/source-file.cc (get_line): oops. All line numbers were off
10818         by 2. Fix that. 
10819
10820         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
10821         be after the note, combined with -_^, i.e. c4-(-\)-\>  
10822
10823         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
10824
10825         * lily/parser.yy (number_factor): remove (number) as number
10826         expression. ("Let them eat Lisp").
10827
10828 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10829
10830         * lily/horizontal-bracket.cc: new file.
10831
10832         * lily/horizontal-bracket-engraver.cc: new file.
10833
10834         * input/regression/note-group-bracket.ly: new file. Support
10835         horizontal note brackets for music analysis.
10836
10837         * lily/stem.cc (flag): new flag-style: no-flag.
10838
10839         * input/test/stem-cross-staff.ly: new file
10840         
10841         * Documentation/user/internals.itely: Improved formatting, fixing
10842         typos.  Added a section `Output details' to describe how the TeX
10843         code looks like.
10844
10845         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
10846
10847         * lily/parser.yy: remove \dynamicscript.
10848
10849         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
10850         definitions. 
10851
10852         * python/midi.c (midi_error): take two arguments.
10853
10854         * Merge 1.6.5 changes:
10855         
10856 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10857
10858         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
10859         staff-space.  Previous 1.5 was probably meant as half-spaces.
10860         (cautionary-style): parentheses (was: smaller).  This is what doco
10861         says, and it seems more logical.
10862
10863         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
10864         for 2nd sentence.
10865
10866 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10867
10868         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
10869
10870 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10871
10872         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
10873
10874 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10875
10876         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
10877
10878 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10879
10880         * scm/translator-property-description.scm (voltaOnThisStaff): add
10881         property.
10882
10883 2002-09-28  Werner Lemberg  <wl@gnu.org>
10884
10885         * scm/tex.scm (header-end): Suppress page numbering.
10886
10887         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
10888         Fix quotation for HTML output.
10889
10890 2002-09-28   Graham Percival   <gperciva@sfu.ca>
10891         
10892         * Documentation/user/refman.itely: grammar and phrasing
10893           fixes to "Note Entry" section.  Also adds a few new examples.
10894
10895 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10896
10897         * flower/include/string-data.icc: include string.h
10898
10899 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10900
10901         * scm/chord-name.scm (chord::inner-name-banter): remove space.
10902
10903 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10904
10905         * Documentation/user/GNUmakefile (extra-local-help): Add.
10906
10907         * stepmake/stepmake/www-targets.make (local-help): Add.
10908
10909 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10910
10911         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
10912         packages.
10913
10914         * Documentation/topdocs/README.texi (Top): building documentation
10915         (not website.)
10916
10917 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10918
10919         * Documentation/user/refman.itely: 
10920         * Documentation/user/tutorial.itely: 
10921         * Documentation/user/music-glossary.tely: Merge changes.
10922
10923         * Documentation/user/glossary.html.in: 
10924         * Documentation/index.texi: 
10925         * Documentation/header.html.in: Accomodate renaming of glossary.
10926         
10927         * Documentation/user/tutorial.itely: Add some glossary references.
10928         
10929         * Documentation/user/refman.itely: Minor fixes.
10930         
10931         * Documentation/user/lilypond.tely: Add glossary do direntry.
10932
10933         * Documentation/user/music-glossary.tely: Rename (previously:
10934         glossary.tely).  Fix anchor placement.
10935
10936         * Documentation/user/GNUmakefile: Make music-glossary.info too.
10937
10938 2002-09-23  Werner Lemberg  <wl@gnu.org>
10939
10940         * scripts/lilypond-book.py (output_dict): Fix handling of
10941         various environments by avoid extraneous newlines.
10942         Rename `output-all' regexp for html to `output-html'.
10943         Replace `output-all' regexp for texi with `output-texi-quote'
10944         and `output-texi-noquote'.
10945         (compose_full_body): Don't override `linewidth' user option
10946         for `singleline'.
10947         (schedule_lilypond_block): Don't indent text specified with
10948         `intertext' option.
10949         Add new option `noquote'.
10950         (compile_all_files): Use latex instead of tex to compile ly
10951         files directly.
10952
10953         * Documentation/user/lilypond-book.itely: Updated and revised.
10954         Improve layout.
10955
10956         * Documentation/user/glossary.tely,
10957         Documentation/user/introduction.itely,
10958         Documentation/user/tutorial.itely,
10959         Documentation/user/refman.itely,
10960         Documentation/user/appendices.itely: Fix overfull LilyPond
10961         boxes caused by the new lilypond-book code.  Other minor
10962         fixes.
10963
10964         * Documentation/user/macros.itexi (@texiflat): Don't emit
10965         trailing space.
10966
10967         * scm/tex.scm (end-output, header-end): Add preamble and
10968         postamble to make lilypond output directly compilable with
10969         latex.
10970
10971         
10972 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10973
10974         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
10975         instructions.
10976
10977 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10978
10979         * Documentation/user/glossary.tely: Add titling and hyperlinks.
10980
10981 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10982
10983         * lily/beam.cc (connect_beams): don't crash if there are quarter
10984         notes in beams.
10985
10986 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
10987
10988         * Documentation/user/refman.itely: corrected ancient clef
10989         docu; added docu on ligatures
10990
10991 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10992
10993         * Documentation/user/glossary.tely,
10994         Documentation/user/refman.itely, input/les-nereides.ly,
10995         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
10996         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
10997         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
10998         Stem properties: flag-style -> stroke-style, style -> flag-style.
10999
11000 2002-09-22  Werner Lemberg  <wl@gnu.org>
11001
11002         * scripts/lilypond-book.py: Add option `notime' to suppress
11003         printing of a time signature.  Specify default indentation of 0pt
11004         if single line fragment.  Don't emit redundant `\paper{ }'.
11005
11006         * Documentation/user/lilypond-book.itely: Updated.
11007
11008         * Documentation/user/glossary.tely: Completely reformatting.
11009
11010 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11011
11012         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11013
11014 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11015
11016         * Documentation/user/tutorial.itely: Fix links.
11017         
11018         * Documentation/topdocs/index.tely:
11019         * Documentation/index.texi:
11020         * Documentation/header.html.in: Small website fixes and updates.
11021
11022         * debian/: Debian patch by Anthony Fok.
11023
11024 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11025
11026         * Documentation/footer.html.in: How time flies: It's already 2002!
11027
11028         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11029         more descriptive link names than 'here'.
11030
11031 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11032
11033         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11034
11035 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11036
11037         * lily/part-combine-music-iterator.cc (get_state): cleanup
11038         (get_music_info): cleanup.
11039
11040 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11041
11042         * scm/backend-documentation-lib.scm (interface-doc-string):
11043         crosslinks between interfaces and grobs. Headings for interfaces
11044         in grob explanation.
11045
11046 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11047
11048         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11049         dtd).  Add preliminary dtd.
11050         (re-sub-alist): Robustify.
11051
11052 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11053
11054         * lily/include/event-chord-iterator.hh,
11055         lily/context-specced-music-iterator.cc,
11056         lily/event.cc, lily/event-chord-iterator.cc: add
11057
11058 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11059
11060         * lily/: some (c) header fixes.
11061         
11062         * lily/request-chord.cc: Remove.
11063         
11064         * lily/include/event-chord-iterator.hh:
11065         * lily/include/event.hh:
11066         * lily/event-chord.cc: New file.
11067         
11068         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11069         requested.
11070
11071 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11072
11073         * lily/ : rename Request to Event
11074
11075         * lily/parser.yy (command_element): move clef stuff into Scheme.
11076
11077         * lily/:  rename length_mom () to get_length()
11078
11079         * lily/part-combine-music.cc: removed file and class.
11080
11081         * lily/context-specced-music-iterator.cc (class
11082         Context_specced_music_iterator): new file. Obsoletes the
11083         Context_specced_music type.
11084
11085         * scm/music-types.scm (make-repeated-music): put different kinds
11086         of repeated music into music-type table.
11087
11088         * VERSION: 1.7.1 released.
11089
11090         * scm/to-xml.scm: new file.
11091
11092         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11093         new Input representation: dump music as XML.
11094
11095         * scm/engraver-documentation-lib.scm
11096         (engraver-accepts-music-types?): add links from music to engraver,
11097         from music-type to engraver.
11098
11099         * lily/include/command-request.hh: removed
11100         lily/include/musical-request.hh: removed. Removed all _req classes
11101         except Key_change_req. Changes throughout.
11102
11103 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11104
11105         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11106
11107 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11108
11109         * lily/*.cc: specify accepts for many engravers.
11110
11111         * scm/music-documentation-lib.scm: dump music expressions and
11112         music subtypes.
11113
11114         * scm/documentation-lib.scm: complete revision.
11115         Use GOOPS objects to store document tree explicitly. Cleaned up and
11116         sped up doco generation a lot.
11117
11118 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11119
11120         * input/trip.ly (fugaIILeft): add arpeggio
11121
11122         * lily/translator-group.cc (try_music_on_nongroup_children):
11123         oops. The name symbol is in the cdr of the assoc handle.
11124
11125         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11126         Hyphen_req, Glissando_req, Break_req, Mark_req 
11127
11128 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11129
11130         * lily/musical-request.cc (music-duration-length,
11131         music-duration-compress): new functions.
11132
11133         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11134         throughout. Warning doesn't work yet.
11135
11136         * lily/translator-group.cc (try_music_on_nongroup_children):
11137         new implementation: store candidate acceptors in a hashTable.
11138
11139 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11140
11141         * scm/music-types.scm (music-descriptions): change name to
11142         internal-class-name
11143
11144         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11145
11146 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11147
11148         * lily/beam.cc (connect_beams): don't crash if there are quarter
11149         notes in beams.
11150
11151 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11152
11153         * Documentation/user/refman.itely: corrected ancient clef
11154         docu; added docu on ligatures
11155
11156 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11157
11158         * Documentation/user/glossary.tely,
11159         Documentation/user/refman.itely, input/les-nereides.ly,
11160         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11161         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11162         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11163         Stem properties: flag-style -> stroke-style, style -> flag-style.
11164
11165 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11166
11167         * scm/music-functions.scm (music-separator?): don't use name music
11168         property.
11169
11170 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11171
11172         * stepmake/stepmake/generic-targets.make (help): Document check
11173         target.
11174
11175         * lily/new-accidental-engraver.cc: Compile fix.
11176
11177 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11178
11179         * scripts/convert-ly.py: Add rule.
11180
11181         * input/test/music-creation.ly:
11182         * input/test/add-staccato.ly:
11183         * input/test/add-text-script.ly: ly-make-music.
11184
11185         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11186         More ly-make-music renamings.
11187
11188         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11189
11190         * lily/music-constructor.cc (make_music): Add debugging info.
11191
11192         * scm/music-functions.scm (make-simultaneous-music,
11193         (make-sequential-music, context-spec-music):
11194         * scm/music-types.scm (music-descriptions): Get lily to run.
11195
11196 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11197
11198         * lily/command-request.cc (transpose_key_alist): new function.
11199
11200         * lily/key-performer.cc (create_audio_elements): cleanup. 
11201
11202 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11203
11204         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11205
11206         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11207         events-accepted field.
11208
11209         * scm/music-types.scm: new file.
11210
11211         * lily/parser.yy: put music type initialization into scheme,
11212         similar to grob initialization.  Changes throughout.
11213
11214 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11215
11216         * Documentation/user/tutorial.itely: Fix links.
11217         
11218         * Documentation/index.texi: 
11219         * Documentation/header.html.in: 
11220         * Documentation/topdocs/index.tely: Small website fixes and updates.
11221
11222         * debian/: Debian patch by Anthony Fok.
11223
11224 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11225
11226         * Documentation/footer.html.in: How time flies: It's already 2002!
11227
11228         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11229         more descriptive link names than 'here'.
11230
11231         * ROADMAP: Remove test stuff.
11232
11233         * scripts/update-lily.py: Allow auto-building of stable and
11234         development versions.  Bugfixes.
11235
11236 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11237
11238         * VERSION: released 1.7.0
11239
11240         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11241
11242         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11243         positive line widths.
11244
11245 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11246
11247         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11248         go.  Fix comments.
11249
11250         * cygwin: Cygwin updates.
11251
11252 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11253
11254         * Documentation/windows/installing.texi (Top): version for python,
11255         urls for ghostscript (thanks to John Potelle)
11256         
11257         * lily/simultaneous-music-iterator.cc
11258         (Simultaneous_music_iterator): init children_list_ before
11259         triggering GC.
11260
11261         * lily/*-iterator.cc: be even more careful with smobbed copy
11262         constructors. 
11263
11264         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11265         LeftEdge item.
11266
11267 2002-09-15  Werner Lemberg  <wl@gnu.org>
11268
11269         Improving LilyPond's output to make them ordinary TeX boxes with
11270         predictable dimensions.  System boxes are now vertically centered on
11271         the baseline; this offset can be further controlled with
11272         \lilypondscoreshift.
11273
11274         * lily/system.cc (System::post_processing): Pass length of current
11275         system to `start-system' (including any horizontal indentation).
11276
11277         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11278         prettier.
11279         (lily-def): Append `%'.
11280         (start-system): Add parameter `wd'.  Output more TeX code to specify
11281         box dimensions.
11282         (stop-system, stop-last-system): Complement changes in
11283         `start-system'.
11284         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11285         Updated.
11286
11287         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11288         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11289         Write final `\endinput'.
11290
11291         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11292         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11293         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11294         files and macro definitions don't produce spurious spaces and
11295         paragraphs (using \endlinechar).
11296         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11297
11298         * Documentation/user/internals.itely: Improved formatting, fixing
11299         typos.  Added a section `Output details' to describe how the TeX
11300         code looks like.
11301
11302 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11303
11304         * lily/accidental-engraver.cc: Also work with partial measures.
11305
11306 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11307
11308         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11309         spanner.
11310
11311 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11312
11313         * lily/identifier-smob.cc (unpack_identifier): new file.
11314
11315         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11316         pass off scheme expressions as music identifiers.
11317
11318         * scm/lily.scm: reorganisation, cleanups.
11319
11320         * lily/main.cc: small cleanups.
11321
11322 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11323
11324         * lily/ly-module.{cc,hh}: new file.
11325
11326 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11327
11328         * lily/accidental-engraver.cc: Also work with partial measures.
11329
11330 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11331
11332         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11333
11334 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11335
11336         * lily/my-lily-lexer.cc: use SCM module in stead of
11337         Scheme_hash_table. Changes throughout.  
11338
11339 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11340
11341         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11342