]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* lily/book.cc (to_stencil): New method.
[lilypond.git] / ChangeLog
1 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * lily/book.cc (to_stencil): New method.
4
5         * lily/parser.yy (markup): Use it to grok \score.
6
7 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8
9         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
10
11         * lily/paper-book.cc (pages): Change signature.  Update callers.
12
13         * lily/include/page.hh:
14         * lily/page.cc: New file.
15
16         * lily/paper-line.cc (to_stencil): New method.
17         
18         * lily/paper-outputter.cc (output_stencil): New method.
19
20         * lily/paper-outputter.cc (output_line): Use them.
21
22         * lily/warn.cc: Remove.
23
24         * lily/my-lily-parser.cc (distill_inname): Remove.
25
26         * flower/include/file-name.hh: 
27         * flower/file-name.cc: New file.  Update users.
28
29         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
30         (find): New method of same name.
31
32         * lily/my-lily-parser.cc (ly:parse-file): Use it.
33
34         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
35         constant error message.
36
37 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
38
39         * input/test/{blank-notes.ly,staff-container.ly}: typos.
40
41 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
42
43         * Documentation/user/music-glossary.tely: @table @strong' replaced
44         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
45         (backportme).
46
47 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
48
49         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
50
51         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
52         #{ lily music expression #} that returns an equivalent scheme
53         music expression by parsing the string.
54
55 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
56
57         * lily/my-lily-parser.cc:
58         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
59         SCM string (foo.ly/toto.scm support).
60
61 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
62
63         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
64
65 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
66
67         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
68
69         * scripts/lilypond-book.py: LY code that includes \header is
70         not assumed to be a fragment.
71
72 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
73
74         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
75         tremolo beams up.
76
77         * lily/stem.cc (chord_start_y): Return 0 if no heads.
78         (get_default_stem_end_position): No tremolo head juggling if no
79         heads.  Fixes tremolo crash on rests (backportme).
80
81         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
82
83 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
84
85         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
86         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
87
88         * lily/lexer.ll: Allow \encoding in NOTES mode.
89
90         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
91         for lyrics, not for commands.
92
93         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
94         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
95
96         * input/regression/newaddlyrics.ly: New file.
97
98         * Documentation/topdocs/NEWS.texi: Update.
99
100         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
101         (Music_list): Allow embedded scm.
102
103         * lily/score.cc (ly:score-bookify): New function.
104
105         * lily/music.cc (ly:music-scorify): Idem.
106
107         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
108         (ly:parser-print-score): Idem.
109
110         * scm/lily.scm (default-toplevel-book-handler): Idem.
111         (default-toplevel-music-handler): Idem.
112         (default-toplevel-score-handler): Idem.
113
114         * ly/declarations-init.ly: Set default toplevel handlers.
115
116         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
117
118         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
119         printer for score at toplevel.
120
121 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
122
123         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
124         Fix for simple case: input/simple-song.ly, more complex stuff
125         does not work yet.
126
127 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
128
129         * lily/parser.yy (Prefix_composite_music): split Composite_music
130         in Prefix_composite_music and Grouped_music_list.
131         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
132
133 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
134
135         * scm/lily.scm (toplevel-expression): New define.
136
137         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
138
139         * lily/parser.yy (toplevel_expression): Use it.
140
141         * lily/include/my-lily-parser.hh: Smobbify.
142
143         * lily/my-lily-parser.cc (parse_string): New method.
144         
145         * lily/my-lily-parser.cc (ly:parse-string): New function.
146
147         * Documentation/user/lilypond.tely: Add comment and workaround for
148         gs-8.01 crash.  Fixes make web.
149
150         Simplification of toplevel music.
151         
152         * lily/lexer.ll, lily/parser.yy:
153
154         * In LYRICS mode, return LYRICS_STRING.  This fixes one
155         shift/reduce problem.
156
157         * Use NOTES mode at start of maininput.
158
159         * Grok toplevel composite music expression, put in score and book.
160
161         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
162
163         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
164
165         * input/simple.ly: New file.
166         
167         * input/simple-song.ly: Idem.
168
169 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
170
171         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
172         Sandberg.
173
174 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
175
176         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
177
178 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
179
180         * input/regression/accidental-octave.ly: doc automatic showing
181         of note names.
182
183 2004-04-16  Heikki Junes <janneke@gnu.org>
184
185         * po/fi.po: do "make po && make -C po po-update" at top-level,
186         then "cp po/out/fi.po po/fi.po" and update fields.
187
188         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
189
190 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
191
192         * Documentation/user/introduction.itely (About this manual): Fix
193         templates and regression urls (backportme).
194
195 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
196
197         * ly/engraver-init.ly (Score:graceSettings): Increase
198         beamed-lengths, especially for 32nd notes.
199
200         * Documentation/user/notation.itely (Grace notes): Correct the
201         syntax for add-grace-property example.
202
203 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
204
205         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
206         `Generated' tag.
207
208         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
209         Severely broken (the Debian package, at least).
210
211 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
212
213         * lily/context.cc (find_create_context): assign to lvalue.
214
215 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
216
217         * lily/include/translator.hh (class Translator): rename
218         get_parent_context() to context () to avoid confusion.
219
220         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
221
222         * lily/lexer.ll: change is_string -> ly_c_string_p 
223
224         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
225
226         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
227
228         * VERSION: release 2.3.0
229
230         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
231
232         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
233         if nonempty.
234
235         * lily/include/context.hh (class Context): make members protected.
236         (children_contexts): new accessor function.
237
238         * lily/include/translator.hh (class Translator): make
239         daddy_context_ protected.
240         (class Translator): clean up. 
241
242         * lily/include/context.hh (class Context): make daddy_context_
243         private.
244
245         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
246         higher for finding Voice. (backportme)  
247
248         * lily/include/context.hh (class Context): remove
249         find_context_below() as a method.
250
251         * Documentation/user/notation.itely (The Lyrics context): add note
252         about manual durations
253
254         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
255         encoding.
256
257         * scm/output-tex.scm (text): dump \inputencoding{} for text.
258
259 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
260
261         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
262         \usepackage{inputenc}
263
264         * lily/paper-book.cc (classic_output): don't advance Offset for
265         TeX output.
266
267         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
268         ec-sauter.map in rules
269
270         * mf/ecb.mf (font_identifier): new file, based on ecbx
271
272         * mf/ecb10.mf (gensize): new file.
273
274         * Documentation/topdocs/NEWS.texi (Top): document some more new
275         features.
276
277         * ly/declarations-init.ly: run convert-ly
278
279         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
280         from input-file-results. Remove input-file-results.* 
281
282 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
283
284         * scm/output-ps.scm (font-command): Fix, again.
285
286         * input/test/title-markup.ly: Add \noPagebreak test.
287
288         * lily/score-engraver.cc (try_music): Bugfix.
289
290 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
291
292         * lily/main.cc (main_with_guile): excise dependency options -M and
293         --dep-prefix
294
295         * lily/input-file-results.cc: excise Makefile dependency code
296
297         * Documentation/user/invoking.itexi (Invoking the lilypond
298         binary): remove dep doco
299         
300         * lily/main.cc (main_with_guile): call lilypond-main
301         
302         * scm/lily.scm (lilypond-main): new function: handle multiple files.
303
304         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
305         exception.
306
307         * lily/my-lily-parser.cc: remove paper_description function
308
309         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
310         new function.
311
312         * lily/main.cc: remove global_score_count.
313
314         * lily/book.cc (process): don't take header from global_input_file.
315
316         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
317
318         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
319
320         * lily/music-output-def.cc (LY_DEFINE): new function
321         ly_output_description. This function does the bulk for  setting,
322         parsing and breaking down of an input file.
323
324         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
325         anonymous modules globally. Let's hope they get GCd
326
327         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
328
329 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
330
331         * scm/output-ps.scm (header): Papersize from paper.
332
333         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
334         for classic output.
335
336         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
337         lilypondclassic is defined.
338         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
339
340         * input/regression/between-systems.ly: Remove.
341
342         * python/lilylib.py (get_bbox): Fix regular expression
343         for bounding box.
344
345         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
346
347         * scm/output-tex.scm (stop-page): Use it.
348
349         * scm/output-ps.scm (define-fonts): Bugfix.
350
351         * lily/grob.cc: Add penalty to interface.
352
353         * lily/include/paper-line.hh (class Paper_line): New member
354         var penalty_.
355
356         * lily/system.cc (get_line): Initialise Paper_line with
357         page-penalty's from original grobs.
358
359         * scm/define-music-properties.scm (all-music-properties): Add
360         page-penalty.
361
362         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
363
364         * lily/score-engraver.cc (try_music): Handle page-penalty.
365
366         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
367
368 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
369
370         * ly/declarations-init.ly (melismaEnd): typo
371
372         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
373
374         * scm/output-ps.scm (text): split string into spaces, use moveto
375         for setting space. 
376         
377 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
378
379         * po/nl.po: Update.
380
381         * scm/font.scm (add-cmr-fonts): Typo.
382
383 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
384
385         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
386         font-encoding.
387
388         * scm/define-grobs.scm (all-grob-descriptions): idem.
389
390         * lily/time-signature.cc (numbered_time_signature): idem.
391
392         * scm/font.scm (add-cmr-fonts): use real encoding names for
393         font-encoding.
394
395 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
396
397         * lily/paper-book.cc (classic_output): 
398         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
399         Fixes classic output.
400         (lilypondstart):
401         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
402         kludge.
403
404         * scripts/old-lilypond-book.py: Remove.
405
406         Page layout for SCOREs enclosed in a BOOK:
407
408         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
409         layout tweaking.
410
411         * input/les-nereides.ly (theScore): Add \book.
412         
413         * input/test/title-markup.ly: Add \book.
414
415         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
416         only if 'verbose.
417
418         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
419
420         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
421
422         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
423         * scm/output-tex.scm (start-system): Update for page layout by
424         LilyPond.
425
426         * scm/output-ps.scm (start-system): Previously (new-start-system).
427
428         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
429         passed to define-fonts.
430
431         * lily/paper-column.cc: 
432         * lily/system.cc (get_line):
433         * ly/property-init.ly (newpage): 
434         * scm/define-grob-properties.scm:
435         * scm/output-ps.scm: 
436         * scm/output-tex.scm: Remove between-system-string kludge.
437
438         * scm/output-ps.scm (define-fonts, font-command,
439         font-load-encoding): Handle ENCODING = #f.
440
441         * scm/output-tex.scm (output-scopes): Check if variable is bound.
442
443         * scm/define-markup-commands.scm (fill-line): Use
444         make-simple-markup (WAS: unexisting make-word-markup).
445
446         * lily/text-item.cc (interpret_markup): Bugfix, transpose
447         ENCODING, MARKUP parameters for interpret_string.
448
449         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
450
451         * lily/score.cc (book_rendering): New method.
452         (default_rendering): Create Paper_book helper locally, dump
453         output.
454
455         * lily/my-lily-lexer.cc (the_key_tab): Add book.
456
457         * lily/parser.yy: Handle \book.
458
459         * lily/include/book.hh: 
460         * lily/book.cc: New file.
461
462 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
463
464         * lily/text-item.cc (interpret_string): new file, select font with
465         encoding.
466
467         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
468
469         * scm/define-markup-commands.scm (encoded-simple): new markup command.
470
471         * lily/parser.yy (markup): take encoding from lexer.
472
473 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
474
475         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
476
477         * scm/output-ps.scm: Remove some cruft.
478
479 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
480
481         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
482
483         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
484
485 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
486
487         * scm/font.scm (add-century-schoolbook-fonts):
488         (make-century-schoolbook-tree): New function.
489
490         * input/test/title-markup.ly: Use Century Schoolbook font.
491
492 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
493
494         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
495         to Erik Sandberg) 
496
497         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
498
499         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
500
501         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
502
503         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
504
505 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
506
507         * scm/part-combiner.scm (determine-split-list): bugfix: if no
508         solo-state (at end of solo), we can set the solo status
509         too. (backportme.)
510
511         * input/regression/part-combine-solo-end.ly: new file.
512
513 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
514
515         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
516         flavour abc files.  Really ignore unknown keys (backportme).
517
518 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
519
520         * lily/scaled-font-metric.cc (text_dimension): only multiply with
521         magnification_ when looking up in orig_.
522
523         * scm/output-tex.scm (text): switch off char-mapping.
524
525         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
526         because AFM's encoding field cannot have spaces.
527
528 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
529
530         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
531
532 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
533
534         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
535
536         * mf/cmr.enc: new file, without hi-bit ascii info. 
537
538         * lily/bezier-bow.cc (slur_shape): make indent dependent on
539         width. This removes the 'hook' at the end of a long slur.
540
541         * buildscripts/mf-to-table.py (parse_logfile): don't append
542         encoding to fontname.
543
544 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
545
546         * scm/output-ps.scm (define-fonts): Load .enc only once.
547
548         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
549         too.
550
551 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
552
553         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
554         encoding field.
555
556         * lily/stencil-scheme.cc: remove ly:fontify-atom 
557
558         * ly/portuges.ly (pitchnames): new file.
559
560         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
561         Michael Welsh Duggan
562
563         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
564
565         * ly/nederlands.ly: add comment about digits.
566
567         * lily/scaled-font-metric.cc (derived_mark): idem.
568
569         * scm/encoding.scm (make-encoding-mapping): change permutation to
570         mapping.
571
572         * lily/scaled-font-metric.cc (derived_mark): is a const method.
573         (Modified_font_metric): make alist for coding_description_
574         (LY_DEFINE): remove coding-name.
575
576         * scm/output-tex.scm (text): remove debugging code.
577
578         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
579
580         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
581         from infile.
582
583         * mf/feta-generic.mf: move fet_beginfont into generic code.
584         use fetaMusic (without space) as encoding
585
586         * mf/feta-autometric.mf: take encoding argument
587
588         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
589
590         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
591         use.
592
593         * scm/encoding.scm (read-encoding-file): use symbol for glyph
594         name.
595
596 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
597
598         * input/test/title-markup.ly: Set inputencoding.
599
600         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
601
602         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
603
604         * scm/encoding.scm (get-coding-filename, get-coding-command): New
605         function.
606         (coding-alist): Also hold filename, command.
607         (read-encoding-file): Return symbols.
608
609 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
610
611         * scm/output-tex.scm: remove fontify; text and char take a font
612         argument.
613
614         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
615
616         * lily/scaled-font-metric.cc (text_dimension): init
617         coding_{permutation,table}_ too 
618         (LY_DEFINE): ly:font-encoding, new function return
619
620         * lily/paper-def.cc (find_scaled_font): take input coding from
621         inputcoding paper var.
622
623         * lily/performance.cc (output): remap modulo 16.
624
625         * lily/text-item.cc (interpret_markup): whoops, variable
626         shadowing fixed.
627
628 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
629
630         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
631         symbols, not symbols to strings.
632         
633         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
634         symbols, not symbols to strings.
635
636 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
637
638         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
639         (ly:kpathsea-gulp-file): New function.
640
641         * scm/encoding.scm (read-encoding-file): Use it.
642
643 2004-04-06  Werner Lemberg  <wl@gnu.org>
644
645         * scm/encoding.scm (coding-alist): Fix typo.
646
647 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
648
649         * lily/scaled-font-metric.cc (text_dimension): move function from
650         Font_metric
651         (make_scaled_font_metric): init coding_scheme_ to TeX
652         (text_dimension): use get-coding-vector for non TeX coding_scheme_
653
654         * lily/include/scaled-font-metric.hh (struct
655         Modified_font_metric): rename from Scaled_font_metric
656
657         * scm/encoding.scm (read-encoding-file): split up large function,
658         leave caching to (delay)
659
660         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
661
662 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
663
664         * lily/my-lily-lexer.cc (set_encoding): New method.
665
666         * lily/lexer.ll: Grok \encoding.
667
668         * lily/font-metric.cc (get_encoded_index): New function.
669
670         * lily/include/font-metric.hh (coding_scheme): New method.
671
672         * scm/encoding.scm: New file.
673
674         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
675
676 2004-04-05  Werner Lemberg  <wl@gnu.org>
677
678         * Documentation/user/tutorial.itely: Revised (finished).
679
680         * Documentation/user/macros.itexi (@separate): Removed.
681
682 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
683
684         * scm/output-ps.scm (define-fonts): fix scaling.
685
686         * lily/scaled-font-metric.cc (design_size): add function.
687
688         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
689         partial cut&paste of ly:font-magnification.
690
691 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
692
693         * scm/output-ps.scm (define-fonts):
694         (fontify): Update.
695
696 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
697
698         * po/fr.po: update. (backportme).
699
700         * po/nl.po: update. (backportme). 
701
702         * mf/feta-beugel.mf: document why design size is not fixed.
703
704         * mf/feta-braces-a.mf: rename to stress that it's not design size.
705
706 2004-04-04  Werner Lemberg  <wl@gnu.org>
707
708         * Documentation/user/tutorial.itely: Revised (continued).
709
710 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
711
712         * po/nl.po: Update (backportme).
713
714 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
715
716         * po/de.po: update. (backportme).
717
718         * scm/output-tex.scm (font-command): use ly: functions to
719         construct name.
720         (define-fonts): don't use alist, just dump \font definitions.
721         (font-load-command): calculate proper scaling by taking
722         outputscale from paper argument.
723
724         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
725         expression.
726
727         * lily/paper-outputter.cc (output_header): pass paper arg to
728         define-fonts
729
730         * lily/paper-def.cc (font_descriptions): dump list of
731         Scaled_font_metrics
732         (find_scaled_font): take Font_metric argument, store
733         Scaled_font_metrics in hash-table containing (size ->
734         Scaled_font_metrics) alist.
735         (get_dimension): rename from get_realvar
736
737         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
738         ly:font-magnification, ly:font-name: new functions
739
740 2004-04-03  Werner Lemberg  <wl@gnu.org>
741
742         * Documentation/user/dedication.itely,
743         Documentation/user/preface.itely,
744         Documentation/user/introduction.itely,
745         Documentation/user/tutorial.itely: Revised.
746         Removing leading spaces which distorts output if info files are read
747         with stand-alone info.
748         Removing superfluous inter-word spaces which also distorts output
749         for stand-alone info.
750         Using ` and ' instead of `` and '' everywhere to improve
751         legilibility with stand-alone info
752         Using @samp for single-letter input items and data which contains
753         spaces, @code for other things.
754
755         * lily/grob-interface.cc: Adding copyright.
756         (check_interfaces_for_property): Improve format of warning message.
757
758 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
759
760         * lily/include/font-metric.hh (struct Font_metric): add
761         design_size () method.
762
763         * buildscripts/mf-to-table.py (base): add DesignSize comment.
764
765         * lily/afm.cc (read_afm_file): read design size.
766
767         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
768
769         * scm/music-functions.scm (unfold-repeats): handle dots too.
770
771 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
772
773         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
774         (backportme)
775
776 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
777
778         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
779         lyric indent.  Revert melismaBusyProperties using \unset.
780
781 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
782
783         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
784
785         * lily/parser.yy (command_element): allow redefinition of |
786         meaning.
787
788         * lily/break-align-engraver.cc (acknowledge_grob): construct
789         LeftEdge where the first cause for alignment is coming from.
790         This makes \override Staff.LeftEdge work as expected.
791
792         
793         * lily/slur-performer.cc (Slur_performer): add inits
794
795         * lily/beam-performer.cc (Beam_performer): add inits
796
797 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
798
799         * VERSION (PACKAGE_NAME): release 2.2.0
800
801         * scripts/convert-ly.py (conv): add 2.2.0 rule.
802
803 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
804
805         * lily/cluster.cc (height): Fix warning.
806
807         * lily/parser.yy: Janitorial cleanups.
808
809         * Documentation/user/tutorial.itely (Tutorial): Typo.
810
811 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
812
813         * lily/change-iterator.cc (process): search at multiple context
814         levels. This fixes 
815
816         
817         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
818         not voice-state index for tie state. This fixes a partcombine
819         problem with ties.
820
821         * Documentation/user/tutorial.itely (Commenting input files): add
822         note about convert-ly.
823
824         * input/test/cadenza-skip.ly:  new file.
825
826 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
827
828         * po/nl.po: Spelling fixes.
829
830         * autogen.sh (srcdir): Regenerate.
831
832         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
833         autogen.sh.
834
835         * configure.in: Use C++ to check for C++ header.
836
837         * po/nl.po: Update.
838
839         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
840
841         * lily/event.cc (to_relative_octave): Translatable sentence should
842         be one string.
843
844         * python/lilylib.py (warranty): Year range is not translatable.
845         It's 2004 already!
846
847         * flower/warn.cc (non_fatal_error, warning, programming_error):
848         Remove whitespace from translated string.
849
850 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
851
852         * VERSION: release 2.1.37.
853
854 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
855
856         * configure.in: check for C language.
857
858         * lily/source-file.cc: include strstream without h.
859
860         * scm/documentation-generate.scm (string-append): use name without
861         .texi.
862
863         * autogen.sh (srcdir): SUSE fix.
864
865         * Documentation/user/notation.itely (Ancient clefs): idem.
866
867         * Documentation/user/lilypond-book.itely (Integrating HTML and
868         music): idem.
869
870         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
871
872         * lily/change-iterator.cc (process): use find_existing_context().
873
874         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
875
876         * input/regression/repeat-unfold-tremolo.ly: new file.
877
878         * scm/music-functions.scm (unfold-repeats): undo music compression
879         too.
880
881         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
882         (LY_DEFINE): ly:music-compress new function.
883
884         * scm/part-combiner.scm (determine-split-list): split for voice
885         crossings
886
887         * input/regression/part-combine-cross.ly: new file.
888
889         * scm/part-combiner.scm (make-part-combine-music): don't do
890         relative inside partcombine arguments.
891
892         * scm/music-functions.scm (make-non-relative-music): new function.
893
894         * Documentation/user/notation.itely (Automatic part combining):
895         add note about \relative.
896
897         * lily/part-combine-iterator.cc (construct_children): add
898         start_moment_ member.
899
900         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
901         stem-tremolo by stem object. This fixes no stem for tremolo bug.
902
903         * lily/stem-tremolo.cc (print): don't crash for no-stem.
904
905         * Documentation/user/changing-defaults.itely (Which properties to
906         change): fixes.
907
908 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
909
910         * po/fr.po: update.
911
912 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
913
914         * input/wilhelmus.ly: More original lyrics.  Add to examples.
915
916         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
917         Reinstate old code that issues warning.  Fixes --srcdir build.
918
919 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
920
921         * input/wilhelmus.ly: New file.
922
923         * Documentation/user/notation.itely: 
924         * Documentation/user/introduction.itely:
925         * Documentation/user/tutorial.itely: Use quote ly-option instead
926         of explicit @quotation.  This fixes too long lilypond linewidths
927         resulting in overful hboxes.
928
929         * scripts/lilypond-book.py: Add ly-option: `quote'.
930
931 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
932
933         * tex/titledefs.tex: Avoid that the first score line is extra
934         indented if instrument is defined but not piece.
935
936 2004-03-30  Werner Lemberg  <wl@gnu.org>
937
938         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
939         `lilypond/' to info file name.
940         (@usermanref) [info]: New variant.
941
942         * scm/documentation-generate.scm: Fix definition of @usermanref
943         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
944         to info file name.
945
946 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
947
948         * VERSION: release 2.1.36
949         
950         * Documentation/user/changing-defaults.itely (Interpretation
951         contexts): rewrite introduction.
952
953 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
954
955         * scm/define-markup-commands.scm: Use TeX accents instead of
956         straight iso-8859-1 encoding in the doc string.
957
958 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
959
960         * Documentation/user/tutorial.itely (A lead sheet): remove extra
961         space after dotted duration.
962
963 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
964
965         * Documentation/user/introduction.itely: 
966         * Documentation/user/notation.itely:
967         * Documentation/user/tutorial.itely: Up all relative examples.
968         Enclose @lilypond displays in @quotation.  Typos and corrections.
969
970         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
971
972 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
973
974         * scm/music-functions.scm (make-voice-props-revert): Revert also
975         MultiMeasureRest staff-position in oneVoice.
976
977 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
978
979         * Documentation/user/changing-defaults.itely, 
980         Documentation/user/lilypond.tely: few fixes. Place no comma between
981         two options: a and b, but commas between three options: a, b, and c.
982         By this manner, grouping is possible: a and b, and c and d.
983
984 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
985
986         * Documentation/user/GNUmakefile: add rule for .nexi
987
988 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
989
990         * Documentation/user/music-glossary.tely: move glossary direntry
991
992         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
993         only do mkdir/install-info if INFO_INSTALL_FILES != "".
994
995 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
996
997         * stepmake/aclocal.m4: Verify that gettext configure check with
998         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
999
1000 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1001
1002         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1003         glob.glob for .png filenames. This catches multipage pngs.  
1004
1005         * Documentation/user/changing-defaults.itely (Determining the grob
1006         property): fix references.
1007
1008         * lily/staff-symbol.cc (print): only add extent if non empty.
1009         This fixes staff-container.ly.
1010
1011         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1012         starting with a mmrest also works.
1013
1014         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1015         PNG for texinfo too.
1016
1017         * po/lilypond.pot: update translation strings.
1018
1019         * VERSION: 2.1.35 released
1020         
1021         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1022         context argument too.
1023
1024         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1025
1026         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1027
1028         * python/lilylib.py (command_name): don't return 1st path
1029         component.
1030
1031         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1032         .png case separately.
1033
1034         * python/lilylib.py (system): typo.
1035         
1036 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1037
1038         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1039         run indent-region.
1040
1041         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1042         Fixes compile.
1043
1044         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1045         Add header.
1046
1047 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1048
1049         * vim/lilypond-indent.vim: small fixes.
1050
1051 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1052
1053         * Documentation/user/notation.itely (Entering lyrics): Add example
1054         with correct english double quotes (at least for LaTeX output,
1055         maybe not a good idea if we switch to PS as the default output
1056         format).
1057
1058 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1059
1060         * lily/staff-performer.cc (create_audio_elements): play instrument
1061         changes before notes arrive. This fixes instrument of the first
1062         note in a score.
1063
1064         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1065         to 1.9.0 conversion.
1066
1067         * lily/mark-engraver.cc: doc string.
1068
1069         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1070
1071         * Documentation/user/introduction.itely (Introduction): new node.
1072
1073 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1074
1075         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1076
1077         * input/regression/spacing-ragged-last.ly: new file.
1078
1079         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1080         spacing.
1081
1082         * scm/font.scm: rewrite using GOOPS.
1083         
1084         * lily/context-def.cc (filter_engravers): derefence pointer.
1085
1086         * lily/lily-guile.cc (type_check_assignment): use
1087         ly_scheme_function iso. scm_primitive_eval where possible.
1088
1089         * lily/performance.cc (output): limit channels at 15. This fixes
1090         percussion inadvertently showing up in large scores.
1091
1092 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1093
1094         * input/regression/tuplet-gap.ly: new file.
1095
1096         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1097         (print): compute gap length from number size, include italic
1098         correction.
1099
1100         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1101         tuplet-bracket
1102
1103         * scm/paper.scm (set-default-paper-size): new function, to be
1104         called at toplevel.
1105         (set-paper-size): new function, to be called inside \paper {}
1106         (set-default-paper-size): new function, to be called at toplevel.
1107
1108         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1109
1110         * lily/beam-performer.cc (process_music): idem.
1111
1112         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1113         
1114         * tex/titledefs.tex: remove scshape for piece.
1115
1116         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1117         font-family
1118
1119         * lily/time-signature.cc (special_time_signature): font-encoding
1120         not family.
1121
1122         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1123         dynamic to head. This fixes p placement in morgenlied.
1124
1125 2004-03-23  Werner Lemberg  <wl@gnu.org>
1126
1127         * stepmake/stepmake/generic-targets.make (help): Improve text.
1128
1129 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1130
1131         * VERSION: 2.1.34 released
1132         
1133         * lily/main.cc (main_with_guile): switch debugging.
1134
1135         * lily/system.cc (get_line): plug leak.
1136
1137         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1138         and contents.
1139         (stencil2line): plug leak.
1140
1141         * Documentation/user/changing-defaults.itely (Determining a grob
1142         property):  new node.
1143         (Layout interfaces): new node.
1144         (Navigating the program reference): new node.
1145
1146         * lily/accidental-engraver.cc (acknowledge_grob): add property
1147         harmonicAccidentals
1148
1149         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1150         general cleanups.
1151         
1152         * input/les-nereides.ly (middleDynamics): resurrect Les
1153         nereides. Remove pedal hack.
1154
1155 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1156
1157         * input/regression/property-grace-polyphony.ly: new file.
1158
1159         * lily/translator-property.cc (execute_pushpop_property): only pop
1160         one instance of the property. This fixes << \\ >> together with
1161         \grace.
1162
1163         * lily/break-align-interface.cc (ordered_elements): we cannot
1164         modify the #'elements property, so return reordered array.
1165
1166 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1167
1168         * buildscripts/lilypond.words.py: remove.
1169         * buildscripts/lilypond-words.py: add new, renamed file. 
1170         Give generated targets and dirs explicitly in arguments.
1171
1172         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1173         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1174         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1175         
1176         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1177
1178         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1179
1180         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1181         orders.
1182
1183         * vim/GNUmakefile: add local-uninstall target.
1184
1185         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1186         
1187         * vim/vimrc: add a one-liner file.
1188
1189         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1190         vimrc in EXTRA_DIST_FILES.
1191
1192         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1193
1194 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1195
1196         * config.make.in: add vimdir.
1197
1198         * vim/GNUmakefile: add local-install.
1199
1200 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1201
1202         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1203         with \lilypondifundefined{blabla}. Solves problem with multiple
1204         titles in the same lilypond-book document.
1205
1206 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1207
1208         * scm/document-backend.scm (interface-doc): sort grob list for
1209         interface.
1210
1211         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1212         pre/post break align-order.
1213
1214         * spelling patch courtesy Edward Sutton.
1215
1216         * Documentation/user/changing-defaults.itely (Changing context
1217         default settings): new node.
1218         (Defining new  contexts): new node.
1219
1220         * scripts/lilypond-book.py (is_derived_class): use numbers
1221         iso. booleans.
1222
1223         * python/lilylib.py (make_ps_images): add margin to PS images.
1224
1225         * scripts/lilypond-book.py (is_derived_class): new function. Take
1226         class arg iso. object.
1227         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1228         for bug in GS/dvips.
1229
1230         * lily/text-item.cc (interpret_markup): idem.
1231
1232         * scm/define-markup-commands.scm: remove split around-space hack.
1233
1234         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1235         function, fold WL's fixes into one function.
1236
1237 2004-03-22  Werner Lemberg  <wl@gnu.org>
1238
1239         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1240         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1241         (Note_column::head_position_interval): Do proper rounding for
1242         calls to Staff_symbol_referencer::get_position.
1243
1244 2004-03-21  Werner Lemberg  <wl@gnu.org>
1245
1246         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1247         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1248         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1249         (My_lily_parser::parse_file): Improve formatting progress indication
1250         sent to stdout.
1251
1252 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1253
1254         * VERSION: 2.1.33 released.
1255
1256         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1257
1258         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1259
1260         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1261         warning is issued about dummy.dep.
1262
1263         * scm/new-font.scm: fix design sizes of nummer
1264
1265 2004-03-21  Werner Lemberg  <wl@gnu.org>
1266
1267         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1268         some annoying warnings from mkdir during `make install'.
1269
1270 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1271
1272         * lily/performer-group-performer.cc (do_announces): call
1273         Performer_group_performer::create_audio_elements () too.
1274
1275         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1276
1277         * scm/define-grobs.scm (all-grob-descriptions): add property
1278         break-align-orders
1279
1280         * lily/global-context.cc (get_default_interpreter): new
1281         function. Override from base class, so no new Score contexts are
1282         created.
1283
1284         * lily/include/stencil.hh (class Stencil): document origin field.
1285
1286         * lily/staff-symbol.cc (print): span staff-symbol on column
1287         extents for non-broken columns. 
1288
1289         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1290         key-signature.
1291
1292         * tex/titledefs.tex: don't use smallcaps for piece.
1293
1294         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1295         translated stencils in the output.
1296
1297         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1298
1299 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1300
1301         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1302         and init ties_created_
1303
1304         * VERSION: release 2.1.32
1305
1306         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1307         doc string from IMPLEMENT_CTOR_CALLBACK().
1308
1309         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1310         that engraver is in a performer hierarchy.
1311
1312 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1313
1314         * vim/lilypond-ftdetect.vim: new file.
1315
1316 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1317
1318         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1319         (compose_ly): default octave should be middle C.
1320
1321         * Documentation/user/changing-defaults.itely (Layout tunings
1322         within contexts): new node.
1323
1324         * lily/include/smobs.hh: document C++ smob interface.
1325
1326         * lily/function-documentation.cc: don't doc functions without
1327         docstring.
1328
1329 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1330
1331         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1332         direntry, so that `info lilypond' goes to Top.
1333
1334         * scm/output-ps.scm (polygon): Fix: add spaces.
1335
1336         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1337         solutions are now optimal too.
1338
1339         * input/test/page-breaks.ly: New file.
1340
1341         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1342         functions into safe module.
1343
1344         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1345         end, prepend zeros.
1346
1347         * scm/output-*.scm: Use ly:number->string rather than
1348         number->string.  Makes for saner output.
1349
1350         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1351         Fixes feta-nummer, feta-din scaling.
1352
1353 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1354
1355         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1356
1357         * scm/music-functions.scm (descend-to-context): new
1358         function. Similar to context-spec-music.
1359         (make-time-signature-set): specify Score as descend-only. This
1360         fixes the polymetric.ly example.
1361
1362         * lily/context-specced-music-iterator.cc (construct_children): add
1363         support for descend-only context spec.
1364
1365         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1366         determine ez-notation letter. 
1367
1368         * lily/system.cc (get_line): start with dumping layer 3. This
1369         fixes ez notation.
1370
1371 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1372
1373         * input/test/title-markup.ly: Stress breaking harder.
1374
1375         * scm/page-layout.scm (height-score): Overfull page scores twice
1376         as bad as underfull (was: by a power).
1377         (walk-lines): Omit first walk-path round (breaking after new node,
1378         without lines).
1379
1380         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1381         diff values are negative.
1382         (output): Bugfix: treat negative vfill differently.
1383
1384         * Documentation/user/lilypond.tely (direntry): Add note about why
1385         `info lilypond' brings up `Invoking LilyPond' node.
1386
1387 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1388
1389         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
1390
1391         * lily/paper-book.cc: Remove cruft.
1392         (output): Bugfix: put vfill between lines.
1393         (pages): Bugfix: set page vars needed for filling.
1394
1395         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
1396         (was: @ar).
1397
1398         * scm/page-layout.scm: Further development.
1399
1400         * ly/declarations-init.ly (paper): Define page-breaking.
1401
1402 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1403
1404         * lily/note-head.cc (brew_ez_stencil): add note-names
1405         property. Provides internationalization for note names.
1406
1407         * Documentation/user/changing-defaults.itely (Creating contexts):
1408         new node.
1409
1410         * lily/grace-iterator.cc (process): descend to child for \grace.
1411
1412         * lily/timing-translator.cc (initialize): Timing_translator adds
1413         Timing alias by itself.
1414
1415         * lily/context.cc (add_alias): new function.
1416
1417         * scm/lily.scm (tex-output-expression): new function, eval within
1418         drawing API. Guards against eval vulnerabilities.
1419
1420         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
1421
1422         * scm/output-ps.scm (scm): export lily drawing API.
1423
1424         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
1425         throughout.
1426
1427 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1428
1429         * scm/page-layout.scm (optimal-page-breaking): New function.
1430         
1431         * lily/paper-book.cc (pages): Use it.
1432
1433 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1434
1435         * lily/include/paper-line.hh (class Paper_line): Full smob.
1436
1437 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1438
1439         * lily/global-context.cc (run_iterator_on_me): fix grace note
1440         nesting by initting measurePosition.
1441
1442         * lily/timing-translator.cc (initialize): do no init
1443         measurePosition
1444         
1445         * lily/include/music-output-def.hh (class Music_output_def): add
1446         input_origin_ field.
1447
1448         * Documentation/user/changing-defaults.itely (Changing context
1449         properties on the fly): new node.
1450
1451         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
1452         function. Only have smobbed_copy (), and do not provide
1453         smobbed_copy() for non-simple smobs. Changes throughout.
1454
1455 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1456
1457         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
1458         start_moment_. Fix by Doug A. Linhardt.
1459
1460 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1461
1462         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
1463         accidentals for harmonic notes.
1464
1465         * lily/note-collision.cc (check_meshing_chords): don't merge heads
1466         of different style. (Thanks to Doug Linhardt).
1467
1468         * Documentation/user/changing-defaults.itely (Scheme tutorial):
1469         new node.
1470
1471 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
1472
1473         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
1474
1475         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
1476         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
1477         vim/lilypond-indent.vim: doc targets and deps in comments.
1478
1479 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1480
1481         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
1482
1483         * lily/system.cc (get_line): Return Paper_line.  Change all users.
1484
1485         * lily/include/paper-line.hh:
1486         * lily/include/paper-line.cc: New file.
1487
1488 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1489
1490         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
1491
1492         * GNUmakefile.in: remove stray make out=www
1493
1494         * input/test/bagpipe.ly (gcdg): octave fixes.
1495
1496         * scm/define-markup-commands.scm (number): use font-encoding
1497         iso. font-family
1498
1499         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
1500         font-encoding.
1501         
1502 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
1503
1504         * lily/parse-scm.cc: compile-bugfix: add missing header files for
1505         `output_format_global' and `PAGE_LAYOUT'.
1506
1507 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1508
1509         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
1510         lily functions in safe mode.
1511
1512         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
1513         Print filename for HTML, LATEX, before texidoc.
1514
1515         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
1516         instructions in output-ps module.
1517
1518         * scm/lily.scm: Do not load output-ps module.
1519
1520         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
1521         safe mode.
1522
1523 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1524
1525         * lily/span-dynamic-performer.cc (process_music): remove spurious
1526         warning.
1527
1528         * lily/context-def.cc (Context_def): init name to ""
1529
1530         * lily/font-interface.cc: add font-encoding property.
1531
1532         * scm/lily.scm (chain-assoc-get): bugfix.
1533
1534         * lily/paper-book.cc (stencil2line): protect static SCM.
1535
1536         * lily/font-interface.cc (text_font_alist_chain): rename function,
1537         and use text-font-defaults. 
1538
1539         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
1540
1541         * scm/paper.scm (paper-set-staff-size): use new function.
1542
1543         * scm/new-font.scm (make-font-tree): new function.
1544
1545 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1546
1547         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
1548
1549         * scm/lily.scm (get-output-module): New function.
1550         (output-alist): Remove ,ps-output-expression.
1551
1552         * scm/output-tex.scm (ps-output-expression): New function.
1553
1554         * scm/output-ps.scm (ps-output-expression): Remove.
1555         (header, start-page): Output page metadata.
1556
1557         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
1558         initialise output_module_.  Do not write part of header.
1559         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
1560         (output_header): Output full header.
1561
1562         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
1563         FIXME.
1564
1565 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1566
1567         * scm/new-font.scm: new file. Tree based font lookup.
1568
1569         * scm/lily.scm (assoc-get): take default argument. Remove
1570         assoc-get-default.
1571         (chain-assoc-get): use chain-assoc-get everywhere.
1572
1573         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1574         autobeamsettings conversion bug.
1575
1576         * lily/include/global-context.hh (Context): clean-up data hiding.
1577
1578         * lily/include/music-iterator.hh (class Music_iterator): clean-up
1579         data hiding.
1580
1581         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
1582
1583         * input/regression/stem-shorten.ly: add chord case.
1584
1585         * lily/stem.cc (get_default_stem_end_position): shorten stems
1586         triggered by note-head positions, not by forced-direction. This
1587         fixes a bug with too short stems.  
1588  
1589 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1590
1591         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
1592         Lilypond_snippet.output_latex): Always call output_print_filename.
1593
1594         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
1595         expand pages.
1596
1597 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1598
1599         * scm/part-combiner.scm (make-autochange-music): switch rests
1600         before switched notes too.
1601
1602         * lily/figured-bass-engraver.cc (process_music): change calling
1603         convention.
1604
1605         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
1606
1607         * scm/define-markup-commands.scm (bracketed-y-column): new markup
1608         command.
1609
1610         * lily/include/stencil.hh (class Stencil): add origin field.
1611
1612         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
1613         function.
1614
1615         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
1616
1617         * lily/lexer.ll: remove support for \$ and $ in identifiers
1618
1619         * lily/sequential-iterator.cc: remove copy_grace_fixups
1620         (get_grace_fixup): slight abstraction of fixup code.
1621
1622         * input/test/title-markup.ly (spaceTest): vary staff sizes.
1623
1624 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
1625
1626         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
1627         in insert-mode. add indenting rules.
1628
1629 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1630
1631         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
1632         protect hack.
1633
1634         * scm/page-layout.scm:
1635         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
1636         layout and titling should now match external latex based version.
1637
1638         * scm/output-tex.scm (output-scopes): Bugfix: only write string
1639         header fields.
1640
1641         * ps/lilyponddefs.ps: Remove automatic page layout.
1642
1643         * scm/output-ps.scm (new-start-system): New interface function.
1644
1645         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
1646
1647         * lily/paper-book.cc (output): Bugfix.
1648
1649 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1650
1651         * VERSION (MY_PATCH_LEVEL): release 2.1.30
1652         
1653 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1654
1655         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
1656         direntries.
1657
1658         * ps/lilyponddefs.ps: Bugfix.
1659
1660         * input/regression/multi-measure-rest-instr-name.ly: Typo.
1661
1662 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1663
1664         * lily/auto-beam-engraver.cc (create_beam): add Stem as
1665         cause. This should fix warnings.
1666
1667         * mf/feta-slag.mf (trill_ne): fix upmordent size.
1668
1669         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
1670         prevent aligned 6ths.
1671
1672         * lily/custos.cc (print): remove adjust-if-on-staffline.
1673
1674 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1675
1676         * lily/paper-book.cc: Do header and footer.
1677
1678 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1679
1680         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
1681
1682         * scm/paper.scm (lineheight): Remove
1683         (head-sep, foot-sep): Add.
1684
1685 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1686
1687         * mf/feta-schrift.mf: reduce portato thickness.
1688
1689         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
1690
1691         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
1692         programming_error ().
1693
1694         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
1695         bracket to last command column.
1696
1697         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
1698         continues on next/prev system.
1699
1700         * input/regression/pedal-end.ly: new file.
1701
1702 2004-03-10  Werner Lemberg  <wl@gnu.org>
1703
1704         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
1705         Remove pmx2ly stuff.
1706         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
1707
1708 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1709
1710         * scm/page-layout.scm: New file.
1711
1712         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
1713         settings.
1714         (Lilypond_snippet.is_outdated): Also check for PNG file.
1715         Workaround for interrupted (web) builds.
1716
1717         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
1718
1719         * ps/lilyponddefs.ps: Use only very small top-marging.
1720         (init-paper): Also pop page size string.
1721         (start-page, stop-page): New function.
1722
1723         * scm/output-ps.scm (header-end): Remove stray exec commands.
1724
1725 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1726
1727         * lily/input-file-results.cc (do_one_file): use new Paper_book()
1728
1729         * lily/score.cc (default_rendering): clean protection.
1730
1731         * lily/paper-book.cc (mark_smob): implement smob marking.
1732
1733         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
1734
1735         * Documentation/user/*.itely: user manual edits. 
1736
1737 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1738
1739         * Documentation/user/converters.itely (Invoking musedata2ly):
1740         remove pmx2ly.
1741
1742         * scripts/pmx2ly: remove script.
1743         
1744 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1745
1746         * lily/score.cc (default_rendering): Protect paper-book members.
1747
1748         * lily/paper-def.cc (smobbed_copy): New method.
1749
1750         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
1751         switch runtime.
1752
1753         * lily/include/music-output.hh (process): Change signature to
1754         return SCM.
1755
1756         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
1757         method.
1758
1759         * lily/paper-score.cc (process): Return stencils rather than
1760         outputting directly.  Remove paper-book kludge.  Delete grobs.
1761         (output): Remove.
1762
1763         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
1764
1765         * lily/score-engraver.cc (get_output): Do not reset pscore_.
1766
1767         * lily/score.cc (default_rendering)
1768         (ly_render_output): Move adding paper-score two levels up.
1769
1770         * lily/system.cc (get_line):
1771         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
1772
1773 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1774
1775         * scm/font.scm (paper20-font-vector): add more design sizes for
1776         number.
1777
1778         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
1779         feta-nummber{5,7,11,13}.
1780
1781         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
1782         for 12pt design size. 
1783
1784 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1785
1786         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
1787
1788 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1789
1790         * lily/font-select.cc (properties_to_font_size_family): Fix
1791         warning message.
1792
1793         * Experimental PostScript latin1 encoding:
1794         
1795         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
1796
1797         * scm/output-ps.scm: Experimental encoding using reencode-font.
1798         * scm/font.scm: Add latin1 `font-shape'.
1799         
1800         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
1801
1802         * ps/lilyponddefs.ps (reencode-font): New function.
1803
1804         * lily/paper-book.cc (get_pages): Simplistic page breaking.
1805
1806         * scm/output-tex.scm (start-page):
1807         (stop-page): New interface function.
1808
1809 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1810
1811         * lily/paper-outputter.cc (output_expr):
1812         (output_header):
1813         (output_line): New method.
1814
1815         * lily/system.cc (get_line):
1816         (get_lines): New method.
1817         (output_scheme):
1818         (output_line): Remove.
1819
1820         * scm/lily.scm (make-title): New function.
1821
1822         * lily/paper-book.cc: 
1823         * lily/include/paper-book.hh: New file.
1824
1825         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
1826         ly-modules.hh).
1827
1828         * lily/ly-module.cc (ly_modules_lookup): New function.
1829
1830         * lily/main.cc (main_with_guile): Move memory leak debug code back.
1831
1832         * scm/output-ps.scm (make-title): Remove.
1833         (output-scopes): Junk header-title test.
1834
1835 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1836
1837         * mf/feta-schrift.mf: thicker dot for portato.
1838
1839         * lily/accidental-placement.cc (position_accidentals): bugfix in
1840         offset, this fixes right-padding of AccidentalPlacement.
1841
1842         * lily/[h-z]*.cc: () formatting.
1843
1844         * Documentation/user/tutorial.itely (An orchestral part): more
1845         fixes for the tutorial.
1846
1847         * scm/translation-functions.scm (fraction-tuplet-formatter):
1848         reverse fraction.
1849
1850         * lily/parser.yy (context_def_spec_block): use \context instead of
1851         \translator.
1852
1853         * lily/[a-g].cc: () style cleanup.
1854
1855         * Documentation/user/tutorial.itely (Automatic and manual beams):
1856         editing of tutorial.
1857
1858 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1859
1860         * buildscripts/mf-to-table.py (base): write encoding name.
1861
1862 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1863
1864         * Documentation/user/GNUmakefile (local-install-info): Issue
1865         warning (for packager, ie, if not installing in /usr or /usr/local).
1866
1867         * lily/stencil-scheme.cc: 
1868         * lily/staff-symbol-referencer.cc: 
1869         * lily/script-column.cc: 
1870         * lily/pitch.cc: 
1871         * lily/music.cc: 
1872         * lily/grob-pq-engraver.cc: 
1873         * lily/font-interface.cc: 
1874         * lily/music-output-def.cc: 
1875         * lily/duration.cc: 
1876         * lily/grob-scheme.cc:
1877         * lily/context-scheme.cc: Put scheme name on first line in
1878         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
1879         style cleanups.
1880
1881         * stepmake/stepmake/scm-vars.make: 
1882         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
1883         Rename and split TAGS_FILES.
1884
1885         * GNUmakefile.in (ALL-TAGS): Remove.
1886         
1887         * stepmake/stepmake/generic-targets.make (TAGS): Also include
1888         deeper TAGS files.  Fixes regexp tags in TOP dir.
1889
1890 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1891
1892         * VERSION: 2.1.29 released.
1893         
1894         * Documentation/user/changing-defaults.itely (Changing defaults):
1895         new file.
1896
1897         * Documentation/user/notation.itely (Notation manual): rename from 
1898         refman.itely
1899
1900         * Documentation/user/notation-appendices.itely (The Feta font):
1901         new file.
1902
1903         * Documentation/user/advanced.itely: add aborted attempt for
1904         advanced topics manual.
1905
1906 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1907
1908         * scm/new-markup.scm: display Markups in sane format. Patch by
1909         Nicolas Sceaux.
1910
1911 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1912
1913         * lily/main.cc: Cleanups.
1914         (setup_localisation): New function.
1915         (sane_putenv): Remove.
1916         (main_with_guile): New name (Was: main_prog).  Remove musings
1917         about possible preparation for GUILE heavy memory usage and
1918         practical uselessness.  Do not set environment variables
1919         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
1920         name juggling.
1921         (parse_argv): New function.
1922         (copyright): New function.  It's 2004 already.
1923
1924         * lily/input-file-results.cc (do_one_file): Add file name juggling.
1925         (distill_inname): Move from main.
1926
1927 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1928
1929         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
1930
1931         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
1932
1933         * Documentation/user/running.itely: new file.
1934
1935         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
1936
1937         * lily/score-performer.cc (finish): call Translator::finalize ().
1938
1939 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
1940
1941         * lilypond-ftpplugin.vim: renamed to the following file.
1942         * lilypond-ftplugin.vim: new file.
1943
1944         * GNUmakefile.in: update VIM_FILES.
1945
1946 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1947
1948         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
1949         props.
1950
1951         * input/test/tie-sparse.ly: remove.
1952
1953         * lily/tie-performer.cc (try_music): copy & paste from
1954         Tie_engraver.
1955
1956         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
1957         variable_ref twice.
1958
1959         * lily/key-performer.cc (create_audio_elements): use
1960         alterations-in-key.
1961
1962         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
1963
1964 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
1965
1966         * input/test/smart-transpose.ly: fix cases fes->e and similar.
1967         handle also quarter tones (not shown as tests). test also flats.
1968
1969         * Documentation/index.html.in: small fixes.
1970
1971 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1972
1973         * input/regression/new-markup-scheme.ly: Typo.
1974
1975         * scm/define-markup-commands.scm (fill-line): New markup.
1976
1977         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
1978         (output-paper-def): Fix alignment.
1979         (make-title): Fix height/width scaling.
1980
1981         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
1982
1983         * input/test/title-markup.ly: Add remaining titles.  Layout and
1984         font size fixes.  Add simplistic latin1 test.
1985
1986 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
1987
1988         * input/test/nested-groups.ly: remove. move content (to next). 
1989         * input/test/staff-bracket.ly: replace content (from prev), this 
1990         has been already in templates.
1991
1992 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1993
1994         * stepmake/autogen.sh: Only issue warning about running configure
1995         without arguments when autogen.sh will actually be running
1996         configure.
1997
1998 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1999
2000         * scm/new-markup.scm (stack-stencil-line): robustness.
2001
2002         * scm/define-markup-commands.scm (simple): robustification of
2003         simple-markup.
2004
2005         * Documentation/user/music-glossary.tely (Top): change central C
2006         to middle C.
2007
2008         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2009
2010 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2011
2012         * input/test/title-markup.ly (spaceTest): Add.
2013
2014         * lily/text-item.cc (interpret_markup): Make line markup from
2015         multi word markup.
2016
2017         * scm/define-markup-commands.scm (word): New markup command.
2018         (simple): Use it.
2019
2020         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2021
2022 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2023
2024         * vim/ftplugin/lilypond.vim:
2025         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2026         show matching paren in insert mode.
2027
2028 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2029
2030         * scm/output-ps.scm (make-title, output-scopes): Further
2031         development.
2032
2033         * input/test/title-markup.ly: New file.
2034
2035         * ps/lilyponddefs.ps: Disable PostScript titling.
2036
2037         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2038
2039 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2040
2041         * lily/arpeggio.cc (width_callback): remove padding.
2042  
2043         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2044
2045         * scm/define-music-types.scm: remove make-music-by-name.
2046
2047         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2048
2049 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2050
2051         * lily/paper-score.cc (process): Output titles using make-title.
2052
2053         * scm/output-ps.scm (output-stencil): Display directly instead of
2054         constructing string.
2055         (make-title): New function.
2056
2057 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2058
2059         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2060         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2061         Move documentation of LaTeX packages for latin1 characters to the
2062         lilypond-book manual.
2063
2064 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2065
2066         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2067
2068         * vimrc: add menu in console and shortcut <F10> for it.
2069
2070         * vim/:
2071         * vim/compiler/:
2072         * vim/syntax/:
2073         * vim/indent/:
2074         * vim/ftplugin/: new directories.
2075         
2076         * vim/filetype.vim: new file.
2077
2078         * lilypond.vim: remove files (see next).
2079         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2080
2081         * vimrc: remove file (see next).
2082         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2083
2084         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2085         add header. apply bindings only locally.
2086
2087         * vim/indent/lilypond.vim: new file.
2088
2089         * vim/ftplugin/lilypond.vim: remove errorformat.
2090         * vim/compiler/lilypond.vim: new file for errorformats.
2091
2092         * Documentation/topdocs/INSTALL.texi: give easier orders.
2093
2094         * ROADMAP: add vim/
2095
2096 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2097
2098         * Documentation/user/introduction.itely (Introduction): Use @image
2099         iso @html <img...>.  Add workaround for images in columns in info.
2100
2101         * stepmake/aclocal.m4: Store computed version in variable.
2102
2103         * configure.in: Export MAKEINFO_VERSION.
2104
2105         * config.make.in (MAKEINFO_VERSION): Add.
2106
2107         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2108
2109         * Documentation/user/GNUmakefile: Only build info with images when
2110         building web.
2111
2112         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2113
2114         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2115         stuff from documentation-targets.make
2116
2117 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2118
2119         * VERSION: 2.1.28 released
2120         
2121         * scripts/convert-ly.py (conv): 
2122
2123 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2124
2125         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2126         \arpeggioBoth. redefine \arpeggioBracket.
2127
2128         * Documentation/user/refman.itely: document new arpeggio
2129         functions.
2130
2131         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2132
2133         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2134
2135         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2136
2137 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2138
2139         * Documentation/user/introduction.itely (Automated engraving):
2140         rewrite introduction using website text.
2141
2142 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2143
2144         * scm/*.scm: make-music-by-name is replaced by make-music, which
2145         also accept music property settings, eg:
2146           (make-music 'TextScriptEvent 'direction DOWN 'text
2147               (make-simple-markup x))
2148
2149         Patch courtesy Nicolas Sceaux
2150
2151         * lily/beam-quanting.cc: cleanup, separate counts for left and
2152         right beam ends.
2153
2154         * lily/side-position-interface.cc (quantised_position): also
2155         quantize staccato position for forced stem directions. 
2156
2157 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2158
2159         * scm/*.scm: Patch by Nicolas Sceaux: 
2160
2161         * scm/music-functions.scm: ly:grob-property and ly:music-property
2162         are made procedure with setters.
2163
2164         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2165         
2166 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2167
2168         * input/test/[t-v]*.ly: finish rewriting texidocs.
2169
2170         * input/test/vaticana.ly: remove.
2171         * input/test/ligature-vaticana.ly: new, renamed file name.
2172
2173         * input/test/stem-centered.ly: remove.
2174         * input/test/mensural-note-heads.ly: new file. take content from
2175         removed file stem-centered.ly.
2176
2177         * input/test/scales-greek.ly: simplify.
2178
2179         * input/test/s*.ly: reformulate texidocs.
2180         
2181         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2182         of missing features.
2183
2184 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2185
2186         * input/test/[j-o]*.ly: update texidocs.
2187
2188 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2189
2190         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2191
2192         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2193         images.
2194
2195         * Documentation/user/lilypond.tely (@direntry): Update.
2196
2197         * stepmake/stepmake/documentation-targets.make
2198         (install-info,uninstall-info): Install into $(package_infodir).
2199         Install images.  Run install-info to update dir.
2200
2201         * config.make.in (package_infodir): Add.
2202
2203         * Documentation/user/GNUmakefile (info-with-images,
2204         local-install-info, local-uninstall-info): New target.
2205
2206 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2207
2208         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2209         gap/threshold.
2210
2211         * lily/beam-quanting.cc (score_slopes_dy): remove
2212         ROUND_TO_ZERO_SLOPE kludge.
2213
2214         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2215
2216         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2217
2218         * lily/global-context.cc (Global_context): alway accept Score
2219         (run_iterator_on_me): cast Context to Score_context, not
2220         Context_def.
2221
2222         * Documentation/user/refman.itely: documentation patch by Edward
2223         Sanford Sutton.
2224
2225         * mf/GNUmakefile: unset sauter-fonts.
2226
2227 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2228
2229         * scripts/lilypond-book.py (output_texinfo): Output @image
2230         descriptions for info too.
2231
2232         * input/test/chord-names-jazz.ly: 
2233         * input/test/embedded-scm.ly: Clarify.
2234
2235         * input/test/cautionaries.ly: Typo.
2236
2237         * lily/input-smob.cc (ly_input_location): Compile fix.
2238
2239 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2240
2241         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2242
2243         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2244         fixes problems with system defaults being reverted with \override
2245         on Score level.
2246
2247         * lily/global-context.cc (Global_context): apply property-ops to
2248         Global_context too. 
2249
2250 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2251
2252         * scm/output-ps.scm (stencil->string): Rewrite.
2253
2254 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2255
2256         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2257         impersonal style.
2258
2259 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2260
2261         * lily/input-smob.cc (ly_input_location: New function.
2262
2263         * scm/define-markup-commands.scm (upright): New markup command.
2264
2265         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2266
2267         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2268
2269         * scm/output-ps.scm (output-stencil): New function.
2270
2271         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2272         of snippet types; fixes @ignore and @verbatim blocks.
2273
2274 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2275
2276         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2277         to a file in printed documentation, instead, refer either to a 
2278         syntax or to an output.
2279
2280 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2281
2282         * input/regression/beam-center-slope.ly: Add test.
2283
2284 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2285
2286         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2287         (SAUTER_FONTS): Reinstate.
2288
2289         * scm/define-markup-commands.scm (caps): New markup command.
2290
2291         * scm/output-ps.scm (output-scopes): Experimental markup output.
2292
2293         * scm/: Add missing headers.
2294
2295         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2296
2297         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2298
2299 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2300
2301         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2302         Stray style cleanups.
2303
2304 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2305
2306         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2307         no dot combination.
2308
2309         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2310         substitute \override Staff.autoBeamSettings too
2311
2312         * Documentation/user/tutorial.itely: proofreading fixes by David
2313         Bobroff
2314
2315 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2316
2317         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2318
2319         * ps/music-drawing-routines.ps: 
2320         * ps/lilyponddefs.ps: Add end markers.
2321
2322 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2323
2324         * VERSION: 2.1.27 released.
2325         
2326         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2327
2328         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2329         obey documentation.
2330
2331 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2332
2333         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2334
2335         * scm/output-ps.scm: Resurrect.
2336         
2337         * scm/output-tex.scm: Minimal cleanups.
2338
2339         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2340
2341         * make/ly-rules.make: Remove any broken lily-*.tex files before
2342         lilypond-book run.
2343
2344         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2345         comment.
2346
2347         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2348         Enabled by default, may save 10% compile time.
2349
2350 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2351
2352         * lily/lyric-phrasing-engraver.cc: remove
2353         
2354         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2355         longer necessary. 
2356
2357         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2358         so lyric-phrasing-engraver is no longer necessary.
2359
2360         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2361         Grob_pq_engraver from Staff.
2362
2363         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2364         busyGrobs directly.
2365
2366         * input/regression/quote-transposition.ly: new file.
2367
2368         * lily/recording-group-engraver.cc (stop_translation_timestep):
2369         store instrumentTuning too. 
2370
2371         * lily/quote-iterator.cc (process): transpose events using
2372         instrumentTuning.
2373
2374         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2375         -> \tuning <pitch>
2376
2377         * lily/parser.yy (command_req): add \tuning command for setting
2378         instrument tuning of staff.
2379
2380         * Documentation/user/GNUmakefile
2381         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2382
2383         * Documentation/user/refman.itely (Customized accidental rules):
2384         typo.
2385
2386 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2387
2388         * Documentation/user/music-glossary.tely: remove the missing norwegian
2389         translation; they can be put in later properly.
2390
2391 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2392
2393         * lily/recording-group-engraver.cc (start_translation_timestep):
2394         init Recording_group_engraver twice.
2395
2396 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2397
2398         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
2399         stray style cleanups:
2400
2401         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
2402         -Wmissing-prototypes.
2403
2404         * flower/include/killing-cons.tcc (Killing_cons): Add template
2405         specifier for car_.
2406
2407         * flower/include/parray.hh (binsearchs): Add template specifier
2408         for maxkey.
2409
2410         * flower/include/interval.hh: Declare elem () with template specfier.
2411
2412 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2413
2414         * elisp/lilypond-indent.el (get-buffer-size): add customization
2415         groups for several variables (Reuben Thomas).
2416
2417 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2418
2419         * Documentation/user/invoking.itexi (Point and click): add index
2420         entry.
2421
2422         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
2423         go under beam.
2424
2425         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
2426         sarabande beam. 
2427
2428         * flower/warn.cc (programming_error): cross fingers not thumbs.
2429
2430         * lily/rest.cc (polyphonic_offset_callback): return 0 when
2431         staff-position is set.
2432
2433         * VERSION: release 2.1.26 
2434         
2435         * scm/chord-entry.scm (construct-chord): process transposition
2436         after processing explicit-11.  
2437
2438 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2439
2440         * lily/parser.yy (add_quote): add syntax for adding quotes:
2441         \addquote "id-string" Music
2442
2443         * scripts/lilypond-book.py (do_file): do not overwrite input file.
2444
2445         * scripts/convert-ly.py (conv): add rules for name changes.
2446
2447         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
2448         music/context/grob property functions. Internally, use
2449         get_property() and set_property() for both.
2450
2451 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
2452
2453         * elisp/lilypond-mode.el (get-buffer-size): define new function,
2454         for Emacs <= 20 (Laurent Martelli).
2455
2456 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2457
2458         * lily/parser.yy (command_element): extract quoted vector in
2459         parser.
2460
2461         * input/regression/quote.ly: new file.
2462
2463         * lily/sequential-iterator.cc (process): only process if moment >= 0.
2464
2465         * lily/parser.yy (command_element): \quote DURATION NAME: support
2466         cue notes. 
2467
2468         * lily/quote-iterator.cc (class Quote_iterator): new file.
2469
2470 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2471
2472         * lily/auto-beam-engraver.cc (try_music): accept and process
2473         beam-forbid-event.
2474
2475         * input/regression/auto-beam-no-beam.ly: new file.
2476
2477 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2478
2479         * lily/accidental.cc (print): Change font-relative-size ->
2480         font-size. Fixes cautionary-style = smaller.
2481
2482 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2483
2484         * lily/system-start-delimiter.cc (staff_brace): remove
2485         font-relative-size
2486
2487         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
2488         forgotten with scm_list_n. Fixes spurious coredumps.
2489
2490         * lily/accidental-engraver.cc (stop_translation_timestep): move
2491         update of localKeySignature to stop_translation_timestep (). This
2492         makes sure that all ties are noticed at the right moment.
2493         (stop_translation_timestep): clear tie only when right-side
2494         notehead was seen.
2495         (number_accidentals_from_sig): cleanup. 
2496
2497         * input/regression/accidental-tie.ly (mus): new file
2498
2499         * input/regression/tie-accidental, tie-break-accidental.ly: remove
2500         these longish tests.
2501
2502 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2503
2504         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
2505
2506         * THANKS: update bugreporter list.
2507
2508         * lily/beam.cc (print): broken beams last until end of staff.
2509         (print): broken beams start from prefatory matter.
2510
2511         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
2512
2513         * lily/paper-score.cc (process): dump header only once.
2514
2515         * lily/paper-outputter.cc (Paper_outputter): move logic into
2516         Scheme.
2517
2518         * scm/output-tex.scm (output-scopes): new function.
2519         (output-paper-def): new function
2520         (tex-string-def): new function
2521         (symbol->tex-key): new function
2522
2523         * scripts/convert-ly.py (conv): add rule for | ~
2524
2525 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
2526
2527         * input/regression/{many}.ly: refresh, trying to guess how
2528         it was designed.
2529
2530 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2531
2532         * VERSION: release 2.1.25
2533
2534         * scm/define-translator-properties.scm
2535         (all-user-translation-properties): add printOctaveNames
2536
2537         * ly/engraver-init.ly: remove Note_event_swallower from
2538         NoteNamesContext.
2539
2540         * lily/note-name-engraver.cc (process_music): new property
2541         printOctaveNames
2542
2543         * lily/context.cc (find_existing_context): remove support for
2544         Current.
2545
2546         * scm/music-functions.scm (set-accidental-style): new function;
2547         duplicate accidental macros.
2548
2549         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
2550
2551         * lily/note-name-engraver.cc (process_music):
2552         process_acknowledged_grobs () -> process_music ()
2553
2554         * scm/part-combiner.scm (determine-split-list): robustification.
2555
2556 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2557
2558         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
2559         lines for falling into beam-gap.
2560         (score_forbidden_quants): check all staff lines for falling in
2561         beam gaps.
2562
2563         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
2564         key/clef/time signatures. 
2565
2566         * input/test/ossia.ly: revise example.
2567
2568         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
2569         cleanup.
2570         
2571         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
2572         comply to Scheme standard.  Remove ly:get-paper-variable
2573
2574 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2575
2576         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
2577
2578 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2579
2580         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
2581         properties from Voice context. This fixes accidental size for
2582         staff-switches during grace contexts.
2583
2584         * lily/note-collision.cc (check_meshing_chords): only wipe heads
2585         if necessary. Else, simply wipe dots.
2586
2587         * input/test/beam-alternate.ly: new file
2588
2589         * input/test/piano-staff-distance.ly: new file.
2590
2591         * lily/translator-group.cc (recurse_down_translators): use
2592         Direction for bottom-up/top-down.
2593
2594         * lily/include/translator.hh (class Translator): add
2595         process_music() and do_announces(). This obviates
2596         recurse_down_{engravers,performers}.
2597
2598         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
2599         \melisma and \melismaEnd
2600
2601         * lily/melisma-engraver.cc (process_music): change to
2602         Melisma_translator, unify with performer. Accept
2603         ManualMelismaEvent.
2604
2605         * ly/engraver-init.ly: add Font_size_engraver.
2606
2607 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2608
2609         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
2610         it hara-kiri.
2611
2612         * input/regression/{many}.ly: improve descriptions trying to figure
2613         out what is tested.
2614
2615 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2616
2617         * lily/slur.cc (broken_trend_offset): robustness fix.
2618
2619         * VERSION: release 2.1.24
2620
2621         * lily/context.cc (find_create_context): go to Score if it exists.
2622
2623         * lily/context-scheme.cc: new file.
2624
2625         * lily/score-translator.cc (get_output): new file.
2626
2627         * lily/include/grob-info.hh: origin_contexts() now does not
2628         include the originating engraver
2629
2630         * lily/translator-group.cc (translator_each): clean up contents,
2631         remove superfluous stubs. Engraver_group_engraver and
2632         Performer_group_performer are the only classes using multiple
2633         inheritance.
2634
2635         * lily/include/score-context.hh (class Score_context): interface
2636         between Score_{engraver,performer} and Global_context.
2637
2638         * lily/include/global-context.hh (Context): change from
2639         global-translator. This is the entry point for contexts; it is not
2640         tweakable using \translator{}. Score is no longer the top context,
2641         but sits underneath Global.
2642
2643         * lily/include/context.hh (class Context): brain surgery: split
2644         out Context functionality from Translator_group. Context is now a
2645         separate type from Translator.
2646
2647 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2648
2649         * lily/include/translator.hh (class Translator): make
2650         get_score_context() and get_global_translator (), and use the one
2651         which is appropriate.
2652
2653         * lily/context.cc: partially put functionality of Translator_group
2654         into Context.
2655
2656         * lily/include/context.hh (Translator): new class: put between
2657         Translator and Translator_group. 
2658
2659         * lily/new-accidental-engraver.cc: remove file.
2660
2661 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2662
2663         * input/regression/{many}.ly: improve descriptions: use complete 
2664         sentences, try to describe what is tested, avoid `we´, do not use 
2665         don't, ... 
2666
2667 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
2668
2669         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
2670         is at EOL.
2671
2672         * Documentation/user/lilypond.tely: declare the topmost node only
2673         once; removes empty line in @contents.
2674
2675         * Documentation/user/music-glossary.tely: really add Finnish author.
2676         Draw more beatiful `->´ arrow in html: &rarr;
2677
2678 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2679
2680         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
2681
2682         * scripts/convert-ly.py (conv): add ly:music-list  change.
2683
2684         * lily/grob.cc: edit doc string.
2685
2686         * scm/define-grob-properties.scm (all-user-grob-properties):
2687         proofreading, editing of doc strings.
2688
2689         * input/regression/tablature-string-tunings.ly: new file.
2690
2691         * lily/staff-symbol-engraver.cc (process_music): new engraver,
2692         listen to stringTunings
2693
2694         * lily/align-interface.cc (align_elements_to_extents): remove Grob
2695         for self-alignment-[XY] code.
2696  
2697 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2698
2699         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
2700         cond) into function. Cleanup.
2701
2702         * lily/text-spanner.cc: remove text-repeat-if-broken property.
2703         
2704         * VERSION (PACKAGE_NAME): 2.1.23 released
2705
2706 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
2707
2708         * Documentation/user/{refman,internals}.itely: small fixes.
2709
2710 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2711
2712         * lily/accidental-engraver.cc (acknowledge_grob): don't make
2713         accidentals for harmonic notes
2714
2715         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
2716         for harmonic notes.
2717
2718         * scm/document-backend.scm (interface-doc): prune Grob
2719         documentation: don't duplicate interface information.
2720
2721         * lily/*.cc: lots of updates of doc strings.
2722
2723 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2724
2725         * input/test/ac-extra-voice.ly (accompany): remove file.
2726
2727         * input/test/maximum-rest-count.ly: remove file.
2728
2729         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2730         conversion rule for \translator { }. Apply everywhere.  
2731
2732         * lily/parser.yy (music_property_def): set property for \once in
2733         the PropertyMusic itself, not the ContextSpec.
2734         (property_operation): change syntax within \translator { }
2735
2736         * scm/define-music-properties.scm (all-music-properties): clean up.
2737
2738         * lily/auto-beam-engraver.cc (test_moment): use
2739         updated_grob_properties() to retrieve autoBeam settings.
2740
2741         * lily/spacing-spanner.cc: bound shortest_playing_len by
2742         measure_length
2743
2744         * lily/spacing-engraver.cc (acknowledge_grob): ignore
2745         multi-measure events for spacing computation.
2746
2747         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
2748         elliptical, to 1.49.
2749
2750         * lily/rest.cc (polyphonic_offset_callback): new function. Do
2751         vertical positioning for polyphony, without RestCollision object.
2752
2753         * lily/note-column.cc (add_head): prevent rests & note heads on
2754         one stem.
2755
2756         * lily/rest-collision.cc (do_shift): ignore rests with beams.
2757         (do_shift): rewrite only-rests case: use common refpoints: the
2758         routine will have sensible results when other rest-translations
2759         have taken place.
2760
2761         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
2762         < 0 case. 
2763
2764         * VERSION: 2.1.22 released
2765         
2766         * input/GNUmakefile (SUBDIRS): remove ascii-art
2767
2768 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2769
2770         * input/: Convert ly files that still had \property.  Fixes make
2771         web.  Remove exta spaces around '='. 
2772
2773         * scripts/convert-ly.py (conv): Redundant space fixes.
2774
2775         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
2776
2777 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2778
2779         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
2780         create scalable PS and PDFs  for input/{test,template,regression}.
2781
2782         * lily/context.cc (is_alias): move function.
2783         (is_alias): add Bottom as context alias. 
2784         (find_create_translator): add Bottom as a context alias for creation.
2785
2786         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
2787
2788         * lily/parser.yy (music_property_def): new syntax for property
2789         assignments:
2790
2791         \set A.B = #C , \unset A.B
2792         \override A.B #C = #D, \revert A.B #C 
2793
2794         * lily/my-lily-lexer.cc: remove \property
2795
2796 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
2797
2798         * Documentation/user/refman.itely: add dots after seealso refs.
2799
2800         * input/template/{many}.ly: harmonise descriptions.
2801
2802         * Documentation/user/music-glossary.itely: add Finnish author.
2803
2804 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2805
2806         * VERSION (PACKAGE_NAME): release 2.1.21
2807
2808 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2809
2810         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
2811
2812         * scripts/lilypond-book.py (snippet_res): @include filename must
2813         not be empty.
2814
2815 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2816
2817         * scm/documentation-generate.scm (markup-doc-string): dump
2818         markup-commands.tely
2819
2820         * scm/define-markup-commands.scm (override): new file.
2821         Move documentation from refman into doc-strings. 
2822
2823         * input/test/staff-container.ly: fix example.
2824
2825         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2826         StaffContainer
2827
2828         * lily/grob.cc: remove point_dimension_callback
2829         (Grob): read forced dimensions from X-extent and Y-extent.
2830         (get_paper): remove preset_extent.
2831
2832         * scm/define-grobs.scm (all-grob-descriptions): remove
2833         point_dimension_callback. 
2834
2835         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
2836         textscript to head. This makes no-spacing-rods work on
2837         DynamicText.
2838
2839         * lily/chord-name.cc: remove props chord, bass, inversion.
2840
2841         * Documentation/user/appendices.itely: add Scheme functions,
2842         context-properties and layout properties to manual.
2843
2844         * scm/part-combiner.scm (determine-split-list): include rests in a
2845         solo1/2 sequence.
2846
2847         * lily/new-part-combine-iterator.cc (substitute_both): new
2848         function.
2849         (class New_pc_iterator): add separate Voice=solo context, fixes
2850         autobeams going from chords to solo.
2851
2852 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2853
2854         * Documentation/user/invoking.itexi (Editor support): Fix typo.
2855
2856         * Documentation/user/tutorial.itely:
2857         * Documentation/user/refman.itely: Add short note about being part
2858         of lilypond.tely.
2859
2860         * COPYING: Make note more clear with respect to files that are
2861         explicitely licenced otherwise (Documention/user/ comes to mind).
2862         
2863         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
2864         comment about barfing of @c,{}.
2865
2866         * Documentation/user/music-glossary.tely: Add list of authors.
2867
2868         * stepmake/stepmake/library-rules.make: Thank Nelson only in
2869         source (was: also in build log).
2870
2871 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2872
2873         * lily/side-position-interface.cc (general_side_position): if
2874         staff-padding is set, then include staff in support too.
2875
2876         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
2877         module workbook
2878
2879         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
2880
2881         * lily/tuplet-engraver.cc: remove tupletInvisible
2882
2883         * scm/define-translator-properties.scm: cleanup, separate in
2884         internal and user props. 
2885
2886         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
2887         LyricsVoice -> Lyrics
2888
2889         * lily/new-part-combine-iterator.cc (process): only print warning
2890         for symbols.
2891
2892 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2893
2894         * scm/part-combiner.scm: Add proper header.
2895
2896         * All but lily/*: The great --2003 --2004 replace; the missing
2897         `bits'.
2898
2899         * TODO: Fix outline mode.  Add book notes.
2900
2901         * ROADMAP: Update.
2902
2903 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2904
2905         * scm/part-combiner.scm (make-autochange-music): use
2906         accumulator. Fixes stack overflow.
2907
2908         * lily/*: rename brew_molecule -> print , molecule-callback ->
2909         print-function
2910
2911         * scm/define-grob-properties.scm: cleanup. Separate into internal
2912         and user properties.
2913
2914         * lily/translator-property.cc (updated_grob_properties): new
2915         function
2916         (execute_pushpop_property): change to new convention:
2917         object property inits are stored as (cons ALIST BASED-ON). This
2918         storage format allows concurrent tweaks in different contexts.
2919
2920 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2921
2922         * TODO: new file.
2923
2924 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2925
2926         * debian/: Late Debian update (sorry Anthony).
2927
2928         * scripts/lilypond-book.py (do_file): Look for input_file in
2929         include path, or ask kpathsea if LATEX.
2930
2931         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
2932         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
2933         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
2934         --header=texidoc.
2935
2936         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
2937         relative.
2938
2939         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
2940         only when filtering, default to input_base otherwise.  Coding
2941         style fixes.
2942
2943 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2944
2945         * lily/include/translator.hh (class Translator): add virtual
2946         qualifier.
2947
2948 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2949
2950         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
2951
2952 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2953
2954         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
2955
2956         * Documentation/user/refman.itely: Run texinfo-all-menus-update
2957         (fixes make web).
2958
2959         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
2960         live in $(out)-www).
2961
2962         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
2963         dependencies.  Add link to .ly source in HTML output.
2964         (Lilypond_snippet.output_html): Handle multiple page picture
2965         output.
2966         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
2967         Make usable for output_texinfo again.
2968
2969         * Documentation/user/GNUmakefile: Add static dependency for
2970         lilypond.tely includes.
2971
2972         * Documentation/user/tutorial.itely: Add some lost `relative'
2973         ly-options.
2974
2975 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2976
2977         * lily/include/translator-group.hh: move Music_output_def member
2978         to Global_translator.
2979
2980         * scripts/lilypond-book.py (do_file):  fix latex output.
2981
2982         * VERSION: release 2.1.20
2983         
2984         * scm/part-combiner.scm (determine-split-list): robustness fix 
2985
2986         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
2987
2988         * lily/parser.yy (music_output_def_body): plug memory leak.
2989
2990         * lily/translator-group.cc (add_fresh_group_translator): plug
2991         memory leak: unprotect Translator_group once added.   
2992
2993         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
2994
2995         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
2996         write .dep file.
2997         (Lilypond_snippet.ly): add \renameinput.
2998
2999 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3000
3001         * Documentation/user/refman.itely (Markup command definition): Doc
3002         by Nicolas Sceaux. Rewrite by Han-Wen
3003
3004         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3005         thing of the line.
3006         (brew_molecule): only remove if hyphen is not at the end of line.
3007         (set_spacing_rods): new function: minimum-length specifies
3008         distance between syllables.
3009
3010         * scm/define-grobs.scm (all-grob-descriptions): add
3011         Hyphen_spanner::set_spacing_rods to LyricHyphen
3012
3013         * input/regression/lyric-hyphen-break.ly: new file.
3014
3015         * input/test/lyric-hyphen-retain.ly: new file.
3016
3017         * lily/new-part-combine-iterator.cc (construct_children):
3018         add Rest direction.
3019
3020 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3021
3022         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3023
3024         * Documentation/bibliography/engraving.bib (donemus1982):
3025         update entry.
3026
3027 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3028
3029         * scripts/lilypond-book.py (Substring.__init__): new class.
3030         (Snippet.output_texinfo): add texidoc option.
3031         (Include_snippet.replacement_text): new class.
3032         (Lilypond_snippet.__init__): new class
3033         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3034
3035         * Documentation/user/refman.itely (Sound): 
3036         note about number of channels.
3037
3038         * scm/music-functions.scm (voicify-music): add \context Staff for
3039         << \\ >> polyphony.
3040
3041         * lily/parser.yy (verbose_command_req): \skip now creates
3042         SkipMusic, and does not lead to spurious staves.
3043
3044         * scm/define-music-types.scm (music-descriptions): rename
3045         NonEventSkip to SkipMusic
3046
3047         * input/no-notation/midi-lyric-barcheck.ly: new file.
3048
3049         * input/regression/collision-dots-invert.ly: new file.
3050
3051         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3052         case.
3053
3054         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3055         die if melody died too.
3056
3057 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3058
3059         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3060         with reading from stdin.
3061
3062         * lily/slur-performer.cc (try_music): new file.
3063
3064         * lily/melisma-performer.cc (try_music): new file. Handle
3065         melismata to help lyrics.
3066
3067         * lily/beam-performer.cc (try_music): new file. Handle beam events
3068         to help lyrics.
3069
3070         * lily/score-performer.cc (one_time_step): reinstate
3071         process_music().
3072
3073         * lily/performer.cc (process_music): add to interface.
3074
3075         * lily/performer-group-performer.cc (process_music): new function.
3076
3077         * lily/dot-column.cc (do_shifts): do collision resolution before
3078         dot positioning.
3079         
3080         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3081         file, process printfilename option.
3082         (Snippet.__init__): rewrite: do not use global variables h or
3083         index.
3084         (main): really support -I option.
3085         (find_toplevel_snippets): new code.
3086         (find_toplevel_snippets): reinstate old version, without global
3087         variables.
3088
3089         * tex/texinfo.tex: really add file.
3090         
3091 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3092
3093         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3094         compatibility.
3095
3096 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3097
3098         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3099
3100         * scm/define-translator-properties.scm (drumPitchTable): add
3101         property.
3102
3103         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3104         function.
3105         (help_summary): docstrings.
3106         (do_file): strip the dir of input_base too.
3107
3108 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3109
3110         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3111
3112         * Documentation/user/lilypond-book.itely: Update.
3113
3114         * make/ly-rules.make: Update lilypond-book commands.
3115
3116         * Documentation/user/GNUmakefile: Update makeinfo commands,
3117         lilypond-book flags.
3118
3119         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3120         
3121         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3122
3123         * scripts/filter-lilypond-book.py: Remove.
3124
3125         * Documentation/user/*tely: Update options for new lilypond-book.
3126
3127         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3128         with @macros in @includes.
3129
3130 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3131
3132         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3133         make rest-collision only.
3134
3135         * lily/break-substitution.cc (substitute_one_mutable_property):
3136         clear all-elements using scm_assq_remove_x(). 
3137
3138         * lily/rest-collision.cc (do_shift): shift single rests
3139
3140         * flower/include/array.hh (class Array): rename to is_empty ()
3141
3142         * lily/drum-note-performer.cc: new file: perform drum notes.
3143
3144         * VERSION (PACKAGE_NAME): release 2.1.19.
3145         
3146 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3147
3148         * scripts/filter-lilypond-book.py
3149         (classic_lilypond_book_compatibility): New function.
3150
3151 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3152
3153         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3154
3155         * Grand 2003 -> 2004 search replace. 
3156
3157         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3158         (i.e. < > )
3159
3160         * ly/performer-init.ly: add DrumStaff
3161
3162         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3163         lyric-interface; this prevents lines with only extender lines from
3164         being junked.
3165  
3166         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3167
3168         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3169         extenders right, for once and for all (hopefully).
3170         
3171         * lily/break-substitution.cc (substitute_one_mutable_property):
3172         clear old 'all-elements for System grobs.
3173
3174         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3175         that associatedVoiceContext is always assigned when music & lyrics
3176         are found. 
3177
3178         * ly/engraver-init.ly: remove Lyrics context.
3179         (TabVoice): add noteheads engraver
3180
3181         * input/test/improv.ly: update: do not use Thread switching. 
3182
3183         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3184         squashedPosition is a number  
3185
3186         * Documentation/user/refman.itely (Automatic note splitting):
3187         remove Thread references.
3188
3189         * input/no-notation/pc-direction.ly: remove file.
3190
3191         * ly/engraver-init.ly: remove Thread
3192
3193         * input/regression/tie-chord-partial.ly: remove file.
3194
3195         * scripts/convert-ly.py (conv): \harmonic rule
3196
3197         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3198         notation for harmonic notes: <c' g''\harmonic>
3199
3200         * lily/lily-guile.cc (alist_to_hashq): new function
3201
3202         * scm/lily.scm (alist->hash-table): new function.
3203
3204         * Documentation/user/refman.itely (Percussion staves): update doco.
3205
3206         * input/regression/drums.ly (timb): updates
3207
3208         * lily/note-performer.cc (create_audio_elements): robustness fix.
3209
3210         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3211
3212 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3213
3214         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3215         discard valid matches.
3216
3217 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3218
3219         * lily/drum-note-engraver.cc: new file.
3220
3221         * ly/drumpitch-init.ly: move drum definitions
3222
3223         * scm/drums.scm: remove file.
3224
3225         * lily/*.cc: remove abort-event everywhere.
3226
3227         * lily/note-heads-engraver.cc (process_music): robustification.
3228
3229         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3230         robustification.
3231
3232         * lily/parser.yy (simple_element): add \drums mode.
3233         (simple_element): remove \pitchnames , \chordmodifiers. Use
3234         variables to store this. 
3235
3236         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3237         outside \notes.
3238
3239         * VERSION: release 2.1.18.
3240         
3241         * input/test: remove octave-duplicate.ly
3242
3243 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3244
3245         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3246
3247 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3248
3249         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3250         constructor from Music_iterator. Changes throughout.
3251
3252         * lily/include/music-iterator.hh (class Music_iterator): remove
3253         Music_iterator::skip and Music_iterator::get_pending_events from
3254         interface. Rename report_to -> get_outlet 
3255
3256         * lily/auto-change-iterator.cc: move contents from
3257         new-auto-change-iterator.cc from
3258
3259         * scm/part-combiner.scm: determine split-list from Scheme. 
3260
3261         * lily/new-auto-change-iterator.cc (process): new file.
3262
3263         * lily/parser.yy (part_combined_music): remove old PC cruft.
3264
3265         * ly/engraver-init.ly: remove old
3266         PC cruft.
3267
3268         * Documentation/user/refman.itely (The Lyrics context): note about
3269         extender lines.
3270
3271         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3272         to allow 0-length mmrest events.
3273
3274         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3275
3276         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3277
3278         * lily/spacing-engraver.cc (finalize): robustifications.
3279
3280         * input/regression/new-part-combine-solo-global.ly: new file.
3281
3282         * scm/part-combiner.scm: rewrite.
3283
3284 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3285
3286         * Documentation/user/refman.itely, input/puer-fragment.ly,
3287         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3288         updated for proper use of lyricsto; replaced "(" and ")" ->
3289         "\melisma" and "\melismaEnd"
3290
3291         * input/test/ancient-font.ly: small updates to reduce compile
3292         warnings (TODO: junk this file)
3293
3294         * input/test/gregorian-scripts.ly: added comment about bug
3295
3296         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3297         tiny robustness fix
3298
3299         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3300         recent changes in the feta code); temporarily mapped mensural g
3301         clef to a copy of petrucci g clef until mensural g clef will have
3302         been rewritten
3303
3304         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3305         between mensural and neo-mensural heads (this broke quite a while
3306         ago)
3307
3308         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3309
3310 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3311
3312         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3313         indication.  Fixes for verbatim, multi line comments.
3314
3315 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3316
3317         * input/regression/new-part-combine-solo.ly: more cases.
3318
3319         * lily/slur.cc (height): robustness fix.
3320
3321         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3322
3323         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3324         stemUp/stemDown.
3325
3326         * scm/music-functions.scm (determine-split-list): further analysis.
3327
3328         * lily/script-engraver.cc (try_music): discard duplicate
3329         articulations.
3330
3331         * input/regression/new-part-combine-solo.ly: new file
3332
3333         * input/regression/new-part-combine-a2.ly: new file.
3334
3335         * ly/performer-init.ly: add Devnull
3336
3337         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3338         for \musicglyph #"accidental-*"
3339         (conv): \newpartcombine rule.
3340
3341 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3342
3343         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3344
3345 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3346
3347         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3348         textwidth, --output.
3349
3350 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3351
3352         * scm/new-markup.scm (doubleflat): add accidental markups.
3353
3354         * VERSION: release 2.1.17
3355         
3356         * Documentation/user/refman.itely (Automatic part combining):
3357         revise documentation of the part-combiner.
3358
3359         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3360         
3361         * input/test/part-combine-{moment,staff}.ly: remove file.
3362
3363         * input/regression/pc-mmrest.ly (two): remove file.
3364
3365         * scm/define-music-types.scm (music-descriptions): add
3366         Solo{One,Two}Event and UnisonoEvent
3367
3368         * lily/new-part-combine-iterator.cc (unisono): add state_
3369         variable, signal changes with part-combine-event.
3370
3371         * input/regression/new-part-combine-text.ly: new file.
3372
3373         * lily/part-combine-engraver.cc: new file.
3374
3375 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3376
3377         * scripts/filter-lilypond-book.py: Handle snippet options.
3378
3379 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3380
3381         * scm/music-functions.scm (determine-split-list): detect solo1/2
3382         and unisono.
3383
3384         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3385         revert fix, document why.
3386
3387         * lily/tie-performer.cc (process_music): new function. Set melisma
3388         property.
3389
3390         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
3391         always smaller than bracket size.
3392         (make_bracket): oops. Size of the gap was off by factor 2
3393
3394         * input/test/text-rotate.ly: new file.
3395
3396         * scm/new-markup.scm (markup): a macro that provides a
3397         LilyPond-like syntax in scheme for building markups, in order to
3398         help markup command definition. (Nicolas Sceaux)
3399
3400         * input/test/lyrics-skip-notes.ly: new example.
3401
3402         * lily/parser.yy (post_event): make HYPHEN into postfix event.
3403
3404         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
3405         use is_alias() iso. == . This fixes lyrics on
3406         GregorianTranscriptions. 
3407
3408 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3409
3410         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
3411         \thispagestyle{lastpage} to avoid that it's printed on the second
3412         last page when there's only a single score line on the last page.
3413         (The page breaking mechanism in TeX played some ugly tricks to us.)
3414
3415 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3416
3417         * scripts/filter-lilypond-book.py: Further development.
3418
3419         * input/regression/collision-dots-move.ly: New test.
3420
3421         * lily/note-collision.cc (check_meshing_chords): Move dots on left
3422         hand side note head of non-merged collision to the right.
3423
3424         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
3425         Construct children before accessing property from emtpy
3426         lyrics_context_.
3427         (construct_children): Find thread before finding LyricsVoice.
3428         Create LyricsVoice one if none found, fixes crash (thanks Erik
3429         Sandberg).
3430
3431 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3432
3433         * cygwin/: Forward port.
3434
3435 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3436
3437         * buildscripts/install-info-html.sh: Use Bash.
3438
3439         * cygwin/mknetrel: Patch from Bert.
3440
3441 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3442
3443         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
3444
3445         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
3446         try to copy *png, index.html (Bertalan Fodor).
3447
3448         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
3449
3450 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3451
3452         * lily/note-collision.cc (check_meshing_chords): Do not remove
3453         dots (from down head) when merging similar heads (thanks Matthias
3454         Kilian).  Simplify merge_possible tests and other cleanups
3455
3456         * input/regression/collision-merge-differently-dotted.ly: Add test
3457         for disappearing dots on similar heads for both voices.
3458
3459 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3460
3461         * Documentation/user/invoking.itexi (Invoking lilypond): Document
3462         that tagline overrides copyright for single page scores. Correct
3463         the default tagline value.
3464
3465 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3466
3467         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
3468
3469 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3470
3471         * buildscripts/lilypond-login.sh: Avoid warning about undefined
3472         TEXMF if it's previously unset.
3473
3474 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
3475
3476         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
3477
3478         * input/test/trills.ly: fix the unfolding of lineprall.
3479
3480         * input/test/figured-bass-alternative.ly: fix accidental.
3481
3482 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3483
3484         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
3485         
3486         * input/no-notation/dos-guile.ly: 
3487         * input/no-notation/dos-ps.ly: 
3488         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
3489         
3490         * input/no-notation/safe-include.ly:
3491         * input/no-notation/safe-guile.ly:
3492         * input/no-notation/safe-ps.ly: 
3493         * input/no-notation/safe-tex.ly: New file.
3494
3495         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
3496         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
3497         options now.
3498         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
3499         When in --safe-mode, set environment openout_any=p[aranoid].
3500
3501         * tex/ltest.tex: 
3502         * tex/lilyponddefs.tex: Add \nofiles.
3503
3504         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
3505         options.
3506
3507         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
3508         This allows building the user manual using a binary installation
3509         and a matching unpacked source tree.
3510
3511         * scm/lily.scm (safe-module): New variable. 
3512
3513         * lily/includable-lexer.cc (new_input): Fix error messages.
3514
3515         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
3516         If SAFE, evaluate in safe-module.  Change callers.
3517
3518         * lily/main.cc (Long_option_init): Reinstate safe-mode.
3519
3520         * lily/lexer.ll (embedded_scm): While processing main-input,
3521         invoke ly_parse_scm with safe mode if running in safe-mode.
3522         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
3523         in init.ly for safe-mode.
3524
3525 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3526
3527         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
3528         compatibility with old versions of geometry.sty (compat2
3529         already implied includehead).
3530         Change the page layout slightly so bottom + footskip = top +
3531         headheight + headsep = 16mm, the remaining paperheight-32mm
3532         are used for the music. Increase footskip to 5mm, so the top of
3533         the footer text doesn't touch the music.
3534
3535 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3536
3537         * VERSION: release 2.1.16
3538         
3539         * scm/music-functions.scm (determine-split-list): bugfix: only use
3540         new-active for both voices if both indexes advance. This fixes the
3541         biggest outstanding problem with new-pc. 
3542
3543         * lily/new-part-combine-iterator.cc (construct_children): set more
3544         directions.
3545
3546 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3547
3548         * scripts/convert-ly.py (conv): add instrument rule.
3549
3550         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
3551
3552         * lily/side-position-interface.cc: remove add_staff_support ()
3553         Change all callers to use staff-padding.
3554
3555         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
3556         make_spanner().
3557
3558         * lily/a2-engraver.cc (process_acknowledged_grobs): 
3559
3560         * lily/text-engraver.cc: remove scriptHorizontal property.
3561
3562         * lily/beam.cc (least_squares): also set least-squares-dy for
3563         special case of slanted 2-stem beam to center.
3564
3565         * lily/side-position-interface.cc (out_of_staff): move contents of
3566         out_of_staff into aligned_side.
3567         remove out_of_staff().
3568
3569         * input/regression/measure-grouping.ly: fix warning.
3570
3571         * lily/side-position-interface.cc: add staff-padding support to
3572         Side_position_interface::aligned_side.
3573
3574         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
3575         one get_property too many.
3576
3577         * flower/include/drul-array.hh (linear_combination): new function
3578         (scale_drul): new function
3579
3580         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
3581         operations on empty intervals are silly.
3582
3583 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3584
3585         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
3586         (iso gh_scm2int), fixes crash in new part-combiner.
3587
3588         * configure.in: Up mftrace to 1.0.27.
3589
3590 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3591
3592         * VERSION: release 2.1.15
3593         
3594         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
3595         align all stanza numbers.
3596
3597 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
3598
3599         * Documentation/user/{introduction.itely,refman.itely,
3600         converters.itely}: fix some text inside parentheses; text should
3601         be readable (even) if parentheses are either replaced with commas 
3602         or dropped out.
3603
3604 2004-01-25  Werner Lemberg  <wl@gnu.org>
3605
3606         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
3607         input/test/vaticana.ly, input/test/ancient-font.ly,
3608         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
3609         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
3610         ly/params-as-init.ly, scm/define-grobs.scm,
3611         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
3612
3613         * ly/params-as-init.ly: Removed.  Obsolete.
3614         * buildscripts/lilypond.words.py: Updated.
3615
3616 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3617
3618         * mf/parmesan-clefs.mf: switch off mensural G clefs.
3619
3620         * mf/feta-din{4,5,7,9}.mf: remove.
3621         
3622         * lily/engraver.cc (internal_make_item): centralize item/spanner
3623         factory.
3624
3625         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
3626         do correct chord conversion for ^"sim."  (backportme)
3627         (FatalConversionError.sub_articulations): substitute ^"foo" in
3628         chords too. (backportme)
3629
3630         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
3631         for Fingering.
3632
3633         * lily/side-position-interface.cc (out_of_staff): don't do
3634         anything if staff-padding not defined. 
3635
3636         * mf/feta-params.mf (stafflines): introduce linethickness as
3637         general blackness of the font.
3638
3639         * lily/stem.cc (position_noteheads): rounding error robustness.
3640
3641         * input/regression/rest-collision-beam.ly: move beam/rest stuff
3642         from beam-collision.ly 
3643
3644         * lily/beam.cc (rest_collision_callback): remove direction.
3645
3646         * scm/define-grobs.scm (all-grob-descriptions): remove
3647         enclose-bounds in OttavaBracket and PianoPedalBracket
3648
3649         * scm/new-markup.scm (def-markup-command) new macro, which takes
3650         care of defining the COMMAND-markup and make-COMMAND-markup
3651         procedures, setting markup-signature and keyword-signature object
3652         properties, and pushing the markup command in
3653         markup-function-list.
3654
3655         All markup commands are defined thanks to it.  Users may also use
3656         it to define their own markup commands. (Nicolas Sceaux)
3657
3658         * scm/new-markup.scm: Scheme style clean-up: there should be no
3659         parenthesis alone on a line; LET* should not be used where LET is
3660         enough. (Nicolas Sceaux)
3661
3662 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3663
3664         * scripts/filter-lilypond-book.py: Add script.
3665
3666 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3667
3668         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
3669
3670 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3671
3672         * Documentation/user/refman.itely (Fingering instructions): add
3673         single note chords. 
3674
3675         * lily/multi-measure-rest-engraver.cc: use a single
3676         MultiMeasureEvent for mm rests. This prevents problems with the
3677         new part combiner.
3678
3679         * scm/music-functions.scm (determine-split-list): analysis has
3680         global effect: a difference halfway a phrase makes the entire
3681         phrase be typeset as apart.
3682         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
3683
3684 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3685
3686         * ly/performer-init.ly: add Devnull.
3687
3688         * Documentation/user/refman.itely (Font selection): remove paper20
3689         ref.
3690         
3691 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3692
3693         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
3694
3695 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3696
3697         * scm/music-functions.scm (determine-split-list): bugfixes.
3698
3699         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
3700
3701         * input/test/scales-greek.ly: use C as base, results in different
3702         alterations at the clef.
3703
3704         * input/regression/pedal-ped.ly: new file.
3705
3706         * input/regression/pedal-bracket.ly: new file.
3707
3708         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
3709         replace after_line_breaking()
3710
3711         * lily/line-interface.cc (line): read thickness.
3712         (line): dash-fraction = 0 always for dotted-line style.
3713
3714         * input/test/staff-lines.ly (lower): bugfix.
3715
3716         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
3717         \accepts Devnull into Score.
3718
3719         * scm/lily.scm: remove bla.scm load.
3720
3721 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3722
3723         * VERSION: release 2.1.14
3724         
3725         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
3726
3727         * lily/side-position-interface.cc (general_side_position): add
3728         Staff_symbol_referencer::staff_space ().
3729
3730         * lily/include/context-def.hh: rename from translator-def.hh
3731
3732 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3733
3734         * input/template/piano-dynamics.ly (pedal): Updated definition of
3735         Dynamics such that \cresc works, for example.
3736
3737 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3738
3739         * lily/stem.cc (calc_stem_info): use
3740         Staff_symbol_referencer::staff_space
3741
3742         * lily/beam-quanting.cc (quanting): scale Stem_info 
3743
3744         * lily/beam.cc (rest_collision_callback): use minimum-distance
3745         property for rest/beam collisions.
3746         (rest_collision_callback): bugfixes.
3747
3748         * lily/system.cc (post_processing): extra-offset is now relative
3749         to the size of the current staff.
3750
3751         * scm/music-functions.scm (notice-the-events-for-pc): record all
3752         voices, only analyze "one" and "two".
3753
3754         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
3755         not parent. 
3756
3757         * lily/new-part-combine-iterator.cc (construct_children): create
3758         Devnull from Voice context
3759
3760         * scm/music-functions.scm (determine-split-list): bugfixes.
3761
3762         * lily/lily-guile.cc (robust_scm2int): new function
3763
3764         * lily/staff-symbol-referencer.cc (line_thickness): new
3765         function. Use throughout.
3766
3767         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
3768         in its own context.  Add to preset font-size.
3769
3770         * lily/stem.cc (thickness): new function.
3771
3772         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
3773         compute thickness from ledger-line-thickness.
3774
3775         * lily/note-head.cc (brew_ledger_lines): use
3776         Staff_symbol::get_ledger_line_thickness ().
3777
3778         * lily/beam.cc (rest_collision_callback): use
3779         Staff_symbol_referencer::staff_space().
3780
3781         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
3782         Mus1 Mus2
3783
3784         * lily/include/translator.hh (class Translator): add accepts_list_
3785         so  \with { \denies / \accepts } also works.
3786
3787         * scm/music-functions.scm (determine-split-list): determine split
3788         list from music events.
3789
3790         * lily/new-part-combine-iterator.cc: more states.
3791
3792         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
3793
3794 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3795
3796         * lily/system.cc (set_loose_columns): use the right prebroken cols
3797         for interpolating loose column position.
3798
3799         * lily/text-spanner.cc (brew_molecule): default to no vertical
3800         lines.
3801
3802         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
3803         take space.
3804
3805         * scm/define-grobs.scm (all-grob-descriptions): less padding.
3806
3807 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3808
3809         * scripts/convert-ly.py: Do not test filename when processing
3810         stdin.
3811
3812         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
3813
3814 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3815
3816         * lily/axis-group-engraver.cc (finalize): extra check; if
3817         process_music () is never called, then staffline_ == 0.
3818
3819         * lily/simultaneous-music-iterator.cc (pending_moment): don't
3820         check run_always ().
3821         
3822         * VERSION: release 2.1.13
3823
3824         * input/regression/note-head-style.ly (pattern): cleanup.
3825
3826         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
3827         downloading.
3828
3829         * scm/output-lib.scm (shift-right-at-line-begin): new function:
3830         kludge rehearsalmark placement.
3831
3832         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
3833         , ly:spanner?
3834
3835         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
3836         close to note head for accidentals.
3837
3838         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
3839         tuplet direction.
3840
3841         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
3842
3843 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3844
3845         * lily/include/music-iterator.hh (class Music_iterator): add
3846         substitute_outlet() to iterator API.
3847
3848         * lily/new-part-combine-iterator.cc (construct_children):
3849         New_pc_iterator: new class, better part combining.
3850
3851         * lily/tie-column.cc (werner_directions): new function
3852
3853         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
3854
3855         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
3856         empty objects group spanner as parent
3857
3858         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
3859         slope against graphical slope.
3860
3861         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
3862         for ottava bracket.
3863
3864         * lily/side-position-interface.cc (general_side_position):
3865         opps. reinstate *dir.
3866
3867         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
3868         parser run.
3869
3870         * lily/tuplet-bracket.cc: remove calc_dy ().
3871
3872         * Documentation/user/refman.itely (Balloon help): document balloon
3873         help
3874
3875 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3876
3877         * scm/document-backend.scm (check-dangling-properties): Grob
3878         properties are defined define-grob-properties.scm.
3879         
3880 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3881         
3882         * VERSION: release 2.1.12
3883
3884         * scm/define-grobs.scm (all-grob-descriptions): larger font for
3885         ChordName
3886
3887         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
3888         relation to surroundings.
3889
3890         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
3891         Y-extent to the note-extents: stay clear of the staff.
3892
3893 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3894
3895         * Documentation/user/GNUmakefile
3896         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
3897         iso. copy.
3898
3899         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
3900
3901         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
3902
3903         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
3904
3905         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
3906
3907         * lily/line-interface.cc (line): remove thickness from calling interface.
3908
3909         * lily/hairpin.cc: use Line_interface
3910
3911         * lily/line-interface.cc: new file. Line_interface for everything
3912         with dotted/dashed lines.
3913         
3914
3915         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
3916
3917         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
3918         for constructing ottava brackets.
3919         
3920         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
3921         the note heads.
3922
3923         * Documentation/user/internals.itely (Engravers and performers):
3924         fix broken link.
3925
3926         * scm/music-functions.scm (make-mark-set): new function.
3927
3928         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
3929         functionally identical to beam.
3930
3931         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
3932         () with beam (). 
3933
3934         * Documentation/user/refman.itely (Rehearsal marks): document new
3935         functionality.
3936
3937         * input/regression/rehearsal-mark-number.ly: new file.
3938
3939         * input/regression/rehearsal-mark-letter.ly: new file.
3940
3941         * scm/translation-functions.scm (number->mark-string): new function
3942         (format-mark-letters): new function
3943         (format-mark-numbers): new function
3944
3945         * lily/mark-engraver.cc (process_music): rehearsalMark is now
3946         integer; formatting is done through markFormatter property.
3947         
3948         * scm/define-translator-properties.scm: fold all *-done properties
3949         into positioning-done.
3950
3951         * lily/beam.cc (position_beam): new function
3952         (brew_molecule): make sure that positions are calced before making
3953         the molecule.
3954
3955         * scm/output*.scm (beam):  take 4th argument for function.
3956
3957         * ps/music-drawing-routines.ps: take blot as 4th argument.
3958
3959         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
3960         stem to avoid small dents.
3961         
3962 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3963
3964         * VERSION: release 2.1.11
3965
3966         * input/regression/balloon.ly: new file.
3967
3968         * lily/balloon.cc (brew_molecule): new file: draw boxes around
3969         objects, and make help texts. 
3970
3971         * scm/new-markup.scm (parse-simple-duration): parse duration
3972         string to log & dots. (Thanks Nicolas!)
3973
3974         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
3975         rule.
3976
3977 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
3978
3979         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
3980         Lemberg).
3981
3982         * THANKS: alphabetic order.
3983
3984 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3985
3986         * input/regression/note-head-harmonic.ly: new file.
3987
3988         * Documentation/user/internals.itely (Technical manual): explain
3989         difference between music, translation, layout.
3990
3991         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
3992
3993         * scm/output-ascii-script.scm (bracket): rounding bfs.
3994
3995         * scripts/convert-ly.py (conv): add \include "paper" rule. 
3996
3997         * ly/paper*.ly: remove files. 
3998         
3999         * scm/paper.scm (set-staff-size): new function: set default
4000         staff-size.
4001
4002         * scripts/convert-ly.py (conv): add conversion rule.
4003
4004         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4005         function.
4006
4007         * scm/paper.scm: new file.
4008         (set-staff-size): new function 
4009         (set-paper-size): new function
4010
4011         * lily/parser.yy (music_output_def_body): restructure definition,
4012         so first Scheme statement in \paper also happens in new scope. 
4013
4014         * lily/system.cc (post_processing): move uniquify_list () to
4015         dumping molecule stage.
4016
4017         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4018         this will mess up scores that use barchecks to shorten measures.
4019
4020         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4021         at 20pt too.
4022
4023         * Documentation/user/tutorial.itely (Printing lyrics): document
4024         \lyricsto
4025
4026         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4027
4028         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4029
4030         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4031         if Voice is not found.
4032
4033         * VERSION: release 2.1.10
4034         
4035         * input/{test,regression}/: remove old-relative 
4036
4037         * lily/lexer.ll: add empty markup signature. 
4038
4039         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4040         strut markup
4041
4042         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4043
4044         * scm/define-translator-properties.scm: update melismata property
4045         doco.
4046
4047         * lily/system.cc (output_lines): revert uniquify_list() patch,
4048         strange side effects seen.
4049         
4050         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4051         dash-period < 0.
4052
4053         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4054         for flute. 
4055
4056 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4057
4058         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4059
4060         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4061
4062         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4063         of line breaks.
4064         (brew_molecule): add padding to left, not right.
4065
4066         * lily/system.cc (uniquify_list): new function
4067         (output_lines): uniquify_list () on all-elements. This fixes
4068         double symbols in the output.
4069
4070         * lily/beam.cc (rest_collision_callback): don't move anything if
4071         staff-position is set.
4072
4073         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4074
4075         * lily/system.cc (typeset_grob): warn if adding twice.
4076
4077         * lily/sequential-iterator.cc (run_always): implement run_always().
4078         (also in other files.)
4079         
4080         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4081
4082         * lily/event.cc (to_relative_octave): add octave-check.
4083
4084         * Documentation/user/refman.itely (Line breaking): add noBreak.
4085
4086         * scm/new-markup.scm (normalsize-markup): add function.
4087         (sans-markup): new function.
4088
4089         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4090         come earlier nowadays.  This fixes beams on grace notes.
4091         
4092         * scm/music-functions.scm (direction-polyphonic-grobs): new
4093         variable, share between override and revert. This fixes script
4094         directions in polyphonic sections. (backportme)
4095
4096 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4097
4098         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4099         breakpoints.
4100
4101         * lily/break-align-interface.cc: add doco
4102
4103         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4104
4105 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4106
4107         * VERSION: release 2.1.9
4108
4109         * scm/document-markup.scm (markup-doc-node): add note about naming.
4110
4111         * scm/new-markup.scm (left-align-markup): bugfix. 
4112
4113         * Documentation/user/refman.itely (Ottava brackets): more doco for
4114         ottava.
4115
4116         * lily/side-position-interface.cc (out_of_staff): also do
4117         out_of_staff() correctly for d == DOWN.
4118
4119         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4120         horizontal line if they move to the right.
4121         
4122         * scm/define-grobs.scm (all-grob-descriptions): set
4123         text-repeat-if-broken for ottava spanner
4124
4125         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4126         property.
4127
4128         * mf/feta18.mf: design size is 18 not 22.5
4129
4130         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4131         Add a single LyricsVoice to a melody. Melismata may be set
4132         individually.
4133
4134         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4135
4136         * lily/dot-column.cc: add stdio.h
4137
4138 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4139
4140         * lily/item.cc: documentation for break-visibility (Thanks, John).
4141
4142 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4143
4144         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4145
4146         * lily/translator-def.cc: rename Translator_def to Context_def.
4147
4148         * Documentation/user/internals.itely (Lexical details): clarify
4149         string def.
4150
4151         * Documentation/user/refman.itely (Rhythmic music): add link to
4152         RhythmicStaff 
4153
4154 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4155
4156         * lily/translator.cc: document start_translation_timestep()
4157
4158         * scm/output-tex.scm (tex-encoded-fontswitch): use
4159         round for rounding (inexact->exact yields rationals)
4160
4161         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4162
4163         * lily/translator-group.cc (get_simple_trans_list): 
4164         new function; construct simple_trans_list_ lazily.
4165         
4166 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4167
4168         * lily/paper-outputter.cc (output_scope): Check if number before
4169         checking exact (guile cvs).
4170
4171         * scm/*: Escape backslashes in scheme strings (guile cvs).
4172
4173 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4174
4175         * Documentation/user/refman.itely (Tablatures basic): annotate
4176         seealso sections.
4177
4178         * lily/*.cc: cleanup of engraver initialize() functions.
4179
4180         * lily/repeat-acknowledge-engraver.cc
4181         (start_translation_timestep): remove first_b_
4182
4183         * lily/tab-note-heads-engraver.cc: listen to string number events
4184         inside < > too. (backportme).
4185
4186         * Documentation/user/refman.itely (Text scripts): add fatText to
4187         index.
4188
4189 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4190
4191         * VERSION: 2.1.8
4192
4193         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4194         footer.
4195
4196         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4197
4198         * lily/bar-check-iterator.cc (process): only warn if
4199         barCheckLastFail was changed.
4200
4201         * scm/define-translator-properties.scm (barCheckLastFail): add
4202         property.
4203
4204         * lily/main.cc (main_prog): print summary of failed files.
4205
4206         * lily/axis-group-engraver.cc: move all spanner creation to
4207         process_music (). Now staffs can be adjusted with \override too.
4208         (Jan, you are a brilliant programmer!)
4209         
4210         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4211
4212 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4213
4214         * Documentation/user/tutorial.itely (Integrating text and music):
4215         Show the commands to produce a PDF as well.
4216
4217 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4218
4219         * lily/translator-def.cc (get_translator_names): accept user
4220         tweaks too. 
4221
4222         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4223         as big as normal heads. 
4224
4225         * input/*ly: run convert-ly
4226         
4227         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4228         () if dependencies are fluked.
4229
4230         * scm/document-translation.scm (engraver-doc-string): update on
4231         latest string/symbol conventions.
4232
4233         * lily/translator-ctors.cc: use Scheme_hash_table.
4234
4235         * lily/translator-def.cc (get_translator_names): new function
4236         (add_context_mod): new function
4237         (get_accepted): new function
4238
4239         * lily/parser.yy (context_mod): put all modifications of
4240         \translator { } in a single production, encode as SCM.
4241
4242         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4243         to use read-only lists, so additions to the definition can be
4244         prepended easily.  
4245
4246         * Documentation/user/invoking.itexi (Editor support): add node on
4247         editor support.
4248
4249         * Documentation/user/refman.itely (Bar check): add lyrics example
4250         of bar checks. 
4251
4252         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4253
4254         * scripts/convert-ly.py (conv): add conversion rule.
4255
4256         * lily/parser.yy: use \change iso. \translator for staff switch.
4257
4258         * lily/my-lily-lexer.cc: add \change.
4259
4260         * scm/define-translator-properties.scm
4261         (default-melisma-properties): add definition.
4262
4263 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4264
4265         * Documentation/user/refman.itely (Bar lines): clarification of
4266         systemStartDelimiter. 
4267
4268         * input/test/slur-shape.ly (x): remove file.
4269
4270         * lily/translator-group.cc (apply_property_operations): new function.
4271
4272 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4273
4274         * lily/parser.yy (optional_prop_ops): allow \with {
4275         PROPERTYSETTINGS } following \context or \new.
4276
4277         * lily/my-lily-lexer.cc: add \with.
4278
4279         * lily/parser.yy (property_operation): clean up definition of
4280         property operations.
4281         (property_op_to_music): new function.
4282         (context_spec_music): new function
4283
4284         * VERSION: 2.1.7 released.
4285         
4286         * input/regression/collision-merge-dots.ly: new file.
4287
4288         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4289         then kill the dots too. 
4290
4291         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4292         set/unset breakableSeparationItem
4293
4294         * lily/separation-item.cc (relative_width): add function.
4295
4296         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4297         only-prebreak-interface
4298
4299         * lily/system.cc (output_lines): only junk only-prebreak-interface
4300         grobs.
4301
4302         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4303         read breakableSeparationItem
4304
4305         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4306
4307         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4308
4309         * lily/dot-column.cc (dot_config_badness): new function:
4310         select the best scoring dot configuration: dots should go close to
4311         the note heads, but be shifted up or down according to conventions.
4312         (print_dot_configuration): idem.
4313         (shift_one): idem
4314         (remove_collision): idem.
4315
4316         * input/regression/dots.ly: add more test cases.
4317
4318 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4319
4320         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4321
4322         * flower/include/interval.hh: rename elem_b to contains 
4323
4324         * lily/tie.cc: change 'heads to 'head-pair.
4325
4326         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4327         fill in 'heads field.
4328
4329         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4330         minimum-length for short ones, and shorten so collisions with the
4331         next syllable are avoided.
4332
4333         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4334         near-zero slopes.
4335         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4336
4337         * lily/dots.cc: remove quantized_position callback. All Y
4338         positioning is done by dot-column.cc
4339
4340         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4341         exhaustive test of all dot positions. This fixes disappearing dots
4342         in dotted chords.
4343
4344 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4345
4346         * mf/feta-klef.mf (test_staff): fatten up G clef
4347         (test_staff): fatten up f clef.
4348         
4349
4350 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4351
4352         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4353         * input/les-nereides.ly: Use latin1 characters for title, like
4354         Morgenlied.
4355
4356 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4357
4358         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4359         cmb10).
4360
4361         * lily/lyric-extender.cc (brew_molecule): add little space before
4362         extender line.
4363
4364         * lily/beam-quanting.cc (score_forbidden_quants): check if
4365         outer stafflines fall in any beam gaps.
4366
4367         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4368         for lyric texts.
4369
4370 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4371
4372         * VERSION: 2.1.6 released.
4373
4374         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4375         this shows the demerits of a user-defined beam position pair.
4376
4377         * scm/define-grobs.scm (all-grob-descriptions): set
4378         beamed-extreme-minimum-free-lengths to a different value.
4379
4380         * lily/scm-option.cc: add debug-beam scm-option
4381
4382         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4383
4384 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4385
4386         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4387
4388         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4389         space after barline.
4390
4391         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
4392
4393         * lily/spacing-spanner.cc (breakable_column_spacing): take average
4394         of spacing wishes, not maximum. Only do this for delta-t == 0. In
4395         the other case, take standard column-breakable spacing. Do not
4396         warn about "no spacing wishes".
4397
4398         This fixes wide spaces after barlines in very loose lines.
4399
4400         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
4401
4402 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4403
4404         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
4405         acknowledge_grob lyric-syllable, not lyric-text.
4406
4407         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
4408         dashes of length #'length separated by #'dash-period. 
4409
4410         * lily/lyric-extender.cc (brew_molecule): idem
4411
4412         * lily/multi-measure-rest.cc (big_rest): idem
4413
4414         * lily/system-start-delimiter.cc (simple_bar): idem
4415
4416         * lily/bar-line.cc (simple_barline): use rounded box
4417
4418         * VERSION: release 2.1.5
4419
4420         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4421         music): move note about dvips to more visible place.
4422
4423         * lily/lyric-phrasing-engraver.cc: move from
4424         new-phrasing-engraver.cc, remove old cruft (syllable-group,
4425         lyric-phrasing-engraver.hh)
4426         
4427         * lyric-align.ly: remove file
4428         
4429         * scripts/convert-ly.py (FatalConversionError.func): add removal
4430         rule for automaticMelismata
4431
4432         * ly/engraver-init.ly (ScoreContext): switch on
4433         New_phrasing_engraver by default.
4434
4435         * lily/slur-engraver.cc (class Slur_engraver):
4436         process_acknowledged_grobs -> process_music.
4437         (try_music): signal melismata correctly.
4438
4439         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
4440         word-space, right-trim-amount, and extend past right bound only
4441         for note heads.
4442
4443         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
4444         lyric-extender support: add note-heads to the extender
4445         automatically.
4446
4447         * lily/parser.yy: extender is now post_event. 
4448
4449         * lily/accidental-engraver.cc (number_accidentals): remove
4450         spurious warning about non-parent contexts.
4451
4452         * lily/music-output-def.cc (assign_translator): \translator { }
4453         for a Foo context implicitly redefines \FooContext.
4454
4455         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
4456         fixes.
4457
4458         * lily/slur.cc (brew_molecule): don't use stafflinethickness
4459         doubly in slur weight. 
4460
4461         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
4462         combination.
4463
4464         * scm/define-grobs.scm (all-grob-descriptions): change clef -
4465         staffbar distance.
4466
4467         * scripts/lilypond.py (global_latex_preamble): crank down size of
4468         the margins. Now there is a 12 mm top and bottom margin, which
4469         should correspond with the printable area of modern printers.
4470
4471         This enlarges the music height of the printable page a little.
4472
4473         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
4474         signs. Use \markup instead.
4475         (accreg_pen): tweak for accordeon asterisk.
4476
4477 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4478
4479         * lily/melisma-engraver.cc (try_music): use melisma_busy()
4480
4481         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
4482
4483         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
4484
4485         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
4486
4487         * scm/define-grobs.scm (all-grob-descriptions): change
4488         StanzaNumber description: make side support, i.s.o. breakable.
4489         use Instrument_name_engraver for texts in the margin.
4490
4491         * scm/define-translator-properties.scm: remove
4492         melismaEngraverBusy, stz property.
4493
4494         * *.cc: naming: change empty_b () into is_empty ()
4495
4496         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
4497
4498         * input/regression/lyric-phrasing-new.ly: new file.
4499
4500         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
4501         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
4502         melismata are now left-aligned.
4503
4504 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4505
4506         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
4507
4508         * mf/feta19.mf: remove.
4509         
4510         * mf/feta-klef.mf (test_staff): more tweaks
4511
4512         * mf/feta-toevallig.mf: more small size tweaks.
4513
4514         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
4515         rests for smaller sizes.
4516
4517         * mf/feta-bolletjes.mf: fix cross heads.
4518
4519         * VERSION: release 2.1.4
4520         
4521         * scripts/convert-ly.py (FatalConversionError.func): add rule for
4522         deprecated #'ancient font family
4523
4524         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
4525         it is a string or number.
4526
4527         * scm/output-lib.scm (note-head-style->attachment-coordinates):
4528         change calling convention of stem-attachment function. 
4529
4530         * buildscripts/mf-to-table.py: read and dump WX/WY fields
4531
4532         * mf/feta-autometric.mf: dump WX/WY fields too
4533         
4534         * mf/parmesan-heads.mf: idem.
4535
4536         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
4537         attachment coordinates.
4538
4539         * lily/note-head.cc (stem_attachment_coordinate): read stem
4540         attachment from the notehead glyphs WX/WY fields.
4541
4542         * lily/include/font-metric.hh (struct Font_metric): add methods
4543         get_indexed_wxwy (), make a distinction between looking up by
4544         index and ASCII  
4545
4546         * mf/feta-bolletjes.mf: rewrite note head MF code.
4547         (test_outlines): make heads more rotund for smaller sizes. 
4548
4549 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4550
4551         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
4552         throughout. Font scaling fixes throughout.
4553
4554         * mf/feta-sleur,slur.mf: remove. 
4555
4556         * mf/feta-slag.mf: rewrite.
4557
4558 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4559
4560         * VERSION: release 2.1.3
4561
4562         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
4563
4564         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
4565
4566         * lily/mark-engraver.cc (process_music): fix mark
4567         \default. (backportme)
4568
4569         * stepmake/stepmake/automatically-generated.sub.make (default):
4570         use -n for head/tail commands. 
4571
4572         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
4573         heads with the same pitch.
4574
4575 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4576
4577         * lily/recording-group-engraver.cc (finalize): set protected_scm
4578         member to '() before finalizing.
4579
4580         * lily/translator-group.cc (finalize): remove removal_processing () 
4581
4582         * lily/recording-group-engraver.cc: new engraver: record
4583         synchronized start & end times for each music object.
4584
4585         * lily/parser.yy (toplevel_expression): execute score rendering
4586         during parsing. Cleanup output-filename handling; this is no
4587         longer done with global variables.
4588         (translator_spec_body): allow \type modification too.
4589
4590         * lily/score.cc:  ly:run-translator: new function
4591         (LY_DEFINE): ly:render-output new function.
4592
4593         Separate interpreting and rendering, and make available as
4594         functions at Scheme level.
4595
4596 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4597
4598         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
4599         (musicxml-node->string):
4600         (xml-node->string):
4601         (music-to-musicxml): New function.
4602
4603 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4604
4605         * VERSION: 2.1.2 released
4606
4607         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
4608
4609         * scm/font.scm (paper20-font-vector): discouple font design sizes
4610         from sizes specified in .ly file: store all design sizes of a font
4611         in a single vector.
4612
4613         * lily/font-select.cc (get_font_by_design_size): new function
4614
4615         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
4616         add parmesan,feta in sizes 14 and 18.
4617         
4618         * mf/feta-toevallig.mf: use blot diameter for double sharp.
4619
4620         * lily/font-size-engraver.cc (acknowledge_grob): change definition
4621         of fontSize: this now sets font-size
4622
4623 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4624
4625         * VERSION: 2.1.1 released
4626         
4627         * Documentation/user/refman.itely (Tuning objects): add note about
4628         concurrent tweaks in different contexts. 
4629
4630         * lily/tie-engraver.cc (acknowledge_grob): use
4631         Staff_symbol_referencer::get_position iso. reading staff-position
4632         directly.
4633
4634         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
4635         currentMusicalColumn as left span-point for bracket. The bracket
4636         is too long when there are accidentals.
4637
4638 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4639
4640         * buildscripts/lilypond-profile.sh,
4641         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
4642         Thanks to Reuben Thomas <rrt@mupsych.org>
4643
4644 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
4645
4646         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
4647         Wurbel <wurbel@univ-tln.fr>.
4648
4649 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4650
4651         * scripts/midi2ly.py: Add space after chords.
4652
4653 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
4654
4655         * input/regression/{many}: add few @code{ ... }.
4656
4657 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4658
4659         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
4660         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
4661         Removed cmbx5, cmbx6 (which are included in teTeX)
4662         and cmbxti14 which is not used in fonts.scm.
4663
4664 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
4665
4666         * lily/midi-item.cc: fine tune quarter tones.
4667
4668 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
4669
4670         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
4671         new function, warn how many cents are missing in fine tuning.
4672
4673 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
4674
4675         * input/bugs/rhytmicstaff-tie.ly: add file.
4676
4677         * THANKS: Create skeleton for 2.1.
4678
4679 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
4680
4681         * input/test/bar-lines.ly (TODO): dashed "|".
4682
4683 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
4684
4685         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
4686         input/regression/tie-chord.ly: Fix spell for tying.
4687
4688         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
4689
4690         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
4691         new file (renamed, see above).
4692
4693         * Documentation/user/lilypond-book.itely
4694         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
4695         * input/example-1.ly input/example-2.ly input/example-3.ly
4696         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
4697         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
4698         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
4699         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
4700         * scripts/lilypond-book.py scripts/lilypond.py
4701         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
4702         * vimrc: replace ly2dvi with lilypond and remove silly comments.
4703
4704         * Documentation/user/lilypond.tely: update version.
4705
4706         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
4707         Remove extra spaces in each @node, fixes spaces.
4708
4709 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4710
4711         * scripts/lilypond-book.py (output_dict): Add definition of
4712         \lilypondbook also for LaTeX output. Solves several bug reports.
4713
4714 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
4715
4716         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
4717
4718 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
4719
4720         * input/test/transposition.ly: Fix key signatures, given in comments.
4721
4722 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4723
4724         * scm/midi.scm (instrument-names-alist),
4725         Documentation/user/appendices.itely: Correct spelling of shakuhachi
4726
4727 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4728
4729         * input/test/temporary-stave.ly (texidoc): New example based on an
4730         email question from Ralph Little.
4731
4732 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4733
4734         * VERSION: release 2.1.0
4735         
4736         * lily/note-performer.cc (try_music): accept busy-playing-event.
4737
4738         * lily/swallow-perf.cc (try_music): return false for
4739         busy-playing-event and melisma-playing-event.
4740
4741 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4742
4743         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
4744         >> in \score.
4745
4746 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4747
4748         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
4749         that articulation_substitute will not move beam start again.
4750         (articulation_substitute): Bugfix: remove stray space so that new
4751         old chords ending '>>' does not get broken up.
4752         (sub_chord): Use TAB for indentation (not spaces).
4753         
4754         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
4755         Bugfix for startup: Use ?^ instead of ?\^.
4756
4757 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4758
4759         * lily/lyric-combine-music-iterator.cc
4760         (Lyric_combine_music_iterator): change init order, to prevent GC
4761         segfaults.
4762
4763         * lily/context-specced-music-iterator.cc (construct_children): 
4764         only change  translator if found. This fixes a core dump problem.
4765
4766 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4767
4768         * scm/slur.scm (default-slur-extremity-rules): use equal? for
4769         comparison.
4770
4771         * mf/feta-bolletjes.mf: make hole in half note little
4772         smaller for stem attachment.
4773
4774         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
4775
4776         * mf/feta-banier.mf: don't draw stem with flag, just small square
4777         attachment.
4778
4779         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
4780
4781         * mf/feta-banier.mf: remove upstem/downstem characters.
4782
4783         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
4784
4785         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
4786         stafflinethickness (in the default)
4787
4788         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
4789
4790         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
4791
4792         * Documentation/topdocs/INSTALL.texi (Top): reorder.
4793
4794         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
4795
4796         * lily/include/directional-element-interface.hh:
4797         junk class, make {get,set}_grob_direction functions.
4798
4799         * lily/slur.cc (get_attachment): do something sensible when
4800         attaching to stem without heads (eg. a rest).
4801
4802         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
4803         forcing up to staff.  remove #'support-head property
4804         (brew_molecule): small cleanup.
4805         (flag): remove #'grace property.
4806
4807 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4808
4809         * cygwin/postinstall-lilypond.sh: 
4810         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
4811         (Volker Zell).
4812
4813 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4814
4815         * scripts/lilypond-book.py: resurrect 'eps' option. 
4816         (TexiPaper.to_eps): use -Ppdf for EPS files.
4817
4818         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
4819
4820         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
4821
4822         * VERSION: release 2.0.1
4823
4824         * lily/bezier.cc (get_other_coordinate): change assert into
4825         warning.
4826
4827         * lily/note-head.cc (internal_brew_molecule): make left protusion
4828         smaller, to accomodate for natural sign.
4829         (internal_brew_molecule): only do this when the accidental is
4830         close enough.
4831         (extent): new function
4832
4833         * lily/skyline.cc (merge_skyline): new function
4834         (heighten_skyline): new function
4835
4836         * lily/accidental-placement.cc (position_accidentals) 
4837         (position_accidentals): fix todo.
4838
4839 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4840
4841         * input/test/+.ly (texidoc): put version number inline.
4842
4843         * GNUmakefile.in: remove rsync-web target.
4844         
4845         * input/regression/bar-scripts.ly (onestaff): raggedright
4846
4847 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4848
4849         * lily/*.cc: remove #if 0'd code in couple of places.
4850
4851         * lily/midi-stream.cc (operator <<): rewrite.
4852
4853         * lily/note-head.cc (internal_brew_molecule): 
4854         only make ledgers when the Staff symbol has lines.
4855
4856         * ly/property-init.ly (arpeggioBracket): simplify
4857
4858         * lily/translator-group.cc (execute_pushpop_property): use
4859         SCM_EQ_P for comparing keys. This fixes reverting
4860         auto-beam-settings.
4861
4862 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4863 *
4864         * lily/midi-stream.cc (operator <<): Also write MIDI string when
4865         midi_debug_global_b.
4866         (operator <<): Normalise loop.
4867
4868 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4869
4870         * scripts/lilypond.py (escape_path): revise.
4871
4872         * scm/music-functions.scm (set-output-property): new function.
4873         
4874 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4875
4876         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
4877         use addmakeflags again.
4878
4879         * cygwin/lily-wins.py (escape_shell): New function; use it.
4880
4881         * scripts/lilypond.py (escape_shell): Escape quotes and other
4882         spaces too.  Do not escape escaping backslashes.
4883
4884         * make/srcdir.make.in (web-install): Must call install-WWW now.
4885
4886         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
4887         dependency
4888
4889 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4890
4891         * scripts/lilypond.py (escape_path): escape quotes too. 
4892
4893         * Documentation/user/lilypond.tely (Unified index): rename Index
4894         to accomodate Windows breakage.
4895
4896         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
4897
4898         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
4899         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
4900         target not a source.
4901
4902 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4903
4904         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
4905         addmakeflags.  Build and install doc and web also when building on
4906         Cygwin.
4907
4908         * mf/GNUmakefile: Bugfix.
4909
4910         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
4911         target web.
4912
4913         * cygwin/lily-wins.py: Quote filename.
4914
4915 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4916
4917         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
4918
4919 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4920
4921         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
4922         settings.
4923
4924         * configure.in: Require g++ > 3.0.4.
4925
4926         * mf/GNUmakefile: Bugfix: Add list.ly target.
4927         
4928         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
4929
4930         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
4931         make omf directory, add uninstall targets.
4932
4933 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4934
4935         * lily/tie-performer.cc (initialize): init prev_event
4936
4937         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
4938
4939         * lily/script-engraver.cc (make_script_from_event): don't crash on
4940         non-string articulation-type.
4941
4942         * lily/new-fingering-engraver.cc (add_script): don't crash on
4943         0 scripts 
4944         (acknowledge_grob): warn about text script events.
4945
4946 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
4947
4948         * buildscript/lilypond.words: fix path for drums.scm.
4949
4950 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4951
4952         * lily/spacing-spanner.cc (note_spacing): don't make longer
4953         durations than measure-length.
4954
4955         * VERSION: release 2.0.0
4956
4957         * GNUmakefile.in (rsync-web): version independent rsync target.
4958
4959         * input/test/+.ly (texidoc): idem.
4960
4961         * input/regression/+.ly: print version number.
4962
4963         * input/regression/accidentals.ly (mel): shorten.
4964
4965         * input/regression/accidental-octave.ly (texidoc): shorten.
4966
4967         * input/regression/hairpin-dashed.ly (texidoc): docstring.
4968
4969         * input/regression/completion-heads-polyphony.ly: octave
4970
4971         * input/regression/beam-manual.ly: remove
4972
4973         * input/regression/beam-chord.ly: remove
4974
4975         * input/regression/grace-dynamic.ly: remove
4976         
4977         * input/regression/grace-volta-repeat.ly: octave fixes.
4978
4979         * input/regression/hairpin-dashed.ly (texidoc): doc string.
4980
4981         * lily/parser.yy (step_number): semitones for chord entry too.
4982         (make_chord_step): more robust code, semitones. 
4983
4984         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
4985
4986         * input/regression/breathing-sign.ly (texidoc): split ancient and
4987         normal breathing signs.
4988
4989         * scm/define-grobs.scm (all-grob-descriptions): swap
4990         beamed-extreme-minimum-free-lengths and
4991         beamed-minimum-free-lengths; the 'extreme' case should allow
4992         shorter stems. This fixes forced directions on beamed 32nd and
4993         shorter notes.
4994
4995         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
4996         quartertones, not semitones.
4997         (NoteNamesContext): swallow more event types
4998
4999         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5000
5001         * VERSION (PACKAGE_NAME): release 1.9.10
5002
5003 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5004
5005         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5006         set note head as cause of note-column.  This gives a better error
5007         message.
5008
5009 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5010
5011         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5012
5013 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5014
5015         * mf/GNUmakefile (pfa_warning): instruct 
5016
5017         * stepmake/aclocal.m4: typo.
5018
5019         * Documentation/user/cheatsheet.itely: more verbose examples.
5020
5021         * input/regression/clefs.ly: remove bogus docstring.
5022
5023 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5024
5025         * GNUmakefile.in (SUBDIRS): Add elisp.
5026
5027         * elisp/lilypond-mode.el: 
5028         * elisp/lilypond-init.el: 
5029         * elisp/lilypond-indent.el: 
5030         * elisp/lilypond-font-lock.el: Move from top dir.
5031
5032         * stepmake/stepmake/elisp-vars.make: New file.
5033
5034         * config.make.in (elispdir): Add.
5035
5036         * Documentation/topdocs/INSTALL.texi: Typo.
5037
5038         * make/ly-rules.make: Test for files instead of touching void and
5039         ignoring errors.
5040
5041         * GNUmakefile.in:
5042         * make/lilypond.redhat.spec.in:
5043         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5044         <builddir>, adding
5045         
5046              (push "<builddir>/share/lilypond/elisp" load-path)
5047
5048         to your ~/.emacs.el should give you LilyPond-mode again.
5049
5050         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5051         regexp for DOS/Windows, we are too paranoid to fix others.
5052
5053 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5054
5055         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5056
5057         * input/test/chord-names-jazz.ly (banterProperties): fix
5058
5059         * lily/parser.yy (bass_mod): bass figure alterations are semi
5060         tones, not quarter tones
5061
5062         * lily/beam.cc (set_stem_lengths): only lengthen stems
5063         for gapped beams.
5064
5065         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5066         by beamcount.
5067
5068         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5069         a warning that the warning may erroneous.
5070
5071         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5072         target.
5073
5074         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5075         targets.
5076
5077         * GNUmakefile.in ($(config_h)): config.h should depend on
5078         config.hh.in .
5079         (lilypond.words): remove fontball stuff.
5080
5081         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5082
5083         * configure.in: remove pktrace reference.
5084
5085         * GNUmakefile.in (rsync-web): permissions and ownership for
5086         website.
5087
5088         * lily/volta-engraver.cc (staff_eligible): new function.
5089         (stop_translation_timestep): kill off spanners if not eligible.
5090
5091         * VERSION (PATCH_LEVEL): release 1.9.9
5092
5093         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5094
5095         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5096         length is more important than forbidden quants.
5097         
5098 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5099
5100         * buildscripts/lilypond.words: order words in search order,
5101         add lilypond.words.vim to be generated.
5102
5103         * lilypond.vim: use lilypond.words.vim for keyword matching.
5104
5105         * lilypond-mode.el: use search order. fix word selection rules.
5106
5107         * lilypond-font-lock.el: fix fontifying long durations.
5108
5109         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5110
5111 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5112
5113         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5114
5115         * stepmake/stepmake/generic-targets.make:
5116         * stepmake/stepmake/bin/make-version.py: 
5117         * stepmake/aclocal.m4:
5118         * make/stepmake.make:
5119         * make/toplevel-version.make: Build fixes: remove last traces of
5120           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5121
5122         * lily/beam.cc: Add gap-count property.
5123
5124 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5125
5126         * scm/define-grob-properties.scm (gap-count): add gap-count
5127
5128         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5129
5130 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5131
5132         * cygwin/mknetrel.doc: Typo.
5133
5134         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5135
5136         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5137
5138 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5139
5140         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5141         sizes. Remove support for 'ledger'(=tabloid+landscape).
5142
5143 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5144
5145         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5146         sauter PFAs.
5147
5148         * configure.in: remove VERSION stuff once again.
5149
5150         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5151
5152         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5153         for chord names.
5154
5155         * mf/GNUmakefile: always trace pfa fonts.
5156         (SAUTER_FONTS): add cmss[567] too fonts
5157
5158         * configure.in: require mftrace. 
5159
5160         * lily/staff-performer.cc (new_instrument_string): don't look at
5161         instrument property.
5162
5163         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5164         is_direction is the C++ one. Similar for ly_axis_p and
5165         ly_number_pair_p
5166
5167 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5168
5169         * lily/beam.cc (brew_molecule): read gap-count to determine
5170         number of tremolo (gapped) beams.
5171
5172         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5173         shorter than 1/8
5174
5175         * flower/include/array.hh (default_compare): new function
5176
5177         * cygwin/mknetrel: Native fixes.
5178
5179         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5180
5181 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5182
5183         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5184         feature for Windows.
5185
5186         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5187
5188         * cygwin/mknetrel: Updates for native use on Cygwin.
5189
5190         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5191
5192         * stepmake/stepmake/help2man-rules.make: 
5193         * cygwin/mknetrel: Bugfix for manpages.
5194
5195         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5196         $(builddir).  Stepmake is a normal subdirectory now, that is not
5197         configured.  Another srcdir build fix.
5198
5199         * Documentation/topdocs/INSTALL.texi,
5200         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5201         lilypond-init.el, lilypond-mode.el, debian/rules,
5202         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5203         rename generated file lilypond.words to lilypond.words.el.
5204
5205 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5206
5207         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5208
5209         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5210         GNUmakefile.in.
5211
5212 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5213
5214         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5215         when cross building.
5216
5217         * configure.in: srcdir build fix.
5218
5219         * cygwin/GNUmakefile:
5220         * cygwin/lily-wins.py:
5221         * cygwin/postremove-lilypond.sh: 
5222         * cygwin/postinstall-lilypond.sh: Merge from stable.
5223
5224         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5225         s/ly2dvi/lilypond/.
5226
5227 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5228
5229         * lily/slur.cc (after_line_breaking): only set control points if
5230         none supplied yet.
5231
5232         * input/test/slur-manual.ly: new file.
5233
5234         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5235         <<  >> chords too.
5236
5237         * VERSION (PACKAGE_NAME): release 1.9.8
5238
5239         * scripts/lilypond.py (escape_path): escape spaces in directory names
5240
5241         * input/test/text-spanner.ly: fixes.
5242
5243 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5244
5245         * buildscripts/lilypond.words.py: add drum names as note names to
5246         Emacs-mode.
5247
5248 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5249
5250         * input/regression/hairpin-dashed.ly: new file.
5251
5252         * scripts/convert-ly.py (conv): warn about dash-length.
5253
5254         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5255         automatically if we get a new one.
5256
5257         * lily/lookup.cc (dashed_line): new function
5258
5259         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5260         dash-fraction.
5261
5262 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5263
5264         * buildscripts/lilypond.words.py: extract note names.
5265
5266         * lilypond-mode.el: take note names from lilypond.words -file.
5267         small fix in the use of string-match.
5268
5269         * lilypond-font-lock.el: use lilypond.words for note names, add 
5270         maxima to note a duration.
5271
5272 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5273
5274         * lily/breathing-sign.cc: remove railtracks() function. 
5275
5276         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5277
5278         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5279         (brew_molecule): bugfix don't make arpeggio shorter when
5280         arpeggio-direction is set.
5281
5282         *  debian/rules: small corrections in the (Pedro K)
5283
5284         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5285         examples.
5286
5287         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5288         special (repeat) bar comes along.
5289
5290         * input/regression/auto-beam-bar.ly: update.
5291
5292         * scripts/lilypond-book.py (output_dict): remove support for the
5293         EPS option.
5294
5295         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5296         VerticalAlignment and VerticalAxisGroup this fixes the size
5297         computations for the entire system.
5298  
5299         * input/les-nereides.ly (bass): remove superfluous fontSize.
5300
5301         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5302         causes directory of file to be added to include path.
5303
5304         * input/regression/beam-break.ly: test single stem beams.
5305
5306         * input/regression/system-start-bracket.ly: fix.
5307
5308         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5309
5310         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5311
5312         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5313         (score_stem_lengths): do something sensible for single stem beams.
5314
5315         * lily/beam.cc (least_squares): add kludge for single stem beams.
5316
5317         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5318         keySignature to list of broken things.
5319
5320         * input/regression/keys.ly: fix.
5321
5322         * VERSION (PACKAGE_NAME): release 1.9.7
5323
5324         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5325
5326         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5327
5328         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5329         (quartertone_pitch): new function
5330
5331         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5332         flat. WARNING: FONT CHANGED.
5333
5334         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5335
5336         * lily/accidental-placement.cc (add_accidental): support for
5337         quarter tones.
5338
5339         * ly/LANGUAGEs.ly: use symbols for alterations.
5340
5341         * mf/feta-toevallig.mf: change accidental codes. 
5342
5343         * scm/lily.scm (ly:get-option): switch on debugging only for
5344         --verbose.
5345
5346         * lily/lily-guile.cc: remove ly:verbose?
5347
5348         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5349
5350         * lily/parser.yy (TODO): only do gh_call() for apply with
5351         procedure argument.
5352
5353         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5354         stuff in accordance with new timing of tie-events.
5355
5356         * lily/my-lily-lexer.cc: remove \outputproperty
5357
5358         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5359
5360         * scm/define-translator-properties.scm (melismaBusyProperties):
5361         add melismaBusyProperties property.
5362
5363 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5364
5365         * input/test/ambitus-mixed.ly (texidoc): new file.
5366
5367         * buildscripts/mutopia-index.py (find): prune debugging
5368
5369         * lily/side-position-interface.cc: doc updates
5370
5371         * Documentation/user/refman.itely: updates, tweaks.
5372
5373         * lily/parser.yy (Simple_music): remove outputproperty
5374
5375         * make/stepmake.make: use VERSION again; importing VERSION via
5376         autoconf dependencies is too hairy.
5377
5378 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5379
5380         * lilypond-mode.el: allow `-' for keywords and identifiers.
5381
5382 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5383
5384         * VERSION: release 1.9.6
5385         
5386         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5387         iso. ly2dvi.
5388
5389         * Documentation/user/*.itely: fixes everywhere
5390
5391         * lily/completion-note-heads-engraver.cc: rewrite engraver:
5392         produce ties from the engraver itself, do not broadcast TieEvent.
5393
5394         * lily/my-lily-lexer.cc: remove pitch & duration.
5395
5396         * lily/parser.yy (TODO): remove \pitch and \duration
5397
5398         * input/test/explicit.ly: remove file.
5399
5400         * Documentation/user/refman.itely (Pitches): remove \pitch 
5401         \duration command.
5402
5403 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5404
5405         * buildscripts/lilypond.words.py: add all slur types to Emacs
5406         insertion menu, suppose everything is postfixed by dropping 
5407         unnecessary `-' -marks.
5408
5409 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5410
5411         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
5412         tremoloed stems.
5413
5414         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
5415         head for flagged stems.
5416
5417         * lily/stem.cc (get_default_stem_end_position): futz with extra
5418         stem length if there is a stem tremolo.
5419
5420         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
5421         it would be too small.
5422
5423         * lily/font-metric.cc: return #f for non-existent glyph.
5424         
5425         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
5426         exported through config.make.
5427
5428         * input/regression/clef-oct.ly: new file.
5429
5430         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
5431         transposition.
5432
5433         * input/template/*.ly: remove old relative.
5434
5435         * ly/english.ly: add X names for double sharp.
5436
5437 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5438
5439         * lily/font-select.cc: new file handle font selection routines.
5440
5441         * lily/parser.yy: add ; (Patrick Atamaniuk)
5442
5443         * input/test/time-signature-double.ly: use markups for double time
5444         sigs.
5445
5446         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
5447         ChordNames.SeparationItem #'padding for adjusting space after chords.
5448         
5449         * lily/music-output-def.cc (LY_DEFINE): 
5450         new function ly:paper-lookup.
5451         
5452         * mf/parmesan-clefs.mf: use # quantities for char_box
5453         offsets. Fixes overflow errors in the PFA. 
5454
5455         * scm/new-markup.scm (strut-markup): change calling interface for
5456         markup. Pass paper-def, not grob. This would allow \markup to be
5457         used separately from grobs.
5458
5459         * lily/paper-def.cc: new function ly:paper-font; this function
5460         replaces ly:get-font.
5461
5462         * lily/include/font-interface.hh (struct Font_interface): take
5463         Paper_def iso. Grob for get_font().
5464
5465 2003-09-14  Graham Percival  <gperlist@shaw.ca>
5466
5467         * Documentation/user/ tutorial.itely, refman.itely: add warning
5468         about \key and accidentals.
5469
5470 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5471
5472         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
5473
5474         * Documentation/user/*.itely: manual tweaks
5475
5476 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
5477
5478         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
5479         cleanup; bugfix: exact_center
5480
5481         * Documentation/user/refman.itely: added more documentation on
5482         ambitus according to recent questions on lilypond-user list
5483
5484 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5485
5486         * input/regression/ottava.ly (texidoc): demo 15ma too.
5487
5488         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
5489
5490         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
5491         octave fixes.
5492
5493 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5494
5495         * lily/lexer.ll: add \r to the rules for newlines; this fixes
5496         problems on older Mac editors.
5497
5498 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
5499
5500         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
5501
5502 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
5503
5504         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
5505         mf/parmesan-clefs.mf: added comments on character alignment and
5506         set_char_box() conventions
5507
5508         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
5509         set_char_box()'s
5510
5511         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
5512
5513 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
5514
5515         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
5516
5517 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
5518
5519         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
5520         shortened to avoid almost-collision with staff line; code cleanup;
5521         other custodes: fixed char boxes; code cleanup
5522
5523 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5524
5525         * configure.in: release 1.9.5
5526         
5527         * scripts/lilypond.py (global_latex_preamble): only set
5528         twosideshift if 'twoside' is in latexoptions 
5529
5530         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
5531
5532         * VERSION: remove
5533
5534         * scripts/*2ly.py: update <> syntax
5535
5536 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5537
5538         * lily/chord-name-engraver.cc (process_music): add origin for
5539         chord name.
5540
5541         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
5542
5543         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
5544         bass notes for exceptions too.
5545
5546         * scm/define-grobs.scm (all-grob-descriptions): rename
5547         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
5548
5549         * scm/define-grob-properties.scm (remove-first): add remove-first
5550         property for orchestral scores.
5551
5552         * Documentation/user/*.itely: switch <<>> and <> 
5553
5554         * lily/glissando-engraver.cc (process_music): bugfix: move line to
5555         last_line only once. This fixes the two consecutive glissandi problem.
5556
5557 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
5558
5559         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
5560         error message "flexa-width undefined"
5561
5562         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5563         lily/include/gregorian-ligature.hh: print warning when ignoring
5564         head prefixes on flexa shapes
5565
5566         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
5567         space before a series of inclinatum heads
5568
5569         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5570         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
5571         cleanups
5572
5573         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
5574         and char_box
5575
5576 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
5577
5578         * input/regression/breathing-sign.ly: tiny fixes
5579
5580         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
5581         semantical collision with vaticana ligatures
5582
5583         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5584         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
5585         now consistent with mensural ligatures
5586
5587         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5588         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
5589         context pitches and staff position; dto. for virga stem; removed
5590         obsolete virga and clivis characters from parmesan font (WARNING:
5591         font changed)
5592
5593         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
5594         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
5595
5596         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5597         scm/define-grob-properties.scm: consistency fix: renamed
5598         join_left->add_cauda
5599
5600         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
5601         appendix length; bugfix: yoffs_bt for reverse direction punctum
5602         characters
5603
5604         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
5605         small cleanups; added more docu
5606
5607         * lily/mensural-ligature-engraver.cc,
5608         lily/vaticana-ligature-engraver.cc,
5609         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
5610         computation to CoherentLigatureEngraver
5611
5612         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
5613         scm/define-grob-properties.scm: bugfix: added missing linea and
5614         cavum properties; bugfix: removed dead semivocalis property
5615
5616         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
5617         length; redesigned quilisma, stropha and auctum
5618
5619         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
5620         line thickness
5621
5622         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
5623         Documentation/user/refman.itely: bugfix: introduced shifted
5624         epiphonus head to avoid collision with adjacent plica
5625
5626 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5627
5628         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
5629
5630         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
5631
5632 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5633
5634         * Documentation/user/tutorial.itely (A lead sheet): remove
5635         duplicate chords.
5636
5637         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
5638
5639 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5640
5641         * Documentation/bibliography/computer-notation.bib (isbn): add
5642         xivcim publication.
5643
5644 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
5645
5646         * GNUmakefile.in: drop lilypond.words for generation.
5647
5648 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
5649
5650         * buildscripts/lilypond.words.py: take filename (also) from an arg.
5651
5652         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
5653
5654 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5655
5656         * input/test/figured-bass-alternate.ly (fl): new file.
5657
5658         * Documentation/topdocs/README.texi (Top): clarifications.
5659
5660         * Documentation/bibliography/computer-notation.bib (isbn): add phd
5661         theses of Gieseking and Renz.
5662
5663         * GNUmakefile.in (README_FILES): remove README.mandrake.
5664
5665 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
5666
5667         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
5668         from source files and search patterns listed in the script.
5669
5670         * GNUmakefile.in: add target `lilypond.words'.
5671
5672         * lilypond.words: remove file, generated by `make lilypond.words'.
5673
5674         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
5675
5676 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
5677
5678         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
5679
5680 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5681
5682         * VERSION: 1.9.4 released
5683
5684         * scripts/convert-ly.py (FatalConversionError.figures_replace):
5685         rule for < > <-> << >> substitution
5686
5687         * lily/lexer.ll: exchange meaning of << >> and < > 
5688
5689         * VERSION (PACKAGE_NAME): 1.9.3 released
5690
5691         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
5692         pages unconditionally.
5693
5694 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5695
5696         * Documentation/user/music-glossary.tely (Top): small syntax
5697         fixes.
5698
5699         * scm/music-functions.scm (remove-tag): filter \tagged music
5700         expressions.
5701
5702         * input/regression/tag-filter.ly (texidoc): new file.
5703
5704         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
5705         symbol2 .. ) etc. 
5706
5707         * scripts/convert-ly.py (FatalConversionError.conv): fingering
5708         convert rule.
5709
5710         * Documentation/user/refman.itely (Fingering instructions): adjust
5711         manual.
5712
5713         * lily/new-fingering-engraver.cc (position_scripts): don't crash
5714         for borderline cases (e.g. 1 fingering.)
5715         (position_scripts): revise interface, use fingerOrientations to
5716         set fingering positions.
5717
5718         * scm/document-translation.scm (context-doc): add aliases to
5719         automated documentation.
5720
5721         * make/lilypond-vars.make: remove stepmake compat glue.
5722
5723         * make/generic-vars.make: remove cruft.
5724
5725         * lily/main.cc (main): don't identify binary.
5726
5727 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5728
5729         * lily/include/translator.hh (class Translator): remove
5730         type_string_ , use symbol for context name throughout.
5731         Changes through whole source tree.
5732
5733         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
5734         set PDF as default, and always make PDF.
5735
5736         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
5737
5738 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
5739
5740         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
5741         Documentation/user/refman.itely input/regression/allfontstyle.ly
5742         input/regression/grace-types.ly:
5743         fix spelling for acciaccatura (Webster's 1913).
5744
5745 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5746
5747         * lily/main.cc (usage): adjust blurb, include url.
5748
5749         * input/regression/breathing-sign.ly (texidoc): transpose up
5750
5751 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
5752
5753         * input/regression/breathing-sign.ly: changed ancient examples to
5754         be relevant (by request of Han-Wen); updated BreathingSign text
5755         property according to new syntax.
5756
5757         * ly/gregorian-init.ly: updated BreathingSign text property
5758         according to new syntax
5759
5760 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5761
5762         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
5763         (Clef): index entries for clefs.
5764
5765         * python/lilylib.py (system): remove errorlog files.
5766         
5767 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
5768
5769         * lilypond.words: add \new and new graces. Add dynamics to menus
5770         keeping 1.8.x compatibility; after all the engraving relating to 
5771         notes becomes postfixed `-' marks will be removed.
5772
5773 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5774
5775         * lily/molecule.cc (align_to): idem.
5776
5777         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
5778         
5779         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
5780         accacciatura everywhere.
5781
5782         * VERSION (PACKAGE_NAME): released 1.9.2
5783
5784         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
5785
5786         * scm/document-markup.scm (markup-doc-node): sort markup function
5787         list.
5788
5789         * lily/paper-outputter.cc (output_version): change "Lily was here"
5790         into  "Engraved by LilyPond"
5791
5792         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
5793         on unquoted strings before \notenames.
5794
5795         * lily/parser.yy (lyric_element): allow markup as lyric text. This
5796         increases the number of s/r reductions to 4.
5797
5798         * scm/new-markup.scm (fraction-markup): \fraction command.
5799
5800         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
5801         mode
5802
5803         * lily/lookup.cc (round_filled_box): rename function.
5804         (LY_DEFINE): round-filled-box: change signature.
5805
5806         * Documentation/user/refman.itely: revise section explaining grace
5807         notes.
5808
5809         * lily/translator-scheme.cc (LY_DEFINE): add ! to
5810         ly:set-context-property
5811
5812         * input/*/*.ly (vmus): use \new everywhere.
5813
5814         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
5815
5816         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
5817         default
5818
5819         * scm/music-functions.scm (set-stop-grace-properties)
5820         (set-start-grace-properties, add-grace-property): new functions
5821         for modular grace tweak control.
5822
5823         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
5824         
5825 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5826
5827         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
5828
5829         * GNUmakefile.in (install-pfa-fonts):
5830         (get-pfa-fonts): New target.
5831
5832         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
5833         install-pfa-fonts help.
5834
5835 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5836
5837         * lily/translator-scheme.cc (LY_DEFINE):
5838         ly:context-pushpop-property new function.
5839         (LY_DEFINE): new function ly:translator-find  
5840         new function ly:translator?
5841         (LY_DEFINE): new function ly:context?
5842
5843         * lily/translator-def.cc: remove
5844         Translator_def::apply_pushpop_property().
5845
5846         * python/lilylib.py (read_pipe): only store and display error log
5847         if verbose not set.
5848         (read_pipe): only display log if it contains something.
5849
5850 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5851
5852         * Documentation/misc/GNUmakefile: Re-add.
5853         (TEXTS): Add CHANGES.
5854
5855 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
5856
5857         * lilypond.words: add \newcontext.
5858
5859 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5860
5861         * lily/tie-performer.cc (stop_translation_timestep): only flush
5862         tied_notes when we have actually made a tie. Fixes bugs with ties
5863         in polyphonic scores.
5864
5865 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5866
5867         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
5868         they do not exist.
5869
5870 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5871
5872         * VERSION (PACKAGE_NAME): released 1.9.1 
5873
5874         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
5875         Instrument_name_engraver
5876
5877         * lily/tie-performer.cc (create_audio_elements): bugfix
5878
5879         * Documentation/user/music-glossary.tely (Top): comment out
5880         font-style statements.
5881
5882         * input/test/force-hshift.ly: revise example.
5883
5884         * Documentation/bibliography/engraving.bib (note): typos.
5885
5886         * configure.in: bump GCC requirements to 3.x
5887
5888         * lily/include/audio-item.hh (class Audio_tie): rename
5889         note_l_drul_ to note_drul_
5890
5891         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
5892
5893         * lily/parser.yy (relative_music): whoops. All \relative were off
5894         by ...  a lot .... Ahem.
5895
5896         * scm/define-music-types.scm (music-descriptions): idem.
5897
5898         * lily/beam-engraver.cc: move new-beam-event to beam-event
5899
5900         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
5901         to Tie_engraver
5902
5903         * input/regression/bar-number.ly: remove unnecessary old-relative
5904         options.
5905         
5906         * Documentation/user/internals.itely (Creating contexts): document
5907         \newcontext
5908
5909         * lily/parser.yy (Composite_music): add \newcontext
5910
5911         * Documentation/user/refman.itely (MIDI block): add note about
5912         dotted tempos.
5913
5914         * scm/font.scm: remove old markup legacy
5915
5916         * GNUmakefile.in (web-clean): remake share/ after web-clean.
5917
5918         * lily/breathing-sign.cc (brew_molecule): remove function
5919
5920         * lily/text-item.cc: remove old-style markups.
5921         (interpret_markup): C++ version of markup function
5922         (brew_molecule): idem.
5923
5924         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
5925         as Scheme variable.
5926
5927         * scripts/convert-ly.py (conv): dashes rule.
5928         Apply rule.
5929
5930         * Documentation/user/lilypond-book.itely: syntax fixes. 
5931
5932 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5933
5934         * VERSION (PACKAGE_NAME): release 1.9.0
5935
5936         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
5937         note about dvips. (Should backport.)
5938
5939         * scripts/convert-ly.py
5940         (FatalConversionError.articulation_substitute): add
5941         convert-new-chords code. Remove convert-new-chords.py
5942
5943         * Documentation/user/refman.itely (Octave check): document
5944         \octave.
5945
5946         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
5947         \relative changes.
5948
5949         * lily/parser.yy (command_element): octave check:
5950
5951            \octave PITCH
5952
5953         checks that PITCH (without octave) yields PITCH (with octave) in
5954         \relative
5955
5956         * lily/relative-octave-music.cc (to_relative_octave): octave check.
5957
5958         * lily/scm-option.cc: ly:set-option now has the default argument
5959         #t.
5960
5961         * lily/lexer.ll: add \renameinput
5962
5963         * python/lilylib.py (command_name): robustifications.
5964
5965         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
5966         /dev/stderr. This is ash compatible.
5967
5968         * ly/init.ly: add warning if compatibility was not necessary.
5969
5970         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
5971
5972         * flower/include/string-handle.icc: formatting cleanups, rename
5973         references by ref_count_.
5974
5975 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
5976
5977         * make/lilypond.mandrake.spec.in: syncronize the spec file with
5978         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
5979         package libs separately, fix conflicting php variable out=/dev/vc/
5980         invoking `unset out', declare menus, use only one icon-file, fix
5981         doc-path in menu.
5982
5983 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5984
5985         * scripts/convert-ly.py (FatalConversionError.conv): typo
5986
5987         * Documentation/misc/GNUmakefile: restore misc directory.
5988
5989         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
5990
5991         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
5992         Petites-Preludes 
5993
5994         * input/test/partial-blank.ly (quickmeasure): syntax
5995
5996         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
5997         attachment property.
5998
5999         * Documentation/user/refman.itely: remove superfluous -'s 
6000         (Grace notes): ) fixes.
6001
6002         * lily/music.cc: generic compress(), transpose() functions. Remove
6003         others.
6004
6005         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6006         style markup entry.
6007
6008         * lily/parser.yy: all articulations postfix; remove obligatory -
6009         for [,  ) and \!
6010         
6011         * lily/music.cc (to_relative_octave): write generic
6012         to_relative_octave function; various relative cleanups.
6013         Hmmm.
6014
6015         * lily/scm-option.cc: add options new-relative and old-relative
6016
6017         * po/sv.po: new po file.
6018
6019         * Documentation/user/refman.itely (Dynamics): website
6020         fixes. (should backport!)
6021
6022 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6023
6024         * make/lilypond.mandrake.spec.in: declare version only once.
6025
6026 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6027
6028         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6029         meaning for now.
6030
6031 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6032
6033         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6034
6035         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6036
6037         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6038
6039         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6040
6041         * lily/music.cc (var): add ly:music-transpose function.
6042
6043         * lily/parser.yy (pre_events): remove prefix articulations.
6044
6045         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6046
6047         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6048
6049         * Documentation/user/refman.itely (Text markup): add comment about
6050         markup in header.
6051
6052 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6053
6054         * lily/paper-outputter.cc (write_header_fields_to_file): 
6055         only dump value if it is a string.
6056
6057         * flower/include/dictionary.hh: remove.
6058         
6059         * Documentation/ChangeLog-1.5: add back old log.
6060
6061         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6062         .pfas from a .deb.
6063
6064 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6065
6066         * Documentation/bibliography/engraving.bib: add entry for
6067         Jaschinski's Notation
6068
6069 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6070
6071         * Documentation/user/refman.itely (Beaming): add note about
6072         allowBeamBreak
6073
6074 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6075
6076         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6077         GregorianTranscription contexts
6078
6079         * ly/engraver-init.ly: vaticana contexts: minor fixes
6080
6081         * Documentation/user/refman.itely (Ancient notation): added note
6082         on appendix length bug
6083
6084         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6085         input/test/vaticana.ly: use vaticana contexts; small fixes
6086
6087 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6088
6089         * flower/hash.cc: Remove.
6090
6091         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6092         to (nonexistent?) hash_func_ identifier.
6093
6094         * python/midi.c (midi_error, midi_warning): Use char const* for
6095         __FUNCTION__ argument.
6096
6097         * python/gettext.py: Remove.  We already require python 2.1, which
6098         includes gettext.py.
6099
6100         * configure.in: Require python 2.1, as INSTALL.texi says.
6101         it.
6102
6103         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6104         versions 1.50 and 1.75.  Remove note about lexer patch.
6105
6106 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6107
6108         * Documentation/topdocs/INSTALL.texi: Update type1 font
6109         description to actual situation.  Add comment about new font ball
6110         layout.
6111
6112         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6113         in $LILYPONDPREFIX suffices for installation.
6114
6115 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6116
6117         * debian/control (Build-Depends): Add flex-old as alternative to
6118         flex.  Deprecate bison 1.75.
6119
6120 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6121
6122         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6123         Vaticana contexts
6124
6125         * Documentation/user/refman.itely (Ancient notation): documented
6126         some bugs; tiny fixes; added docu on Vaticana contexts
6127
6128         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6129         scripts
6130
6131 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6132
6133         * Documentation/user/refman.itely (Ancient notation): added some
6134         introductory words; added section on ancient time signatures;
6135         added some @seealso and @refcommands; small fixes and
6136         beautifications
6137
6138 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6139
6140         * input/regression/note-head-style.ly: many fixes and updates
6141
6142         * Documentation/user/refman.itely: added small sections on ancient
6143         accidentals, rests and flags; revised ancient note head section;
6144         small wording/spelling fixes
6145
6146         * input/test/rests.ly: layout fixes
6147
6148 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6149
6150         * input/puer-fragment.ly: bugfix: central C position of do clef
6151
6152         * ly/gregorian-init.ly: workaround: add small padding space before
6153         divisiones (the correct fix would be the spacing engine to handle
6154         this)
6155
6156 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6157
6158         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6159         cue-notes.ly: minor fixes.
6160
6161 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6162
6163         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6164         input/test/custos-style.ly
6165
6166         * Documentation/index.html.in: bugfix: link to Tutorial.html
6167
6168         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6169         to neumes; bugfix: "et": epiphonus, not just a simple pes
6170
6171 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6172
6173         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6174
6175         * lilypond.words: add new features: markup, column, center, \[ \].
6176         
6177 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6178
6179         * Documentation/topdocs/NEWS.texi, DEDICATION,
6180         stepmake/bin/add-html-footer.py
6181         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6182         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6183         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6184         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6185         added (only) after a sentence which is complete; if the sentence is 
6186         not ended a comma `,' or nothing is used. fix also spaces.
6187
6188 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6189
6190         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6191         requirements to plain 1.6.
6192
6193         * buildscripts/mutopia-index.py (read_lilypond_header): update
6194         mutopia-index.py to 1.4 syntax [sic]
6195
6196 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6197
6198         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6199
6200 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6201
6202         * Documentation/index.html.in: url for regression pdf
6203
6204         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6205
6206         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6207
6208         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6209
6210         * VERSION: 1.8.0 released
6211         
6212         * GNUmakefile.in (local-WWW-post): footify build fix.
6213
6214         * configure.in: require GUILE 1.6.4
6215
6216         * Documentation/user/GNUmakefile: don't copy *.png for
6217         lilypond-internals
6218
6219         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6220         local-WWW-post target.
6221         (rsync-web): add rsync-web target
6222
6223         * Documentation/user/introduction.itely (Music notation and
6224         engraving): add neume example
6225
6226         * input/puer-fragment.ly (cantus): add puer-fragment
6227
6228 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6229
6230         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6231         to notes, so that equalizer is actualy being used.
6232
6233         * scm/midi.scm (instrument-equalizer-alist):
6234         (absolute-volume-alist): Define public, so that user can copy or
6235         override.
6236
6237         * lily/key-performer.cc (create_audio_elements): Check for minor
6238         key.  Only if key is minor, set MIDI key to minor.
6239
6240 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6241
6242         * Documentation/user/refman.itely (Hiding staffs): fixes.
6243
6244         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6245
6246         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6247         vertical extents to deal with Hara kiri correctly.
6248
6249         * input/regression/hara-kiri-short.ly: remove
6250
6251         * input/regression/hara-kiri-pianostaff.ly: update test.
6252
6253         * Documentation/user/*.tely: remove WEBTITLE
6254
6255         * scm/output-tex.scm (comment): idem.
6256
6257         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6258
6259         * scm/music-functions.scm (make-lyric-event): new function
6260
6261         * scm/lily.scm (lilypond-version): new function
6262
6263         * input/test/version-output.ly: new file.
6264
6265         * Documentation/user/lilypond.tely: add version number to
6266         front-page.
6267
6268 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6269
6270         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6271
6272 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6273
6274         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6275
6276         * Documentation/user/refman.itely (Hiding staffs): rename node.
6277
6278 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6279
6280         * input/regression/new-markup-syntax.ly (texidoc): remove
6281         molecule-callback override.
6282
6283 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6284
6285         * input/les-nereides.ly: Mark tweaks with %tweak.
6286
6287         * Debian patch, see debian/changelog (Anthony Fok).
6288
6289 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6290
6291         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6292         problem.
6293
6294 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6295
6296         * Documentation/user/refman.itely (Text markup): Fix language bug.
6297
6298 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6299
6300         * input/* : postfix syntax fixes.
6301
6302         * Documentation/user/refman.itely (Text markup): add note about
6303         raise/lower with ^ or _ .
6304         
6305         * po/fi.po: fix \\apply strings.
6306
6307         * lily/parser.yy (open_event): warn for prefix articulations.
6308
6309 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6310
6311         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6312         fix also on parmesan font.
6313
6314 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6315
6316         * VERSION 1.7.30 released
6317         
6318         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6319
6320         * buildscripts/mutopia-index.py (headertext): rewording
6321
6322 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6323
6324         * scm/new-markup.scm (strut-markup): new markup function.
6325
6326         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6327         space also when no accidental is there.
6328
6329 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6330
6331         * input/les-nereides.ly: Updates.
6332
6333 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6334
6335         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6336         which repeats the tag insertion selected from "Insert tag" menu.
6337
6338 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6339
6340         * lily/all-font-metrics.cc (find_font): load AFM files first only
6341         for feta fonts. This fixes problems with TeXlive and other TeX
6342         distros that include AFM files for the CM fonts. 
6343
6344         * scm/font.scm (qualifiers-to-font-name): remove.
6345
6346         * lily/paper-def.cc: remove get_var.
6347
6348         * input/trip.ly: remove file.
6349         
6350         * input/regression/spacing-note-flags.ly (raggedright): remove
6351         stafflinethickness
6352
6353         * input/les-nereides.ly: update to new syntax, cleanups.
6354
6355 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6356
6357         * Documentation/user/refman.itely: Clarify shortest-note problem
6358         of autobeamer.
6359
6360 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6361
6362         * lilypond-mode.el: Add each word to regexps only once.
6363
6364         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6365         is based on the syntax definitions in lilypond.words. Remove all 
6366         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6367         LilyPond->Insert menu is generated by the entries in lilypond.words 
6368         to which have been given a syntax definition.
6369
6370         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6371         \notes, \relative, \score, \simultaneous, \transpose.
6372
6373         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6374
6375         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6376         
6377         * lilypond-mode.el: add menu keywords separately.
6378
6379         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6380
6381 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6382
6383         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6384         current ugly installation method for PFA fonts.
6385
6386 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6387
6388         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6389         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
6390
6391         * Documentation/user/music-glossary.tely: update legato.
6392
6393 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6394
6395         * lexer-gcc-3.0.patch: Remove.
6396
6397         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
6398
6399 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6400
6401         * debian/rules (binary-arch): remove NEWS.
6402
6403 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
6404
6405         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
6406         stepmake/bin{ many }: polish the `--help's of different scripts;
6407         model taken from the core-utils of Linux.
6408
6409         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
6410
6411 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6412
6413         * flower/parse-afm.cc (parseCharMetrics): add warnings.
6414
6415         * flower/libc-extension.cc: idem.
6416
6417         * flower/include/libc-extension.hh: protect against isinf macros.
6418
6419 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
6420
6421         * { many }: Use two uppercase letters in LilyPond.
6422
6423         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
6424
6425         * VERSION: 1.7.29 released.
6426         
6427 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6428
6429         * lily/tie.cc: add TODO comment.
6430
6431         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
6432
6433         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
6434         linejoins and linecaps. This fixes problems with occasional spikes
6435         on slur/tie endings.
6436         
6437         * input/regression/font-name.ly: don't use PS fonts for
6438         compatibility reasons. 
6439
6440         * mutopia/claop.py (accents): update to 1.8
6441
6442         * Documentation/user/music-glossary.tely (Top): remove 13pt.
6443
6444         * Documentation/user/macros.itexi: don't color glossary links.
6445
6446         * Documentation/user/invoking.itexi (Error messages): new section
6447
6448 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6449
6450         * input/regression/font-name.ly: add file.
6451
6452         * scm/document-backend.scm (grob-doc): remove <hr> from
6453         lilypond-internals
6454
6455         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
6456         reqd version to 1.6.4 
6457
6458         * lily/font-interface.cc (get_font): bugfix: take font-name from
6459         alist chain too. This fixes font-name override for \markup.
6460
6461 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6462
6463         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
6464
6465         * input/test/polymetric-differing-notes.ly: Compile fix.
6466
6467 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
6468
6469         * Documentation/user/refman.itely: fixed typo
6470
6471         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
6472         before flexa
6473
6474 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6475
6476         * input/test/{ many }: search & fix some typos.
6477
6478 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6479
6480         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
6481         images.
6482
6483         * scm/music-functions.scm (make-voice-props-set): set Script /
6484         TextScript dir for polyphony too.
6485
6486         * scm/define-grobs.scm (all-grob-descriptions): decrease space
6487         before clef.
6488
6489         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
6490
6491 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
6492
6493         * Documentation/user/refman.itely (Percussion): Small
6494         clarifications and fixes.
6495
6496         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
6497         threads. This fixes different heads playing simultaneously.
6498
6499 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6500
6501         * Documentation/user/{ many }: increase readability (read through 
6502         User manual from `one big page').
6503
6504 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6505
6506         * input/test/polymetric-differing-notes.ly: add example with
6507         disparate note values.
6508
6509         * input/test/polymetric.ly: rename from poly-metric
6510
6511         * scripts/ly2dvi.py (include_path): bugfix: use outbase
6512         iso. outname.
6513
6514         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
6515         G-clef bbox to real char extents. This fixes the G-clef being
6516         offset too much to the right.
6517         document perc clef offset.
6518
6519         WARNING: FONT CHANGED.
6520
6521         * Documentation/user/tutorial.itely (Tutorial): move menu.
6522
6523 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6524
6525         * buildscripts/lilypond-profile.sh (Error): trim error message.
6526
6527         * Documentation/user/invoking.itexi (Invoking the lilypond
6528         binary): add note about path.
6529
6530         * Documentation/user/macros.itexi: add @c at EOL, hopefully
6531         suppresses superfluous spaces.
6532
6533 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6534
6535         * buildscripts/lilypond-profile.sh: Add documentation to error
6536         message.
6537
6538         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
6539
6540 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6541
6542         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
6543         <mike@ossmann.com>)
6544
6545         * Documentation/bibliography/computer-notation.bib (pages): prune
6546         unscientific language.
6547
6548         * Documentation/user/GNUmakefile: copy unsplit file to
6549         lilypond.html (idem for lilypond-internals).
6550
6551         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
6552
6553         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
6554
6555         * python/lilylib.py (lilypond_version): 2.1 proof version check.
6556
6557         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
6558         fix.
6559         
6560 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
6561
6562         * Documentation/user/{ various }: bind text snippets with their
6563         examples, e.g. by punctuation: This is an example.
6564
6565 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6566
6567         * ly/performer-init.ly (VoiceContext): Typos.
6568
6569         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
6570         builds, leave final-install to toplevel srcdir makefile.
6571
6572         * make/srcdir.make.in (install): New target.
6573
6574 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6575
6576         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
6577         This fixes core dump on MIDI output (Simon Weatherill).
6578
6579         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
6580         on local-WWW-post.
6581
6582 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6583
6584         * make/lilypond.redhat.spec.in: add dvips to reqs.
6585
6586 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6587
6588         * make/srcdir.make.in (web): Add special web target.
6589
6590         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
6591         from inner $(LOOP).
6592
6593         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
6594
6595         * stepmake/stepmake/generic-targets.make (www-targets-help):
6596         * GNUmakefile.in (web-install): Install in $(webdir).
6597
6598         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
6599
6600         * cygwin/changelog: 
6601         * cygwin/mknetrel: Update.
6602
6603         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
6604         (html-doc): Remove (use: web).
6605
6606         * stepmake/stepmake/script-rules.make: 
6607         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
6608         Fix $(config_make) dependencies for srcdir build.
6609
6610         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
6611         target for srcdir build.
6612
6613         * stepmake/make/stepmake.make: 
6614         * make/srcdir.make.in: 
6615         * GNUmakefile.in:
6616         * make/stepmake.make (config_make): Rename variable (was:
6617         configuration).
6618
6619 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6620
6621         * Documentation/user/internals.itely (Manipulating music
6622         expressions): run lilypond on example too.
6623
6624         * flower/include/libc-extension.hh: move lrint define to
6625         header. bugfix.
6626         
6627 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6628
6629         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
6630         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
6631         do we recurse whole tree?).
6632
6633         * GNUmakefile.in (html-doc): Resurrect.
6634
6635         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
6636         obsolete $(package-icon) dependency.
6637
6638 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6639
6640         * Documentation/user/refman.itely (Automatic staff changes):
6641         add seealso 
6642
6643         * Documentation/index.html.in: link to bigpage.
6644
6645         * Documentation/user/tutorial.itely (Tutorial): streamline.
6646
6647         * Documentation/index.html.in: url typo.
6648
6649         * VERSION (PACKAGE_NAME): release 1.7.28
6650
6651         * python/lilylib.py (error_log): remove '/' from name.
6652
6653         * input/regression/pedal.ly: remove; dups input/test/
6654         
6655         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
6656
6657         * Documentation/index.html.in: python style doco index.
6658
6659         * Documentation/{footer,header}.html.in (src): remove, 
6660
6661         * Documentation/pictures: remove all but lelie-logo.xpm.
6662
6663         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
6664         before running makeinfo.
6665
6666         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
6667         @code{}
6668
6669 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6670
6671         * input/test/bar-number-regular-interval.ly: rename.
6672
6673         * Documentation/user/*: various fixes. 
6674
6675 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
6676
6677         * Documentation/{ many }: polish for update-all-menus. typos.
6678
6679         * po/fi.po: fixes.
6680
6681         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
6682
6683         * buildscripts/mutopia-index.py: polish.
6684
6685         * input/regression/{ many }, input/test{ many }: polish texidocs.
6686
6687 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6688
6689         * scripts/convert-ly.py (FatalConversionError.conv): rule for
6690         pedal-style
6691
6692         * lily/text-spanner.cc (brew_molecule): use bracket-flare
6693         iso. edge-widen.
6694
6695         * lily/piano-pedal-engraver.cc (process_music): change from
6696         process_acknowledged ()
6697
6698         * lily/piano-pedal-bracket.cc: new file. Change
6699         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
6700         cleaned up.
6701
6702         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
6703
6704         * input/regression/tuplets.ly (texidoc): rename file.
6705
6706         * po/fr.po: update
6707
6708         * buildscripts/lilypond-profile.sh: error message if script is not
6709         sourced.
6710
6711         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
6712         bracket-flare
6713         (make_bracket): simplify code.
6714
6715         * lily/parser.yy (verbose_command_req): catch typos in \key scale
6716         argument.
6717
6718         * python/lilylib.py (lilypond_version_check): new function
6719
6720         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
6721
6722         * scripts/ly2dvi.py (run_lilypond): add version check.
6723
6724         * scripts/lilypond-book.py (option_definitions): typo
6725
6726         * scripts/ly2dvi.py (include_path): typo
6727
6728         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
6729
6730         * lily/parse-scm.cc (parse_handler): typo
6731
6732         * Documentation/user/macros.itexi: use @heading for headings.
6733
6734         * Documentation/user/refman.itely: updates, fixes.
6735
6736 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
6737
6738         * po/fi.po: add Finnish translations. fixes.
6739
6740         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
6741
6742         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
6743         from lily/glissando-engraver.cc.
6744
6745 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6746
6747         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
6748         for non-first _broken_ bracket.
6749
6750         * Documentation/user/refman.itely: corrections.
6751
6752 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6753
6754         * lily/new-fingering-engraver.cc (position_scripts): add heads to
6755         support of the fingerings.
6756
6757         * po/fr.po: French translation update.
6758
6759         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
6760         strings.
6761
6762 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6763
6764         * Documentation/user/introduction.itely: Small fixes.
6765
6766 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
6767
6768         * Documentation/topdocs/AUTHORS.texi: polish.
6769
6770 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6771
6772         * Documentation/user/introduction.itely: revise
6773
6774         * Documentation/user/tutorial.itely: reorganise.
6775
6776         * Documentation/topdocs/index.tely: remove.
6777
6778         * Documentation/header.html.in: prune.
6779
6780         * GNUmakefile.in: clean up web building.
6781
6782         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
6783         target.
6784
6785 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
6786
6787         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
6788
6789         * lilypond-mode.el: turn on blink-matching-paren.
6790
6791 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6792
6793         * scm/output-sodipodi.scm (svg-header): Fix typo.
6794
6795 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6796
6797         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
6798         fixes a security hole.
6799
6800         * scripts/lilypond-book.py (original_dir): remove temp_dir
6801
6802         * scm/document-translation.scm: use @code tags.
6803
6804 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
6805
6806         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
6807
6808         * lilypond-mode.el: add a buffer-local post-command-hook to set
6809         context dependent syntax-table after each cursor event. Remove old
6810         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
6811
6812         * lilypond-indent.el: update comments.
6813
6814         * Documentation/footer.html.in: add period.
6815
6816 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6817
6818         * make/lilypond.redhat.spec.in (Group): don't strip binary.
6819
6820         * scm/document-translation.scm (document-property-operation): add
6821         @code{} tags.
6822
6823         * VERSION (PACKAGE_NAME): release 1.7.27
6824
6825         * config.make.in: add PAPER variable
6826
6827         * buildscripts/new-chords.py (help): add help text
6828
6829         * Documentation/user/introduction.itely (Typography and program
6830         architecture):  fixes.
6831
6832         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
6833         for texinfo and dvips. This fixes problems with PDF output of the
6834         wrong size.
6835
6836         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
6837         DVIPS_PAPERSIZE variable
6838
6839         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
6840         TEXINFO_PAPERSIZE variable 
6841
6842 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6843
6844         * mf/feta-macros.mf: whoops: only draw lines for test situations.
6845
6846         * mf/feta-toevallig.mf: lowres fixes.
6847
6848 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6849
6850         * NEWS: Typo and fill-paragraph fixes.
6851
6852         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
6853         cast #define.
6854
6855         * configure.in: 
6856         * config.hh.in: Check for lrint.
6857
6858 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6859
6860         * VERSION: 1.7.26 released
6861
6862         * lily/separation-item.cc: add padding property.
6863
6864         * input/test/*.ly: various fixes, remove solo-a2.ly
6865
6866         * scm/new-markup.scm (brew-new-markup-molecule): arg order
6867         bugfix. Fixes old-style markup compatibility.
6868
6869         * Documentation/user/introduction.itely (Introduction): historical
6870         elucidations
6871
6872         * Documentation/user/music-glossary.tely (Top): linewidth fix.
6873
6874         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
6875
6876         * Documentation/index.texi (Top): cleanup.
6877
6878         * Documentation/user/introduction.itely (Introduction): rewrite
6879         introduction, 
6880         (Music notation and  engraving): about notation. Add flat-picture
6881
6882 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6883
6884         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
6885         separation items. This keeps lyrics from bumping into each other.
6886
6887 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6888
6889         * GNUmakefile.in (topdocs-web): New target.
6890         (local-web): Depend on topdocs-web; fixes html-doc.
6891
6892 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6893
6894         * po/lilypond.pot: run po-replace
6895
6896         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
6897
6898         * scm/drums.scm (reset-drum-kit): new function.
6899
6900         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
6901
6902         * scripts/update-lily.py: remove
6903         
6904         * VERSION: release 1.7.25
6905         
6906         * Documentation/user/introduction.itely (Introduction): rewrite
6907         start of introduction.
6908
6909 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
6910
6911         * lily/all-font-metrics.cc: fixed typo
6912
6913 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
6914
6915         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
6916         LilyPond-mode-context-set-syntax-table): new functions to define
6917         the syntax table according to context.
6918
6919         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
6920
6921 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6922
6923         * Documentation/user/refman.itely (Figured bass): 
6924         language nit courtesy http://www.vocabula.com
6925
6926         * GNUmakefile.in: remove no kpathsea hack.
6927
6928         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
6929         doco.
6930
6931         * GNUmakefile.in: remove web-doc target.
6932
6933         * lily/all-font-metrics.cc (find_afm): add message about
6934         buildscripts/clean-fonts.sh 
6935
6936         * scm/define-music-properties.scm (figure): use string for 'figure
6937
6938         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
6939
6940         * input/regression/ : add raggedright = ##t where applicable. 
6941         
6942         * scm/bass-figure.scm (make-bass-figure-markup): add
6943         alignBassFigureAccidentals property.
6944
6945         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
6946         bracket.
6947
6948         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
6949         syllables widths into account for minimum-length.
6950
6951         * input/test/staff-container.ly: update file
6952
6953         * input/test/stem.ly: remove
6954
6955         * lily/event.cc (LY_DEFINE): add ly: prefix.
6956
6957         * input/test/clef-manual-control.ly: from manual-clef
6958
6959         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
6960
6961         * input/test/different-time-signatures.ly: move to poly-metric.ly
6962
6963         * input/test/hara-kiri*,scales.ly: remove
6964         
6965         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
6966         with chord-names-jazz.ly)
6967
6968         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
6969         get scalable cm fonts too.
6970
6971         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
6972         --encoding for mftrace if present.
6973
6974         * input/regression/slur-area.ly: move from test/
6975
6976         * input/test/: remove simple-slur-endings slur-attachment
6977         slur-broken-cross-staff slur-broken.ly slur-damping.ly
6978         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
6979         slur-symmetry slur-symmetry tie-broken.ly
6980
6981         * scm/drums.scm (set-drum-kit): add function.
6982
6983         * Documentation/user/refman.itely (Percussion staves): use
6984         set-drum-kit
6985
6986         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
6987         too
6988         (Global_measure.set_timesig): handle 3/8 time sig too.
6989
6990         * scm/output-lib.scm (note-head-style->attachment-coordinates):
6991         note about triangle note heads.
6992
6993         * scm/drums.scm: use alist for instrument-settings. This fixes the
6994         bug with assigning to drums in the .ly file.
6995
6996         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
6997         CHANGED.
6998
6999         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7000         cluster-beacon-interface
7001
7002         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7003
7004         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7005
7006         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7007
7008         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7009         to get positions.
7010
7011         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7012         make ClusterSpannerBeacon to record Y positions. This removes the
7013         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7014         make cluster-note-events.
7015
7016 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7017
7018         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7019
7020         * configure.in: Use lily/main.cc as identifying source file.
7021
7022         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7023
7024         * config.hh.in: 
7025         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7026
7027         * configure.in: Require PYTHON >= 2.0.
7028
7029         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7030           $PYTHON for include dir location.
7031         (STEPMAKE_PYTHON): New function.  Use
7032         
7033             PYTHON=foo ./configure
7034
7035           to override.
7036
7037 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7038
7039         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7040         something.
7041
7042         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7043         ftp.lilypond.org everywhere.
7044
7045 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7046
7047         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7048         detected.
7049
7050         * Documentation/user/refman.itely (Grace notes): note on explicit
7051         contexts
7052
7053 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7054
7055         * lilypond-font-lock.el: add a comment about LilyPond specific
7056         escape characters: ^, - and _, in the syntax table.
7057
7058         * Documentation/user/appendices.itely: a majuscule fix.
7059
7060 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7061
7062         * input/test/trills.ly (endHorizScript): fixes.
7063
7064         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7065         notation, move from regression.
7066
7067         * input/test/script-stack.ly: change name from stacked-scripts
7068
7069         * input/test/ossia.ly: octave errors.
7070
7071         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7072         for midi-volume-equaliser
7073
7074 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7075
7076         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7077         cm fonts.
7078
7079         * mf/feta-beugel.mf: don't multiply font_count by 10.
7080
7081         * lily/lookup.cc (horizontal_line): new function. Use
7082         horizontal-line in output backends.
7083
7084         * Documentation/user/tutorial.itely (An orchestral part): new
7085         section on orchestral stuff and identifiers.
7086
7087 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7088
7089         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7090         some interference to other modes.
7091
7092 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7093
7094         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7095         not maximum of spacing wishes in polyphonic situations.
7096
7097         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7098         number
7099
7100         * lilypond-indent.el: remove paren matching. 
7101
7102         * lily/text-item.cc (interpret_new_markup): new function
7103         use iso. text2molecule.
7104
7105         * lily/main.cc (notice): change FSF address 
7106
7107         * po/de.po: update PO file to 1.6.
7108
7109 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7110
7111         * Documentation/user/ {many}: Add periods and remove spaces.
7112         
7113 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7114
7115         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7116         Disable buffer-locally default paren hook and make a new one. 
7117
7118         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7119         locally LilyPond-paren-mode. Add todo for mouse double-click.
7120
7121 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7122
7123         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7124         Disable buffer-locally default paren idle timer and make a new one. 
7125
7126         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7127         locally LilyPond-show-paren-mode. Add to menu a toggle for
7128         LilyPond-show-paren-function.
7129
7130 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7131
7132         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7133
7134 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7135
7136         * Documentation/user/refman.itely: spelling fix.
7137
7138         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7139         paren highlight function definitions. add todo for
7140         LilyPond-show-paren-mode.
7141
7142 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7143
7144         * input/template/jazz-combo.ly: new file.
7145
7146 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7147
7148         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7149         lo-res fixes.
7150
7151         * mf/feta-schrift.mf: bugfix in varcoda sign.
7152         WARNING: FONT CHANGED
7153
7154         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7155         in accordance with lexer.ll.   
7156
7157 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7158
7159         * Documentation/user/tutorial.itely: Edit introduction.
7160
7161 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7162
7163         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7164         ly:grob-staff-position
7165
7166 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7167
7168         * scm/to-xml.scm: import srfi-1
7169
7170         * VERSION (MAJOR_VERSION):  release 1.7.24
7171
7172         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7173
7174         * scripts/lilypond-book.py (do_file): put texidoc before image.
7175         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7176
7177         * input/regression/*.ly: fix snippet octaves 
7178
7179         * input/test/spanner-after-break-tweak.ly: import
7180         broken-spanner-adjustment
7181
7182         * input/no-notation/midi-transposing.ly: move from input/test/
7183
7184         * input/test/: remove chord-markup
7185
7186         * input/regression/instrument-name-partial.ly: move from input/test.
7187
7188         * input/test/vertical-text.ly: remove
7189
7190         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7191         space above lyrics lines.
7192
7193         * input/test/uniform-breaking.ly: remove file.
7194
7195         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7196         uniform spacing density. 
7197
7198         * input/test/chords.ly (keys): remove file.
7199
7200         * scm/documentation-lib.scm (oop): use srfi-1 too.
7201
7202         * input/regression/*.ly: add \version
7203
7204         * Documentation/user/*.itely: various fixes.
7205
7206         * buildscripts/mf-to-table.py (base): break table every three
7207         symbols.
7208
7209         * input/:  remove %% new-chords-done %% .
7210
7211         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7212         os-music.ly
7213         
7214 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7215
7216         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7217
7218         * scm/new-markup.scm (box-markup): new function.
7219         (box-markup): new function. Contributed by Dick Schoeller
7220         <schoeller@attbi.com>
7221
7222         * scm/lily.scm: remove reduce-no-unit 
7223         (list-insert-separator): use fold-right
7224
7225         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7226         of arguments. 
7227
7228         * NEWS: more neutral language for ancient notation 
7229
7230         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7231         inside pointing beaming for chord tremolo.
7232
7233         * Documentation/user/lilypond-book.itely: minor editing
7234
7235 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7236
7237         * NEWS: added news for 1.8 regarding ancient notation
7238
7239         * Documentation/user/refman.itely (Gregorian square neumes
7240         ligatures): fixed typo
7241
7242         * lily/vaticana-ligature-engraver.cc,
7243         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7244         lower/upper head of Pes only when heads are stacked
7245
7246         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7247         scm/define-grob-properties.scm: cleanup: make "join-left" a
7248         boolean grob property and save delta pitch in grob property
7249         "delta-pitch" instead
7250
7251         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7252
7253 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7254
7255         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7256         completely borked
7257
7258         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7259         (try_music): bug fix: beam multiplicity was completely borked.
7260
7261         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7262         first-n, butfirst-n in favor of srfi-1 functions.
7263         remove string-join, string-pad in favor of srfi-13 functions.
7264
7265         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7266
7267         * NEWS: use complete sentences.
7268
7269         * Documentation/user/introduction.itely (Example applications):
7270         add note about databases and lilypond-book.
7271
7272         * input/test/volta.ly: remove file
7273
7274         * input/regression/volta-broken-left-edge.ly: simplify file
7275
7276 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7277
7278         * Documentation/user/refman.itely (Constructing a tweak): new
7279         subsection.
7280
7281         * Documentation/user/tutorial.itely (Fine tuning layout): add
7282         common tweaks.
7283
7284         * scm/define-grobs.scm (TextScript): use new brewer.
7285
7286 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7287
7288         * VERSION: release 1.7.23
7289
7290         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7291
7292         * python/lilylib.py (make_ps_images): bugfixes.
7293
7294         * input/regression/volta-multi-staff.ly: new file.
7295
7296         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7297
7298         * Documentation/user/tutorial.itely (Piano staffs): new section.
7299         (Setting variables): new section
7300         (Fine tuning layout): new section
7301
7302         * input/just-friends.ly: remove file. Superseeded by
7303         input/test/chords-without-melody.ly
7304
7305         * ly/property-init.ly: add all commands to refman.
7306
7307         * scm/define-translator-properties.scm: remove
7308         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7309
7310         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7311         name. Underscores botch up PS output.
7312
7313         * scm/define-translator-properties.scm: remove
7314         textNonEmpty, oneBeat, regularSpacingDelta
7315
7316         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7317         rule for automaticBars.
7318
7319         * lily/timing-engraver.cc (start_translation_timestep): change
7320         barNonAuto to automaticBars
7321
7322 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7323
7324         * input/test/perform-tie.ly: delete file.
7325
7326 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7327
7328         * Documentation/user/refman.itely (Gregorian square neumes
7329         ligatures): bugfix: do not show ledger lines in neumes table
7330         (fixed by setting staff symbol to transparent rather than removing
7331         it from staff context)
7332
7333 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7334
7335         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7336         glue into brew-new-markup-molecule.
7337
7338         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7339
7340         * Documentation/user/introduction.itely (Computerized typography):
7341         new section
7342
7343         * Documentation/user/tutorial.itely (An orchestral part): remove
7344         pc example from tutorial.
7345
7346         * input/tutorial/lilbook.tex: use screech-boink
7347
7348         * scripts/lilypond-book.py (compile_all_files): split formatting
7349         output body and scheduling lilypond compilation.
7350         (format_lilypond_output_bodies): new function
7351         (format_lilypond_block): new function
7352         (html_pages): allow multi-page images in HTML
7353
7354         * python/lilylib.py (make_ps_images): rename function from
7355         make_preview, merge with make_page_images
7356
7357 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7358
7359         * input/test/key-clefs.ly: moved to regression.
7360
7361         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7362
7363         * input/no-notation/README: added note about midi-*.ly files.
7364
7365         * input/test/two-key.ly: moved to no-notation/parse5.ly
7366
7367         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7368         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7369
7370         * input/test/ {various}: modified comments, marked some for deletion.
7371
7372         * input/test/lines.ly: deleted file; duplicate of
7373         embedded-postscript.ly
7374
7375         * input/test/mmrest-collision: moved to regression.
7376
7377 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7378
7379         * scm/chord-name.scm (note-name->markup): don't superscript root
7380         alterations in chordnames.
7381
7382 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7383
7384         * Documentation/user/refman.itely (Multi measure rests): more
7385         index/cross-referencing.
7386
7387         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7388
7389         * scm/font.scm: remove properties-to-font-name code.
7390
7391         * scm/define-grob-properties.scm: remove 'type
7392
7393         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
7394         conversion
7395
7396         * lily/text-spanner.cc: change 'type grob prop to 'style 
7397
7398         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
7399         "first" flag to decide whether to make a start-repeat
7400
7401         * input/regression/grace-volta-repeat-2.ly: new file.
7402
7403 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7404
7405         * lilypond-indent.el: rename generic functions to LilyPond-*
7406
7407 2003-06-22  Graham Percival  <gperlist@shaw.ca>
7408
7409         * input/test/thumb.ly: delete, merged into refman.
7410
7411         * Documentation/user/refman.itely: added thumb info to Fingering.
7412
7413         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
7414         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
7415         vertical-align.ly : deleted files.
7416
7417 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7418
7419         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
7420
7421         * lily/line-spanner.cc (broken_trend_offset): remove function.
7422         (get_broken_offset): idem.
7423         (brew_molecule): rewrite the line-break case.
7424
7425         * input/regression/follow-voice-break.ly:  new file.
7426
7427         * lily/line-spanner.cc (after_line_breaking): remove lines at the
7428         start of a system.
7429
7430 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7431
7432         * input/test/tuplet-rest.ly: moved to regression.
7433
7434         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
7435         deleted file.
7436
7437         * input/test/ {many} : marked file for possible deletion.
7438
7439 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7440
7441         * input/regression/beam-funky.ly: add note about (disputed)
7442         correct beaming.
7443
7444         * ly/engraver-init.ly (ScoreContext): put key-signature after
7445         staff-bar
7446         
7447 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7448
7449         * input/test/ broken.ly lyric-phrasing.ly: deleted.
7450
7451         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
7452
7453         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
7454
7455         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
7456         stem-extend was deleted (it was duplicate example, and not as
7457         good).
7458
7459         * input/test/[s-z]*.ly: add texidoc index.
7460
7461 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7462
7463         * lily/slur.cc (get_boundary_notecolumn_y): change name from
7464         get_first_notecolumn_y
7465
7466         * lily/spanner.cc (broken_spanner_index): new function.
7467
7468 2003-06-19  Graham Percival  <gperlist@shaw.ca>
7469
7470         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
7471         lyric-hyphen.ly : moved to regression.
7472
7473         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
7474         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
7475
7476         * input/test/instrument-name-mmrest.ly: moved to
7477         ../regression/multi-measure-rest-instr-name.ly
7478
7479         * input/test/knee-sym.ly: moved to
7480         ../regression/beam-knee-symmetry.ly.
7481
7482         * input/test/hymn.ly: change comments.
7483
7484         * input/test/[p-r]*.ly: add texidoc index.
7485
7486 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7487
7488         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
7489         to postfix syntax
7490         
7491         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
7492         syntax.
7493
7494         * VERSION: release 1.7.22
7495
7496 2003-06-18  Graham Percival  <gperlist@shaw.ca>
7497
7498         * input/test/[h-k]*.ly: added texidoc index.
7499
7500         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
7501
7502         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
7503
7504         * input/test/ various : mark files for deletion or moving to
7505         regression.
7506
7507         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
7508
7509         * input/test/[l-o]*.ly: added texidoc index.
7510
7511 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7512
7513         * scm/music-functions.scm (make-ottava-set): 
7514         only do ottavation if centralCPosition is set.
7515
7516         * lily/translator-scheme.cc (ly:context-property-where-defined):
7517         return '() if not found.
7518
7519 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
7520
7521         * lilypond-mode.el (LilyPond-un-comment-region): removed.
7522         Use one command for both commenting and uncommenting.
7523
7524         * lilypond-indent.el (LilyPond-comment-region): new function,
7525         (un)comments each line separately.
7526
7527         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
7528         
7529         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
7530         imenu is not added by default; adapted from f90.el,
7531         makes Help-menu, which does not fit, visible in XEmacs.
7532         
7533 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
7534
7535         * lilypond-mode.el: Set show-paren-mode local; minor-mode
7536         show-paren-mode sets blink-matching-paren-on-screen local.
7537         Try to make show-paren-function to paren-highlight local.
7538
7539         * lilypond-indent.el (LilyPond-scan-sexps): new function.
7540         Copy definitions of Emacs' show-paren-function and
7541         XEmacs' paren-highlight and make minimal changes;
7542         add comments about locality. 
7543         Fix matching first open-paren-char in '<< .. >>'.
7544
7545 2003-06-16  Graham Percival  <gperlist@shaw.ca>
7546
7547         * input/test/g*: added texidoc index.
7548
7549         * input/test/[a-g]*: added raggedright==#t when it
7550          seemed appropiate.
7551
7552         * input/test/ fake-grace.ly figured-bass.ly : removed file.
7553
7554         * Documentation/topdoc/INSTALL.texi: removed false warnings
7555         about gcc 3.3.
7556
7557 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7558
7559         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
7560
7561         * input/test/chords-without-melody.ly (texidoc): add from
7562         input/just-friends.ly
7563
7564         * input/regression/size{13--26}.ly: move from input/
7565
7566         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
7567         input/{star-spangled-banner,twinkle}.ly: remove 
7568         
7569         * lily/slur.cc: remove slur over rest warnings.
7570
7571         * lily/note-spacing.cc (get_spacing): include left part of right
7572         object in fixed space. This fixes stretched space before
7573         accidentals.
7574
7575         * input/regression/spacing-accidental-stretch.ly: new file.
7576
7577 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
7578
7579         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
7580         Reduce to 16pt.
7581
7582 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7583
7584         * input/regression/spacing-knee.ly: docstring
7585
7586         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
7587
7588         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
7589         input/tutorial/{test,solar,flowing}.ly: remove
7590
7591         * input/rhythm.ly: remove
7592
7593         * input/mutopia/F.Schubert/standchen.ly: update syntax.
7594
7595         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
7596         update syntax. 
7597
7598         * scm/define-grobs.scm (all-grob-descriptions): set
7599         knee-spacing-correction to 1.0
7600
7601         * lily/note-spacing.cc (stem_dir_correction): compute knee
7602         correction using stem-thickness and head width.
7603
7604         * input/regression/beam-quanting-horizontal.ly: update texidoc
7605
7606         * scm/define-grobs.scm (all-grob-descriptions): set
7607         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
7608         This fixes 32nd beams for noteheads in spaces quants.
7609
7610         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
7611
7612 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
7613
7614         * README.mandrake: Change lilypond-extras to lilypond-documentation.
7615
7616 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7617
7618         * input/test/dpncnt.ly,part-combine-score.ly: remove.
7619
7620         * VERSION (PACKAGE_NAME): release 1.7.21
7621
7622         * input/regression/stem-shorten.ly: new file.
7623
7624         * lily/stem.cc (get_default_stem_end_position): revise stem
7625         shortening code.
7626
7627         * input/regression/spacing-multi-tuplet.ly: move from input/test/
7628
7629         * input/test/{scripts,volta-start,sleur}.ly: remove
7630         
7631         * input/regression/span-bar.ly: smaller file.
7632
7633         * input/regression/spacing-{natural,tight,loose}.ly: remove
7634
7635         * input/test/markup.ly: remove
7636
7637         * scripts/lilypond-book.py: put printfilename in separate chunk,
7638         so texidoc is printed after the filename.  
7639
7640 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7641
7642         * make/lilypond.mandrake.spec.in: fix docdirs.
7643
7644 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7645
7646         * input/regression/beam-french.ly: bugfix.
7647
7648         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
7649
7650         * input/regression/(various).ly: add raggedright = #t.
7651
7652         * input/regression/auto-beam.ly: move from abe.ly
7653
7654 2003-06-13  Graham Percival  <gperlist@shaw.ca>
7655
7656         * input/test/f*.ly: added texinfo index.
7657         
7658         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
7659
7660 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7661
7662         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
7663         quant penalty for beam just outside staff.
7664
7665         * input/regression/beam-quanting-horizontal.ly (texidoc): move
7666         from beam-pos.ly,  remove non-horizontal tests. 
7667
7668         * input/test/(various): cleanup header info. 
7669
7670         * input/test/tchaikovsky.ly: remove file.
7671
7672         * scm/chord-generic-names.scm: move from
7673         double-plus-new-chord-name.scm
7674
7675         * input/test/orchestscore.ly: remove file
7676
7677         * Documentation/user/refman.itely (Vocal music): update documentation.
7678
7679         * scm/define-translator-properties.scm (chordNoteNamer): remove
7680         chordNameStyle, use chordNameFunction
7681
7682         * scm/chord-name.scm (set-chord-name-style): remove
7683         set-chord-name-style. Use \property chordNameFunction.
7684
7685 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7686
7687         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
7688         music): remove @TeX{} command.
7689
7690 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7691
7692         * lilypond-indent.el (scan-sexps): Renamed to
7693         aargh-this-breaks-other-emacs-modes-scan-sexps.
7694
7695 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7696
7697         * lilypond-indent.el: Fix: match concurrent one-char opening and 
7698         closing slurs: '()', etc. Add comments.
7699
7700         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
7701
7702         * lilypond-font-lock.el: match unending string at eof.
7703
7704         * make/lilypond.mandrake.spec.in: refreshed packed file list.
7705         
7706 2003-06-10  Graham Percival  <gperlist@shaw.ca>
7707
7708         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
7709         input/test/beam-dir.ly input/test/beam-position.ly    
7710         input/test/beam-suspect.ly input/test/beam-trend.ly    
7711         input/test/beams.ly input/test/crescendo-text.ly : deleted
7712         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
7713         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
7714         * input/test/default-bars.ly: moved to bar-always.ly
7715         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
7716
7717 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7718
7719         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
7720
7721 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7722
7723         * scm/chord-ignatzek-names.scm (remove-step): rename file.
7724
7725 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
7726
7727         * lilypond-indent.el: Match better slurs in scheme expressions.
7728         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
7729
7730         * Documentation/user/invoking.itexi: document Emacs' paren matching.
7731
7732 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7733
7734         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
7735
7736         * input/ac-extra-voice.ly: Add texidoc.
7737
7738         * ly/chord-modifiers-init.ly: 
7739         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
7740         and chordNameExceptionsPartial for new chord names.
7741
7742         * input/test/chord-names-dpnj.ly: 
7743         * input/test/dpncnt.ly: Update.
7744
7745         * scm/chord-name.scm: 
7746         * scm/double-plus-new-chord-name.scm: Add compatibility for new
7747         chord selection and options.
7748
7749         * ly/chord-modifiers-init.ly: Add exceptions 
7750
7751         * scm/define-translator-properties.scm (chordNameStyle) 
7752         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
7753
7754 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
7755
7756         * ly/property-init.ly (germanChords): Added.
7757         (semiGermanChords): Added.
7758         
7759         * input/test/chord-names-german.ly: Use new macros
7760         
7761 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
7762
7763         * lilypond-indent.el: Use similar parenthesis highlighting for 
7764         Emacs and XEmacs through redefinitions of parenthesis highlighting 
7765         functions; removed LilyPond-show-paren-function. Fix indenting.
7766         Turn paren-matching on also in XEmacs.
7767
7768         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
7769         as needed by parenthesis highlighting functions (in scan-sexp).
7770
7771 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7772
7773         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
7774         function.
7775         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
7776
7777 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
7778
7779         * lilypond-indent.el: tune regexp for show-paren-function.
7780
7781 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7782
7783         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
7784         for all LilyPond-produced tex snippets.
7785
7786         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
7787         fixes one line --preview output of ly2dvi.
7788
7789 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
7790
7791         * lilypond-indent.el: match only one type of slurs in
7792         LilyPond-show-paren-function.
7793
7794 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7795
7796         * debian/GNUmakefile (EXTRA_DIST_FILES): 
7797         * debian/lilypond1.7.dirs: 
7798         * debian/lilypond1.7-doc.dirs: New file.
7799
7800         * input/regression/chord-name-exceptions.ly: Add parameter for
7801         ignatzekExceptions.  Quote hash in docstring.
7802
7803 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
7804
7805         * lilypond-indent.el (show-paren-function): define show-paren-function
7806         as LilyPond-blink-matching-open and use it for closing parens.
7807         Let LilyPond-blink-matching-open know whether a bracket was inserted.
7808
7809         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
7810         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
7811         LilyPond-blink-matching-paren in order to match both open and close
7812         brackets.
7813         
7814 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
7815
7816         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
7817         testing by modifying the code from FSF Emacs paren.el. Add comments.
7818
7819 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7820
7821         * input/test/dpncnt.ly: Transpose example to match new
7822         default \chords octave.  Add comment.
7823         
7824         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
7825         comment about octave change.
7826
7827 2003-06-04  Graham Percival  <gperlist@shaw.ca>
7828
7829         * input/test/[d,e]: added texinfo index tags.
7830         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
7831
7832 2003-06-04  Graham Percival  <gperlist@shaw.ca>
7833
7834         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
7835
7836 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
7837
7838         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
7839         as in blink-matching-open.
7840
7841 2003-06-03  Graham Percival  <gperlist@shaw.ca>
7842
7843         * input/test/[a-c]: more comments in files.
7844         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
7845         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
7846         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
7847         mark file for proposed deletion.
7848         * input/test: renaming files:
7849         auto-beam-4-8.ly to beam-auto-4-8.ly
7850         auto-beam-override.ly to beam-auto-override.ly
7851         auto-beam.ly to beam-auto.ly
7852         blank.ly to blank-paper.ly
7853         absolute-volume.ly to dynamic-absolute-volume.ly
7854
7855 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7856
7857         * input/test/dpncnt.ly: 
7858         * input/test/chord-names-dpnj.ly: Resurrect.
7859
7860         * lily/my-lily-lexer.cc: Remove chordnames keyword.
7861
7862         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
7863
7864         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
7865         Better docstring, add parameter OMIT-ROOT, tidy up.
7866
7867 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
7868
7869         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
7870
7871 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7872
7873         * scm/output-ascii-script.scm (as-font-alist-alist):
7874         (as-properties-to-font-name):
7875         (as-make-style-sheet): Remove.
7876
7877         * scm/font.scm (as-make-font-list): New function.
7878         (as-font-sheet-alist): New variable.
7879
7880         * ly/paper-as9-init.ly: 
7881         * ly/paper-as5-init.ly: Update.
7882
7883         * ly/paper-as5.ly:
7884         * ly/paper-as9.ly: New file.
7885
7886 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
7887
7888         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
7889
7890 2003-05-28  Graham Percival  <gperlist@shaw.ca>
7891         * input/sondag-morgen/*: removed due to copyright concerns.
7892         * input/[a,b]*.ly: added a newline at the end of the texinfo
7893         doc string (produces better output in HTML version).
7894         * input/c*.ly: added texinfo index and added comments to
7895         aid in future changes to input/test/ files.
7896
7897 2003-05-28  Graham Percival  <gperlist@shaw.ca>
7898         
7899         * Documentation/user/refman.itely: fixed build problem (missing
7900         file) caused by previous renaming.
7901
7902 2003-05-28  Graham Percival  <gperlist@shaw.ca>
7903         
7904         * input/test/[a,b]*.ly: added texinfo index and added comments to
7905         aid in future changes to input/test/ files.
7906         * input/test/bar-number-every-5-reset.ly: renamed to
7907         bar-number-every-five-reset.ly
7908         * input/test/bar-script-visibility.ly: renamed to
7909         bar-number-show-all.ly
7910
7911 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7912
7913         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
7914         to Voice.
7915
7916         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
7917         out note-line and glissando functionality.
7918         
7919         * lily/line-spanner.cc (brew_molecule): cleanup.
7920
7921 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7922
7923         * scripts/as2text.scm: Use rdelim module.
7924         (start-system): Rename from start-line.
7925         (stop-system): Rename from stop-line.
7926         (af-gulp-file): Use string iso symbol for getenv.
7927
7928         * scm/output-ascii-script.scm: Add guile and lily modules.
7929         (font-name-alist): New variable.
7930         (draw-line): New function.
7931
7932         * scm/output-lib.scm (func, arg->string): Re-add from archive.
7933         (Were these silently removed, without ChangeLog entry?)
7934
7935 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7936
7937         * scm/music-functions.scm (make-ottava-set): bugfixes: also
7938         process 2nd ottava correctly.
7939
7940 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
7941
7942         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
7943
7944 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7945
7946         * Documentation/user/converters.itely (Invoking midi2ly): Update.
7947
7948 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7949
7950         * VERSION: release 1.7.20
7951         
7952         * lily/text-spanner.cc (brew_molecule): clean up function. This
7953         fixes bugs with broken 8va spanners.
7954
7955         * lily/simple-spacer.cc (solve): also compute force for raggedright.
7956         This prevents spurious line-breaks with raggedright
7957         
7958 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7959
7960         * lily/key-performer.cc (create_audio_elements): always use major
7961         key
7962
7963         * Documentation/user/internals.itely: updates
7964
7965         * input/regression/beam-break.ly: new file.
7966
7967         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
7968         beams if starting or terminating stems have 'beaming set.)
7969
7970         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
7971         property.
7972
7973         * lily/parser.yy (verbose_command_req): add comment about scales.
7974
7975 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
7976
7977         * lilypond-indent.el: adjust regexps in bracket-matching.
7978
7979 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
7980
7981         * Documentation/user/refman.itely: more tiny fixes
7982
7983         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
7984         "Chord names"; added table with input syntax for solesmes neumes
7985         table; added some words about rationale on input syntax design
7986
7987         * lily/gregorian-ligature-engraver.cc,
7988         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7989         lily/include/gregorian-ligature.hh: bugfix: horizontal head
7990         alignment of Pes Initio Debilis
7991
7992         * Documentation/user/refman.itely,
7993         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7994         mf/parmesan-heads.mf: fixed most of the head selection/alignment
7995         bugs in the solesmes neumes table
7996
7997 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
7998
7999         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8000         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8001
8002         * lilypond-mode.el: fix tag-score. small improvements.
8003
8004 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8005
8006         * .cvsignore: Add aclocal.m4.
8007
8008         * lily/music-constructor.cc: Include <assert.h>.
8009
8010 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8011
8012         * ly/engraver-init.ly (HaraKiriStaffContext): use
8013         RemoveEmptyStaffContext instead.
8014
8015         * Documentation/user/refman.itely: updates
8016
8017 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8018
8019         * Documentation/user/refman.itely: added solesmes neumes table;
8020         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8021         bugfix: "Ornaments" -> "Articulations"
8022
8023         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8024
8025 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8026
8027         * lilypond-indent.el: Add a message about trying to match \] or \).
8028         
8029 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8030         
8031         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8032         obsolete "arithmetic_*"
8033
8034         * input/bugs/ligatures.ly: removed (will be put into a different
8035         directory later)
8036
8037 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8038
8039         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8040         libkpathsea (Maurizio Tomasi).
8041
8042 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8043
8044         * input/regression/repeat-slash.ly (texidoc): new file
8045
8046         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8047         slash repeats separately. Slash repeats and %
8048         repeats can now be nested.
8049
8050 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8051
8052         * lilypond-indent.el: Add preliminary test for closing \] and \).
8053         
8054 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8055
8056         * lily/gregorian-ligature-engraver.cc,
8057         lily/vaticana-ligature-engraver.cc,
8058         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8059         mf/parmesan-heads.mf: various semivocalis related bugfixes
8060
8061         * input/bugs/ligatures.ly: new file demonstrating problems with
8062         ligatures
8063         
8064 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8065
8066         * lilypond-mode.el,
8067         lilypond-font-lock.el,
8068         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8069
8070 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8071
8072         * lilypond-mode.el: Remove outdated code. Stress the difference 
8073         between Emacs and XEmacs definitions.
8074
8075         * lilypond-mode.el,
8076         lilypond-indent.el: Define a function interactive only when necessary.
8077
8078 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8079
8080         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8081         Use inactive regions also in XEmacs.
8082
8083 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8084
8085         * Documentation/user/refman.itely (Repeat syntax): more updates
8086
8087         * lily/simple-spacer.cc (solve): move solution process into
8088         solve(). This fixes a bug with collisions and raggedright = ##t.
8089  
8090         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8091
8092         * ly/engraver-init.ly: remove GraceContext. Update examples.
8093
8094 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8095
8096         * GNUmakefile.in (fonts): Also make fontball.
8097
8098         * Website fixes:
8099
8100         * ly/engraver-init.ly (GraceContext): Add.
8101
8102         * run:
8103
8104             convert-ly $(find . -name *.ly)
8105
8106         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8107         new chords.
8108
8109 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8110
8111         * VERSION: 1.7.19 released
8112         
8113         * scm/music-functions.scm (set-octavation): new function.
8114
8115         * input/regression/ottava.ly: new file
8116
8117         * lily/translator-scheme.cc (LY_DEFINE): new function
8118         ly:unset-context-property
8119         (LY_DEFINE) new function ly:context-property-where-defined: 
8120
8121 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8122
8123         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8124
8125         * lilypond.words: add few.
8126
8127         * input/test/script-chart.ly: fix typo.
8128
8129 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8130
8131         * scm/define-grobs.scm: uniform naming for definitions and output
8132         routine files. 
8133
8134         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8135         scm/context-description.scm
8136
8137         * lily/parser.yy (translator_spec_body): add \description to the
8138         \translator{} body syntax.
8139
8140         * lily/ottava-engraver.cc: new file.
8141
8142         * scm/chord-name.scm (natural-chord-alteration): replace old
8143         chord stuff. 
8144
8145         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8146
8147         * Documentation/user/refman.itely (Metronome marks): update doco.
8148
8149         * input/regression/markup-note.ly: new file
8150
8151         * input/regression/metronome-marking.ly: new file
8152
8153         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8154
8155         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8156         metronome marks.
8157
8158 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8159
8160         * Documentation/user/GNUmakefile: Compatibility fix for new
8161         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8162         for making binary packages; info splitting bug has been fixed.
8163
8164         * Documentation/user/refman.itely: Compile fixes.
8165
8166 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8167
8168         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8169         Count \midi -keywords also for a region.
8170
8171 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8172
8173         * lily/lookup.cc (LY_DEFINE): new function
8174
8175         * Documentation/user/tutorial.itely: updates
8176
8177 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8178
8179         * lilypond-mode.el: Allow Midi on buffer.
8180         Use only '.ly'-extension, remove '.sly' and '.fly'.
8181         Allow use of inactive regions. Invoke next Command on Master file, 
8182         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8183
8184 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8185
8186         * Documentation/user/tutorial.itely: updates.
8187
8188 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8189
8190         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8191
8192 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8193
8194         * lily/coherent-ligature-engraver.cc: fixed typo
8195
8196         * lily/coherent-ligature-engraver.cc,
8197         lily/gregorian-ligature-engraver.cc,
8198         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8199         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8200         lily/vaticana-ligature-engraver.cc,
8201         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8202         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8203         removed all ligature specific stuff from NoteHead code
8204
8205         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8206         ligatures now use regular noteheads
8207
8208         * lily/vaticana-ligature.cc: tiny code cleanups
8209
8210         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8211         space between two adjacent noteheads of the same pitch
8212
8213         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8214         description; cleanup: removed obsolete font-family settings
8215
8216 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8217
8218         * lily/coherent-ligature-engraver.cc,
8219         lily/gregorian-ligature-engraver.cc,
8220         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8221         lily/mensural-ligature-engraver.cc,
8222         lily/vaticana-ligature-engraver.cc,
8223         lily/include/gregorian-ligature-engraver.hh: updated for new
8224         Coherent_ligature_engraver; added comments that describe the basic
8225         design ideas of the ligature implementation
8226
8227         * lily/coherent-ligature-engraver.cc,
8228         lily/include/coherent-ligature-engraver.hh: new file: shared code
8229         between mensural ligatures and Gregorian chant notation ligatures
8230
8231 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8232
8233         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8234         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8235         use only two arguments in sit-for, use no arguments in
8236         read-char-exclusive, backspace is not a character (127) in XEmacs.
8237
8238         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8239
8240 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8241
8242         * lilypond-mode.el: un-commenting works after syntax-table fix.
8243
8244         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8245         group, verbose commenting for syntax table.
8246
8247         * lilypond-indent.el: add TODO for ligature slurs.
8248
8249 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8250
8251         * lilypond-mode.el: Move comments of parenthesis matching away,
8252         (blink-matching-paren-on-screen) fix blinking in Emacs.
8253
8254         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8255         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8256
8257         * lilypond-indent.el: Add TODO for parenthesis matching.
8258
8259 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8260
8261         * lilypond-mode.el: Fix XEmacs: 
8262         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8263         invoke explicitly easy-menu-add (in Emacs done automatically).
8264         
8265         * lilypond.words: Add few words from input/*/*.ly.
8266
8267 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8268
8269         * VERSION (PATCH_LEVEL): release 1.7.18
8270
8271         * scripts/lilypond-book.py: only print basename for printfilename
8272         option
8273
8274         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8275         and syntax updates.
8276
8277 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8278
8279         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8280         better parametrisation. Move fatness of bulb downward.
8281
8282         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8283         glyph names. Underscores are not allowed .ps encoding files.
8284
8285 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8286
8287         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8288         variable "packed" for packed right-ragged mode
8289
8290         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8291         unused variable ragged; fixed indentation
8292
8293         * Documentation/user/refman.itely: tiny cleanups in ancient
8294         clef and custos section
8295
8296 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8297
8298         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8299         \applyoutput PROCEDURE
8300
8301         * lily/my-lily-lexer.cc: add \applyoutput.
8302
8303         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8304
8305         * lily/text-item.cc: clean text-interface description
8306
8307 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8308
8309         * input/{regression,test}/: use postfix for slur endings and beam
8310         begins.
8311
8312         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8313         style beams too. 
8314
8315         * input/regression/lyrics-melisma-beam.ly: new file.
8316
8317         * lily/lyric-engraver.cc (process_music): change from
8318         process_acknowledged_grobs()
8319
8320         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8321         functions to set and revert auto-beam settings.
8322
8323 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8324
8325         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8326
8327 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8328
8329         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8330         Documentation/user/lilypond.tely: fixed some typos; updated author
8331         info
8332
8333         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8334         #"" -> #'flag-style = #'()
8335
8336         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8337         cleanup: removed dead #includes
8338
8339         * lily/gregorian-ligature-engraver.cc,
8340         lily/include/gregorian-ligature.hh,
8341         scm/grob-property-description.scm: small cleanups, small spacing
8342         fixes
8343
8344         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8345         lily/vaticana-ligature.cc,
8346         lily/include/gregorian-ligature-engraver.hh,
8347         scm/grob-property-description.scm, scm/music-types.scm:
8348         "porrectus" -> "pes or flexa"
8349
8350         * ly/engraver-init.ly, scm/grob-description.scm,
8351         scm/grob-property-description.scm: junked porrectus, now handled
8352         by ligature code
8353
8354         * scm/grob-description.scm: bugfix: added space-alist entry for
8355         breathing sign/custos
8356
8357 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8358
8359         * Another grand 2003 update.
8360         
8361         * Remove mentioning of `mudela'; There's no such thing.
8362
8363 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8364
8365         * Documentation/user/preface.itely (Preface to version 1.8): update
8366
8367         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8368
8369         * Documentation/user/converters.itely (Invoking convert-ly): revise
8370
8371         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8372
8373         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8374
8375 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8376
8377         * Documentation/user/internals.itely: more updates.
8378
8379 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8380
8381         * Documentation/user/refman.itely: revise 
8382
8383         * Documentation/user/internals.itely: revise
8384
8385         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8386
8387 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8388
8389         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
8390         beautification: reformatted ancient clefs section; cleanup: small
8391         wording fixes
8392
8393 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
8394
8395         * lilypond.words: added words for chant notation, sorted
8396         alphabetically through "sort lilypond.words"
8397
8398 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
8399
8400         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
8401         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
8402         chant notation
8403
8404 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
8405
8406         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
8407         prevent TeX from interpreting them as long dash
8408
8409         * input/test/vaticana.ly: updated
8410
8411         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
8412         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
8413         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
8414         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
8415         fixes
8416
8417         * mf/parmesan-heads.mf: ledger endings: removed dead code
8418
8419 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8420
8421         * VERSION: 1.7.17 released
8422         
8423         * Documentation/user/GNUmakefile
8424         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
8425         files too.
8426
8427         * scm/document-markup.scm: new file: document all markup
8428         functions.
8429
8430         * scm/documentation-generate.scm: rename all documentation modules
8431         to document-*.scm
8432
8433         * scripts/lilypond-book.py: generate link to .ly file iso. link to
8434         .png
8435
8436         * input/test/divisiones.ly: added
8437
8438         * input/regression/output-property.ly: new file
8439
8440         * lily/cluster.cc: change cluster-interface to use style property
8441
8442 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
8443
8444         * input/test/chord-names-german.ly: modified.
8445
8446         * scm/chords-ignatzek.scm:
8447           chord-name->german-markup: Added
8448           note-name->german-markup: Changed (now producing lowercase notenames)
8449
8450         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
8451         
8452 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8453
8454         * scripts/convert-ly.py (FatalConversionError.conv):
8455         divisiominima -> divisioMinima, etc.
8456
8457         * ly/engraver-init.ly (FiguredBassContext): add
8458         Separating_line_group_engraver to Figured bass context.
8459
8460         * ly/german-chords-init.ly: remove file
8461
8462         * input/test/chord-names-german.ly (scm): new file.
8463
8464         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
8465
8466         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
8467         Chord_name_engraver
8468
8469         * Documentation/user/refman.itely: lots of updates.
8470
8471         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
8472         new file
8473
8474         * input/test/bar-number-every-5-reset.ly: new file.
8475
8476 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8477
8478         * input/regression/chord-name-major7.ly: new file
8479
8480         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
8481         if specced explicitly.
8482
8483         * input/regression/chord-name-entry-11.ly: new file.
8484
8485         * input/test/slur-beautiful.ly: new file.
8486
8487         * Documentation/user/refman.itely: updates.
8488
8489         * input/regression/collisions.ly (threevoice): cleanup.
8490
8491         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
8492
8493 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8494
8495         * Documentation/user/*.itely: various updates.
8496
8497         * ly/spanners-init.ly: enddecr/ endcr.
8498
8499         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
8500         of tutorial
8501
8502 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8503
8504         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
8505
8506         * lily/new-chord-name-engraver.cc (process_music): use octavation
8507         (a number) instead of original-pitch to store inversions. This
8508         fixes a problem with transposed chords with inversions.  
8509
8510 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8511
8512         * stepmake/aclocal.m4: Include compile fix for broken flex, as
8513         used in includable-lexer.hh.
8514
8515         * lily/includable-lexer.cc: Bugfix: include config.h.
8516
8517         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
8518         circumvention of Debian packaging bug.
8519
8520 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8521
8522         * flex-2.5.31 hits Debian/unstable.  Fixes below.
8523         
8524         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
8525
8526         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
8527         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
8528
8529         * lily/include/includable-lexer.hh: 
8530         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
8531
8532         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
8533
8534         * aclocal.m4: Regenerate.
8535
8536         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
8537         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
8538
8539         * scm/pdf.scm (use-modules): Include lily.
8540
8541         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
8542         Noordkamp).
8543         (use-modules): Include lily.
8544         (lily-def): Bugfix: include tex-val in let.
8545
8546 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
8547
8548         * lilypond-mode.el: sensible error if lilypond.words not found.
8549
8550         * lilypond.words: add few words.
8551
8552 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
8553
8554         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
8555
8556         * mf/parmesan-scripts.mf: fixed typo in char name
8557
8558 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8559
8560         * VERSION: 1.7.16 released
8561
8562         * python/lilylib.py (setup_temp): temporary directories are mode 700.
8563         (this is a security vulnerability).
8564
8565         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
8566
8567         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
8568         add staff support.
8569
8570 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
8571
8572         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
8573         ly/script-init.ly, scm/script.scm: bugfix: renamed
8574         fermata->signumcongruentiae to fix naming clash with feta font
8575
8576 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8577
8578         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
8579
8580         * lily/multi-measure-rest-engraver.cc
8581         (start_translation_timestep): use grace timing too for determining
8582         when to make mmrest.
8583         (start_translation_timestep): clear numbers too.
8584
8585 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
8586
8587         * scm/music-types.scm: compile fix: escape braces
8588
8589         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
8590         work around font selection problem
8591
8592         * Documentation/user/refman.itely: BreathingSign: added docu for
8593         property "text"
8594
8595 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8596
8597         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
8598         information.
8599
8600 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8601
8602         * lily/multi-measure-rest-engraver.cc (class
8603         Multi_measure_rest_engraver): make multiple Number objects, one
8604         for each MultiMeasureTextEvent.
8605
8606         * scm/music-functions.scm (glue-mm-rest-texts): use
8607         MultiMeasureTextEvent
8608
8609         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
8610
8611         * Documentation/user/refman.itely (Multi measure rests): update.
8612
8613 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8614
8615         * lily/ly-module.cc (ly_copy_module_variables): use
8616         scm_internal_hash_fold() for iterating modules.
8617
8618 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
8619
8620         * Documentation/user/refman.itely: Section Custodes: added more
8621         example code
8622
8623         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
8624         neo-mensural rests to parmesan font
8625
8626         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
8627         header
8628
8629 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8630
8631         * Documentation/user/macros.itexi: @fileref macro.
8632
8633         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
8634         each file. 
8635
8636 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
8637
8638         * lily/include/custos.hh, make/lilypond.suse.spec.in,
8639         Documentation/topdocs/AUTHORS.texi: updated my email address
8640
8641         * Documentation/user/refman.itely: updated custos documentation;
8642         beautified divisiones example; beautified articulations table
8643
8644         * lily/breathing-sign.cc: bugfix: finalis molecule
8645
8646 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
8647
8648         * Documentation/user/refman.itely: added docu for
8649         contemporary fermata symbols, gregorian breathing signs; small fixes
8650
8651         * ly/gregorian-init.ly: removed obsolete #'type props
8652
8653 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8654
8655         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
8656         minimum-length property correctly.
8657
8658 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8659
8660         * scm/music-functions.scm (make-multi-measure-rest): set input
8661         locations for multimeasure rests.
8662
8663 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
8664
8665         * input/regression/breathing-sign.ly: updated to for ancient
8666         notation
8667
8668 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8669
8670         * scripts/ly2dvi.py: Add newline.
8671
8672 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8673
8674         * scripts/ly2dvi.py (dependency_files): Compile fix.
8675
8676 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8677
8678         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
8679         (make_html_menu_file): --html menu. 
8680
8681 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8682
8683         * scripts/ly2dvi.py (run_dvips): +add the .map file 
8684
8685 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8686
8687         * input/screech-boink.ly: new file.
8688
8689 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8690
8691         * scripts/lilypond-book.py (make_lilypond_file): convert
8692         lilypond-file to lilypond block directly, without going through
8693         begin/end lilypond text.
8694         
8695
8696 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
8697
8698         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
8699         scm/grob-description.scm: moved Michael's original breathing sign
8700         code in brew_molecule() to divisio_minima(); provided new
8701         brew_molecule() that effectively replaces the
8702         Text_item::brew_molecule callback (with additional fallback to
8703         Michael's original code); added callbacks for brewing divisio
8704         maior/maxima and finalis
8705
8706         * gregorian-init.ly: added breathing sign shortcuts for virgula,
8707         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
8708
8709         * script-init.ly: added shortfermata, longfermata,
8710         verylongfermata, varcoda
8711
8712         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
8713         longfermata, verylongfermata, varcomma, varcoda
8714
8715 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8716
8717         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
8718           Remove all noquote and insert a few quote.
8719         
8720         * Documentation/user/lilypond-book.itely (Music fragment options),
8721           scripts/lilypond-book.py: Don't include quotation blocks by
8722           default. Introduce option quote instead of noquote
8723
8724 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8725
8726         * VERSION: 1.7.15 released
8727         
8728         * Documentation/user/lilypond.tely: omf updates.
8729
8730         * buildscripts/texi2omf.py (omf_vars): include version.date
8731
8732         * make/lilypond.redhat.spec.in: fixes for spec file. 
8733
8734         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
8735         by function definition: lily now requires a recent GNU Make.
8736
8737         * scripts/lilypond-book.py (write_deps): remove .tex dependency
8738         writing.
8739
8740         * make/ly-rules.make: remove .ly -> .tex rule
8741
8742         * Documentation/user/refman.itely (Figured bass): revised figured
8743         bass example.
8744
8745 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8746
8747         * stepmake/stepmake/omf-targets.make (local-install): add
8748         scrollkeeper-update message.
8749
8750         * scripts/lilypond-book.py (lilypond_binary): explicity add path
8751         to binary.
8752         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
8753
8754         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
8755
8756         * Documentation/user/converters.itely (Invoking midi2ly): add
8757         track/channel notice.
8758
8759 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8760
8761         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
8762
8763         * lily/parser.yy (scalar): DIGIT is also a scalar.
8764
8765         * Documentation/user/music-glossary.tely: add @omf tags
8766
8767         * Documentation/user/lilypond.tely: add @omf tags
8768
8769         * scm/generate-documentation.scm (string-append): add @omf tags.
8770
8771         * stepmake/stepmake/omf-*: new files 
8772
8773         * input/regression/multi-measure-rest.ly (texidoc): add doco
8774
8775         * GNUmakefile.in (web-doc-install): add web-doc-install target
8776
8777         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
8778         fixes crashes while dumping MIDI.
8779
8780         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
8781         midi
8782
8783 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8784
8785         * buildscripts/texi2omf.py: new file.
8786
8787         * mf/feta-beugel.mf: include font count, not staffsize (16) in
8788         font-name
8789
8790 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8791
8792         * input/regression/beam-manual-beaming.ly (texidoc): new file.
8793
8794         * lily/sequential-iterator.cc (descend_to_child): call
8795         descend_to_child() for all types of music.
8796
8797 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8798
8799         * scm/translator-property-description.scm: Add
8800         bassFigureFormatFunction.  Replace some entries.
8801
8802 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8803
8804         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
8805         clean out.
8806
8807 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8808
8809         * scripts/midi2ly.py (Note.dump): never dump duration for
8810         dump_dur=0.
8811
8812         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
8813         new function
8814
8815         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
8816         figures using new markups. Much simpler, and should improve layout
8817         a little.
8818
8819         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
8820
8821 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8822
8823         * ly/engraver-init.ly: use Hara kiri by default for 
8824         ChordNames, FiguredBass and Lyrics(Voice) context. 
8825
8826         * lily/axis-group-engraver.cc (acknowledge_grob): use
8827         rhythmic-grob-interface for selecting items not to hara-kiri'd 
8828
8829         * scm/new-markup.scm (markup-function-list): add bracket,
8830         vbracket.
8831
8832         * ly/engraver-init.ly (ChordNamesContext): set
8833         minimumVerticalExtent
8834
8835 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8836
8837         * input/test/time-signature-double.ly: new file 
8838
8839         * input/regression/collision-head-chords.ly (texidoc): new file.
8840
8841         * lily/type-swallow-translator.cc: add note swallow translator 
8842
8843         * input/test/time-signature-double.ly: new file.
8844
8845         * lily/type-swallow-translator.cc: add Rest_swallow_translator
8846
8847         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
8848         (FiguredBassContext): idem.
8849
8850         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
8851
8852         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
8853
8854         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
8855
8856         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
8857         .afm dependency
8858
8859         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
8860
8861         * python/lilylib.py (make_page_images): add function.
8862
8863         * scripts/ly2dvi.py (run_latex): include title in preview image.
8864
8865         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
8866         from lilypond-book for <ly2dvifile> tags in HTML.
8867
8868         * scripts/ly2dvi.py (option_definitions): add --debug option to
8869         print out environment.
8870
8871         * input/regression/tie-chord-partial.ly: new file.
8872
8873 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
8874
8875         * lilypond.words: add 3
8876
8877 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8878
8879         * scm/new-markup.scm (markup-function-list): add finger-markup
8880
8881         * input/tutorial/brahms-tweaked.ly: new markup 
8882
8883         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
8884
8885         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
8886         crash when processing '() markup
8887
8888         * input/regression/breathing-sign.ly (texidoc): add caesura example.
8889
8890         * lily/breathing-sign.cc (railtracks): another caesura.
8891
8892         * mf/feta-schrift.mf: caesura symbol. 
8893
8894 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8895
8896         * scripts/convert-ly.py (FatalConversionError.conv): add
8897         ly:molecule-XXX conversions.
8898
8899         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
8900
8901         * input/regression/multi-measure-rest-text.ly: new file.
8902
8903         * scm/music-functions.scm (glue-mm-rest-texts): automatically
8904         convert MMREST-TEXT to MultiMeasureRestNumber settings.
8905
8906         * ly/engraver-init.ly (ScoreContext): move tablature settings to
8907         ScoreContext
8908
8909         * scm/new-markup.scm (center-markup): \center markup.
8910
8911         * scm/music-functions.scm: remove pitchify scripts.
8912
8913         * lily/music.cc (print_smob): display music name if available 
8914
8915 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8916
8917         * Documentation/user/refman.itely (Instrument names): remove
8918         \turnOff doco.
8919
8920 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8921
8922         * lily/score.cc (mark_smob): bugfix.
8923
8924         * input/regression/rehearsal-mark.ly: new file.
8925
8926         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
8927         report error at the current token again.
8928
8929 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8930
8931         * cygwin/mknetrel: Exit if doc build fails.
8932
8933         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
8934
8935 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8936
8937         * scm/music-types.scm (music-descriptions): add doc strings
8938
8939 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8940
8941         * lily/lexer.ll: 
8942         * lily/include/my-lily-lexer.hh: 
8943         * lily/include/includable-lexer.hh: Add flex kludge.
8944
8945         * config.hh.in: 
8946         * config.make.in: 
8947         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
8948         cruft.
8949         
8950         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
8951         code.
8952
8953 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8954
8955         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
8956
8957         * lily/parser.yy (new_chord): Compile fix.
8958
8959 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8960
8961         * Documentation/user/refman.itely (Tuning groups of objects):
8962         remove documentation for \turnOff. 
8963
8964         * lily/percent-repeat-engraver.cc (try_music): add correct
8965         processing moments for double-measure percents as well.
8966
8967         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
8968
8969         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
8970         grob prop type. 
8971
8972         * Documentation/user/refman.itely (Printing named chords): add
8973         chord name tweak doco.
8974
8975         * input/template/gregorian-transcription.ly: new file.
8976
8977 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8978
8979         * VERSION: 1.7.13 released
8980         
8981         * input/test/*: lots of cleanups/comment-outs/removals in chord
8982         examples
8983         
8984         * input/regression/*: lots of cleanups/comment-outs/removals in
8985         chord examples
8986         
8987         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
8988         options
8989
8990         * lily/new-chord-name-engraver.cc (process_music): give original
8991         inversion pitch to chord name routine.
8992
8993         * input/tutorial/os-score.ly: update to new markup
8994
8995         * Documentation/user/appendices.itely: simply include
8996         chords-ignatzek. 
8997
8998         * Documentation/user/refman.itely (Chords mode): add documentation
8999         for chord mode.
9000
9001         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9002         not present in chord.
9003         (construct-chord): add inversion and bass support.
9004
9005         * lily/chord.cc: junk contents.
9006
9007 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9008
9009         * Documentation/user/refman.itely:
9010         * Documentation/user/music-glossary.tely: fix. 
9011
9012 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9013
9014         * scm/chord-entry.scm (construct-chord): move chord construction
9015         to Scheme.
9016
9017         * lily/parser.yy (new_chord): new setup for chord entry.
9018
9019 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9020
9021         * lilypond.words:
9022         * Documentation/user/music-glossary.tely: add ambitus.
9023
9024 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9025
9026         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9027
9028         * lily/include/*.hh: string() -> to_string()
9029
9030         * scm/chords-ignatzek.scm: new file.
9031
9032         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9033         standard chord name exceptions.
9034
9035         * scm/translator-property-description.scm (chordNameSeparator):
9036         add property.
9037         (majorSevenSymbol): add property
9038
9039         * lily/translator-scheme.cc (ly:context-properties): new function
9040         (ly:context-parent): new function.
9041         (print_smob): print context name.
9042
9043         * lily/music.cc (ly:get-music-length): new function
9044         (print_smob): don't print properties.
9045
9046         * lily/duration.cc (duration<?): new function
9047
9048         * input/regression/chords-funky-ignatzek.ly: new file.
9049
9050         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9051         jazz chords.
9052
9053         * lily/pitch.cc (ly:pitch-diff): new function.
9054
9055         * input/regression/chords-ignatzek.ly: new file.
9056
9057 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9058
9059         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9060         pitches for jazz chords.
9061
9062 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9063
9064         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9065
9066 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9067
9068         * lilypond.words: add 1
9069
9070 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9071
9072         * Documentation/topdocs/AUTHORS.texi: refine.
9073
9074 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9075
9076         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9077         
9078         * lilypond.words: add one.
9079
9080 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9081
9082         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9083         Fontify bass note in chords, e.g., e in c1/e.
9084         
9085 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9086
9087         * Documentation/user/music-glossary.tely: Dutch updates and
9088         additions (Arent Storm).
9089
9090 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9091
9092         * input/regression/ambitus.ly:  move file.      
9093
9094         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9095
9096         * lily/event.cc (transpose): add tonic property to Key_change_req
9097         and to Key_engraver.
9098
9099 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9100
9101         * Documentation/user/refman.itely: fix typo.
9102
9103         * lilypond.words: removed wrong identifiers.
9104
9105 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9106
9107         * mf/feta-toevallig.mf: make flat stem shorter 
9108
9109 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9110
9111         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9112
9113         * lilypond.words: add from Phrasing slur.
9114         
9115 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9116
9117         * lilypond-mode.el: allow launching multiple ViewPS processes.
9118         
9119         * lilypond.words: add from Text markup.
9120
9121 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9122
9123         * input/test/ossia.ly (texidoc): add comment.
9124
9125         * input/regression/voice-follower.ly: new file.
9126
9127         * mf/feta-toevallig.mf: make flat heavier.
9128
9129         * lily/cluster-engraver.cc: clean up Cluster engraver
9130
9131         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9132         Engraver. Use Note_column to compute Y positions and deal with
9133         line break stuff.
9134
9135 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9136
9137         * lily/stem.cc: move french-beaming to stem.
9138
9139 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9140
9141         * lilypond-font-lock.el: fontify all durations in chords.
9142
9143         * lilypond.words: add from lily/my-lily-lexer.cc
9144
9145 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9146
9147         * VERSION: release 1.7.12
9148
9149         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9150
9151         * lily/gregorian-ligature.cc: new file
9152
9153         * lily/*: the Great 2003 search & replace.
9154
9155         * Documentation/user/refman.itely (Manual repeat commands): add
9156         note about font selection.
9157
9158 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9159
9160         * lilypond-mode.el: propose recompiling midi while invoking playing,
9161         not while stopping playing.
9162
9163 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9164
9165         * lilypond.words: add one.
9166
9167         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9168         and expressional note grouping. Fontify chord modes.
9169
9170 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9171
9172         * Documentation/user/music-glossary.tely (Top): translate melisma.
9173
9174 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9175
9176         * Documentation/user/music-glossary.tely (Top): add melisma.
9177
9178 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9179
9180         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9181         interfaces for (abstract) grob GregorianLigature
9182
9183         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9184         renamed head* -> glyph_name*, x-shift* -> x-offset*
9185
9186         * scm/grob-property-description.scm: bugfix: added missing descriptions
9187
9188 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9189
9190         * input/test/chord-names-dpnj.ly: New file.
9191
9192         * scm/double-plus-new-chord-name.scm: Implement full and partial
9193         exceptions.
9194
9195         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9196
9197         * scm/double-plus-new-chord-name.scm
9198         (double-plus-new-chord->markup): Fix sub->markup.
9199
9200
9201 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9202
9203         * lily/custos-engraver.cc: added TODO; editorial changes
9204
9205         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9206         consistency with other ligature engravers; removed access on (now)
9207         private variable _ligature of Ligature_engraver
9208
9209         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9210         renamed last_bound -> last_bound_; issue programming_error on
9211         abstract method calls; moved primitives code from
9212         Mensural_bracket_engraver to here (because almost ligature
9213         engravers will need it); renamed try_stop_ligature () ->
9214         typeset_ligature (); bugfix: store primitives of finished ligature
9215         in separate variable finished_primitives_ to avoid clash on input
9216         like "\] \["; added current_ligature () to enable access on
9217         private variable _ligature
9218
9219         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9220         (now in super class); renamed try_stop_ligature () ->
9221         typeset_ligature ()
9222
9223         * lily/mensural-ligature.cc: issue programming_error on abstract
9224         method calls
9225
9226         * lily/note-heads-engraver.cc: added TODO comment upon bool
9227         in_ligature
9228
9229         * mf/parmesan-heads.mf: fixed some of set_char_box()
9230
9231         * scm/grob-description.scm: added VaticanaLigature
9232
9233         * scm/grob-property-description.scm: added neume prefix properties
9234
9235         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9236         lily/include/gregorian-ligature-engraver.hh,
9237         lily/include/gregorian-ligature.hh: new files; framework for
9238         gregorian ligature engravers such as vaticana
9239
9240         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9241         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9242         vaticana style ligature implementation (still somewhat uncomplete)
9243
9244 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9245
9246         * VERSION: release 1.7.11
9247
9248         * scripts/convert-ly.py: add ly:pitch-transpose rule
9249
9250 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9251
9252         * input/test/dpncnt.ly: New file.
9253
9254         * lily/my-lily-lexer.cc: Add chordnames keyword.
9255
9256         * lily/parser.yy (chordnames_block): Parse chord name exception
9257         lists, see input/test/dpncnt.ly.
9258
9259         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9260         function.
9261
9262         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9263         filter-out too.
9264
9265         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9266         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9267         pitch functions (except for ly:make-pitch, but that's apparently
9268         some sort of scheme naming standard?).
9269
9270         * scm/lily.scm (!=): define-public.
9271
9272         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9273
9274 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9275
9276         * scm/double-plus-new-chord-name.scm
9277         (double-plus-new-chord-name->markup): New file.
9278
9279 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9280
9281         * python/lilylib.py (make_preview): don't suppress progress for
9282         bbox extraction.
9283
9284 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9285
9286         * Documentation/user/appendices.itely (scheme): update for new syntax.
9287
9288         * input/regression/chord-name-styles.ly: new file
9289
9290         * lily/instrument-name-engraver.cc: create instrument names
9291         without barline too.  Allows instrument name on ChordNames  
9292
9293         * scm/new-markup.scm (interpret-markup): allow simple strings as
9294         markup too.
9295
9296 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9297
9298         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9299         (step->markup-accidental): Fix: add accidental.
9300         (chord::inner-name-american): 
9301         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9302         append stray '/' if last superscript addition was 'o'.
9303
9304         * scm/new-markup.scm (normal-size-sub-markup) 
9305         (normal-size-super-markup): New function.
9306
9307         * lily/source-file.cc (Source_file): Add warning for possibly
9308         intentional but suspicious initialization.
9309
9310         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9311         add comments about cut-and-paste programming.
9312
9313         * flower/rational.cc (lcm): Not used; comment out.
9314
9315 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9316
9317         * lily/new-fingering-engraver.cc (position_scripts): use
9318         fingerHorizontalDirection to determine fingering horizontal
9319         directions.
9320  
9321         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9322         fingering support.
9323
9324         * scripts/convert-ly.py (FatalConversionError.conv): add style
9325         conversion rule. 
9326
9327         * scm/chord-name.scm (set-chord-name-style): new function.
9328         (new-chord-name-brew-molecule): revise to interpret markup only
9329         (new-chord->markup): cleanuppish rewrite. To be called from the
9330         new engraver.
9331
9332         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9333         Markup earlier, during interpreting.
9334
9335         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9336         style settings. Rename to chord-names-*.ly
9337
9338 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9339
9340         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9341         markup code and update to new markup.  Most probably broke some of
9342         it.
9343         
9344 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9345
9346         * Documentation/user/refman.itely: added docu for ambitus and
9347         clusters
9348
9349         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9350         ly_quote_scm() in lookup.cc
9351
9352         * mf/parmesan-clefs.mf: set_char_box fix
9353
9354         * lily/cluster-engraver.cc: junk implicit protection; use
9355         Protected_scm instead
9356
9357 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9358
9359         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9360         throughout.
9361
9362         * scm/new-markup.scm: Turn-off error-triggering test code.
9363
9364 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9365
9366         * scm/new-markup.scm (markup-thrower-typecheck) 
9367         (markup-typecheck?):  add full typechecking functions.
9368         (make-markup-maker): add make-FOO-markup functions.
9369         (markup-argument-list-error): nice error checking messages.
9370         (make-markup): better function: less quoting escapades.
9371
9372 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9373
9374         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9375
9376 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9377
9378         * cygwin/lilypond.hint (requires): Add cygwin.
9379
9380         * .cvsignore: Remove stepmake (huh!?!), add lib.
9381
9382         * GNUmakefile.in: Add libdir links for builddir runs.
9383
9384         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9385         instead of datadir.
9386
9387         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9388         local_lilypond_libdir.
9389
9390         * config.make.in (lilypond_libdir): Add.
9391
9392         * stepmake/stepmake/substitute-rules.make: 
9393         * stepmake/stepmake/script-rules.make: 
9394         * stepmake/stepmake/python-module-rules.make:
9395         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
9396         lilypond-python-module patch.
9397
9398 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9399
9400         * Documentation/user/refman.itely (Graphical interfaces): add note
9401         about xml2ly.
9402
9403 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9404
9405         * scripts/ly2dvi.py (run_dvips): remove trailing newline
9406
9407 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9408
9409         * VERSION: released 1.7.10
9410
9411         * scripts/musedata2ly.py (): idem
9412
9413         * scripts/midi2ly.py (dump_chord): idem
9414
9415         * scripts/etf2ly.py (version): idem 
9416
9417         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
9418
9419         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
9420
9421         * scm/tex.scm (tex-output-expression): remove eval compat
9422         glut. Other output files too.
9423
9424         * scm/chord-name.scm: don't export anything from chord module.
9425
9426         * input/test/american-chords.ly: idem
9427
9428         * input/test/banter-chords.ly (texidoc): idem
9429
9430         * input/test/Cc-chords.ly: add breakage notes.
9431
9432         * Documentation/user/refman.itely (Text markup): rewrite manual
9433         section.
9434
9435         * lily/parser.yy (scalar): allow \markup { } as property value. 
9436
9437         * scm/chord-name.scm: complete new markup usage
9438
9439         * scm/grob-description.scm (all-grob-descriptions): use new markup
9440         texts by default
9441
9442 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9443
9444         * scm/chord-name.scm: partial move to new markup texts.
9445
9446 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9447
9448         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
9449
9450         * scm/bass-figure.scm (brew-bass-figure): make stack direction
9451         settable.
9452
9453 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
9454
9455         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
9456         invoked for old midi, wait for killing.
9457
9458 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
9459
9460         * Documentation/user/music-glossary.tely: Finnishing.
9461
9462 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9463
9464         * mf/feta-nummer-code.mf: some kerning pairs.
9465
9466 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
9467
9468         * scm/output-lib.scm (set-bar-number-visibility): Context-function
9469         Added.
9470
9471         * Documentation/user/refman.itely (Bar numbers):
9472         set-bar-number-visibility added, modulo-bar-number removed again
9473         (sorry).
9474
9475 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
9476
9477         * scm/output-lib.scm (modulo-bar-number-visible): add function.
9478
9479         * Documentation/user/refman.itely: add modulo-bar-number-visible.
9480
9481         * Documentation/user/music-glossary.tely: translate into Finnish.
9482
9483 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9484
9485         * lilypond-mode.el: add shortcut for 2midi
9486
9487         * lilypond-font-lock.el: fontify lyrics
9488
9489 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
9490
9491         * scm/drums.scm : use 1.7.x names.
9492
9493         * input/regression/drums.ly : Don't use << chords >>
9494
9495 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9496
9497         * lilypond-mode.el: tidy, add TODO
9498
9499         * make/lilypond.mandrake.spec.in: install-info quietly.
9500
9501 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9502
9503         * input/test/markup.ly: use new syntax.
9504
9505 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9506
9507         * ly/params-init.ly (interscoreline): add word-space
9508
9509         * input/test/metronome.ly (eighthNote): idem.
9510
9511         * input/test/script-priority.ly: use new markup
9512
9513         * lily/parser.yy (markup): allow HEAD markup0 markup1 
9514
9515         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
9516
9517         * lily/parser.yy (gen_text_def): bugfix.
9518         (full_markup): allow markup identifier.
9519
9520 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
9521
9522         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
9523         jobs at the same time. Add horizontal lines to Command menu.
9524         Allow one compiling job -- propose killing others before a new one.
9525
9526         * lilypond.words: add markup, teeny, etc.
9527
9528 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
9529
9530         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
9531         Allow only one type of midi process; launching Midi either stops
9532         midis or plays the current midi and launching MidiAll stops midis
9533         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
9534         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
9535
9536 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9537
9538         * lily/text-engraver.cc (process_acknowledged_grobs): use new
9539         markup  for new markup texts.
9540
9541         * lily/mark-engraver.cc (process_music): idem
9542         
9543         * lily/instrument-name-engraver.cc (create_text): idem
9544
9545         * scm/new-markup.scm (magnify-markup): new function.
9546
9547         * scm/molecule.scm (stack-lines): bugfix.
9548
9549         * lily/font-interface.cc (get_font): take font-magnification from
9550         alist chain.
9551
9552 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9553
9554         * lily/molecule-scheme.cc: move scheme functions to separate file.
9555
9556         * lily/font-metric.cc  (ly_get_glyph): new function. 
9557         
9558         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
9559         (italic-markup, dynamic-markup): new functions
9560         (font-markup): new function
9561
9562         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
9563         padding and minimum
9564
9565 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
9566
9567         * lily/accidental-engraver.cc:
9568         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
9569
9570 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
9571
9572         * lilypond.vim:
9573         * lilypond-font-lock.el: Put \longa as duration. Accept only 
9574         [a-zA-Z] for user defined identifiers. Separate note cases 
9575         with and without a duration (allow cis\longaX).
9576
9577         * lilypond.words: Add words from Info.
9578
9579 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9580
9581         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
9582
9583 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
9584
9585         * lilypond-mode.el: Propose reverting buffer before a command if
9586         it was edited with an another editor.
9587
9588 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9589
9590         * lily/molecule.cc (ly_translate_molecule): new function
9591
9592         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
9593         into libdir
9594
9595         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
9596
9597         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
9598
9599 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
9600
9601         * lilypond.words: take \words from Info-index.
9602
9603 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9604
9605         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
9606
9607 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
9608
9609         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
9610
9611 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
9612
9613         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
9614         and lilypond-documentation.
9615
9616 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9617
9618         * lily/parser.yy: Compile fix (bison 1.75).
9619
9620 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9621
9622         * VERSION: 1.7.9 released
9623
9624         * scm/music-functions.scm (shift-one-duration-log): refactor.
9625         Use music-map.
9626
9627         * input/regression/chord-tremolo.ly (texidoc): add dot test.
9628
9629         * NEWS: update.
9630
9631         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
9632         argument
9633         
9634         * scm/music-functions.scm (display-music): new function
9635         (music-map): change arg order.
9636
9637         * input/regression/new-markup-syntax.scm: new file
9638
9639         * lily/parser.yy (markup): add \markup { .. } syntax.
9640
9641         * scm/new-markup.scm (override-markup): new function
9642         (lookup-markup): new function
9643         (music-markup): new function
9644         (lookup-markup-command): use markup-signature to store argument
9645         format for parser.
9646
9647         * lily/lexer.ll: preliminary \markup syntax. 
9648
9649 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
9650
9651         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
9652         add pre/post-dependencies and menus with icons from source.
9653
9654         * Documentation/pictures/lilypond-48x48.xpm:
9655         * Documentation/pictures/lilypond-32x32.xpm:
9656         * Documentation/pictures/lilypond-16x16.xpm: new files, background
9657         transparent.
9658
9659         * stepmake/stepmake/generic-targets.make:
9660         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
9661
9662 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9663
9664         * input/regression/music-map.ly (texidoc): new file.
9665
9666         * scm/music-functions.scm (music-map): new function
9667
9668 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9669
9670         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
9671
9672 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
9673
9674         * input/test/to-xml.ly:
9675         * lily/ligature-engraver.cc: Fixes documentation.
9676
9677         * lilypond.mandrake.spec.in:
9678         * lilypond.redhat.spec.in: Add lilypond.words.
9679
9680         * Documentation/user/refman.itely: Mention Info inside emacs.
9681         
9682         * lilypond.suse.spec.in:
9683         * lilypond.redhat.spec.in:
9684         * lilypond.mandrake.spec.in: Set root-owner for doc
9685         (tobbe@nyvalls.se).
9686
9687 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9688
9689         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
9690         os.popen.read ().
9691
9692 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9693
9694         * scripts/ly2dvi.py (include_path): print warning if failing anything.
9695
9696         * python/lilylib.py (error): add space
9697
9698 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9699
9700         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
9701         distribution.
9702
9703 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9704
9705         * lily/paper-outputter.cc (Paper_outputter): close port when
9706         finishing score.
9707
9708 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9709
9710         * scm/sodipodi.scm: Fixes.
9711
9712 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
9713
9714         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
9715
9716         * buildscripts/make-font-dir.py: Fix. 
9717
9718 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
9719
9720         * lilypond-mode.el: Add support for Info inside Emacs.
9721
9722 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9723
9724         * buildscripts/make-font-dir.py: 
9725         * mf/GNUmakefile: Make sodipodi font map.
9726
9727         * scm/sodipodi.scm: Add more output functions.
9728
9729         * mf/feta-nummer.mf: 
9730         * mf/feta-beugel.mf: Add font_coding_scheme.
9731
9732         * lily/paper-outputter.cc (output_header): Fix creator string.
9733
9734 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
9735
9736         * lilypond-mode.el (LilyPond-autocompletion): invoked with
9737         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
9738
9739         * lilypond.words: add two (Everybody can add/remove words now!).
9740
9741         * debian/rules:
9742         * make/lilypond.suse.spec.in:
9743         * make/lilypond.mandrake.spec.in:
9744         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
9745
9746         * Documentation/user/refman.itely: Mention autocompletion.
9747
9748 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9749
9750         * scripts/ly2dvi.py: Add paper sizes.
9751
9752         * lily/timing-engraver.cc: 
9753         * lily/time-signature.cc: 
9754         * lily/span-bar.cc: 
9755         * lily/grob-scheme.cc: Code formatting fixes.
9756
9757         * scm/sodipodi.scm: 
9758         * scm/sketch.scm:
9759         * buildscripts/mf-to-table.py: 
9760         * buildscripts/make-font-dir.py: Font testing.
9761
9762 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
9763
9764         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
9765         inserts try-completion and shows all-completions.
9766
9767         * lilypond.words: '\' -> '\\'
9768
9769         * lilypond-mode.el: load libraries in the end, lilypond.words defines
9770         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
9771         
9772         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
9773         and LilyPond-reserved-words.
9774         
9775 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
9776
9777         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
9778         from load-path.
9779         
9780         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
9781         the mini-buffer with Control-Shift-c.
9782         
9783 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9784
9785         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
9786         duration. This fixes \tempo taking time.
9787
9788 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9789
9790         * lily/volta-engraver.cc (process_acknowledged_grobs): 
9791         Allow for text markup in repeatCommands. 
9792
9793 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
9794
9795         * lilypond-mode.el (LilyPond-insert-string): new function, use it
9796         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
9797         Get rid of skeleton.el-dependency.
9798
9799         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
9800
9801 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9802
9803         * lily/beam-engraver.cc (stop_translation_timestep): reset
9804         now_stop_ev_
9805
9806         * lily/scm-option.cc: add parse-protect to ly:set-option
9807
9808         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
9809
9810 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9811
9812         * lily/include/ligature-bracket.hh: removed
9813         * lily/ligature-bracket.cc: removed
9814
9815         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
9816         .tex
9817
9818         * lily/beam.cc (set_beaming): don't change beam count on rests.
9819         (brew_molecule): always set flag-width > 0.
9820
9821 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
9822
9823         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
9824         chars, remove instructions; instead, refer to lilypond-init.el and
9825         Documentation/topdocs/INSTALL.texi.
9826
9827         * lilypond.words: add identifiers and reserved words.
9828
9829         * Documentation/topdocs/INSTALL.texi: separate sections for installing
9830         files and adding a load-path.
9831
9832         * lilypond-init.el: Instructions, extracted from 
9833         Documentation/topdocs/INSTALL.texi. 
9834         
9835 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9836
9837         * VERSION: 1.7.8 released 
9838
9839         * lily/grob.cc (warning): better robustness fix.
9840
9841 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
9842
9843         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
9844
9845         * lily/cluster-engraver.cc: stick better to variable naming
9846         conventions
9847
9848         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
9849         until stop_translation_timestep()
9850
9851         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
9852         min/max coordinates to backend, but no musical info such as
9853         pitches
9854
9855         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
9856
9857         * lily/grob.cc: robustness fix: warning(): do not crash if
9858         cause is not set
9859
9860         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
9861         the much more elaborated tuplet brackets than the very naive and
9862         simple ligature bracket grob
9863
9864 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9865
9866         * Documentation/user/refman.itely (Analysis brackets): add
9867         horizontal bracket doco.
9868
9869         * ly/property-init.ly (setMmRestFermata): added.
9870
9871         * Documentation/user/refman.itely (Multi measure rests): fermatas
9872         on mm rests.
9873
9874         * input/regression/apply-context.ly (texidoc): new file
9875
9876         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
9877         code to be executed during interpretation. Possible applications:
9878         smart octavation, more advanced bar checks. 
9879
9880         * lily/apply-context-iterator.cc: new file.
9881
9882 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9883
9884         * input/test/new-markup.ly: new file.
9885
9886         * lily/text-item.cc (text_to_molecule): new function
9887
9888         * scm/new-markup.scm (lambda): new file
9889
9890         * lily/function-documentation.cc (ly_add_function_documentation):
9891         add proc property as well
9892
9893 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9894
9895         * Documentation/user/music-glossary.tely (Top): add custos.
9896
9897 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
9898
9899         * Documentation/topdocs/INSTALL.texi: advise how to include source
9900         path to Emacs load-path and improve language.
9901
9902 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9903
9904         * GNUmakefile.in: config.h message fix.
9905
9906         * autogen.sh:
9907         * aclocal.m4: Regenerate.
9908
9909         * configure.in: 
9910         * config.make.in: 
9911         * stepmake/config.make.in: 
9912         * stepmake/configure.in: 
9913         * stepmake/autogen.sh: 
9914         * stepmake/aclocal.m4: Update for autoconf 2.56.
9915
9916 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
9917
9918         * Documentation/topdocs/INSTALL.texi: instructions for an user how
9919         to install Emacs-mode. Instructions how to use vim-mode.
9920
9921 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9922
9923         * scm/music-types.scm (music-descriptions): no length for tempo event.
9924
9925         * input/*.ly: add \version everywhere.
9926         
9927         * input/*.ly: update syntax to 1.7 + new-chords.
9928
9929         * VERSION: 1.7.7 released.
9930         
9931         * Documentation/user/*.tely: new chord syntax.
9932
9933         * input/regression/[bc]*.ly (texidoc): syntax updates.
9934         
9935 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
9936
9937         * lilypond.words: add vocabulary to be used in auto-completion
9938
9939         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
9940
9941         * lilypond.vim: allow note name at EOF
9942
9943 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9944
9945         * buildscripts/new-chords.py (edit): -e option: inline editing.
9946
9947         * input/regression/a*.ly (texidoc): syntax updates.
9948
9949         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
9950         music): elucidations. 
9951
9952 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
9953
9954         * lily/include/lily-proto.hh, ly/engraver-init.ly,
9955         ly/spanners-init.ly, scm/grob-description.scm,
9956         scm/grob-property-description.scm, scm/music-types.scm,
9957         lily/cluster-engraver.cc, lily/cluster.cc,
9958         lily/include/cluster.hh, input/test/cluster.ly: cluster
9959         implementation
9960
9961         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
9962         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
9963         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
9964
9965         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
9966
9967         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
9968
9969         * scm/grob-description.scm: bugfix: by default, use default note
9970         head style when engraving ligatures
9971
9972         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
9973
9974         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
9975         events
9976
9977         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
9978
9979         * input/test/ancient-font.ly: bugfix: style -> flag-style
9980
9981         * lily/ligature-engraver.cc: indentation fix
9982
9983         * lily/parser.yy: indentation fixes
9984         
9985 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9986
9987         * input/regression/measure-grouping.ly: more elaborate example.
9988
9989         * lily/moment.cc: ly:add-moment, ly:mul-moment,
9990         ly:div-moment. New functions 
9991
9992         * scm/music-functions.scm (set-time-signature): new function,
9993         allow inline time sig settings with measure grouping.
9994
9995         * lily/parser.yy (command_element): move time sig construction
9996         into Scheme.
9997
9998         * lily/side-position-interface.cc (out_of_staff): new function,
9999         like padding, but keep minimum distance from staff. Easier than
10000         linespanners (dynamics, pedals), but roughly the same effect.
10001
10002 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10003
10004         * emacs-mode.el: Added spanish-note-replacements 
10005         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10006
10007         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10008
10009 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10010
10011         * lilypond.vim: Do not fontify cises, desis, etc.
10012
10013         * vimrc: view dvi with <S-F6>
10014
10015 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10016
10017         * lily/lookup.cc (triangle): new function.
10018
10019         * input/regression/measure-grouping.ly (texidoc): new file: show
10020         triangles and brackets for beat groups of 3 and 2.
10021
10022         * lily/include/measure-grouping-spanner.hh (class
10023         Measure_grouping): new file.
10024
10025         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10026
10027         * lily/measure-grouping-engraver.cc (class
10028         Measure_grouping_engraver): new file.
10029
10030 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10031
10032         * Merge from stable:
10033
10034             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10035         
10036         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10037         stylesheet.
10038
10039         * ly/paper19.ly: Include paper19-init.ly.
10040
10041         * ly/paper19-init.ly: New file.
10042
10043         * Documentation/user/tutorial.itely (First steps): Fix first
10044         example for font test.
10045
10046         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10047
10048         * ChangeLog: Add 1.7.6 release marker (see below).
10049
10050         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10051         Add .py files.
10052
10053 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10054
10055         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10056
10057         * input/tutorial/*.ly: update to new syntax.
10058
10059         * lily/parser.yy (Composite_music): new transpose syntax,
10060         \transpose FROM TO MUSIC. 
10061
10062 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10063
10064         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10065         latex progress/error output to stderr (by default this goes to
10066         stdout).  Show lilypond progress, even when not verbose.
10067
10068         * python/lilylib.py (system): New optional parameter to control
10069         showing of progress.
10070
10071         * scm/backend-documentation-lib.scm (check-dangling-properties):
10072         Fix error message.
10073
10074         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10075         axis, extent.
10076
10077         * scm/grob-property-description.scm (magnify): Remove.
10078         (extent, axis): Add.
10079
10080 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10081
10082         * VERSION: Release 1.7.6.
10083
10084         * scripts/convert-ly.py: more uniformization substitutions.
10085
10086         * buildscripts/new-chords.py (sub_chords): new file.
10087
10088 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10089
10090         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10091         lilypond.map.  Include sauter fonts too.  Cleanups.
10092
10093 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10094
10095         * Documentation/user/tutorial.itely (First steps): change to new
10096         chord/tie/slur/beam notation.
10097
10098         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10099         ties.
10100
10101         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10102         engraver. Process ties in postfix notation, i.e. c8-~ c
10103
10104         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10105
10106         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10107
10108         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10109
10110         * lily/beam-engraver.cc (try_music): accept new-beam-events
10111
10112         * input/regression/chord-scripts.ly (texidoc): new file
10113
10114         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10115         script-events.
10116
10117         * scm/script.scm (default-script-alist): cleanup.
10118
10119         * lily/script-engraver.cc (make_script_from_event): cleanup.
10120
10121         * lily/lyric-combine-music-iterator.cc
10122         (Lyric_combine_music_iterator): remove superfluous events.
10123         (melisma_busy): new function. Fix broken melismas.
10124
10125 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10126
10127         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10128         Remove nonvalid settings. Use descriptive key names.
10129         Use <Return> to indicate the pressing of that key.
10130
10131 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10132
10133         * scripts/lilypond-book.py (option_definitions): Typo.
10134
10135         * scripts/ly2dvi.py: Updates.
10136
10137         * python/lilylib.py (setup_environment, print_environment)
10138         (get_bbox, make_preview): Merge and remove from ly2dvi and
10139         lilypond-book.
10140
10141         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10142
10143         * .cvsignore: Remove some cruft.
10144
10145         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10146         path.
10147
10148         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10149         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10150         throughout.
10151
10152         * python/lilylib.py (quiet_system): Junk
10153         (system): Display error log upon failure.
10154         (read_pipe): New function.  Cleanups and fixes.
10155
10156         * python/*.py: Rename from *.py.in.
10157         
10158         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10159
10160         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10161
10162 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10163
10164         * python/GNUmakefile: Bugfix: handle modules.
10165
10166         * stepmake/stepmake/python-module-targets.make (default): Add
10167         compiled modules. 
10168
10169         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10170         compiling modules.
10171
10172         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10173         Bugfix.  (OUT_PYC_MODULES): Add.
10174
10175 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10176
10177         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10178         Use default paths. Refresh description.
10179
10180 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10181
10182         * VERSION: 1.7.5 released
10183
10184         * input/regression/finger-chords.ly (texidoc): new file.
10185
10186         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10187         support
10188
10189         * lily/fingering-engraver.cc (process_music): remove kludgy
10190         scriptHorizontal stuff.
10191
10192         * lily/script.cc: remove staff-support property.
10193
10194         * lily/new-fingering-engraver.cc (add_fingering): new
10195         file. Fingering engraver for new style chords.
10196
10197 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10198
10199         * lily/parser.yy (bare_number): allow 4 \cm (without
10200         decimal dot). (should backport to 1.6?)
10201
10202         * ly/declarations-init.ly: use Scheme for dimension defs.
10203
10204         * lily/parser.yy (TODO): remove hard coded dimensions, add
10205         REAL NUMBER_IDENTIFIER production.
10206
10207         * lily/rest-collision.cc (force_shift_callback): rewrite using
10208         -done property.
10209
10210         * scm/grob-property-description.scm (rest-collision-done): add
10211         property.
10212         
10213         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10214
10215 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10216
10217         * input/regression/multi-measure-rest-center.ly: new file.
10218
10219         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10220         off horizontally by 0.05 ss. Fixed.
10221
10222 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10223
10224         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10225
10226         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10227
10228 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10229
10230         * lily/tie.cc (get_control_points): also avoid staff lines on the
10231         just outside the outer staff lines
10232
10233 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10234
10235         * ly/params-init.ly: Just define style-alist, no need to
10236         define-public.
10237
10238         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10239         (thanks Han-Wen).
10240
10241         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10242         (FET_FILES): = FONT_FILES.
10243
10244         * Merge from stable:
10245
10246             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10247
10248 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10249
10250         * VERSION: 1.7.4 released.  
10251         
10252         * scm/generate-documentation.scm (string-append): add macro
10253         definitions.
10254
10255         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10256         normal texts.
10257
10258         * lily/multi-measure-rest-engraver.cc: make separate
10259         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10260
10261         * lily/multi-measure-rest.cc: remove text handling. Remove
10262         number-threshold.
10263
10264 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10265
10266         * scm/music-types.scm: doc patch by Graham Percival
10267
10268 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10269
10270         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10271         encoding part.
10272         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10273         (sketch_p): Sketch wants only first four elements of X11 font spec.
10274
10275         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10276
10277         * mf/feta-autometric.mf: Write foundry and family to log.
10278
10279         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10280         font translation table.
10281
10282         * buildscripts/mf-to-table.py: Better font info into afm.
10283
10284         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10285         1.0.9 required.
10286
10287         * configure.in: Whine for mftrace 1.0.9.
10288
10289 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10290
10291         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10292
10293         * lily/main.cc (main_prog): don't try to load init.EXT when
10294         processing foo.EXT.
10295
10296 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10297
10298         * scm/tex.scm (zigzig-line): added.
10299
10300         * scm/ps.scm (zigzag-line): added.
10301
10302         * ps/music-drawing-routines.ps (subvec): added.
10303         (draw_zigzag_line): added.
10304         
10305         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10306         grob properties zigzag-width and zigzag-length.
10307
10308         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10309
10310 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10311
10312         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10313         svg output, including font.
10314
10315 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10316
10317         * scm/lily.scm: Register sodipodi output module.
10318
10319         * scm/sodipodi.scm: New file.
10320
10321         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10322
10323         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10324         comment, after header.
10325         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10326         FullName.  Fix FontName key.
10327
10328 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10329
10330         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10331         and breve rests.
10332         
10333         * input/test/blank-notes.ly: bugfix
10334
10335         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10336         rests. (Kim Shrier)
10337
10338         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10339         
10340 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10341
10342         * scm/tex.scm: 
10343         * scm/ps.scm: Cleanup and remove obsolete junk.
10344
10345         * Documentation/user/internals.itely:
10346         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10347
10348         * lily/parser.yy: Identify shift/reduce problems.
10349
10350         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10351         make-style-sheet.  Too specific for convert-ly?
10352
10353 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10354
10355         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10356
10357         * input/test/*.ly: various fixes.
10358
10359         * lily/music.cc (name): bugfix
10360
10361         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10362
10363         * lily/input-file-results.cc (code): set-point-and-click! ->
10364         set-point-and-click
10365         
10366 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10367
10368         * Use uniform ly: prefix for exported scheme primitive functions.
10369
10370         * scm/music-types.scm: junk compat glue
10371
10372         * scripts/convert-ly.py: add rules for stuff below, junk
10373         compatibility glue for spanrequest.
10374
10375         * lily/parser.yy (verbose_event): remove \spanrequest,
10376         \commandspanrequest, \script. 
10377         
10378         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10379
10380         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10381         for \penalty, \glissando.
10382
10383         * VERSION: release 1.7.3
10384         
10385 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10386
10387         * lily/accidental-engraver.cc: Fix
10388         grace-in-the-beginning-of-measure bug caused by the resent
10389         partial-measure fix.
10390
10391         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
10392         overlap looks too crowded)
10393         
10394 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10395
10396         * lily/parser.yy (assignment): allow SCM expression as assignment.
10397
10398         * lily/include/music-output-def.hh (class Music_output_def):
10399         * lily/music-output-def.cc: 
10400         * lily/paper-def.cc: 
10401         * scm/font.scm (markup-to-properties):
10402         * lily/parser.yy (music_output_def_body): 
10403         remove style_sheet_
10404
10405 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10406
10407         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
10408         length.
10409
10410         * input/regression/spacing-to-grace.ly: new file.
10411
10412         * input/regression/spacing-end-of-line.ly: new file.
10413
10414         * lily/note-spacing.cc (get_spacing): take into account breakable
10415         stuff sticking out at the left (time sig change at line break).
10416
10417         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
10418         raggedright code.
10419
10420         * scm/music-functions.scm (make-voice-props-set): add
10421         staff-position for mm rests.
10422  
10423         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
10424         before grace notes a little.
10425
10426         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
10427
10428         * lily/break-align-interface.cc (do_alignment): right-edge spacing
10429         key adds space at the end of line. 
10430
10431 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10432
10433         * scm/sketch.scm: Fix beams.
10434
10435         * buildscripts/mf-to-table.py: Add EncodingScheme.
10436
10437         * scm/sketch.scm: Resurrect.
10438
10439 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10440
10441         * lily/multi-measure-rest.cc: use breve rests for measure lengths
10442         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
10443
10444 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10445
10446         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
10447
10448         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10449
10450 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10451
10452         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
10453         token for origin information.
10454
10455         * lily/parser.yy (My_lily_lexer): do identifier location and
10456         cloning from lexer.
10457
10458         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
10459         logic out of the parser. Add bar checks on both ends.
10460
10461         * Documentation/user/refman.itely (Multi measure rests): add more
10462         notes about mm rests.
10463
10464 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10465
10466         * input/regression/bar-scripts.ly: Re-enable.
10467
10468         * lily/parser.yy:
10469         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
10470         released rsn.  Bison 1.50 has a crucial bug and won't work.
10471
10472         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10473
10474
10475 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10476
10477         * input/regression/bar-scripts.ly: Blunt documentation build fix.
10478
10479 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10480
10481         * Actually merge changes since 1.6.4 besides ChangeLog, and
10482         resolve conflicts.  Lots of updates, hope all is well.
10483         
10484         * cygwin/lilypond.hint (requires): Add ghostscript.
10485
10486         * scm: Update some (c).
10487         
10488 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10489
10490         * input/test/{various}.ly: add \header fields and texidoc strings.
10491
10492 2002-10-05  Werner Lemberg  <wl@gnu.org>
10493
10494         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
10495         renamed to `output_latex_quoted'.
10496         Added `output_latex_noquote'.
10497         (schedule_lilypond_block): Implement `noquote' option for LaTeX
10498         mode.
10499
10500 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10501
10502         * ChangeLog: Add 1.6.6 release marker.  See below.
10503
10504         * stepmake/stepmake/po-targets.make: Remove --c++ option.
10505
10506         * scripts/midi2ly.py: Fix global syntax warnings.
10507
10508         * GNUmakefile.in: Generate builddir locale tree too.
10509
10510         * scripts/ly2dvi.py:
10511         * scripts/midi2ly.py: 
10512         * scripts/mup2ly.py: 
10513         * scripts/update-lily.py:
10514         * lily/main.cc (setup_paths): Fix for locales setup.
10515
10516 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10517
10518         * Documentation/windows/installing.texi: Soften wording about
10519         necessity of becoming Administrator.  tommie@iae.nl reports this
10520         does not seem to be necessary for his flavour of Windows 2000.
10521         Explicitely discourage text mode mounts.
10522
10523 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10524
10525         * lily/rest.cc (after_line_breaking): backport dot position fix.
10526
10527         * lily/rest-collision.cc (do_shift): also remove dots for suicided
10528         rests. Thanks to Klaus Zimmermann for finding this bug.
10529
10530 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10531
10532         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
10533
10534 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10535
10536         * Documentation/user/music-glossary.tely: fix links.
10537
10538 2002-10-21  Werner Lemberg  <wl@gnu.org>
10539
10540         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
10541         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
10542         scaling factor) only once and use them in the definition of
10543         \embeddedps.
10544         * ps/music-drawing-routines.ps (skeel): Removed.
10545
10546 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10547
10548         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
10549         Solaris7, as we don't use nested $( ) constructs.
10550
10551 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10552
10553         * VERSION: Release 1.6.6.
10554         
10555 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10556
10557         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
10558         as workaround for /bin/sh problems on Solaris7.
10559
10560 2002-10-19  Werner Lemberg  <wl@gnu.org>
10561
10562         * GNUmakefile.in (web-doc): Fix typos.
10563         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
10564         `music-drawing-routines.ps' but emit \special{header=...} once.
10565         * scm/tex.scm (header-end): Updated.
10566
10567 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10568
10569         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
10570         undefined tremolo. 
10571
10572 2002-10-15  Werner Lemberg  <wl@gnu.org>
10573
10574         * scripts/lilypond-book.py (g_make_html): New global variable.
10575         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
10576         if `g_make_html' isn't set.
10577         [main]: Add format `texi-html'.
10578         (option_definitions): Updated.
10579         * Documentation/user/lilypond-book.itely: Updated.
10580
10581         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
10582         * make/ly-rules.make (%.texi, %.nexi): Use it.
10583         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
10584         format to lilypond-book.
10585         * GNUmakefile.in (web-doc): Ditto.
10586
10587 2002-10-14  Werner Lemberg  <wl@gnu.org>
10588
10589         Further improve TeX output.  The produced files are about 40%
10590         smaller.  `lilyponddefs.tex' is now read only once.
10591
10592         * tex/lilyponddefs.tex: Remove footer stuff.
10593         (\ifundefined): Renamed to...
10594         (\lilypondundefined): This.  Use LaTeX's definition to
10595         make it nestable and make it global.
10596         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
10597         output.
10598         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
10599         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
10600         them global.
10601         (\placebox): Renamed to...
10602         (\lyitem): This.
10603         Make it global and call \outputscale by itself.
10604         (\lybox, \lyvrule): New macros to reduce input data.
10605         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
10606         New auxiliary macros.
10607         (\SkipLilydefs, \EndLilyPondOutput): Removed.
10608         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
10609         to...
10610         (\lilypondspace): This and made it global.
10611         (\turnOnPostScript): Renamed to...
10612         (\lilypondpostscript): This and made it global.
10613         (\turnOnExperimentalFeatures): Renamed to...
10614         (\lilypondexperimentalfeatures): This and made it global.
10615         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
10616         (\lilypondsetdimen): This and made it global.
10617         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
10618         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
10619         (all, $(outdir)/music-drawing-routines.ps): New rules.
10620         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
10621         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
10622         start-system, stop-system, stop-last-system, filledbox): Updated to
10623         use the changed macros from lilyponddefs.tex.
10624         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
10625
10626 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10627
10628         * Documentation/windows/installing.texi: Update.
10629
10630 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10631
10632         * VERSION: 1.6.5 released
10633
10634         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
10635
10636 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10637
10638         * scm/translator-property-description.scm (voltaOnThisStaff): add
10639         property.
10640
10641 2002-09-28  Werner Lemberg  <wl@gnu.org>
10642
10643         * scm/tex.scm (header-end): Suppress page numbering.
10644
10645         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
10646         Fix quotation for HTML output.
10647
10648 2002-09-28   Graham Percival   <gperciva@sfu.ca>
10649         
10650         * Documentation/user/refman.itely: grammar and phrasing
10651           fixes to "Note Entry" section.  Also adds a few new examples.
10652
10653 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10654
10655         * flower/include/string-data.icc: include string.h
10656
10657 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10658
10659         * scm/chord-name.scm (chord::inner-name-banter): remove space.
10660
10661 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10662
10663         * Documentation/user/GNUmakefile (extra-local-help): Add.
10664
10665         * stepmake/stepmake/www-targets.make (local-help): Add.
10666
10667 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10668
10669         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
10670         packages.
10671
10672         * Documentation/topdocs/README.texi (Top): building documentation
10673         (not website.)
10674
10675 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10676
10677         * Documentation/user/refman.itely: 
10678         * Documentation/user/tutorial.itely: 
10679         * Documentation/user/music-glossary.tely: Merge changes.
10680
10681         * Documentation/user/glossary.html.in: 
10682         * Documentation/index.texi: 
10683         * Documentation/header.html.in: Accomodate renaming of glossary.
10684         
10685         * Documentation/user/tutorial.itely: Add some glossary references.
10686         
10687         * Documentation/user/refman.itely: Minor fixes.
10688         
10689         * Documentation/user/lilypond.tely: Add glossary do direntry.
10690
10691         * Documentation/user/music-glossary.tely: Rename (previously:
10692         glossary.tely).  Fix anchor placement.
10693
10694         * Documentation/user/GNUmakefile: Make music-glossary.info too.
10695
10696 2002-09-23  Werner Lemberg  <wl@gnu.org>
10697
10698         * scripts/lilypond-book.py (output_dict): Fix handling of
10699         various environments by avoid extraneous newlines.
10700         Rename `output-all' regexp for html to `output-html'.
10701         Replace `output-all' regexp for texi with `output-texi-quote'
10702         and `output-texi-noquote'.
10703         (compose_full_body): Don't override `linewidth' user option
10704         for `singleline'.
10705         (schedule_lilypond_block): Don't indent text specified with
10706         `intertext' option.
10707         Add new option `noquote'.
10708         (compile_all_files): Use latex instead of tex to compile ly
10709         files directly.
10710
10711         * Documentation/user/lilypond-book.itely: Updated and revised.
10712         Improve layout.
10713
10714         * Documentation/user/glossary.tely,
10715         Documentation/user/introduction.itely,
10716         Documentation/user/tutorial.itely,
10717         Documentation/user/refman.itely,
10718         Documentation/user/appendices.itely: Fix overfull LilyPond
10719         boxes caused by the new lilypond-book code.  Other minor
10720         fixes.
10721
10722         * Documentation/user/macros.itexi (@texiflat): Don't emit
10723         trailing space.
10724
10725         * scm/tex.scm (end-output, header-end): Add preamble and
10726         postamble to make lilypond output directly compilable with
10727         latex.
10728
10729         
10730 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10731
10732         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
10733         instructions.
10734
10735 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10736
10737         * Documentation/user/glossary.tely: Add titling and hyperlinks.
10738
10739 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10740
10741         * lily/beam.cc (connect_beams): don't crash if there are quarter
10742         notes in beams.
10743
10744 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
10745
10746         * Documentation/user/refman.itely: corrected ancient clef
10747         docu; added docu on ligatures
10748
10749 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10750
10751         * Documentation/user/glossary.tely,
10752         Documentation/user/refman.itely, input/les-nereides.ly,
10753         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
10754         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
10755         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
10756         Stem properties: flag-style -> stroke-style, style -> flag-style.
10757
10758
10759 2002-09-22  Werner Lemberg  <wl@gnu.org>
10760
10761         * scripts/lilypond-book.py: Add option `notime' to suppress
10762         printing of a time signature.  Specify default indentation of 0pt
10763         if single line fragment.  Don't emit redundant `\paper{ }'.
10764
10765         * Documentation/user/lilypond-book.itely: Updated.
10766
10767         * Documentation/user/glossary.tely: Completely reformatting.
10768
10769 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10770
10771         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
10772
10773 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10774
10775         * Documentation/user/tutorial.itely: Fix links.
10776         
10777         * Documentation/topdocs/index.tely:
10778         * Documentation/index.texi:
10779         * Documentation/header.html.in: Small website fixes and updates.
10780
10781         * debian/: Debian patch by Anthony Fok.
10782
10783 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10784
10785         * Documentation/footer.html.in: How time flies: It's already 2002!
10786
10787         * Documentation/topdocs/index.tely: Stable/development fix.  Use
10788         more descriptive link names than 'here'.
10789
10790 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10791
10792         * VERSION: 1.7.2 released
10793         * VERSION: 1.6.4 released
10794         
10795         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
10796
10797         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
10798         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
10799
10800         * mf/feta-din.mf (test): add x-height and space.
10801
10802         * lily/dynamic-engraver.cc (process_music): take dynamic direction
10803         from ^_ for crescendi. Idem for slurs and phrasing slurs.
10804
10805         * ly/grace-init.ly: add-to-grace-init: function to portably add
10806         settings to \grace. 
10807
10808         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
10809         if we get an absolute dynamic event.
10810  
10811         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
10812
10813         * lily/source-file.cc (get_line): oops. All line numbers were off
10814         by 2. Fix that. 
10815
10816         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
10817         be after the note, combined with -_^, i.e. c4-(-\)-\>  
10818
10819         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
10820
10821         * lily/parser.yy (number_factor): remove (number) as number
10822         expression. ("Let them eat Lisp").
10823
10824 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10825
10826         * lily/horizontal-bracket.cc: new file.
10827
10828         * lily/horizontal-bracket-engraver.cc: new file.
10829
10830         * input/regression/note-group-bracket.ly: new file. Support
10831         horizontal note brackets for music analysis.
10832
10833         * lily/stem.cc (flag): new flag-style: no-flag.
10834
10835         * input/test/stem-cross-staff.ly: new file
10836         
10837         * Documentation/user/internals.itely: Improved formatting, fixing
10838         typos.  Added a section `Output details' to describe how the TeX
10839         code looks like.
10840
10841         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
10842
10843         * lily/parser.yy: remove \dynamicscript.
10844
10845         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
10846         definitions. 
10847
10848         * python/midi.c (midi_error): take two arguments.
10849
10850         * Merge 1.6.5 changes:
10851         
10852 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10853
10854         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
10855         staff-space.  Previous 1.5 was probably meant as half-spaces.
10856         (cautionary-style): parentheses (was: smaller).  This is what doco
10857         says, and it seems more logical.
10858
10859         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
10860         for 2nd sentence.
10861
10862 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10863
10864         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
10865
10866 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10867
10868         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
10869
10870 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10871
10872         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
10873
10874 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10875
10876         * scm/translator-property-description.scm (voltaOnThisStaff): add
10877         property.
10878
10879 2002-09-28  Werner Lemberg  <wl@gnu.org>
10880
10881         * scm/tex.scm (header-end): Suppress page numbering.
10882
10883         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
10884         Fix quotation for HTML output.
10885
10886 2002-09-28   Graham Percival   <gperciva@sfu.ca>
10887         
10888         * Documentation/user/refman.itely: grammar and phrasing
10889           fixes to "Note Entry" section.  Also adds a few new examples.
10890
10891 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10892
10893         * flower/include/string-data.icc: include string.h
10894
10895 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10896
10897         * scm/chord-name.scm (chord::inner-name-banter): remove space.
10898
10899 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10900
10901         * Documentation/user/GNUmakefile (extra-local-help): Add.
10902
10903         * stepmake/stepmake/www-targets.make (local-help): Add.
10904
10905 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10906
10907         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
10908         packages.
10909
10910         * Documentation/topdocs/README.texi (Top): building documentation
10911         (not website.)
10912
10913 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10914
10915         * Documentation/user/refman.itely: 
10916         * Documentation/user/tutorial.itely: 
10917         * Documentation/user/music-glossary.tely: Merge changes.
10918
10919         * Documentation/user/glossary.html.in: 
10920         * Documentation/index.texi: 
10921         * Documentation/header.html.in: Accomodate renaming of glossary.
10922         
10923         * Documentation/user/tutorial.itely: Add some glossary references.
10924         
10925         * Documentation/user/refman.itely: Minor fixes.
10926         
10927         * Documentation/user/lilypond.tely: Add glossary do direntry.
10928
10929         * Documentation/user/music-glossary.tely: Rename (previously:
10930         glossary.tely).  Fix anchor placement.
10931
10932         * Documentation/user/GNUmakefile: Make music-glossary.info too.
10933
10934 2002-09-23  Werner Lemberg  <wl@gnu.org>
10935
10936         * scripts/lilypond-book.py (output_dict): Fix handling of
10937         various environments by avoid extraneous newlines.
10938         Rename `output-all' regexp for html to `output-html'.
10939         Replace `output-all' regexp for texi with `output-texi-quote'
10940         and `output-texi-noquote'.
10941         (compose_full_body): Don't override `linewidth' user option
10942         for `singleline'.
10943         (schedule_lilypond_block): Don't indent text specified with
10944         `intertext' option.
10945         Add new option `noquote'.
10946         (compile_all_files): Use latex instead of tex to compile ly
10947         files directly.
10948
10949         * Documentation/user/lilypond-book.itely: Updated and revised.
10950         Improve layout.
10951
10952         * Documentation/user/glossary.tely,
10953         Documentation/user/introduction.itely,
10954         Documentation/user/tutorial.itely,
10955         Documentation/user/refman.itely,
10956         Documentation/user/appendices.itely: Fix overfull LilyPond
10957         boxes caused by the new lilypond-book code.  Other minor
10958         fixes.
10959
10960         * Documentation/user/macros.itexi (@texiflat): Don't emit
10961         trailing space.
10962
10963         * scm/tex.scm (end-output, header-end): Add preamble and
10964         postamble to make lilypond output directly compilable with
10965         latex.
10966
10967         
10968 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10969
10970         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
10971         instructions.
10972
10973 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10974
10975         * Documentation/user/glossary.tely: Add titling and hyperlinks.
10976
10977 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10978
10979         * lily/beam.cc (connect_beams): don't crash if there are quarter
10980         notes in beams.
10981
10982 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
10983
10984         * Documentation/user/refman.itely: corrected ancient clef
10985         docu; added docu on ligatures
10986
10987 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10988
10989         * Documentation/user/glossary.tely,
10990         Documentation/user/refman.itely, input/les-nereides.ly,
10991         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
10992         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
10993         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
10994         Stem properties: flag-style -> stroke-style, style -> flag-style.
10995
10996 2002-09-22  Werner Lemberg  <wl@gnu.org>
10997
10998         * scripts/lilypond-book.py: Add option `notime' to suppress
10999         printing of a time signature.  Specify default indentation of 0pt
11000         if single line fragment.  Don't emit redundant `\paper{ }'.
11001
11002         * Documentation/user/lilypond-book.itely: Updated.
11003
11004         * Documentation/user/glossary.tely: Completely reformatting.
11005
11006 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11007
11008         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11009
11010 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11011
11012         * Documentation/user/tutorial.itely: Fix links.
11013         
11014         * Documentation/topdocs/index.tely:
11015         * Documentation/index.texi:
11016         * Documentation/header.html.in: Small website fixes and updates.
11017
11018         * debian/: Debian patch by Anthony Fok.
11019
11020 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11021
11022         * Documentation/footer.html.in: How time flies: It's already 2002!
11023
11024         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11025         more descriptive link names than 'here'.
11026
11027 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11028
11029         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11030
11031 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11032
11033         * lily/part-combine-music-iterator.cc (get_state): cleanup
11034         (get_music_info): cleanup.
11035
11036 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11037
11038         * scm/backend-documentation-lib.scm (interface-doc-string):
11039         crosslinks between interfaces and grobs. Headings for interfaces
11040         in grob explanation.
11041
11042 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11043
11044         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11045         dtd).  Add preliminary dtd.
11046         (re-sub-alist): Robustify.
11047
11048 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11049
11050         * lily/include/event-chord-iterator.hh,
11051         lily/context-specced-music-iterator.cc,
11052         lily/event.cc, lily/event-chord-iterator.cc: add
11053
11054 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11055
11056         * lily/: some (c) header fixes.
11057         
11058         * lily/request-chord.cc: Remove.
11059         
11060         * lily/include/event-chord-iterator.hh:
11061         * lily/include/event.hh:
11062         * lily/event-chord.cc: New file.
11063         
11064         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11065         requested.
11066
11067 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11068
11069         * lily/ : rename Request to Event
11070
11071         * lily/parser.yy (command_element): move clef stuff into Scheme.
11072
11073         * lily/:  rename length_mom () to get_length()
11074
11075         * lily/part-combine-music.cc: removed file and class.
11076
11077         * lily/context-specced-music-iterator.cc (class
11078         Context_specced_music_iterator): new file. Obsoletes the
11079         Context_specced_music type.
11080
11081         * scm/music-types.scm (make-repeated-music): put different kinds
11082         of repeated music into music-type table.
11083
11084         * VERSION: 1.7.1 released.
11085
11086         * scm/to-xml.scm: new file.
11087
11088         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11089         new Input representation: dump music as XML.
11090
11091         * scm/engraver-documentation-lib.scm
11092         (engraver-accepts-music-types?): add links from music to engraver,
11093         from music-type to engraver.
11094
11095         * lily/include/command-request.hh: removed
11096         lily/include/musical-request.hh: removed. Removed all _req classes
11097         except Key_change_req. Changes throughout.
11098
11099 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11100
11101         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11102
11103 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11104
11105         * lily/*.cc: specify accepts for many engravers.
11106
11107         * scm/music-documentation-lib.scm: dump music expressions and
11108         music subtypes.
11109
11110         * scm/documentation-lib.scm: complete revision.
11111         Use GOOPS objects to store document tree explicitly. Cleaned up and
11112         sped up doco generation a lot.
11113
11114 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11115
11116         * input/trip.ly (fugaIILeft): add arpeggio
11117
11118         * lily/translator-group.cc (try_music_on_nongroup_children):
11119         oops. The name symbol is in the cdr of the assoc handle.
11120
11121         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11122         Hyphen_req, Glissando_req, Break_req, Mark_req 
11123
11124 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11125
11126         * lily/musical-request.cc (music-duration-length,
11127         music-duration-compress): new functions.
11128
11129         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11130         throughout. Warning doesn't work yet.
11131
11132         * lily/translator-group.cc (try_music_on_nongroup_children):
11133         new implementation: store candidate acceptors in a hashTable.
11134
11135 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11136
11137         * scm/music-types.scm (music-descriptions): change name to
11138         internal-class-name
11139
11140         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11141
11142 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11143
11144         * lily/beam.cc (connect_beams): don't crash if there are quarter
11145         notes in beams.
11146
11147 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11148
11149         * Documentation/user/refman.itely: corrected ancient clef
11150         docu; added docu on ligatures
11151
11152 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11153
11154         * Documentation/user/glossary.tely,
11155         Documentation/user/refman.itely, input/les-nereides.ly,
11156         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11157         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11158         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11159         Stem properties: flag-style -> stroke-style, style -> flag-style.
11160
11161 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11162
11163         * scm/music-functions.scm (music-separator?): don't use name music
11164         property.
11165
11166 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11167
11168         * stepmake/stepmake/generic-targets.make (help): Document check
11169         target.
11170
11171         * lily/new-accidental-engraver.cc: Compile fix.
11172
11173 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11174
11175         * scripts/convert-ly.py: Add rule.
11176
11177         * input/test/music-creation.ly:
11178         * input/test/add-staccato.ly:
11179         * input/test/add-text-script.ly: ly-make-music.
11180
11181         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11182         More ly-make-music renamings.
11183
11184         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11185
11186         * lily/music-constructor.cc (make_music): Add debugging info.
11187
11188         * scm/music-functions.scm (make-simultaneous-music,
11189         (make-sequential-music, context-spec-music):
11190         * scm/music-types.scm (music-descriptions): Get lily to run.
11191
11192 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11193
11194         * lily/command-request.cc (transpose_key_alist): new function.
11195
11196         * lily/key-performer.cc (create_audio_elements): cleanup. 
11197
11198 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11199
11200         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11201
11202         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11203         events-accepted field.
11204
11205         * scm/music-types.scm: new file.
11206
11207         * lily/parser.yy: put music type initialization into scheme,
11208         similar to grob initialization.  Changes throughout.
11209
11210 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11211
11212         * Documentation/user/tutorial.itely: Fix links.
11213         
11214         * Documentation/index.texi: 
11215         * Documentation/header.html.in: 
11216         * Documentation/topdocs/index.tely: Small website fixes and updates.
11217
11218         * debian/: Debian patch by Anthony Fok.
11219
11220 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11221
11222         * Documentation/footer.html.in: How time flies: It's already 2002!
11223
11224         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11225         more descriptive link names than 'here'.
11226
11227         * ROADMAP: Remove test stuff.
11228
11229         * scripts/update-lily.py: Allow auto-building of stable and
11230         development versions.  Bugfixes.
11231
11232 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11233
11234         * VERSION: released 1.7.0
11235
11236         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11237
11238         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11239         positive line widths.
11240
11241 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11242
11243         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11244         go.  Fix comments.
11245
11246         * cygwin: Cygwin updates.
11247
11248 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11249
11250         * Documentation/windows/installing.texi (Top): version for python,
11251         urls for ghostscript (thanks to John Potelle)
11252         
11253         * lily/simultaneous-music-iterator.cc
11254         (Simultaneous_music_iterator): init children_list_ before
11255         triggering GC.
11256
11257         * lily/*-iterator.cc: be even more careful with smobbed copy
11258         constructors. 
11259
11260         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11261         LeftEdge item.
11262
11263 2002-09-15  Werner Lemberg  <wl@gnu.org>
11264
11265         Improving LilyPond's output to make them ordinary TeX boxes with
11266         predictable dimensions.  System boxes are now vertically centered on
11267         the baseline; this offset can be further controlled with
11268         \lilypondscoreshift.
11269
11270         * lily/system.cc (System::post_processing): Pass length of current
11271         system to `start-system' (including any horizontal indentation).
11272
11273         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11274         prettier.
11275         (lily-def): Append `%'.
11276         (start-system): Add parameter `wd'.  Output more TeX code to specify
11277         box dimensions.
11278         (stop-system, stop-last-system): Complement changes in
11279         `start-system'.
11280         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11281         Updated.
11282
11283         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11284         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11285         Write final `\endinput'.
11286
11287         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11288         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11289         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11290         files and macro definitions don't produce spurious spaces and
11291         paragraphs (using \endlinechar).
11292         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11293
11294         * Documentation/user/internals.itely: Improved formatting, fixing
11295         typos.  Added a section `Output details' to describe how the TeX
11296         code looks like.
11297
11298 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11299
11300         * lily/accidental-engraver.cc: Also work with partial measures.
11301
11302 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11303
11304         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11305         spanner.
11306
11307 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11308
11309         * lily/identifier-smob.cc (unpack_identifier): new file.
11310
11311         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11312         pass off scheme expressions as music identifiers.
11313
11314         * scm/lily.scm: reorganisation, cleanups.
11315
11316         * lily/main.cc: small cleanups.
11317
11318 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11319
11320         * lily/ly-module.{cc,hh}: new file.
11321
11322 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11323
11324         * lily/accidental-engraver.cc: Also work with partial measures.
11325
11326 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11327
11328         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11329
11330 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11331
11332         * lily/my-lily-lexer.cc: use SCM module in stead of
11333         Scheme_hash_table. Changes throughout.  
11334
11335 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11336
11337         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11338