]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
9c1cdbb64cf4fdc626d0520215152a7cfe728002
[lilypond.git] / ChangeLog
1 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * lily/paper-book.cc (pages): Change signature.  Update callers.
4
5         * lily/include/page.hh:
6         * lily/page.cc: New file.
7
8         * lily/paper-line.cc (to_stencil): New method.
9         
10         * lily/paper-outputter.cc (output_stencil): New method.
11
12         * lily/paper-outputter.cc (output_line): Use them.
13
14         * lily/warn.cc: Remove.
15
16         * lily/my-lily-parser.cc (distill_inname): Remove.
17
18         * flower/include/file-name.hh: 
19         * flower/file-name.cc: New file.  Update users.
20
21         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
22         (find): New method of same name.
23
24         * lily/my-lily-parser.cc (ly:parse-file): Use it.
25
26         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
27         constant error message.
28
29 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
30
31         * input/test/{blank-notes.ly,staff-container.ly}: typos.
32
33 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
34
35         * Documentation/user/music-glossary.tely: @table @strong' replaced
36         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
37         (backportme).
38
39 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
40
41         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
42
43         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
44         #{ lily music expression #} that returns an equivalent scheme
45         music expression by parsing the string.
46
47 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
48
49         * lily/my-lily-parser.cc:
50         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
51         SCM string (foo.ly/toto.scm support).
52
53 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
54
55         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
56
57 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
58
59         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
60
61         * scripts/lilypond-book.py: LY code that includes \header is
62         not assumed to be a fragment.
63
64 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
65
66         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
67         tremolo beams up.
68
69         * lily/stem.cc (chord_start_y): Return 0 if no heads.
70         (get_default_stem_end_position): No tremolo head juggling if no
71         heads.  Fixes tremolo crash on rests (backportme).
72
73         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
74
75 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
76
77         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
78         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
79
80         * lily/lexer.ll: Allow \encoding in NOTES mode.
81
82         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
83         for lyrics, not for commands.
84
85         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
86         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
87
88         * input/regression/newaddlyrics.ly: New file.
89
90         * Documentation/topdocs/NEWS.texi: Update.
91
92         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
93         (Music_list): Allow embedded scm.
94
95         * lily/score.cc (ly:score-bookify): New function.
96
97         * lily/music.cc (ly:music-scorify): Idem.
98
99         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
100         (ly:parser-print-score): Idem.
101
102         * scm/lily.scm (default-toplevel-book-handler): Idem.
103         (default-toplevel-music-handler): Idem.
104         (default-toplevel-score-handler): Idem.
105
106         * ly/declarations-init.ly: Set default toplevel handlers.
107
108         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
109
110         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
111         printer for score at toplevel.
112
113 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
114
115         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
116         Fix for simple case: input/simple-song.ly, more complex stuff
117         does not work yet.
118
119 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
120
121         * lily/parser.yy (Prefix_composite_music): split Composite_music
122         in Prefix_composite_music and Grouped_music_list.
123         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
124
125 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
126
127         * scm/lily.scm (toplevel-expression): New define.
128
129         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
130
131         * lily/parser.yy (toplevel_expression): Use it.
132
133         * lily/include/my-lily-parser.hh: Smobbify.
134
135         * lily/my-lily-parser.cc (parse_string): New method.
136         
137         * lily/my-lily-parser.cc (ly:parse-string): New function.
138
139         * Documentation/user/lilypond.tely: Add comment and workaround for
140         gs-8.01 crash.  Fixes make web.
141
142         Simplification of toplevel music.
143         
144         * lily/lexer.ll, lily/parser.yy:
145
146         * In LYRICS mode, return LYRICS_STRING.  This fixes one
147         shift/reduce problem.
148
149         * Use NOTES mode at start of maininput.
150
151         * Grok toplevel composite music expression, put in score and book.
152
153         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
154
155         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
156
157         * input/simple.ly: New file.
158         
159         * input/simple-song.ly: Idem.
160
161 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
162
163         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
164         Sandberg.
165
166 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
167
168         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
169
170 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
171
172         * input/regression/accidental-octave.ly: doc automatic showing
173         of note names.
174
175 2004-04-16  Heikki Junes <janneke@gnu.org>
176
177         * po/fi.po: do "make po && make -C po po-update" at top-level,
178         then "cp po/out/fi.po po/fi.po" and update fields.
179
180         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
181
182 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
183
184         * Documentation/user/introduction.itely (About this manual): Fix
185         templates and regression urls (backportme).
186
187 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
188
189         * ly/engraver-init.ly (Score:graceSettings): Increase
190         beamed-lengths, especially for 32nd notes.
191
192         * Documentation/user/notation.itely (Grace notes): Correct the
193         syntax for add-grace-property example.
194
195 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
196
197         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
198         `Generated' tag.
199
200         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
201         Severely broken (the Debian package, at least).
202
203 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
204
205         * lily/context.cc (find_create_context): assign to lvalue.
206
207 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
208
209         * lily/include/translator.hh (class Translator): rename
210         get_parent_context() to context () to avoid confusion.
211
212         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
213
214         * lily/lexer.ll: change is_string -> ly_c_string_p 
215
216         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
217
218         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
219
220         * VERSION: release 2.3.0
221
222         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
223
224         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
225         if nonempty.
226
227         * lily/include/context.hh (class Context): make members protected.
228         (children_contexts): new accessor function.
229
230         * lily/include/translator.hh (class Translator): make
231         daddy_context_ protected.
232         (class Translator): clean up. 
233
234         * lily/include/context.hh (class Context): make daddy_context_
235         private.
236
237         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
238         higher for finding Voice. (backportme)  
239
240         * lily/include/context.hh (class Context): remove
241         find_context_below() as a method.
242
243         * Documentation/user/notation.itely (The Lyrics context): add note
244         about manual durations
245
246         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
247         encoding.
248
249         * scm/output-tex.scm (text): dump \inputencoding{} for text.
250
251 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
252
253         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
254         \usepackage{inputenc}
255
256         * lily/paper-book.cc (classic_output): don't advance Offset for
257         TeX output.
258
259         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
260         ec-sauter.map in rules
261
262         * mf/ecb.mf (font_identifier): new file, based on ecbx
263
264         * mf/ecb10.mf (gensize): new file.
265
266         * Documentation/topdocs/NEWS.texi (Top): document some more new
267         features.
268
269         * ly/declarations-init.ly: run convert-ly
270
271         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
272         from input-file-results. Remove input-file-results.* 
273
274 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
275
276         * scm/output-ps.scm (font-command): Fix, again.
277
278         * input/test/title-markup.ly: Add \noPagebreak test.
279
280         * lily/score-engraver.cc (try_music): Bugfix.
281
282 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
283
284         * lily/main.cc (main_with_guile): excise dependency options -M and
285         --dep-prefix
286
287         * lily/input-file-results.cc: excise Makefile dependency code
288
289         * Documentation/user/invoking.itexi (Invoking the lilypond
290         binary): remove dep doco
291         
292         * lily/main.cc (main_with_guile): call lilypond-main
293         
294         * scm/lily.scm (lilypond-main): new function: handle multiple files.
295
296         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
297         exception.
298
299         * lily/my-lily-parser.cc: remove paper_description function
300
301         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
302         new function.
303
304         * lily/main.cc: remove global_score_count.
305
306         * lily/book.cc (process): don't take header from global_input_file.
307
308         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
309
310         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
311
312         * lily/music-output-def.cc (LY_DEFINE): new function
313         ly_output_description. This function does the bulk for  setting,
314         parsing and breaking down of an input file.
315
316         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
317         anonymous modules globally. Let's hope they get GCd
318
319         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
320
321 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
322
323         * scm/output-ps.scm (header): Papersize from paper.
324
325         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
326         for classic output.
327
328         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
329         lilypondclassic is defined.
330         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
331
332         * input/regression/between-systems.ly: Remove.
333
334         * python/lilylib.py (get_bbox): Fix regular expression
335         for bounding box.
336
337         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
338
339         * scm/output-tex.scm (stop-page): Use it.
340
341         * scm/output-ps.scm (define-fonts): Bugfix.
342
343         * lily/grob.cc: Add penalty to interface.
344
345         * lily/include/paper-line.hh (class Paper_line): New member
346         var penalty_.
347
348         * lily/system.cc (get_line): Initialise Paper_line with
349         page-penalty's from original grobs.
350
351         * scm/define-music-properties.scm (all-music-properties): Add
352         page-penalty.
353
354         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
355
356         * lily/score-engraver.cc (try_music): Handle page-penalty.
357
358         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
359
360 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
361
362         * ly/declarations-init.ly (melismaEnd): typo
363
364         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
365
366         * scm/output-ps.scm (text): split string into spaces, use moveto
367         for setting space. 
368         
369 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
370
371         * po/nl.po: Update.
372
373         * scm/font.scm (add-cmr-fonts): Typo.
374
375 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
376
377         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
378         font-encoding.
379
380         * scm/define-grobs.scm (all-grob-descriptions): idem.
381
382         * lily/time-signature.cc (numbered_time_signature): idem.
383
384         * scm/font.scm (add-cmr-fonts): use real encoding names for
385         font-encoding.
386
387 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
388
389         * lily/paper-book.cc (classic_output): 
390         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
391         Fixes classic output.
392         (lilypondstart):
393         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
394         kludge.
395
396         * scripts/old-lilypond-book.py: Remove.
397
398         Page layout for SCOREs enclosed in a BOOK:
399
400         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
401         layout tweaking.
402
403         * input/les-nereides.ly (theScore): Add \book.
404         
405         * input/test/title-markup.ly: Add \book.
406
407         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
408         only if 'verbose.
409
410         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
411
412         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
413
414         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
415         * scm/output-tex.scm (start-system): Update for page layout by
416         LilyPond.
417
418         * scm/output-ps.scm (start-system): Previously (new-start-system).
419
420         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
421         passed to define-fonts.
422
423         * lily/paper-column.cc: 
424         * lily/system.cc (get_line):
425         * ly/property-init.ly (newpage): 
426         * scm/define-grob-properties.scm:
427         * scm/output-ps.scm: 
428         * scm/output-tex.scm: Remove between-system-string kludge.
429
430         * scm/output-ps.scm (define-fonts, font-command,
431         font-load-encoding): Handle ENCODING = #f.
432
433         * scm/output-tex.scm (output-scopes): Check if variable is bound.
434
435         * scm/define-markup-commands.scm (fill-line): Use
436         make-simple-markup (WAS: unexisting make-word-markup).
437
438         * lily/text-item.cc (interpret_markup): Bugfix, transpose
439         ENCODING, MARKUP parameters for interpret_string.
440
441         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
442
443         * lily/score.cc (book_rendering): New method.
444         (default_rendering): Create Paper_book helper locally, dump
445         output.
446
447         * lily/my-lily-lexer.cc (the_key_tab): Add book.
448
449         * lily/parser.yy: Handle \book.
450
451         * lily/include/book.hh: 
452         * lily/book.cc: New file.
453
454 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
455
456         * lily/text-item.cc (interpret_string): new file, select font with
457         encoding.
458
459         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
460
461         * scm/define-markup-commands.scm (encoded-simple): new markup command.
462
463         * lily/parser.yy (markup): take encoding from lexer.
464
465 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
466
467         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
468
469         * scm/output-ps.scm: Remove some cruft.
470
471 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
472
473         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
474
475         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
476
477 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
478
479         * scm/font.scm (add-century-schoolbook-fonts):
480         (make-century-schoolbook-tree): New function.
481
482         * input/test/title-markup.ly: Use Century Schoolbook font.
483
484 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
485
486         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
487         to Erik Sandberg) 
488
489         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
490
491         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
492
493         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
494
495         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
496
497 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
498
499         * scm/part-combiner.scm (determine-split-list): bugfix: if no
500         solo-state (at end of solo), we can set the solo status
501         too. (backportme.)
502
503         * input/regression/part-combine-solo-end.ly: new file.
504
505 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
506
507         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
508         flavour abc files.  Really ignore unknown keys (backportme).
509
510 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
511
512         * lily/scaled-font-metric.cc (text_dimension): only multiply with
513         magnification_ when looking up in orig_.
514
515         * scm/output-tex.scm (text): switch off char-mapping.
516
517         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
518         because AFM's encoding field cannot have spaces.
519
520 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
521
522         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
523
524 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
525
526         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
527
528         * mf/cmr.enc: new file, without hi-bit ascii info. 
529
530         * lily/bezier-bow.cc (slur_shape): make indent dependent on
531         width. This removes the 'hook' at the end of a long slur.
532
533         * buildscripts/mf-to-table.py (parse_logfile): don't append
534         encoding to fontname.
535
536 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
537
538         * scm/output-ps.scm (define-fonts): Load .enc only once.
539
540         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
541         too.
542
543 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
544
545         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
546         encoding field.
547
548         * lily/stencil-scheme.cc: remove ly:fontify-atom 
549
550         * ly/portuges.ly (pitchnames): new file.
551
552         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
553         Michael Welsh Duggan
554
555         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
556
557         * ly/nederlands.ly: add comment about digits.
558
559         * lily/scaled-font-metric.cc (derived_mark): idem.
560
561         * scm/encoding.scm (make-encoding-mapping): change permutation to
562         mapping.
563
564         * lily/scaled-font-metric.cc (derived_mark): is a const method.
565         (Modified_font_metric): make alist for coding_description_
566         (LY_DEFINE): remove coding-name.
567
568         * scm/output-tex.scm (text): remove debugging code.
569
570         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
571
572         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
573         from infile.
574
575         * mf/feta-generic.mf: move fet_beginfont into generic code.
576         use fetaMusic (without space) as encoding
577
578         * mf/feta-autometric.mf: take encoding argument
579
580         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
581
582         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
583         use.
584
585         * scm/encoding.scm (read-encoding-file): use symbol for glyph
586         name.
587
588 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
589
590         * input/test/title-markup.ly: Set inputencoding.
591
592         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
593
594         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
595
596         * scm/encoding.scm (get-coding-filename, get-coding-command): New
597         function.
598         (coding-alist): Also hold filename, command.
599         (read-encoding-file): Return symbols.
600
601 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
602
603         * scm/output-tex.scm: remove fontify; text and char take a font
604         argument.
605
606         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
607
608         * lily/scaled-font-metric.cc (text_dimension): init
609         coding_{permutation,table}_ too 
610         (LY_DEFINE): ly:font-encoding, new function return
611
612         * lily/paper-def.cc (find_scaled_font): take input coding from
613         inputcoding paper var.
614
615         * lily/performance.cc (output): remap modulo 16.
616
617         * lily/text-item.cc (interpret_markup): whoops, variable
618         shadowing fixed.
619
620 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
621
622         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
623         symbols, not symbols to strings.
624         
625         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
626         symbols, not symbols to strings.
627
628 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
629
630         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
631         (ly:kpathsea-gulp-file): New function.
632
633         * scm/encoding.scm (read-encoding-file): Use it.
634
635 2004-04-06  Werner Lemberg  <wl@gnu.org>
636
637         * scm/encoding.scm (coding-alist): Fix typo.
638
639 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
640
641         * lily/scaled-font-metric.cc (text_dimension): move function from
642         Font_metric
643         (make_scaled_font_metric): init coding_scheme_ to TeX
644         (text_dimension): use get-coding-vector for non TeX coding_scheme_
645
646         * lily/include/scaled-font-metric.hh (struct
647         Modified_font_metric): rename from Scaled_font_metric
648
649         * scm/encoding.scm (read-encoding-file): split up large function,
650         leave caching to (delay)
651
652         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
653
654 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
655
656         * lily/my-lily-lexer.cc (set_encoding): New method.
657
658         * lily/lexer.ll: Grok \encoding.
659
660         * lily/font-metric.cc (get_encoded_index): New function.
661
662         * lily/include/font-metric.hh (coding_scheme): New method.
663
664         * scm/encoding.scm: New file.
665
666         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
667
668 2004-04-05  Werner Lemberg  <wl@gnu.org>
669
670         * Documentation/user/tutorial.itely: Revised (finished).
671
672         * Documentation/user/macros.itexi (@separate): Removed.
673
674 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
675
676         * scm/output-ps.scm (define-fonts): fix scaling.
677
678         * lily/scaled-font-metric.cc (design_size): add function.
679
680         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
681         partial cut&paste of ly:font-magnification.
682
683 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
684
685         * scm/output-ps.scm (define-fonts):
686         (fontify): Update.
687
688 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
689
690         * po/fr.po: update. (backportme).
691
692         * po/nl.po: update. (backportme). 
693
694         * mf/feta-beugel.mf: document why design size is not fixed.
695
696         * mf/feta-braces-a.mf: rename to stress that it's not design size.
697
698 2004-04-04  Werner Lemberg  <wl@gnu.org>
699
700         * Documentation/user/tutorial.itely: Revised (continued).
701
702 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
703
704         * po/nl.po: Update (backportme).
705
706 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
707
708         * po/de.po: update. (backportme).
709
710         * scm/output-tex.scm (font-command): use ly: functions to
711         construct name.
712         (define-fonts): don't use alist, just dump \font definitions.
713         (font-load-command): calculate proper scaling by taking
714         outputscale from paper argument.
715
716         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
717         expression.
718
719         * lily/paper-outputter.cc (output_header): pass paper arg to
720         define-fonts
721
722         * lily/paper-def.cc (font_descriptions): dump list of
723         Scaled_font_metrics
724         (find_scaled_font): take Font_metric argument, store
725         Scaled_font_metrics in hash-table containing (size ->
726         Scaled_font_metrics) alist.
727         (get_dimension): rename from get_realvar
728
729         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
730         ly:font-magnification, ly:font-name: new functions
731
732 2004-04-03  Werner Lemberg  <wl@gnu.org>
733
734         * Documentation/user/dedication.itely,
735         Documentation/user/preface.itely,
736         Documentation/user/introduction.itely,
737         Documentation/user/tutorial.itely: Revised.
738         Removing leading spaces which distorts output if info files are read
739         with stand-alone info.
740         Removing superfluous inter-word spaces which also distorts output
741         for stand-alone info.
742         Using ` and ' instead of `` and '' everywhere to improve
743         legilibility with stand-alone info
744         Using @samp for single-letter input items and data which contains
745         spaces, @code for other things.
746
747         * lily/grob-interface.cc: Adding copyright.
748         (check_interfaces_for_property): Improve format of warning message.
749
750 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
751
752         * lily/include/font-metric.hh (struct Font_metric): add
753         design_size () method.
754
755         * buildscripts/mf-to-table.py (base): add DesignSize comment.
756
757         * lily/afm.cc (read_afm_file): read design size.
758
759         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
760
761         * scm/music-functions.scm (unfold-repeats): handle dots too.
762
763 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
764
765         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
766         (backportme)
767
768 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
769
770         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
771         lyric indent.  Revert melismaBusyProperties using \unset.
772
773 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
774
775         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
776
777         * lily/parser.yy (command_element): allow redefinition of |
778         meaning.
779
780         * lily/break-align-engraver.cc (acknowledge_grob): construct
781         LeftEdge where the first cause for alignment is coming from.
782         This makes \override Staff.LeftEdge work as expected.
783
784         
785         * lily/slur-performer.cc (Slur_performer): add inits
786
787         * lily/beam-performer.cc (Beam_performer): add inits
788
789 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
790
791         * VERSION (PACKAGE_NAME): release 2.2.0
792
793         * scripts/convert-ly.py (conv): add 2.2.0 rule.
794
795 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
796
797         * lily/cluster.cc (height): Fix warning.
798
799         * lily/parser.yy: Janitorial cleanups.
800
801         * Documentation/user/tutorial.itely (Tutorial): Typo.
802
803 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
804
805         * lily/change-iterator.cc (process): search at multiple context
806         levels. This fixes 
807
808         
809         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
810         not voice-state index for tie state. This fixes a partcombine
811         problem with ties.
812
813         * Documentation/user/tutorial.itely (Commenting input files): add
814         note about convert-ly.
815
816         * input/test/cadenza-skip.ly:  new file.
817
818 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
819
820         * po/nl.po: Spelling fixes.
821
822         * autogen.sh (srcdir): Regenerate.
823
824         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
825         autogen.sh.
826
827         * configure.in: Use C++ to check for C++ header.
828
829         * po/nl.po: Update.
830
831         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
832
833         * lily/event.cc (to_relative_octave): Translatable sentence should
834         be one string.
835
836         * python/lilylib.py (warranty): Year range is not translatable.
837         It's 2004 already!
838
839         * flower/warn.cc (non_fatal_error, warning, programming_error):
840         Remove whitespace from translated string.
841
842 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
843
844         * VERSION: release 2.1.37.
845
846 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
847
848         * configure.in: check for C language.
849
850         * lily/source-file.cc: include strstream without h.
851
852         * scm/documentation-generate.scm (string-append): use name without
853         .texi.
854
855         * autogen.sh (srcdir): SUSE fix.
856
857         * Documentation/user/notation.itely (Ancient clefs): idem.
858
859         * Documentation/user/lilypond-book.itely (Integrating HTML and
860         music): idem.
861
862         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
863
864         * lily/change-iterator.cc (process): use find_existing_context().
865
866         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
867
868         * input/regression/repeat-unfold-tremolo.ly: new file.
869
870         * scm/music-functions.scm (unfold-repeats): undo music compression
871         too.
872
873         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
874         (LY_DEFINE): ly:music-compress new function.
875
876         * scm/part-combiner.scm (determine-split-list): split for voice
877         crossings
878
879         * input/regression/part-combine-cross.ly: new file.
880
881         * scm/part-combiner.scm (make-part-combine-music): don't do
882         relative inside partcombine arguments.
883
884         * scm/music-functions.scm (make-non-relative-music): new function.
885
886         * Documentation/user/notation.itely (Automatic part combining):
887         add note about \relative.
888
889         * lily/part-combine-iterator.cc (construct_children): add
890         start_moment_ member.
891
892         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
893         stem-tremolo by stem object. This fixes no stem for tremolo bug.
894
895         * lily/stem-tremolo.cc (print): don't crash for no-stem.
896
897         * Documentation/user/changing-defaults.itely (Which properties to
898         change): fixes.
899
900 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
901
902         * po/fr.po: update.
903
904 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
905
906         * input/wilhelmus.ly: More original lyrics.  Add to examples.
907
908         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
909         Reinstate old code that issues warning.  Fixes --srcdir build.
910
911 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
912
913         * input/wilhelmus.ly: New file.
914
915         * Documentation/user/notation.itely: 
916         * Documentation/user/introduction.itely:
917         * Documentation/user/tutorial.itely: Use quote ly-option instead
918         of explicit @quotation.  This fixes too long lilypond linewidths
919         resulting in overful hboxes.
920
921         * scripts/lilypond-book.py: Add ly-option: `quote'.
922
923 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
924
925         * tex/titledefs.tex: Avoid that the first score line is extra
926         indented if instrument is defined but not piece.
927
928 2004-03-30  Werner Lemberg  <wl@gnu.org>
929
930         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
931         `lilypond/' to info file name.
932         (@usermanref) [info]: New variant.
933
934         * scm/documentation-generate.scm: Fix definition of @usermanref
935         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
936         to info file name.
937
938 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
939
940         * VERSION: release 2.1.36
941         
942         * Documentation/user/changing-defaults.itely (Interpretation
943         contexts): rewrite introduction.
944
945 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
946
947         * scm/define-markup-commands.scm: Use TeX accents instead of
948         straight iso-8859-1 encoding in the doc string.
949
950 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
951
952         * Documentation/user/tutorial.itely (A lead sheet): remove extra
953         space after dotted duration.
954
955 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
956
957         * Documentation/user/introduction.itely: 
958         * Documentation/user/notation.itely:
959         * Documentation/user/tutorial.itely: Up all relative examples.
960         Enclose @lilypond displays in @quotation.  Typos and corrections.
961
962         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
963
964 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
965
966         * scm/music-functions.scm (make-voice-props-revert): Revert also
967         MultiMeasureRest staff-position in oneVoice.
968
969 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
970
971         * Documentation/user/changing-defaults.itely, 
972         Documentation/user/lilypond.tely: few fixes. Place no comma between
973         two options: a and b, but commas between three options: a, b, and c.
974         By this manner, grouping is possible: a and b, and c and d.
975
976 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
977
978         * Documentation/user/GNUmakefile: add rule for .nexi
979
980 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
981
982         * Documentation/user/music-glossary.tely: move glossary direntry
983
984         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
985         only do mkdir/install-info if INFO_INSTALL_FILES != "".
986
987 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
988
989         * stepmake/aclocal.m4: Verify that gettext configure check with
990         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
991
992 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
993
994         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
995         glob.glob for .png filenames. This catches multipage pngs.  
996
997         * Documentation/user/changing-defaults.itely (Determining the grob
998         property): fix references.
999
1000         * lily/staff-symbol.cc (print): only add extent if non empty.
1001         This fixes staff-container.ly.
1002
1003         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1004         starting with a mmrest also works.
1005
1006         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1007         PNG for texinfo too.
1008
1009         * po/lilypond.pot: update translation strings.
1010
1011         * VERSION: 2.1.35 released
1012         
1013         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1014         context argument too.
1015
1016         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1017
1018         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1019
1020         * python/lilylib.py (command_name): don't return 1st path
1021         component.
1022
1023         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1024         .png case separately.
1025
1026         * python/lilylib.py (system): typo.
1027         
1028 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1029
1030         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1031         run indent-region.
1032
1033         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1034         Fixes compile.
1035
1036         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1037         Add header.
1038
1039 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1040
1041         * vim/lilypond-indent.vim: small fixes.
1042
1043 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1044
1045         * Documentation/user/notation.itely (Entering lyrics): Add example
1046         with correct english double quotes (at least for LaTeX output,
1047         maybe not a good idea if we switch to PS as the default output
1048         format).
1049
1050 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1051
1052         * lily/staff-performer.cc (create_audio_elements): play instrument
1053         changes before notes arrive. This fixes instrument of the first
1054         note in a score.
1055
1056         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1057         to 1.9.0 conversion.
1058
1059         * lily/mark-engraver.cc: doc string.
1060
1061         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1062
1063         * Documentation/user/introduction.itely (Introduction): new node.
1064
1065 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1066
1067         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1068
1069         * input/regression/spacing-ragged-last.ly: new file.
1070
1071         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1072         spacing.
1073
1074         * scm/font.scm: rewrite using GOOPS.
1075         
1076         * lily/context-def.cc (filter_engravers): derefence pointer.
1077
1078         * lily/lily-guile.cc (type_check_assignment): use
1079         ly_scheme_function iso. scm_primitive_eval where possible.
1080
1081         * lily/performance.cc (output): limit channels at 15. This fixes
1082         percussion inadvertently showing up in large scores.
1083
1084 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1085
1086         * input/regression/tuplet-gap.ly: new file.
1087
1088         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1089         (print): compute gap length from number size, include italic
1090         correction.
1091
1092         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1093         tuplet-bracket
1094
1095         * scm/paper.scm (set-default-paper-size): new function, to be
1096         called at toplevel.
1097         (set-paper-size): new function, to be called inside \paper {}
1098         (set-default-paper-size): new function, to be called at toplevel.
1099
1100         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1101
1102         * lily/beam-performer.cc (process_music): idem.
1103
1104         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1105         
1106         * tex/titledefs.tex: remove scshape for piece.
1107
1108         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1109         font-family
1110
1111         * lily/time-signature.cc (special_time_signature): font-encoding
1112         not family.
1113
1114         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1115         dynamic to head. This fixes p placement in morgenlied.
1116
1117 2004-03-23  Werner Lemberg  <wl@gnu.org>
1118
1119         * stepmake/stepmake/generic-targets.make (help): Improve text.
1120
1121 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1122
1123         * VERSION: 2.1.34 released
1124         
1125         * lily/main.cc (main_with_guile): switch debugging.
1126
1127         * lily/system.cc (get_line): plug leak.
1128
1129         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1130         and contents.
1131         (stencil2line): plug leak.
1132
1133         * Documentation/user/changing-defaults.itely (Determining a grob
1134         property):  new node.
1135         (Layout interfaces): new node.
1136         (Navigating the program reference): new node.
1137
1138         * lily/accidental-engraver.cc (acknowledge_grob): add property
1139         harmonicAccidentals
1140
1141         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1142         general cleanups.
1143         
1144         * input/les-nereides.ly (middleDynamics): resurrect Les
1145         nereides. Remove pedal hack.
1146
1147 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1148
1149         * input/regression/property-grace-polyphony.ly: new file.
1150
1151         * lily/translator-property.cc (execute_pushpop_property): only pop
1152         one instance of the property. This fixes << \\ >> together with
1153         \grace.
1154
1155         * lily/break-align-interface.cc (ordered_elements): we cannot
1156         modify the #'elements property, so return reordered array.
1157
1158 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1159
1160         * buildscripts/lilypond.words.py: remove.
1161         * buildscripts/lilypond-words.py: add new, renamed file. 
1162         Give generated targets and dirs explicitly in arguments.
1163
1164         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1165         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1166         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1167         
1168         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1169
1170         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1171
1172         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1173         orders.
1174
1175         * vim/GNUmakefile: add local-uninstall target.
1176
1177         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1178         
1179         * vim/vimrc: add a one-liner file.
1180
1181         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1182         vimrc in EXTRA_DIST_FILES.
1183
1184         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1185
1186 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1187
1188         * config.make.in: add vimdir.
1189
1190         * vim/GNUmakefile: add local-install.
1191
1192 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1193
1194         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1195         with \lilypondifundefined{blabla}. Solves problem with multiple
1196         titles in the same lilypond-book document.
1197
1198 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1199
1200         * scm/document-backend.scm (interface-doc): sort grob list for
1201         interface.
1202
1203         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1204         pre/post break align-order.
1205
1206         * spelling patch courtesy Edward Sutton.
1207
1208         * Documentation/user/changing-defaults.itely (Changing context
1209         default settings): new node.
1210         (Defining new  contexts): new node.
1211
1212         * scripts/lilypond-book.py (is_derived_class): use numbers
1213         iso. booleans.
1214
1215         * python/lilylib.py (make_ps_images): add margin to PS images.
1216
1217         * scripts/lilypond-book.py (is_derived_class): new function. Take
1218         class arg iso. object.
1219         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1220         for bug in GS/dvips.
1221
1222         * lily/text-item.cc (interpret_markup): idem.
1223
1224         * scm/define-markup-commands.scm: remove split around-space hack.
1225
1226         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1227         function, fold WL's fixes into one function.
1228
1229 2004-03-22  Werner Lemberg  <wl@gnu.org>
1230
1231         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1232         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1233         (Note_column::head_position_interval): Do proper rounding for
1234         calls to Staff_symbol_referencer::get_position.
1235
1236 2004-03-21  Werner Lemberg  <wl@gnu.org>
1237
1238         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1239         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1240         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1241         (My_lily_parser::parse_file): Improve formatting progress indication
1242         sent to stdout.
1243
1244 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1245
1246         * VERSION: 2.1.33 released.
1247
1248         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1249
1250         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1251
1252         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1253         warning is issued about dummy.dep.
1254
1255         * scm/new-font.scm: fix design sizes of nummer
1256
1257 2004-03-21  Werner Lemberg  <wl@gnu.org>
1258
1259         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1260         some annoying warnings from mkdir during `make install'.
1261
1262 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1263
1264         * lily/performer-group-performer.cc (do_announces): call
1265         Performer_group_performer::create_audio_elements () too.
1266
1267         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1268
1269         * scm/define-grobs.scm (all-grob-descriptions): add property
1270         break-align-orders
1271
1272         * lily/global-context.cc (get_default_interpreter): new
1273         function. Override from base class, so no new Score contexts are
1274         created.
1275
1276         * lily/include/stencil.hh (class Stencil): document origin field.
1277
1278         * lily/staff-symbol.cc (print): span staff-symbol on column
1279         extents for non-broken columns. 
1280
1281         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1282         key-signature.
1283
1284         * tex/titledefs.tex: don't use smallcaps for piece.
1285
1286         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1287         translated stencils in the output.
1288
1289         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1290
1291 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1292
1293         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1294         and init ties_created_
1295
1296         * VERSION: release 2.1.32
1297
1298         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1299         doc string from IMPLEMENT_CTOR_CALLBACK().
1300
1301         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1302         that engraver is in a performer hierarchy.
1303
1304 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1305
1306         * vim/lilypond-ftdetect.vim: new file.
1307
1308 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1309
1310         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1311         (compose_ly): default octave should be middle C.
1312
1313         * Documentation/user/changing-defaults.itely (Layout tunings
1314         within contexts): new node.
1315
1316         * lily/include/smobs.hh: document C++ smob interface.
1317
1318         * lily/function-documentation.cc: don't doc functions without
1319         docstring.
1320
1321 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1322
1323         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1324         direntry, so that `info lilypond' goes to Top.
1325
1326         * scm/output-ps.scm (polygon): Fix: add spaces.
1327
1328         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1329         solutions are now optimal too.
1330
1331         * input/test/page-breaks.ly: New file.
1332
1333         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1334         functions into safe module.
1335
1336         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1337         end, prepend zeros.
1338
1339         * scm/output-*.scm: Use ly:number->string rather than
1340         number->string.  Makes for saner output.
1341
1342         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1343         Fixes feta-nummer, feta-din scaling.
1344
1345 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1346
1347         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1348
1349         * scm/music-functions.scm (descend-to-context): new
1350         function. Similar to context-spec-music.
1351         (make-time-signature-set): specify Score as descend-only. This
1352         fixes the polymetric.ly example.
1353
1354         * lily/context-specced-music-iterator.cc (construct_children): add
1355         support for descend-only context spec.
1356
1357         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1358         determine ez-notation letter. 
1359
1360         * lily/system.cc (get_line): start with dumping layer 3. This
1361         fixes ez notation.
1362
1363 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1364
1365         * input/test/title-markup.ly: Stress breaking harder.
1366
1367         * scm/page-layout.scm (height-score): Overfull page scores twice
1368         as bad as underfull (was: by a power).
1369         (walk-lines): Omit first walk-path round (breaking after new node,
1370         without lines).
1371
1372         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1373         diff values are negative.
1374         (output): Bugfix: treat negative vfill differently.
1375
1376         * Documentation/user/lilypond.tely (direntry): Add note about why
1377         `info lilypond' brings up `Invoking LilyPond' node.
1378
1379 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1380
1381         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
1382
1383         * lily/paper-book.cc: Remove cruft.
1384         (output): Bugfix: put vfill between lines.
1385         (pages): Bugfix: set page vars needed for filling.
1386
1387         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
1388         (was: @ar).
1389
1390         * scm/page-layout.scm: Further development.
1391
1392         * ly/declarations-init.ly (paper): Define page-breaking.
1393
1394 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1395
1396         * lily/note-head.cc (brew_ez_stencil): add note-names
1397         property. Provides internationalization for note names.
1398
1399         * Documentation/user/changing-defaults.itely (Creating contexts):
1400         new node.
1401
1402         * lily/grace-iterator.cc (process): descend to child for \grace.
1403
1404         * lily/timing-translator.cc (initialize): Timing_translator adds
1405         Timing alias by itself.
1406
1407         * lily/context.cc (add_alias): new function.
1408
1409         * scm/lily.scm (tex-output-expression): new function, eval within
1410         drawing API. Guards against eval vulnerabilities.
1411
1412         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
1413
1414         * scm/output-ps.scm (scm): export lily drawing API.
1415
1416         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
1417         throughout.
1418
1419 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1420
1421         * scm/page-layout.scm (optimal-page-breaking): New function.
1422         
1423         * lily/paper-book.cc (pages): Use it.
1424
1425 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1426
1427         * lily/include/paper-line.hh (class Paper_line): Full smob.
1428
1429 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1430
1431         * lily/global-context.cc (run_iterator_on_me): fix grace note
1432         nesting by initting measurePosition.
1433
1434         * lily/timing-translator.cc (initialize): do no init
1435         measurePosition
1436         
1437         * lily/include/music-output-def.hh (class Music_output_def): add
1438         input_origin_ field.
1439
1440         * Documentation/user/changing-defaults.itely (Changing context
1441         properties on the fly): new node.
1442
1443         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
1444         function. Only have smobbed_copy (), and do not provide
1445         smobbed_copy() for non-simple smobs. Changes throughout.
1446
1447 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1448
1449         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
1450         start_moment_. Fix by Doug A. Linhardt.
1451
1452 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1453
1454         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
1455         accidentals for harmonic notes.
1456
1457         * lily/note-collision.cc (check_meshing_chords): don't merge heads
1458         of different style. (Thanks to Doug Linhardt).
1459
1460         * Documentation/user/changing-defaults.itely (Scheme tutorial):
1461         new node.
1462
1463 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
1464
1465         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
1466
1467         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
1468         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
1469         vim/lilypond-indent.vim: doc targets and deps in comments.
1470
1471 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1472
1473         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
1474
1475         * lily/system.cc (get_line): Return Paper_line.  Change all users.
1476
1477         * lily/include/paper-line.hh:
1478         * lily/include/paper-line.cc: New file.
1479
1480 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1481
1482         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
1483
1484         * GNUmakefile.in: remove stray make out=www
1485
1486         * input/test/bagpipe.ly (gcdg): octave fixes.
1487
1488         * scm/define-markup-commands.scm (number): use font-encoding
1489         iso. font-family
1490
1491         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
1492         font-encoding.
1493         
1494 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
1495
1496         * lily/parse-scm.cc: compile-bugfix: add missing header files for
1497         `output_format_global' and `PAGE_LAYOUT'.
1498
1499 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1500
1501         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
1502         lily functions in safe mode.
1503
1504         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
1505         Print filename for HTML, LATEX, before texidoc.
1506
1507         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
1508         instructions in output-ps module.
1509
1510         * scm/lily.scm: Do not load output-ps module.
1511
1512         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
1513         safe mode.
1514
1515 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1516
1517         * lily/span-dynamic-performer.cc (process_music): remove spurious
1518         warning.
1519
1520         * lily/context-def.cc (Context_def): init name to ""
1521
1522         * lily/font-interface.cc: add font-encoding property.
1523
1524         * scm/lily.scm (chain-assoc-get): bugfix.
1525
1526         * lily/paper-book.cc (stencil2line): protect static SCM.
1527
1528         * lily/font-interface.cc (text_font_alist_chain): rename function,
1529         and use text-font-defaults. 
1530
1531         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
1532
1533         * scm/paper.scm (paper-set-staff-size): use new function.
1534
1535         * scm/new-font.scm (make-font-tree): new function.
1536
1537 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1538
1539         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
1540
1541         * scm/lily.scm (get-output-module): New function.
1542         (output-alist): Remove ,ps-output-expression.
1543
1544         * scm/output-tex.scm (ps-output-expression): New function.
1545
1546         * scm/output-ps.scm (ps-output-expression): Remove.
1547         (header, start-page): Output page metadata.
1548
1549         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
1550         initialise output_module_.  Do not write part of header.
1551         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
1552         (output_header): Output full header.
1553
1554         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
1555         FIXME.
1556
1557 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1558
1559         * scm/new-font.scm: new file. Tree based font lookup.
1560
1561         * scm/lily.scm (assoc-get): take default argument. Remove
1562         assoc-get-default.
1563         (chain-assoc-get): use chain-assoc-get everywhere.
1564
1565         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1566         autobeamsettings conversion bug.
1567
1568         * lily/include/global-context.hh (Context): clean-up data hiding.
1569
1570         * lily/include/music-iterator.hh (class Music_iterator): clean-up
1571         data hiding.
1572
1573         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
1574
1575         * input/regression/stem-shorten.ly: add chord case.
1576
1577         * lily/stem.cc (get_default_stem_end_position): shorten stems
1578         triggered by note-head positions, not by forced-direction. This
1579         fixes a bug with too short stems.  
1580  
1581 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1582
1583         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
1584         Lilypond_snippet.output_latex): Always call output_print_filename.
1585
1586         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
1587         expand pages.
1588
1589 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1590
1591         * scm/part-combiner.scm (make-autochange-music): switch rests
1592         before switched notes too.
1593
1594         * lily/figured-bass-engraver.cc (process_music): change calling
1595         convention.
1596
1597         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
1598
1599         * scm/define-markup-commands.scm (bracketed-y-column): new markup
1600         command.
1601
1602         * lily/include/stencil.hh (class Stencil): add origin field.
1603
1604         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
1605         function.
1606
1607         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
1608
1609         * lily/lexer.ll: remove support for \$ and $ in identifiers
1610
1611         * lily/sequential-iterator.cc: remove copy_grace_fixups
1612         (get_grace_fixup): slight abstraction of fixup code.
1613
1614         * input/test/title-markup.ly (spaceTest): vary staff sizes.
1615
1616 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
1617
1618         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
1619         in insert-mode. add indenting rules.
1620
1621 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1622
1623         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
1624         protect hack.
1625
1626         * scm/page-layout.scm:
1627         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
1628         layout and titling should now match external latex based version.
1629
1630         * scm/output-tex.scm (output-scopes): Bugfix: only write string
1631         header fields.
1632
1633         * ps/lilyponddefs.ps: Remove automatic page layout.
1634
1635         * scm/output-ps.scm (new-start-system): New interface function.
1636
1637         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
1638
1639         * lily/paper-book.cc (output): Bugfix.
1640
1641 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1642
1643         * VERSION (MY_PATCH_LEVEL): release 2.1.30
1644         
1645 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1646
1647         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
1648         direntries.
1649
1650         * ps/lilyponddefs.ps: Bugfix.
1651
1652         * input/regression/multi-measure-rest-instr-name.ly: Typo.
1653
1654 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1655
1656         * lily/auto-beam-engraver.cc (create_beam): add Stem as
1657         cause. This should fix warnings.
1658
1659         * mf/feta-slag.mf (trill_ne): fix upmordent size.
1660
1661         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
1662         prevent aligned 6ths.
1663
1664         * lily/custos.cc (print): remove adjust-if-on-staffline.
1665
1666 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1667
1668         * lily/paper-book.cc: Do header and footer.
1669
1670 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1671
1672         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
1673
1674         * scm/paper.scm (lineheight): Remove
1675         (head-sep, foot-sep): Add.
1676
1677 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1678
1679         * mf/feta-schrift.mf: reduce portato thickness.
1680
1681         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
1682
1683         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
1684         programming_error ().
1685
1686         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
1687         bracket to last command column.
1688
1689         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
1690         continues on next/prev system.
1691
1692         * input/regression/pedal-end.ly: new file.
1693
1694 2004-03-10  Werner Lemberg  <wl@gnu.org>
1695
1696         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
1697         Remove pmx2ly stuff.
1698         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
1699
1700 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1701
1702         * scm/page-layout.scm: New file.
1703
1704         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
1705         settings.
1706         (Lilypond_snippet.is_outdated): Also check for PNG file.
1707         Workaround for interrupted (web) builds.
1708
1709         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
1710
1711         * ps/lilyponddefs.ps: Use only very small top-marging.
1712         (init-paper): Also pop page size string.
1713         (start-page, stop-page): New function.
1714
1715         * scm/output-ps.scm (header-end): Remove stray exec commands.
1716
1717 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1718
1719         * lily/input-file-results.cc (do_one_file): use new Paper_book()
1720
1721         * lily/score.cc (default_rendering): clean protection.
1722
1723         * lily/paper-book.cc (mark_smob): implement smob marking.
1724
1725         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
1726
1727         * Documentation/user/*.itely: user manual edits. 
1728
1729 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1730
1731         * Documentation/user/converters.itely (Invoking musedata2ly):
1732         remove pmx2ly.
1733
1734         * scripts/pmx2ly: remove script.
1735         
1736 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1737
1738         * lily/score.cc (default_rendering): Protect paper-book members.
1739
1740         * lily/paper-def.cc (smobbed_copy): New method.
1741
1742         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
1743         switch runtime.
1744
1745         * lily/include/music-output.hh (process): Change signature to
1746         return SCM.
1747
1748         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
1749         method.
1750
1751         * lily/paper-score.cc (process): Return stencils rather than
1752         outputting directly.  Remove paper-book kludge.  Delete grobs.
1753         (output): Remove.
1754
1755         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
1756
1757         * lily/score-engraver.cc (get_output): Do not reset pscore_.
1758
1759         * lily/score.cc (default_rendering)
1760         (ly_render_output): Move adding paper-score two levels up.
1761
1762         * lily/system.cc (get_line):
1763         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
1764
1765 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1766
1767         * scm/font.scm (paper20-font-vector): add more design sizes for
1768         number.
1769
1770         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
1771         feta-nummber{5,7,11,13}.
1772
1773         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
1774         for 12pt design size. 
1775
1776 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1777
1778         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
1779
1780 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1781
1782         * lily/font-select.cc (properties_to_font_size_family): Fix
1783         warning message.
1784
1785         * Experimental PostScript latin1 encoding:
1786         
1787         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
1788
1789         * scm/output-ps.scm: Experimental encoding using reencode-font.
1790         * scm/font.scm: Add latin1 `font-shape'.
1791         
1792         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
1793
1794         * ps/lilyponddefs.ps (reencode-font): New function.
1795
1796         * lily/paper-book.cc (get_pages): Simplistic page breaking.
1797
1798         * scm/output-tex.scm (start-page):
1799         (stop-page): New interface function.
1800
1801 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1802
1803         * lily/paper-outputter.cc (output_expr):
1804         (output_header):
1805         (output_line): New method.
1806
1807         * lily/system.cc (get_line):
1808         (get_lines): New method.
1809         (output_scheme):
1810         (output_line): Remove.
1811
1812         * scm/lily.scm (make-title): New function.
1813
1814         * lily/paper-book.cc: 
1815         * lily/include/paper-book.hh: New file.
1816
1817         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
1818         ly-modules.hh).
1819
1820         * lily/ly-module.cc (ly_modules_lookup): New function.
1821
1822         * lily/main.cc (main_with_guile): Move memory leak debug code back.
1823
1824         * scm/output-ps.scm (make-title): Remove.
1825         (output-scopes): Junk header-title test.
1826
1827 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1828
1829         * mf/feta-schrift.mf: thicker dot for portato.
1830
1831         * lily/accidental-placement.cc (position_accidentals): bugfix in
1832         offset, this fixes right-padding of AccidentalPlacement.
1833
1834         * lily/[h-z]*.cc: () formatting.
1835
1836         * Documentation/user/tutorial.itely (An orchestral part): more
1837         fixes for the tutorial.
1838
1839         * scm/translation-functions.scm (fraction-tuplet-formatter):
1840         reverse fraction.
1841
1842         * lily/parser.yy (context_def_spec_block): use \context instead of
1843         \translator.
1844
1845         * lily/[a-g].cc: () style cleanup.
1846
1847         * Documentation/user/tutorial.itely (Automatic and manual beams):
1848         editing of tutorial.
1849
1850 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1851
1852         * buildscripts/mf-to-table.py (base): write encoding name.
1853
1854 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1855
1856         * Documentation/user/GNUmakefile (local-install-info): Issue
1857         warning (for packager, ie, if not installing in /usr or /usr/local).
1858
1859         * lily/stencil-scheme.cc: 
1860         * lily/staff-symbol-referencer.cc: 
1861         * lily/script-column.cc: 
1862         * lily/pitch.cc: 
1863         * lily/music.cc: 
1864         * lily/grob-pq-engraver.cc: 
1865         * lily/font-interface.cc: 
1866         * lily/music-output-def.cc: 
1867         * lily/duration.cc: 
1868         * lily/grob-scheme.cc:
1869         * lily/context-scheme.cc: Put scheme name on first line in
1870         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
1871         style cleanups.
1872
1873         * stepmake/stepmake/scm-vars.make: 
1874         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
1875         Rename and split TAGS_FILES.
1876
1877         * GNUmakefile.in (ALL-TAGS): Remove.
1878         
1879         * stepmake/stepmake/generic-targets.make (TAGS): Also include
1880         deeper TAGS files.  Fixes regexp tags in TOP dir.
1881
1882 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1883
1884         * VERSION: 2.1.29 released.
1885         
1886         * Documentation/user/changing-defaults.itely (Changing defaults):
1887         new file.
1888
1889         * Documentation/user/notation.itely (Notation manual): rename from 
1890         refman.itely
1891
1892         * Documentation/user/notation-appendices.itely (The Feta font):
1893         new file.
1894
1895         * Documentation/user/advanced.itely: add aborted attempt for
1896         advanced topics manual.
1897
1898 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1899
1900         * scm/new-markup.scm: display Markups in sane format. Patch by
1901         Nicolas Sceaux.
1902
1903 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1904
1905         * lily/main.cc: Cleanups.
1906         (setup_localisation): New function.
1907         (sane_putenv): Remove.
1908         (main_with_guile): New name (Was: main_prog).  Remove musings
1909         about possible preparation for GUILE heavy memory usage and
1910         practical uselessness.  Do not set environment variables
1911         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
1912         name juggling.
1913         (parse_argv): New function.
1914         (copyright): New function.  It's 2004 already.
1915
1916         * lily/input-file-results.cc (do_one_file): Add file name juggling.
1917         (distill_inname): Move from main.
1918
1919 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1920
1921         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
1922
1923         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
1924
1925         * Documentation/user/running.itely: new file.
1926
1927         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
1928
1929         * lily/score-performer.cc (finish): call Translator::finalize ().
1930
1931 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
1932
1933         * lilypond-ftpplugin.vim: renamed to the following file.
1934         * lilypond-ftplugin.vim: new file.
1935
1936         * GNUmakefile.in: update VIM_FILES.
1937
1938 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1939
1940         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
1941         props.
1942
1943         * input/test/tie-sparse.ly: remove.
1944
1945         * lily/tie-performer.cc (try_music): copy & paste from
1946         Tie_engraver.
1947
1948         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
1949         variable_ref twice.
1950
1951         * lily/key-performer.cc (create_audio_elements): use
1952         alterations-in-key.
1953
1954         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
1955
1956 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
1957
1958         * input/test/smart-transpose.ly: fix cases fes->e and similar.
1959         handle also quarter tones (not shown as tests). test also flats.
1960
1961         * Documentation/index.html.in: small fixes.
1962
1963 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1964
1965         * input/regression/new-markup-scheme.ly: Typo.
1966
1967         * scm/define-markup-commands.scm (fill-line): New markup.
1968
1969         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
1970         (output-paper-def): Fix alignment.
1971         (make-title): Fix height/width scaling.
1972
1973         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
1974
1975         * input/test/title-markup.ly: Add remaining titles.  Layout and
1976         font size fixes.  Add simplistic latin1 test.
1977
1978 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
1979
1980         * input/test/nested-groups.ly: remove. move content (to next). 
1981         * input/test/staff-bracket.ly: replace content (from prev), this 
1982         has been already in templates.
1983
1984 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1985
1986         * stepmake/autogen.sh: Only issue warning about running configure
1987         without arguments when autogen.sh will actually be running
1988         configure.
1989
1990 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1991
1992         * scm/new-markup.scm (stack-stencil-line): robustness.
1993
1994         * scm/define-markup-commands.scm (simple): robustification of
1995         simple-markup.
1996
1997         * Documentation/user/music-glossary.tely (Top): change central C
1998         to middle C.
1999
2000         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2001
2002 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2003
2004         * input/test/title-markup.ly (spaceTest): Add.
2005
2006         * lily/text-item.cc (interpret_markup): Make line markup from
2007         multi word markup.
2008
2009         * scm/define-markup-commands.scm (word): New markup command.
2010         (simple): Use it.
2011
2012         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2013
2014 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2015
2016         * vim/ftplugin/lilypond.vim:
2017         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2018         show matching paren in insert mode.
2019
2020 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2021
2022         * scm/output-ps.scm (make-title, output-scopes): Further
2023         development.
2024
2025         * input/test/title-markup.ly: New file.
2026
2027         * ps/lilyponddefs.ps: Disable PostScript titling.
2028
2029         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2030
2031 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2032
2033         * lily/arpeggio.cc (width_callback): remove padding.
2034  
2035         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2036
2037         * scm/define-music-types.scm: remove make-music-by-name.
2038
2039         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2040
2041 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2042
2043         * lily/paper-score.cc (process): Output titles using make-title.
2044
2045         * scm/output-ps.scm (output-stencil): Display directly instead of
2046         constructing string.
2047         (make-title): New function.
2048
2049 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2050
2051         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2052         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2053         Move documentation of LaTeX packages for latin1 characters to the
2054         lilypond-book manual.
2055
2056 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2057
2058         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2059
2060         * vimrc: add menu in console and shortcut <F10> for it.
2061
2062         * vim/:
2063         * vim/compiler/:
2064         * vim/syntax/:
2065         * vim/indent/:
2066         * vim/ftplugin/: new directories.
2067         
2068         * vim/filetype.vim: new file.
2069
2070         * lilypond.vim: remove files (see next).
2071         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2072
2073         * vimrc: remove file (see next).
2074         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2075
2076         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2077         add header. apply bindings only locally.
2078
2079         * vim/indent/lilypond.vim: new file.
2080
2081         * vim/ftplugin/lilypond.vim: remove errorformat.
2082         * vim/compiler/lilypond.vim: new file for errorformats.
2083
2084         * Documentation/topdocs/INSTALL.texi: give easier orders.
2085
2086         * ROADMAP: add vim/
2087
2088 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2089
2090         * Documentation/user/introduction.itely (Introduction): Use @image
2091         iso @html <img...>.  Add workaround for images in columns in info.
2092
2093         * stepmake/aclocal.m4: Store computed version in variable.
2094
2095         * configure.in: Export MAKEINFO_VERSION.
2096
2097         * config.make.in (MAKEINFO_VERSION): Add.
2098
2099         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2100
2101         * Documentation/user/GNUmakefile: Only build info with images when
2102         building web.
2103
2104         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2105
2106         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2107         stuff from documentation-targets.make
2108
2109 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2110
2111         * VERSION: 2.1.28 released
2112         
2113         * scripts/convert-ly.py (conv): 
2114
2115 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2116
2117         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2118         \arpeggioBoth. redefine \arpeggioBracket.
2119
2120         * Documentation/user/refman.itely: document new arpeggio
2121         functions.
2122
2123         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2124
2125         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2126
2127         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2128
2129 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2130
2131         * Documentation/user/introduction.itely (Automated engraving):
2132         rewrite introduction using website text.
2133
2134 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2135
2136         * scm/*.scm: make-music-by-name is replaced by make-music, which
2137         also accept music property settings, eg:
2138           (make-music 'TextScriptEvent 'direction DOWN 'text
2139               (make-simple-markup x))
2140
2141         Patch courtesy Nicolas Sceaux
2142
2143         * lily/beam-quanting.cc: cleanup, separate counts for left and
2144         right beam ends.
2145
2146         * lily/side-position-interface.cc (quantised_position): also
2147         quantize staccato position for forced stem directions. 
2148
2149 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2150
2151         * scm/*.scm: Patch by Nicolas Sceaux: 
2152
2153         * scm/music-functions.scm: ly:grob-property and ly:music-property
2154         are made procedure with setters.
2155
2156         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2157         
2158 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2159
2160         * input/test/[t-v]*.ly: finish rewriting texidocs.
2161
2162         * input/test/vaticana.ly: remove.
2163         * input/test/ligature-vaticana.ly: new, renamed file name.
2164
2165         * input/test/stem-centered.ly: remove.
2166         * input/test/mensural-note-heads.ly: new file. take content from
2167         removed file stem-centered.ly.
2168
2169         * input/test/scales-greek.ly: simplify.
2170
2171         * input/test/s*.ly: reformulate texidocs.
2172         
2173         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2174         of missing features.
2175
2176 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2177
2178         * input/test/[j-o]*.ly: update texidocs.
2179
2180 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2181
2182         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2183
2184         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2185         images.
2186
2187         * Documentation/user/lilypond.tely (@direntry): Update.
2188
2189         * stepmake/stepmake/documentation-targets.make
2190         (install-info,uninstall-info): Install into $(package_infodir).
2191         Install images.  Run install-info to update dir.
2192
2193         * config.make.in (package_infodir): Add.
2194
2195         * Documentation/user/GNUmakefile (info-with-images,
2196         local-install-info, local-uninstall-info): New target.
2197
2198 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2199
2200         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2201         gap/threshold.
2202
2203         * lily/beam-quanting.cc (score_slopes_dy): remove
2204         ROUND_TO_ZERO_SLOPE kludge.
2205
2206         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2207
2208         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2209
2210         * lily/global-context.cc (Global_context): alway accept Score
2211         (run_iterator_on_me): cast Context to Score_context, not
2212         Context_def.
2213
2214         * Documentation/user/refman.itely: documentation patch by Edward
2215         Sanford Sutton.
2216
2217         * mf/GNUmakefile: unset sauter-fonts.
2218
2219 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2220
2221         * scripts/lilypond-book.py (output_texinfo): Output @image
2222         descriptions for info too.
2223
2224         * input/test/chord-names-jazz.ly: 
2225         * input/test/embedded-scm.ly: Clarify.
2226
2227         * input/test/cautionaries.ly: Typo.
2228
2229         * lily/input-smob.cc (ly_input_location): Compile fix.
2230
2231 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2232
2233         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2234
2235         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2236         fixes problems with system defaults being reverted with \override
2237         on Score level.
2238
2239         * lily/global-context.cc (Global_context): apply property-ops to
2240         Global_context too. 
2241
2242 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2243
2244         * scm/output-ps.scm (stencil->string): Rewrite.
2245
2246 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2247
2248         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2249         impersonal style.
2250
2251 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2252
2253         * lily/input-smob.cc (ly_input_location: New function.
2254
2255         * scm/define-markup-commands.scm (upright): New markup command.
2256
2257         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2258
2259         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2260
2261         * scm/output-ps.scm (output-stencil): New function.
2262
2263         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2264         of snippet types; fixes @ignore and @verbatim blocks.
2265
2266 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2267
2268         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2269         to a file in printed documentation, instead, refer either to a 
2270         syntax or to an output.
2271
2272 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2273
2274         * input/regression/beam-center-slope.ly: Add test.
2275
2276 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2277
2278         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2279         (SAUTER_FONTS): Reinstate.
2280
2281         * scm/define-markup-commands.scm (caps): New markup command.
2282
2283         * scm/output-ps.scm (output-scopes): Experimental markup output.
2284
2285         * scm/: Add missing headers.
2286
2287         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2288
2289         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2290
2291 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2292
2293         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2294         Stray style cleanups.
2295
2296 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2297
2298         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2299         no dot combination.
2300
2301         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2302         substitute \override Staff.autoBeamSettings too
2303
2304         * Documentation/user/tutorial.itely: proofreading fixes by David
2305         Bobroff
2306
2307 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2308
2309         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2310
2311         * ps/music-drawing-routines.ps: 
2312         * ps/lilyponddefs.ps: Add end markers.
2313
2314 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2315
2316         * VERSION: 2.1.27 released.
2317         
2318         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2319
2320         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2321         obey documentation.
2322
2323 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2324
2325         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2326
2327         * scm/output-ps.scm: Resurrect.
2328         
2329         * scm/output-tex.scm: Minimal cleanups.
2330
2331         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2332
2333         * make/ly-rules.make: Remove any broken lily-*.tex files before
2334         lilypond-book run.
2335
2336         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2337         comment.
2338
2339         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2340         Enabled by default, may save 10% compile time.
2341
2342 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2343
2344         * lily/lyric-phrasing-engraver.cc: remove
2345         
2346         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2347         longer necessary. 
2348
2349         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2350         so lyric-phrasing-engraver is no longer necessary.
2351
2352         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2353         Grob_pq_engraver from Staff.
2354
2355         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2356         busyGrobs directly.
2357
2358         * input/regression/quote-transposition.ly: new file.
2359
2360         * lily/recording-group-engraver.cc (stop_translation_timestep):
2361         store instrumentTuning too. 
2362
2363         * lily/quote-iterator.cc (process): transpose events using
2364         instrumentTuning.
2365
2366         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2367         -> \tuning <pitch>
2368
2369         * lily/parser.yy (command_req): add \tuning command for setting
2370         instrument tuning of staff.
2371
2372         * Documentation/user/GNUmakefile
2373         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2374
2375         * Documentation/user/refman.itely (Customized accidental rules):
2376         typo.
2377
2378 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2379
2380         * Documentation/user/music-glossary.tely: remove the missing norwegian
2381         translation; they can be put in later properly.
2382
2383 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2384
2385         * lily/recording-group-engraver.cc (start_translation_timestep):
2386         init Recording_group_engraver twice.
2387
2388 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2389
2390         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
2391         stray style cleanups:
2392
2393         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
2394         -Wmissing-prototypes.
2395
2396         * flower/include/killing-cons.tcc (Killing_cons): Add template
2397         specifier for car_.
2398
2399         * flower/include/parray.hh (binsearchs): Add template specifier
2400         for maxkey.
2401
2402         * flower/include/interval.hh: Declare elem () with template specfier.
2403
2404 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2405
2406         * elisp/lilypond-indent.el (get-buffer-size): add customization
2407         groups for several variables (Reuben Thomas).
2408
2409 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2410
2411         * Documentation/user/invoking.itexi (Point and click): add index
2412         entry.
2413
2414         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
2415         go under beam.
2416
2417         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
2418         sarabande beam. 
2419
2420         * flower/warn.cc (programming_error): cross fingers not thumbs.
2421
2422         * lily/rest.cc (polyphonic_offset_callback): return 0 when
2423         staff-position is set.
2424
2425         * VERSION: release 2.1.26 
2426         
2427         * scm/chord-entry.scm (construct-chord): process transposition
2428         after processing explicit-11.  
2429
2430 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2431
2432         * lily/parser.yy (add_quote): add syntax for adding quotes:
2433         \addquote "id-string" Music
2434
2435         * scripts/lilypond-book.py (do_file): do not overwrite input file.
2436
2437         * scripts/convert-ly.py (conv): add rules for name changes.
2438
2439         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
2440         music/context/grob property functions. Internally, use
2441         get_property() and set_property() for both.
2442
2443 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
2444
2445         * elisp/lilypond-mode.el (get-buffer-size): define new function,
2446         for Emacs <= 20 (Laurent Martelli).
2447
2448 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2449
2450         * lily/parser.yy (command_element): extract quoted vector in
2451         parser.
2452
2453         * input/regression/quote.ly: new file.
2454
2455         * lily/sequential-iterator.cc (process): only process if moment >= 0.
2456
2457         * lily/parser.yy (command_element): \quote DURATION NAME: support
2458         cue notes. 
2459
2460         * lily/quote-iterator.cc (class Quote_iterator): new file.
2461
2462 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2463
2464         * lily/auto-beam-engraver.cc (try_music): accept and process
2465         beam-forbid-event.
2466
2467         * input/regression/auto-beam-no-beam.ly: new file.
2468
2469 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2470
2471         * lily/accidental.cc (print): Change font-relative-size ->
2472         font-size. Fixes cautionary-style = smaller.
2473
2474 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2475
2476         * lily/system-start-delimiter.cc (staff_brace): remove
2477         font-relative-size
2478
2479         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
2480         forgotten with scm_list_n. Fixes spurious coredumps.
2481
2482         * lily/accidental-engraver.cc (stop_translation_timestep): move
2483         update of localKeySignature to stop_translation_timestep (). This
2484         makes sure that all ties are noticed at the right moment.
2485         (stop_translation_timestep): clear tie only when right-side
2486         notehead was seen.
2487         (number_accidentals_from_sig): cleanup. 
2488
2489         * input/regression/accidental-tie.ly (mus): new file
2490
2491         * input/regression/tie-accidental, tie-break-accidental.ly: remove
2492         these longish tests.
2493
2494 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2495
2496         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
2497
2498         * THANKS: update bugreporter list.
2499
2500         * lily/beam.cc (print): broken beams last until end of staff.
2501         (print): broken beams start from prefatory matter.
2502
2503         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
2504
2505         * lily/paper-score.cc (process): dump header only once.
2506
2507         * lily/paper-outputter.cc (Paper_outputter): move logic into
2508         Scheme.
2509
2510         * scm/output-tex.scm (output-scopes): new function.
2511         (output-paper-def): new function
2512         (tex-string-def): new function
2513         (symbol->tex-key): new function
2514
2515         * scripts/convert-ly.py (conv): add rule for | ~
2516
2517 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
2518
2519         * input/regression/{many}.ly: refresh, trying to guess how
2520         it was designed.
2521
2522 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2523
2524         * VERSION: release 2.1.25
2525
2526         * scm/define-translator-properties.scm
2527         (all-user-translation-properties): add printOctaveNames
2528
2529         * ly/engraver-init.ly: remove Note_event_swallower from
2530         NoteNamesContext.
2531
2532         * lily/note-name-engraver.cc (process_music): new property
2533         printOctaveNames
2534
2535         * lily/context.cc (find_existing_context): remove support for
2536         Current.
2537
2538         * scm/music-functions.scm (set-accidental-style): new function;
2539         duplicate accidental macros.
2540
2541         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
2542
2543         * lily/note-name-engraver.cc (process_music):
2544         process_acknowledged_grobs () -> process_music ()
2545
2546         * scm/part-combiner.scm (determine-split-list): robustification.
2547
2548 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2549
2550         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
2551         lines for falling into beam-gap.
2552         (score_forbidden_quants): check all staff lines for falling in
2553         beam gaps.
2554
2555         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
2556         key/clef/time signatures. 
2557
2558         * input/test/ossia.ly: revise example.
2559
2560         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
2561         cleanup.
2562         
2563         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
2564         comply to Scheme standard.  Remove ly:get-paper-variable
2565
2566 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2567
2568         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
2569
2570 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2571
2572         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
2573         properties from Voice context. This fixes accidental size for
2574         staff-switches during grace contexts.
2575
2576         * lily/note-collision.cc (check_meshing_chords): only wipe heads
2577         if necessary. Else, simply wipe dots.
2578
2579         * input/test/beam-alternate.ly: new file
2580
2581         * input/test/piano-staff-distance.ly: new file.
2582
2583         * lily/translator-group.cc (recurse_down_translators): use
2584         Direction for bottom-up/top-down.
2585
2586         * lily/include/translator.hh (class Translator): add
2587         process_music() and do_announces(). This obviates
2588         recurse_down_{engravers,performers}.
2589
2590         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
2591         \melisma and \melismaEnd
2592
2593         * lily/melisma-engraver.cc (process_music): change to
2594         Melisma_translator, unify with performer. Accept
2595         ManualMelismaEvent.
2596
2597         * ly/engraver-init.ly: add Font_size_engraver.
2598
2599 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2600
2601         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
2602         it hara-kiri.
2603
2604         * input/regression/{many}.ly: improve descriptions trying to figure
2605         out what is tested.
2606
2607 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2608
2609         * lily/slur.cc (broken_trend_offset): robustness fix.
2610
2611         * VERSION: release 2.1.24
2612
2613         * lily/context.cc (find_create_context): go to Score if it exists.
2614
2615         * lily/context-scheme.cc: new file.
2616
2617         * lily/score-translator.cc (get_output): new file.
2618
2619         * lily/include/grob-info.hh: origin_contexts() now does not
2620         include the originating engraver
2621
2622         * lily/translator-group.cc (translator_each): clean up contents,
2623         remove superfluous stubs. Engraver_group_engraver and
2624         Performer_group_performer are the only classes using multiple
2625         inheritance.
2626
2627         * lily/include/score-context.hh (class Score_context): interface
2628         between Score_{engraver,performer} and Global_context.
2629
2630         * lily/include/global-context.hh (Context): change from
2631         global-translator. This is the entry point for contexts; it is not
2632         tweakable using \translator{}. Score is no longer the top context,
2633         but sits underneath Global.
2634
2635         * lily/include/context.hh (class Context): brain surgery: split
2636         out Context functionality from Translator_group. Context is now a
2637         separate type from Translator.
2638
2639 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2640
2641         * lily/include/translator.hh (class Translator): make
2642         get_score_context() and get_global_translator (), and use the one
2643         which is appropriate.
2644
2645         * lily/context.cc: partially put functionality of Translator_group
2646         into Context.
2647
2648         * lily/include/context.hh (Translator): new class: put between
2649         Translator and Translator_group. 
2650
2651         * lily/new-accidental-engraver.cc: remove file.
2652
2653 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2654
2655         * input/regression/{many}.ly: improve descriptions: use complete 
2656         sentences, try to describe what is tested, avoid `we´, do not use 
2657         don't, ... 
2658
2659 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
2660
2661         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
2662         is at EOL.
2663
2664         * Documentation/user/lilypond.tely: declare the topmost node only
2665         once; removes empty line in @contents.
2666
2667         * Documentation/user/music-glossary.tely: really add Finnish author.
2668         Draw more beatiful `->´ arrow in html: &rarr;
2669
2670 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2671
2672         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
2673
2674         * scripts/convert-ly.py (conv): add ly:music-list  change.
2675
2676         * lily/grob.cc: edit doc string.
2677
2678         * scm/define-grob-properties.scm (all-user-grob-properties):
2679         proofreading, editing of doc strings.
2680
2681         * input/regression/tablature-string-tunings.ly: new file.
2682
2683         * lily/staff-symbol-engraver.cc (process_music): new engraver,
2684         listen to stringTunings
2685
2686         * lily/align-interface.cc (align_elements_to_extents): remove Grob
2687         for self-alignment-[XY] code.
2688  
2689 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2690
2691         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
2692         cond) into function. Cleanup.
2693
2694         * lily/text-spanner.cc: remove text-repeat-if-broken property.
2695         
2696         * VERSION (PACKAGE_NAME): 2.1.23 released
2697
2698 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
2699
2700         * Documentation/user/{refman,internals}.itely: small fixes.
2701
2702 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2703
2704         * lily/accidental-engraver.cc (acknowledge_grob): don't make
2705         accidentals for harmonic notes
2706
2707         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
2708         for harmonic notes.
2709
2710         * scm/document-backend.scm (interface-doc): prune Grob
2711         documentation: don't duplicate interface information.
2712
2713         * lily/*.cc: lots of updates of doc strings.
2714
2715 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2716
2717         * input/test/ac-extra-voice.ly (accompany): remove file.
2718
2719         * input/test/maximum-rest-count.ly: remove file.
2720
2721         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2722         conversion rule for \translator { }. Apply everywhere.  
2723
2724         * lily/parser.yy (music_property_def): set property for \once in
2725         the PropertyMusic itself, not the ContextSpec.
2726         (property_operation): change syntax within \translator { }
2727
2728         * scm/define-music-properties.scm (all-music-properties): clean up.
2729
2730         * lily/auto-beam-engraver.cc (test_moment): use
2731         updated_grob_properties() to retrieve autoBeam settings.
2732
2733         * lily/spacing-spanner.cc: bound shortest_playing_len by
2734         measure_length
2735
2736         * lily/spacing-engraver.cc (acknowledge_grob): ignore
2737         multi-measure events for spacing computation.
2738
2739         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
2740         elliptical, to 1.49.
2741
2742         * lily/rest.cc (polyphonic_offset_callback): new function. Do
2743         vertical positioning for polyphony, without RestCollision object.
2744
2745         * lily/note-column.cc (add_head): prevent rests & note heads on
2746         one stem.
2747
2748         * lily/rest-collision.cc (do_shift): ignore rests with beams.
2749         (do_shift): rewrite only-rests case: use common refpoints: the
2750         routine will have sensible results when other rest-translations
2751         have taken place.
2752
2753         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
2754         < 0 case. 
2755
2756         * VERSION: 2.1.22 released
2757         
2758         * input/GNUmakefile (SUBDIRS): remove ascii-art
2759
2760 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2761
2762         * input/: Convert ly files that still had \property.  Fixes make
2763         web.  Remove exta spaces around '='. 
2764
2765         * scripts/convert-ly.py (conv): Redundant space fixes.
2766
2767         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
2768
2769 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2770
2771         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
2772         create scalable PS and PDFs  for input/{test,template,regression}.
2773
2774         * lily/context.cc (is_alias): move function.
2775         (is_alias): add Bottom as context alias. 
2776         (find_create_translator): add Bottom as a context alias for creation.
2777
2778         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
2779
2780         * lily/parser.yy (music_property_def): new syntax for property
2781         assignments:
2782
2783         \set A.B = #C , \unset A.B
2784         \override A.B #C = #D, \revert A.B #C 
2785
2786         * lily/my-lily-lexer.cc: remove \property
2787
2788 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
2789
2790         * Documentation/user/refman.itely: add dots after seealso refs.
2791
2792         * input/template/{many}.ly: harmonise descriptions.
2793
2794         * Documentation/user/music-glossary.itely: add Finnish author.
2795
2796 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2797
2798         * VERSION (PACKAGE_NAME): release 2.1.21
2799
2800 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2801
2802         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
2803
2804         * scripts/lilypond-book.py (snippet_res): @include filename must
2805         not be empty.
2806
2807 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2808
2809         * scm/documentation-generate.scm (markup-doc-string): dump
2810         markup-commands.tely
2811
2812         * scm/define-markup-commands.scm (override): new file.
2813         Move documentation from refman into doc-strings. 
2814
2815         * input/test/staff-container.ly: fix example.
2816
2817         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2818         StaffContainer
2819
2820         * lily/grob.cc: remove point_dimension_callback
2821         (Grob): read forced dimensions from X-extent and Y-extent.
2822         (get_paper): remove preset_extent.
2823
2824         * scm/define-grobs.scm (all-grob-descriptions): remove
2825         point_dimension_callback. 
2826
2827         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
2828         textscript to head. This makes no-spacing-rods work on
2829         DynamicText.
2830
2831         * lily/chord-name.cc: remove props chord, bass, inversion.
2832
2833         * Documentation/user/appendices.itely: add Scheme functions,
2834         context-properties and layout properties to manual.
2835
2836         * scm/part-combiner.scm (determine-split-list): include rests in a
2837         solo1/2 sequence.
2838
2839         * lily/new-part-combine-iterator.cc (substitute_both): new
2840         function.
2841         (class New_pc_iterator): add separate Voice=solo context, fixes
2842         autobeams going from chords to solo.
2843
2844 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2845
2846         * Documentation/user/invoking.itexi (Editor support): Fix typo.
2847
2848         * Documentation/user/tutorial.itely:
2849         * Documentation/user/refman.itely: Add short note about being part
2850         of lilypond.tely.
2851
2852         * COPYING: Make note more clear with respect to files that are
2853         explicitely licenced otherwise (Documention/user/ comes to mind).
2854         
2855         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
2856         comment about barfing of @c,{}.
2857
2858         * Documentation/user/music-glossary.tely: Add list of authors.
2859
2860         * stepmake/stepmake/library-rules.make: Thank Nelson only in
2861         source (was: also in build log).
2862
2863 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2864
2865         * lily/side-position-interface.cc (general_side_position): if
2866         staff-padding is set, then include staff in support too.
2867
2868         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
2869         module workbook
2870
2871         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
2872
2873         * lily/tuplet-engraver.cc: remove tupletInvisible
2874
2875         * scm/define-translator-properties.scm: cleanup, separate in
2876         internal and user props. 
2877
2878         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
2879         LyricsVoice -> Lyrics
2880
2881         * lily/new-part-combine-iterator.cc (process): only print warning
2882         for symbols.
2883
2884 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2885
2886         * scm/part-combiner.scm: Add proper header.
2887
2888         * All but lily/*: The great --2003 --2004 replace; the missing
2889         `bits'.
2890
2891         * TODO: Fix outline mode.  Add book notes.
2892
2893         * ROADMAP: Update.
2894
2895 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2896
2897         * scm/part-combiner.scm (make-autochange-music): use
2898         accumulator. Fixes stack overflow.
2899
2900         * lily/*: rename brew_molecule -> print , molecule-callback ->
2901         print-function
2902
2903         * scm/define-grob-properties.scm: cleanup. Separate into internal
2904         and user properties.
2905
2906         * lily/translator-property.cc (updated_grob_properties): new
2907         function
2908         (execute_pushpop_property): change to new convention:
2909         object property inits are stored as (cons ALIST BASED-ON). This
2910         storage format allows concurrent tweaks in different contexts.
2911
2912 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2913
2914         * TODO: new file.
2915
2916 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2917
2918         * debian/: Late Debian update (sorry Anthony).
2919
2920         * scripts/lilypond-book.py (do_file): Look for input_file in
2921         include path, or ask kpathsea if LATEX.
2922
2923         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
2924         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
2925         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
2926         --header=texidoc.
2927
2928         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
2929         relative.
2930
2931         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
2932         only when filtering, default to input_base otherwise.  Coding
2933         style fixes.
2934
2935 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2936
2937         * lily/include/translator.hh (class Translator): add virtual
2938         qualifier.
2939
2940 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2941
2942         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
2943
2944 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2945
2946         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
2947
2948         * Documentation/user/refman.itely: Run texinfo-all-menus-update
2949         (fixes make web).
2950
2951         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
2952         live in $(out)-www).
2953
2954         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
2955         dependencies.  Add link to .ly source in HTML output.
2956         (Lilypond_snippet.output_html): Handle multiple page picture
2957         output.
2958         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
2959         Make usable for output_texinfo again.
2960
2961         * Documentation/user/GNUmakefile: Add static dependency for
2962         lilypond.tely includes.
2963
2964         * Documentation/user/tutorial.itely: Add some lost `relative'
2965         ly-options.
2966
2967 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2968
2969         * lily/include/translator-group.hh: move Music_output_def member
2970         to Global_translator.
2971
2972         * scripts/lilypond-book.py (do_file):  fix latex output.
2973
2974         * VERSION: release 2.1.20
2975         
2976         * scm/part-combiner.scm (determine-split-list): robustness fix 
2977
2978         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
2979
2980         * lily/parser.yy (music_output_def_body): plug memory leak.
2981
2982         * lily/translator-group.cc (add_fresh_group_translator): plug
2983         memory leak: unprotect Translator_group once added.   
2984
2985         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
2986
2987         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
2988         write .dep file.
2989         (Lilypond_snippet.ly): add \renameinput.
2990
2991 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2992
2993         * Documentation/user/refman.itely (Markup command definition): Doc
2994         by Nicolas Sceaux. Rewrite by Han-Wen
2995
2996         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
2997         thing of the line.
2998         (brew_molecule): only remove if hyphen is not at the end of line.
2999         (set_spacing_rods): new function: minimum-length specifies
3000         distance between syllables.
3001
3002         * scm/define-grobs.scm (all-grob-descriptions): add
3003         Hyphen_spanner::set_spacing_rods to LyricHyphen
3004
3005         * input/regression/lyric-hyphen-break.ly: new file.
3006
3007         * input/test/lyric-hyphen-retain.ly: new file.
3008
3009         * lily/new-part-combine-iterator.cc (construct_children):
3010         add Rest direction.
3011
3012 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3013
3014         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3015
3016         * Documentation/bibliography/engraving.bib (donemus1982):
3017         update entry.
3018
3019 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3020
3021         * scripts/lilypond-book.py (Substring.__init__): new class.
3022         (Snippet.output_texinfo): add texidoc option.
3023         (Include_snippet.replacement_text): new class.
3024         (Lilypond_snippet.__init__): new class
3025         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3026
3027         * Documentation/user/refman.itely (Sound): 
3028         note about number of channels.
3029
3030         * scm/music-functions.scm (voicify-music): add \context Staff for
3031         << \\ >> polyphony.
3032
3033         * lily/parser.yy (verbose_command_req): \skip now creates
3034         SkipMusic, and does not lead to spurious staves.
3035
3036         * scm/define-music-types.scm (music-descriptions): rename
3037         NonEventSkip to SkipMusic
3038
3039         * input/no-notation/midi-lyric-barcheck.ly: new file.
3040
3041         * input/regression/collision-dots-invert.ly: new file.
3042
3043         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3044         case.
3045
3046         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3047         die if melody died too.
3048
3049 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3050
3051         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3052         with reading from stdin.
3053
3054         * lily/slur-performer.cc (try_music): new file.
3055
3056         * lily/melisma-performer.cc (try_music): new file. Handle
3057         melismata to help lyrics.
3058
3059         * lily/beam-performer.cc (try_music): new file. Handle beam events
3060         to help lyrics.
3061
3062         * lily/score-performer.cc (one_time_step): reinstate
3063         process_music().
3064
3065         * lily/performer.cc (process_music): add to interface.
3066
3067         * lily/performer-group-performer.cc (process_music): new function.
3068
3069         * lily/dot-column.cc (do_shifts): do collision resolution before
3070         dot positioning.
3071         
3072         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3073         file, process printfilename option.
3074         (Snippet.__init__): rewrite: do not use global variables h or
3075         index.
3076         (main): really support -I option.
3077         (find_toplevel_snippets): new code.
3078         (find_toplevel_snippets): reinstate old version, without global
3079         variables.
3080
3081         * tex/texinfo.tex: really add file.
3082         
3083 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3084
3085         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3086         compatibility.
3087
3088 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3089
3090         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3091
3092         * scm/define-translator-properties.scm (drumPitchTable): add
3093         property.
3094
3095         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3096         function.
3097         (help_summary): docstrings.
3098         (do_file): strip the dir of input_base too.
3099
3100 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3101
3102         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3103
3104         * Documentation/user/lilypond-book.itely: Update.
3105
3106         * make/ly-rules.make: Update lilypond-book commands.
3107
3108         * Documentation/user/GNUmakefile: Update makeinfo commands,
3109         lilypond-book flags.
3110
3111         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3112         
3113         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3114
3115         * scripts/filter-lilypond-book.py: Remove.
3116
3117         * Documentation/user/*tely: Update options for new lilypond-book.
3118
3119         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3120         with @macros in @includes.
3121
3122 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3123
3124         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3125         make rest-collision only.
3126
3127         * lily/break-substitution.cc (substitute_one_mutable_property):
3128         clear all-elements using scm_assq_remove_x(). 
3129
3130         * lily/rest-collision.cc (do_shift): shift single rests
3131
3132         * flower/include/array.hh (class Array): rename to is_empty ()
3133
3134         * lily/drum-note-performer.cc: new file: perform drum notes.
3135
3136         * VERSION (PACKAGE_NAME): release 2.1.19.
3137         
3138 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3139
3140         * scripts/filter-lilypond-book.py
3141         (classic_lilypond_book_compatibility): New function.
3142
3143 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3144
3145         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3146
3147         * Grand 2003 -> 2004 search replace. 
3148
3149         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3150         (i.e. < > )
3151
3152         * ly/performer-init.ly: add DrumStaff
3153
3154         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3155         lyric-interface; this prevents lines with only extender lines from
3156         being junked.
3157  
3158         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3159
3160         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3161         extenders right, for once and for all (hopefully).
3162         
3163         * lily/break-substitution.cc (substitute_one_mutable_property):
3164         clear old 'all-elements for System grobs.
3165
3166         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3167         that associatedVoiceContext is always assigned when music & lyrics
3168         are found. 
3169
3170         * ly/engraver-init.ly: remove Lyrics context.
3171         (TabVoice): add noteheads engraver
3172
3173         * input/test/improv.ly: update: do not use Thread switching. 
3174
3175         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3176         squashedPosition is a number  
3177
3178         * Documentation/user/refman.itely (Automatic note splitting):
3179         remove Thread references.
3180
3181         * input/no-notation/pc-direction.ly: remove file.
3182
3183         * ly/engraver-init.ly: remove Thread
3184
3185         * input/regression/tie-chord-partial.ly: remove file.
3186
3187         * scripts/convert-ly.py (conv): \harmonic rule
3188
3189         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3190         notation for harmonic notes: <c' g''\harmonic>
3191
3192         * lily/lily-guile.cc (alist_to_hashq): new function
3193
3194         * scm/lily.scm (alist->hash-table): new function.
3195
3196         * Documentation/user/refman.itely (Percussion staves): update doco.
3197
3198         * input/regression/drums.ly (timb): updates
3199
3200         * lily/note-performer.cc (create_audio_elements): robustness fix.
3201
3202         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3203
3204 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3205
3206         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3207         discard valid matches.
3208
3209 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3210
3211         * lily/drum-note-engraver.cc: new file.
3212
3213         * ly/drumpitch-init.ly: move drum definitions
3214
3215         * scm/drums.scm: remove file.
3216
3217         * lily/*.cc: remove abort-event everywhere.
3218
3219         * lily/note-heads-engraver.cc (process_music): robustification.
3220
3221         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3222         robustification.
3223
3224         * lily/parser.yy (simple_element): add \drums mode.
3225         (simple_element): remove \pitchnames , \chordmodifiers. Use
3226         variables to store this. 
3227
3228         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3229         outside \notes.
3230
3231         * VERSION: release 2.1.18.
3232         
3233         * input/test: remove octave-duplicate.ly
3234
3235 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3236
3237         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3238
3239 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3240
3241         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3242         constructor from Music_iterator. Changes throughout.
3243
3244         * lily/include/music-iterator.hh (class Music_iterator): remove
3245         Music_iterator::skip and Music_iterator::get_pending_events from
3246         interface. Rename report_to -> get_outlet 
3247
3248         * lily/auto-change-iterator.cc: move contents from
3249         new-auto-change-iterator.cc from
3250
3251         * scm/part-combiner.scm: determine split-list from Scheme. 
3252
3253         * lily/new-auto-change-iterator.cc (process): new file.
3254
3255         * lily/parser.yy (part_combined_music): remove old PC cruft.
3256
3257         * ly/engraver-init.ly: remove old
3258         PC cruft.
3259
3260         * Documentation/user/refman.itely (The Lyrics context): note about
3261         extender lines.
3262
3263         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3264         to allow 0-length mmrest events.
3265
3266         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3267
3268         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3269
3270         * lily/spacing-engraver.cc (finalize): robustifications.
3271
3272         * input/regression/new-part-combine-solo-global.ly: new file.
3273
3274         * scm/part-combiner.scm: rewrite.
3275
3276 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3277
3278         * Documentation/user/refman.itely, input/puer-fragment.ly,
3279         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3280         updated for proper use of lyricsto; replaced "(" and ")" ->
3281         "\melisma" and "\melismaEnd"
3282
3283         * input/test/ancient-font.ly: small updates to reduce compile
3284         warnings (TODO: junk this file)
3285
3286         * input/test/gregorian-scripts.ly: added comment about bug
3287
3288         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3289         tiny robustness fix
3290
3291         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3292         recent changes in the feta code); temporarily mapped mensural g
3293         clef to a copy of petrucci g clef until mensural g clef will have
3294         been rewritten
3295
3296         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3297         between mensural and neo-mensural heads (this broke quite a while
3298         ago)
3299
3300         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3301
3302 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3303
3304         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3305         indication.  Fixes for verbatim, multi line comments.
3306
3307 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3308
3309         * input/regression/new-part-combine-solo.ly: more cases.
3310
3311         * lily/slur.cc (height): robustness fix.
3312
3313         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3314
3315         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3316         stemUp/stemDown.
3317
3318         * scm/music-functions.scm (determine-split-list): further analysis.
3319
3320         * lily/script-engraver.cc (try_music): discard duplicate
3321         articulations.
3322
3323         * input/regression/new-part-combine-solo.ly: new file
3324
3325         * input/regression/new-part-combine-a2.ly: new file.
3326
3327         * ly/performer-init.ly: add Devnull
3328
3329         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3330         for \musicglyph #"accidental-*"
3331         (conv): \newpartcombine rule.
3332
3333 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3334
3335         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3336
3337 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3338
3339         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3340         textwidth, --output.
3341
3342 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3343
3344         * scm/new-markup.scm (doubleflat): add accidental markups.
3345
3346         * VERSION: release 2.1.17
3347         
3348         * Documentation/user/refman.itely (Automatic part combining):
3349         revise documentation of the part-combiner.
3350
3351         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3352         
3353         * input/test/part-combine-{moment,staff}.ly: remove file.
3354
3355         * input/regression/pc-mmrest.ly (two): remove file.
3356
3357         * scm/define-music-types.scm (music-descriptions): add
3358         Solo{One,Two}Event and UnisonoEvent
3359
3360         * lily/new-part-combine-iterator.cc (unisono): add state_
3361         variable, signal changes with part-combine-event.
3362
3363         * input/regression/new-part-combine-text.ly: new file.
3364
3365         * lily/part-combine-engraver.cc: new file.
3366
3367 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3368
3369         * scripts/filter-lilypond-book.py: Handle snippet options.
3370
3371 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3372
3373         * scm/music-functions.scm (determine-split-list): detect solo1/2
3374         and unisono.
3375
3376         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3377         revert fix, document why.
3378
3379         * lily/tie-performer.cc (process_music): new function. Set melisma
3380         property.
3381
3382         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
3383         always smaller than bracket size.
3384         (make_bracket): oops. Size of the gap was off by factor 2
3385
3386         * input/test/text-rotate.ly: new file.
3387
3388         * scm/new-markup.scm (markup): a macro that provides a
3389         LilyPond-like syntax in scheme for building markups, in order to
3390         help markup command definition. (Nicolas Sceaux)
3391
3392         * input/test/lyrics-skip-notes.ly: new example.
3393
3394         * lily/parser.yy (post_event): make HYPHEN into postfix event.
3395
3396         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
3397         use is_alias() iso. == . This fixes lyrics on
3398         GregorianTranscriptions. 
3399
3400 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3401
3402         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
3403         \thispagestyle{lastpage} to avoid that it's printed on the second
3404         last page when there's only a single score line on the last page.
3405         (The page breaking mechanism in TeX played some ugly tricks to us.)
3406
3407 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3408
3409         * scripts/filter-lilypond-book.py: Further development.
3410
3411         * input/regression/collision-dots-move.ly: New test.
3412
3413         * lily/note-collision.cc (check_meshing_chords): Move dots on left
3414         hand side note head of non-merged collision to the right.
3415
3416         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
3417         Construct children before accessing property from emtpy
3418         lyrics_context_.
3419         (construct_children): Find thread before finding LyricsVoice.
3420         Create LyricsVoice one if none found, fixes crash (thanks Erik
3421         Sandberg).
3422
3423 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3424
3425         * cygwin/: Forward port.
3426
3427 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3428
3429         * buildscripts/install-info-html.sh: Use Bash.
3430
3431         * cygwin/mknetrel: Patch from Bert.
3432
3433 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3434
3435         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
3436
3437         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
3438         try to copy *png, index.html (Bertalan Fodor).
3439
3440         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
3441
3442 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3443
3444         * lily/note-collision.cc (check_meshing_chords): Do not remove
3445         dots (from down head) when merging similar heads (thanks Matthias
3446         Kilian).  Simplify merge_possible tests and other cleanups
3447
3448         * input/regression/collision-merge-differently-dotted.ly: Add test
3449         for disappearing dots on similar heads for both voices.
3450
3451 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3452
3453         * Documentation/user/invoking.itexi (Invoking lilypond): Document
3454         that tagline overrides copyright for single page scores. Correct
3455         the default tagline value.
3456
3457 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3458
3459         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
3460
3461 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3462
3463         * buildscripts/lilypond-login.sh: Avoid warning about undefined
3464         TEXMF if it's previously unset.
3465
3466 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
3467
3468         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
3469
3470         * input/test/trills.ly: fix the unfolding of lineprall.
3471
3472         * input/test/figured-bass-alternative.ly: fix accidental.
3473
3474 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3475
3476         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
3477         
3478         * input/no-notation/dos-guile.ly: 
3479         * input/no-notation/dos-ps.ly: 
3480         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
3481         
3482         * input/no-notation/safe-include.ly:
3483         * input/no-notation/safe-guile.ly:
3484         * input/no-notation/safe-ps.ly: 
3485         * input/no-notation/safe-tex.ly: New file.
3486
3487         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
3488         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
3489         options now.
3490         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
3491         When in --safe-mode, set environment openout_any=p[aranoid].
3492
3493         * tex/ltest.tex: 
3494         * tex/lilyponddefs.tex: Add \nofiles.
3495
3496         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
3497         options.
3498
3499         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
3500         This allows building the user manual using a binary installation
3501         and a matching unpacked source tree.
3502
3503         * scm/lily.scm (safe-module): New variable. 
3504
3505         * lily/includable-lexer.cc (new_input): Fix error messages.
3506
3507         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
3508         If SAFE, evaluate in safe-module.  Change callers.
3509
3510         * lily/main.cc (Long_option_init): Reinstate safe-mode.
3511
3512         * lily/lexer.ll (embedded_scm): While processing main-input,
3513         invoke ly_parse_scm with safe mode if running in safe-mode.
3514         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
3515         in init.ly for safe-mode.
3516
3517 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3518
3519         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
3520         compatibility with old versions of geometry.sty (compat2
3521         already implied includehead).
3522         Change the page layout slightly so bottom + footskip = top +
3523         headheight + headsep = 16mm, the remaining paperheight-32mm
3524         are used for the music. Increase footskip to 5mm, so the top of
3525         the footer text doesn't touch the music.
3526
3527 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3528
3529         * VERSION: release 2.1.16
3530         
3531         * scm/music-functions.scm (determine-split-list): bugfix: only use
3532         new-active for both voices if both indexes advance. This fixes the
3533         biggest outstanding problem with new-pc. 
3534
3535         * lily/new-part-combine-iterator.cc (construct_children): set more
3536         directions.
3537
3538 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3539
3540         * scripts/convert-ly.py (conv): add instrument rule.
3541
3542         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
3543
3544         * lily/side-position-interface.cc: remove add_staff_support ()
3545         Change all callers to use staff-padding.
3546
3547         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
3548         make_spanner().
3549
3550         * lily/a2-engraver.cc (process_acknowledged_grobs): 
3551
3552         * lily/text-engraver.cc: remove scriptHorizontal property.
3553
3554         * lily/beam.cc (least_squares): also set least-squares-dy for
3555         special case of slanted 2-stem beam to center.
3556
3557         * lily/side-position-interface.cc (out_of_staff): move contents of
3558         out_of_staff into aligned_side.
3559         remove out_of_staff().
3560
3561         * input/regression/measure-grouping.ly: fix warning.
3562
3563         * lily/side-position-interface.cc: add staff-padding support to
3564         Side_position_interface::aligned_side.
3565
3566         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
3567         one get_property too many.
3568
3569         * flower/include/drul-array.hh (linear_combination): new function
3570         (scale_drul): new function
3571
3572         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
3573         operations on empty intervals are silly.
3574
3575 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3576
3577         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
3578         (iso gh_scm2int), fixes crash in new part-combiner.
3579
3580         * configure.in: Up mftrace to 1.0.27.
3581
3582 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3583
3584         * VERSION: release 2.1.15
3585         
3586         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
3587         align all stanza numbers.
3588
3589 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
3590
3591         * Documentation/user/{introduction.itely,refman.itely,
3592         converters.itely}: fix some text inside parentheses; text should
3593         be readable (even) if parentheses are either replaced with commas 
3594         or dropped out.
3595
3596 2004-01-25  Werner Lemberg  <wl@gnu.org>
3597
3598         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
3599         input/test/vaticana.ly, input/test/ancient-font.ly,
3600         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
3601         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
3602         ly/params-as-init.ly, scm/define-grobs.scm,
3603         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
3604
3605         * ly/params-as-init.ly: Removed.  Obsolete.
3606         * buildscripts/lilypond.words.py: Updated.
3607
3608 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3609
3610         * mf/parmesan-clefs.mf: switch off mensural G clefs.
3611
3612         * mf/feta-din{4,5,7,9}.mf: remove.
3613         
3614         * lily/engraver.cc (internal_make_item): centralize item/spanner
3615         factory.
3616
3617         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
3618         do correct chord conversion for ^"sim."  (backportme)
3619         (FatalConversionError.sub_articulations): substitute ^"foo" in
3620         chords too. (backportme)
3621
3622         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
3623         for Fingering.
3624
3625         * lily/side-position-interface.cc (out_of_staff): don't do
3626         anything if staff-padding not defined. 
3627
3628         * mf/feta-params.mf (stafflines): introduce linethickness as
3629         general blackness of the font.
3630
3631         * lily/stem.cc (position_noteheads): rounding error robustness.
3632
3633         * input/regression/rest-collision-beam.ly: move beam/rest stuff
3634         from beam-collision.ly 
3635
3636         * lily/beam.cc (rest_collision_callback): remove direction.
3637
3638         * scm/define-grobs.scm (all-grob-descriptions): remove
3639         enclose-bounds in OttavaBracket and PianoPedalBracket
3640
3641         * scm/new-markup.scm (def-markup-command) new macro, which takes
3642         care of defining the COMMAND-markup and make-COMMAND-markup
3643         procedures, setting markup-signature and keyword-signature object
3644         properties, and pushing the markup command in
3645         markup-function-list.
3646
3647         All markup commands are defined thanks to it.  Users may also use
3648         it to define their own markup commands. (Nicolas Sceaux)
3649
3650         * scm/new-markup.scm: Scheme style clean-up: there should be no
3651         parenthesis alone on a line; LET* should not be used where LET is
3652         enough. (Nicolas Sceaux)
3653
3654 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3655
3656         * scripts/filter-lilypond-book.py: Add script.
3657
3658 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3659
3660         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
3661
3662 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3663
3664         * Documentation/user/refman.itely (Fingering instructions): add
3665         single note chords. 
3666
3667         * lily/multi-measure-rest-engraver.cc: use a single
3668         MultiMeasureEvent for mm rests. This prevents problems with the
3669         new part combiner.
3670
3671         * scm/music-functions.scm (determine-split-list): analysis has
3672         global effect: a difference halfway a phrase makes the entire
3673         phrase be typeset as apart.
3674         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
3675
3676 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3677
3678         * ly/performer-init.ly: add Devnull.
3679
3680         * Documentation/user/refman.itely (Font selection): remove paper20
3681         ref.
3682         
3683 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3684
3685         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
3686
3687 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3688
3689         * scm/music-functions.scm (determine-split-list): bugfixes.
3690
3691         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
3692
3693         * input/test/scales-greek.ly: use C as base, results in different
3694         alterations at the clef.
3695
3696         * input/regression/pedal-ped.ly: new file.
3697
3698         * input/regression/pedal-bracket.ly: new file.
3699
3700         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
3701         replace after_line_breaking()
3702
3703         * lily/line-interface.cc (line): read thickness.
3704         (line): dash-fraction = 0 always for dotted-line style.
3705
3706         * input/test/staff-lines.ly (lower): bugfix.
3707
3708         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
3709         \accepts Devnull into Score.
3710
3711         * scm/lily.scm: remove bla.scm load.
3712
3713 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3714
3715         * VERSION: release 2.1.14
3716         
3717         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
3718
3719         * lily/side-position-interface.cc (general_side_position): add
3720         Staff_symbol_referencer::staff_space ().
3721
3722         * lily/include/context-def.hh: rename from translator-def.hh
3723
3724 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3725
3726         * input/template/piano-dynamics.ly (pedal): Updated definition of
3727         Dynamics such that \cresc works, for example.
3728
3729 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3730
3731         * lily/stem.cc (calc_stem_info): use
3732         Staff_symbol_referencer::staff_space
3733
3734         * lily/beam-quanting.cc (quanting): scale Stem_info 
3735
3736         * lily/beam.cc (rest_collision_callback): use minimum-distance
3737         property for rest/beam collisions.
3738         (rest_collision_callback): bugfixes.
3739
3740         * lily/system.cc (post_processing): extra-offset is now relative
3741         to the size of the current staff.
3742
3743         * scm/music-functions.scm (notice-the-events-for-pc): record all
3744         voices, only analyze "one" and "two".
3745
3746         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
3747         not parent. 
3748
3749         * lily/new-part-combine-iterator.cc (construct_children): create
3750         Devnull from Voice context
3751
3752         * scm/music-functions.scm (determine-split-list): bugfixes.
3753
3754         * lily/lily-guile.cc (robust_scm2int): new function
3755
3756         * lily/staff-symbol-referencer.cc (line_thickness): new
3757         function. Use throughout.
3758
3759         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
3760         in its own context.  Add to preset font-size.
3761
3762         * lily/stem.cc (thickness): new function.
3763
3764         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
3765         compute thickness from ledger-line-thickness.
3766
3767         * lily/note-head.cc (brew_ledger_lines): use
3768         Staff_symbol::get_ledger_line_thickness ().
3769
3770         * lily/beam.cc (rest_collision_callback): use
3771         Staff_symbol_referencer::staff_space().
3772
3773         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
3774         Mus1 Mus2
3775
3776         * lily/include/translator.hh (class Translator): add accepts_list_
3777         so  \with { \denies / \accepts } also works.
3778
3779         * scm/music-functions.scm (determine-split-list): determine split
3780         list from music events.
3781
3782         * lily/new-part-combine-iterator.cc: more states.
3783
3784         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
3785
3786 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3787
3788         * lily/system.cc (set_loose_columns): use the right prebroken cols
3789         for interpolating loose column position.
3790
3791         * lily/text-spanner.cc (brew_molecule): default to no vertical
3792         lines.
3793
3794         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
3795         take space.
3796
3797         * scm/define-grobs.scm (all-grob-descriptions): less padding.
3798
3799 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3800
3801         * scripts/convert-ly.py: Do not test filename when processing
3802         stdin.
3803
3804         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
3805
3806 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3807
3808         * lily/axis-group-engraver.cc (finalize): extra check; if
3809         process_music () is never called, then staffline_ == 0.
3810
3811         * lily/simultaneous-music-iterator.cc (pending_moment): don't
3812         check run_always ().
3813         
3814         * VERSION: release 2.1.13
3815
3816         * input/regression/note-head-style.ly (pattern): cleanup.
3817
3818         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
3819         downloading.
3820
3821         * scm/output-lib.scm (shift-right-at-line-begin): new function:
3822         kludge rehearsalmark placement.
3823
3824         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
3825         , ly:spanner?
3826
3827         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
3828         close to note head for accidentals.
3829
3830         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
3831         tuplet direction.
3832
3833         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
3834
3835 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3836
3837         * lily/include/music-iterator.hh (class Music_iterator): add
3838         substitute_outlet() to iterator API.
3839
3840         * lily/new-part-combine-iterator.cc (construct_children):
3841         New_pc_iterator: new class, better part combining.
3842
3843         * lily/tie-column.cc (werner_directions): new function
3844
3845         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
3846
3847         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
3848         empty objects group spanner as parent
3849
3850         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
3851         slope against graphical slope.
3852
3853         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
3854         for ottava bracket.
3855
3856         * lily/side-position-interface.cc (general_side_position):
3857         opps. reinstate *dir.
3858
3859         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
3860         parser run.
3861
3862         * lily/tuplet-bracket.cc: remove calc_dy ().
3863
3864         * Documentation/user/refman.itely (Balloon help): document balloon
3865         help
3866
3867 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3868
3869         * scm/document-backend.scm (check-dangling-properties): Grob
3870         properties are defined define-grob-properties.scm.
3871         
3872 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3873         
3874         * VERSION: release 2.1.12
3875
3876         * scm/define-grobs.scm (all-grob-descriptions): larger font for
3877         ChordName
3878
3879         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
3880         relation to surroundings.
3881
3882         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
3883         Y-extent to the note-extents: stay clear of the staff.
3884
3885 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3886
3887         * Documentation/user/GNUmakefile
3888         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
3889         iso. copy.
3890
3891         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
3892
3893         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
3894
3895         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
3896
3897         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
3898
3899         * lily/line-interface.cc (line): remove thickness from calling interface.
3900
3901         * lily/hairpin.cc: use Line_interface
3902
3903         * lily/line-interface.cc: new file. Line_interface for everything
3904         with dotted/dashed lines.
3905         
3906
3907         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
3908
3909         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
3910         for constructing ottava brackets.
3911         
3912         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
3913         the note heads.
3914
3915         * Documentation/user/internals.itely (Engravers and performers):
3916         fix broken link.
3917
3918         * scm/music-functions.scm (make-mark-set): new function.
3919
3920         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
3921         functionally identical to beam.
3922
3923         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
3924         () with beam (). 
3925
3926         * Documentation/user/refman.itely (Rehearsal marks): document new
3927         functionality.
3928
3929         * input/regression/rehearsal-mark-number.ly: new file.
3930
3931         * input/regression/rehearsal-mark-letter.ly: new file.
3932
3933         * scm/translation-functions.scm (number->mark-string): new function
3934         (format-mark-letters): new function
3935         (format-mark-numbers): new function
3936
3937         * lily/mark-engraver.cc (process_music): rehearsalMark is now
3938         integer; formatting is done through markFormatter property.
3939         
3940         * scm/define-translator-properties.scm: fold all *-done properties
3941         into positioning-done.
3942
3943         * lily/beam.cc (position_beam): new function
3944         (brew_molecule): make sure that positions are calced before making
3945         the molecule.
3946
3947         * scm/output*.scm (beam):  take 4th argument for function.
3948
3949         * ps/music-drawing-routines.ps: take blot as 4th argument.
3950
3951         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
3952         stem to avoid small dents.
3953         
3954 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3955
3956         * VERSION: release 2.1.11
3957
3958         * input/regression/balloon.ly: new file.
3959
3960         * lily/balloon.cc (brew_molecule): new file: draw boxes around
3961         objects, and make help texts. 
3962
3963         * scm/new-markup.scm (parse-simple-duration): parse duration
3964         string to log & dots. (Thanks Nicolas!)
3965
3966         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
3967         rule.
3968
3969 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
3970
3971         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
3972         Lemberg).
3973
3974         * THANKS: alphabetic order.
3975
3976 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3977
3978         * input/regression/note-head-harmonic.ly: new file.
3979
3980         * Documentation/user/internals.itely (Technical manual): explain
3981         difference between music, translation, layout.
3982
3983         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
3984
3985         * scm/output-ascii-script.scm (bracket): rounding bfs.
3986
3987         * scripts/convert-ly.py (conv): add \include "paper" rule. 
3988
3989         * ly/paper*.ly: remove files. 
3990         
3991         * scm/paper.scm (set-staff-size): new function: set default
3992         staff-size.
3993
3994         * scripts/convert-ly.py (conv): add conversion rule.
3995
3996         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
3997         function.
3998
3999         * scm/paper.scm: new file.
4000         (set-staff-size): new function 
4001         (set-paper-size): new function
4002
4003         * lily/parser.yy (music_output_def_body): restructure definition,
4004         so first Scheme statement in \paper also happens in new scope. 
4005
4006         * lily/system.cc (post_processing): move uniquify_list () to
4007         dumping molecule stage.
4008
4009         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4010         this will mess up scores that use barchecks to shorten measures.
4011
4012         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4013         at 20pt too.
4014
4015         * Documentation/user/tutorial.itely (Printing lyrics): document
4016         \lyricsto
4017
4018         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4019
4020         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4021
4022         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4023         if Voice is not found.
4024
4025         * VERSION: release 2.1.10
4026         
4027         * input/{test,regression}/: remove old-relative 
4028
4029         * lily/lexer.ll: add empty markup signature. 
4030
4031         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4032         strut markup
4033
4034         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4035
4036         * scm/define-translator-properties.scm: update melismata property
4037         doco.
4038
4039         * lily/system.cc (output_lines): revert uniquify_list() patch,
4040         strange side effects seen.
4041         
4042         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4043         dash-period < 0.
4044
4045         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4046         for flute. 
4047
4048 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4049
4050         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4051
4052         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4053
4054         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4055         of line breaks.
4056         (brew_molecule): add padding to left, not right.
4057
4058         * lily/system.cc (uniquify_list): new function
4059         (output_lines): uniquify_list () on all-elements. This fixes
4060         double symbols in the output.
4061
4062         * lily/beam.cc (rest_collision_callback): don't move anything if
4063         staff-position is set.
4064
4065         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4066
4067         * lily/system.cc (typeset_grob): warn if adding twice.
4068
4069         * lily/sequential-iterator.cc (run_always): implement run_always().
4070         (also in other files.)
4071         
4072         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4073
4074         * lily/event.cc (to_relative_octave): add octave-check.
4075
4076         * Documentation/user/refman.itely (Line breaking): add noBreak.
4077
4078         * scm/new-markup.scm (normalsize-markup): add function.
4079         (sans-markup): new function.
4080
4081         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4082         come earlier nowadays.  This fixes beams on grace notes.
4083         
4084         * scm/music-functions.scm (direction-polyphonic-grobs): new
4085         variable, share between override and revert. This fixes script
4086         directions in polyphonic sections. (backportme)
4087
4088 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4089
4090         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4091         breakpoints.
4092
4093         * lily/break-align-interface.cc: add doco
4094
4095         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4096
4097 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4098
4099         * VERSION: release 2.1.9
4100
4101         * scm/document-markup.scm (markup-doc-node): add note about naming.
4102
4103         * scm/new-markup.scm (left-align-markup): bugfix. 
4104
4105         * Documentation/user/refman.itely (Ottava brackets): more doco for
4106         ottava.
4107
4108         * lily/side-position-interface.cc (out_of_staff): also do
4109         out_of_staff() correctly for d == DOWN.
4110
4111         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4112         horizontal line if they move to the right.
4113         
4114         * scm/define-grobs.scm (all-grob-descriptions): set
4115         text-repeat-if-broken for ottava spanner
4116
4117         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4118         property.
4119
4120         * mf/feta18.mf: design size is 18 not 22.5
4121
4122         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4123         Add a single LyricsVoice to a melody. Melismata may be set
4124         individually.
4125
4126         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4127
4128         * lily/dot-column.cc: add stdio.h
4129
4130 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4131
4132         * lily/item.cc: documentation for break-visibility (Thanks, John).
4133
4134 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4135
4136         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4137
4138         * lily/translator-def.cc: rename Translator_def to Context_def.
4139
4140         * Documentation/user/internals.itely (Lexical details): clarify
4141         string def.
4142
4143         * Documentation/user/refman.itely (Rhythmic music): add link to
4144         RhythmicStaff 
4145
4146 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4147
4148         * lily/translator.cc: document start_translation_timestep()
4149
4150         * scm/output-tex.scm (tex-encoded-fontswitch): use
4151         round for rounding (inexact->exact yields rationals)
4152
4153         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4154
4155         * lily/translator-group.cc (get_simple_trans_list): 
4156         new function; construct simple_trans_list_ lazily.
4157         
4158 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4159
4160         * lily/paper-outputter.cc (output_scope): Check if number before
4161         checking exact (guile cvs).
4162
4163         * scm/*: Escape backslashes in scheme strings (guile cvs).
4164
4165 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4166
4167         * Documentation/user/refman.itely (Tablatures basic): annotate
4168         seealso sections.
4169
4170         * lily/*.cc: cleanup of engraver initialize() functions.
4171
4172         * lily/repeat-acknowledge-engraver.cc
4173         (start_translation_timestep): remove first_b_
4174
4175         * lily/tab-note-heads-engraver.cc: listen to string number events
4176         inside < > too. (backportme).
4177
4178         * Documentation/user/refman.itely (Text scripts): add fatText to
4179         index.
4180
4181 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4182
4183         * VERSION: 2.1.8
4184
4185         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4186         footer.
4187
4188         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4189
4190         * lily/bar-check-iterator.cc (process): only warn if
4191         barCheckLastFail was changed.
4192
4193         * scm/define-translator-properties.scm (barCheckLastFail): add
4194         property.
4195
4196         * lily/main.cc (main_prog): print summary of failed files.
4197
4198         * lily/axis-group-engraver.cc: move all spanner creation to
4199         process_music (). Now staffs can be adjusted with \override too.
4200         (Jan, you are a brilliant programmer!)
4201         
4202         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4203
4204 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4205
4206         * Documentation/user/tutorial.itely (Integrating text and music):
4207         Show the commands to produce a PDF as well.
4208
4209 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4210
4211         * lily/translator-def.cc (get_translator_names): accept user
4212         tweaks too. 
4213
4214         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4215         as big as normal heads. 
4216
4217         * input/*ly: run convert-ly
4218         
4219         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4220         () if dependencies are fluked.
4221
4222         * scm/document-translation.scm (engraver-doc-string): update on
4223         latest string/symbol conventions.
4224
4225         * lily/translator-ctors.cc: use Scheme_hash_table.
4226
4227         * lily/translator-def.cc (get_translator_names): new function
4228         (add_context_mod): new function
4229         (get_accepted): new function
4230
4231         * lily/parser.yy (context_mod): put all modifications of
4232         \translator { } in a single production, encode as SCM.
4233
4234         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4235         to use read-only lists, so additions to the definition can be
4236         prepended easily.  
4237
4238         * Documentation/user/invoking.itexi (Editor support): add node on
4239         editor support.
4240
4241         * Documentation/user/refman.itely (Bar check): add lyrics example
4242         of bar checks. 
4243
4244         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4245
4246         * scripts/convert-ly.py (conv): add conversion rule.
4247
4248         * lily/parser.yy: use \change iso. \translator for staff switch.
4249
4250         * lily/my-lily-lexer.cc: add \change.
4251
4252         * scm/define-translator-properties.scm
4253         (default-melisma-properties): add definition.
4254
4255 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4256
4257         * Documentation/user/refman.itely (Bar lines): clarification of
4258         systemStartDelimiter. 
4259
4260         * input/test/slur-shape.ly (x): remove file.
4261
4262         * lily/translator-group.cc (apply_property_operations): new function.
4263
4264 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4265
4266         * lily/parser.yy (optional_prop_ops): allow \with {
4267         PROPERTYSETTINGS } following \context or \new.
4268
4269         * lily/my-lily-lexer.cc: add \with.
4270
4271         * lily/parser.yy (property_operation): clean up definition of
4272         property operations.
4273         (property_op_to_music): new function.
4274         (context_spec_music): new function
4275
4276         * VERSION: 2.1.7 released.
4277         
4278         * input/regression/collision-merge-dots.ly: new file.
4279
4280         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4281         then kill the dots too. 
4282
4283         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4284         set/unset breakableSeparationItem
4285
4286         * lily/separation-item.cc (relative_width): add function.
4287
4288         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4289         only-prebreak-interface
4290
4291         * lily/system.cc (output_lines): only junk only-prebreak-interface
4292         grobs.
4293
4294         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4295         read breakableSeparationItem
4296
4297         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4298
4299         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4300
4301         * lily/dot-column.cc (dot_config_badness): new function:
4302         select the best scoring dot configuration: dots should go close to
4303         the note heads, but be shifted up or down according to conventions.
4304         (print_dot_configuration): idem.
4305         (shift_one): idem
4306         (remove_collision): idem.
4307
4308         * input/regression/dots.ly: add more test cases.
4309
4310 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4311
4312         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4313
4314         * flower/include/interval.hh: rename elem_b to contains 
4315
4316         * lily/tie.cc: change 'heads to 'head-pair.
4317
4318         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4319         fill in 'heads field.
4320
4321         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4322         minimum-length for short ones, and shorten so collisions with the
4323         next syllable are avoided.
4324
4325         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4326         near-zero slopes.
4327         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4328
4329         * lily/dots.cc: remove quantized_position callback. All Y
4330         positioning is done by dot-column.cc
4331
4332         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4333         exhaustive test of all dot positions. This fixes disappearing dots
4334         in dotted chords.
4335
4336 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4337
4338         * mf/feta-klef.mf (test_staff): fatten up G clef
4339         (test_staff): fatten up f clef.
4340         
4341
4342 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4343
4344         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4345         * input/les-nereides.ly: Use latin1 characters for title, like
4346         Morgenlied.
4347
4348 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4349
4350         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4351         cmb10).
4352
4353         * lily/lyric-extender.cc (brew_molecule): add little space before
4354         extender line.
4355
4356         * lily/beam-quanting.cc (score_forbidden_quants): check if
4357         outer stafflines fall in any beam gaps.
4358
4359         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4360         for lyric texts.
4361
4362 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4363
4364         * VERSION: 2.1.6 released.
4365
4366         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4367         this shows the demerits of a user-defined beam position pair.
4368
4369         * scm/define-grobs.scm (all-grob-descriptions): set
4370         beamed-extreme-minimum-free-lengths to a different value.
4371
4372         * lily/scm-option.cc: add debug-beam scm-option
4373
4374         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4375
4376 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4377
4378         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4379
4380         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4381         space after barline.
4382
4383         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
4384
4385         * lily/spacing-spanner.cc (breakable_column_spacing): take average
4386         of spacing wishes, not maximum. Only do this for delta-t == 0. In
4387         the other case, take standard column-breakable spacing. Do not
4388         warn about "no spacing wishes".
4389
4390         This fixes wide spaces after barlines in very loose lines.
4391
4392         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
4393
4394 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4395
4396         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
4397         acknowledge_grob lyric-syllable, not lyric-text.
4398
4399         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
4400         dashes of length #'length separated by #'dash-period. 
4401
4402         * lily/lyric-extender.cc (brew_molecule): idem
4403
4404         * lily/multi-measure-rest.cc (big_rest): idem
4405
4406         * lily/system-start-delimiter.cc (simple_bar): idem
4407
4408         * lily/bar-line.cc (simple_barline): use rounded box
4409
4410         * VERSION: release 2.1.5
4411
4412         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4413         music): move note about dvips to more visible place.
4414
4415         * lily/lyric-phrasing-engraver.cc: move from
4416         new-phrasing-engraver.cc, remove old cruft (syllable-group,
4417         lyric-phrasing-engraver.hh)
4418         
4419         * lyric-align.ly: remove file
4420         
4421         * scripts/convert-ly.py (FatalConversionError.func): add removal
4422         rule for automaticMelismata
4423
4424         * ly/engraver-init.ly (ScoreContext): switch on
4425         New_phrasing_engraver by default.
4426
4427         * lily/slur-engraver.cc (class Slur_engraver):
4428         process_acknowledged_grobs -> process_music.
4429         (try_music): signal melismata correctly.
4430
4431         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
4432         word-space, right-trim-amount, and extend past right bound only
4433         for note heads.
4434
4435         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
4436         lyric-extender support: add note-heads to the extender
4437         automatically.
4438
4439         * lily/parser.yy: extender is now post_event. 
4440
4441         * lily/accidental-engraver.cc (number_accidentals): remove
4442         spurious warning about non-parent contexts.
4443
4444         * lily/music-output-def.cc (assign_translator): \translator { }
4445         for a Foo context implicitly redefines \FooContext.
4446
4447         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
4448         fixes.
4449
4450         * lily/slur.cc (brew_molecule): don't use stafflinethickness
4451         doubly in slur weight. 
4452
4453         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
4454         combination.
4455
4456         * scm/define-grobs.scm (all-grob-descriptions): change clef -
4457         staffbar distance.
4458
4459         * scripts/lilypond.py (global_latex_preamble): crank down size of
4460         the margins. Now there is a 12 mm top and bottom margin, which
4461         should correspond with the printable area of modern printers.
4462
4463         This enlarges the music height of the printable page a little.
4464
4465         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
4466         signs. Use \markup instead.
4467         (accreg_pen): tweak for accordeon asterisk.
4468
4469 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4470
4471         * lily/melisma-engraver.cc (try_music): use melisma_busy()
4472
4473         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
4474
4475         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
4476
4477         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
4478
4479         * scm/define-grobs.scm (all-grob-descriptions): change
4480         StanzaNumber description: make side support, i.s.o. breakable.
4481         use Instrument_name_engraver for texts in the margin.
4482
4483         * scm/define-translator-properties.scm: remove
4484         melismaEngraverBusy, stz property.
4485
4486         * *.cc: naming: change empty_b () into is_empty ()
4487
4488         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
4489
4490         * input/regression/lyric-phrasing-new.ly: new file.
4491
4492         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
4493         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
4494         melismata are now left-aligned.
4495
4496 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4497
4498         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
4499
4500         * mf/feta19.mf: remove.
4501         
4502         * mf/feta-klef.mf (test_staff): more tweaks
4503
4504         * mf/feta-toevallig.mf: more small size tweaks.
4505
4506         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
4507         rests for smaller sizes.
4508
4509         * mf/feta-bolletjes.mf: fix cross heads.
4510
4511         * VERSION: release 2.1.4
4512         
4513         * scripts/convert-ly.py (FatalConversionError.func): add rule for
4514         deprecated #'ancient font family
4515
4516         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
4517         it is a string or number.
4518
4519         * scm/output-lib.scm (note-head-style->attachment-coordinates):
4520         change calling convention of stem-attachment function. 
4521
4522         * buildscripts/mf-to-table.py: read and dump WX/WY fields
4523
4524         * mf/feta-autometric.mf: dump WX/WY fields too
4525         
4526         * mf/parmesan-heads.mf: idem.
4527
4528         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
4529         attachment coordinates.
4530
4531         * lily/note-head.cc (stem_attachment_coordinate): read stem
4532         attachment from the notehead glyphs WX/WY fields.
4533
4534         * lily/include/font-metric.hh (struct Font_metric): add methods
4535         get_indexed_wxwy (), make a distinction between looking up by
4536         index and ASCII  
4537
4538         * mf/feta-bolletjes.mf: rewrite note head MF code.
4539         (test_outlines): make heads more rotund for smaller sizes. 
4540
4541 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4542
4543         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
4544         throughout. Font scaling fixes throughout.
4545
4546         * mf/feta-sleur,slur.mf: remove. 
4547
4548         * mf/feta-slag.mf: rewrite.
4549
4550 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4551
4552         * VERSION: release 2.1.3
4553
4554         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
4555
4556         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
4557
4558         * lily/mark-engraver.cc (process_music): fix mark
4559         \default. (backportme)
4560
4561         * stepmake/stepmake/automatically-generated.sub.make (default):
4562         use -n for head/tail commands. 
4563
4564         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
4565         heads with the same pitch.
4566
4567 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4568
4569         * lily/recording-group-engraver.cc (finalize): set protected_scm
4570         member to '() before finalizing.
4571
4572         * lily/translator-group.cc (finalize): remove removal_processing () 
4573
4574         * lily/recording-group-engraver.cc: new engraver: record
4575         synchronized start & end times for each music object.
4576
4577         * lily/parser.yy (toplevel_expression): execute score rendering
4578         during parsing. Cleanup output-filename handling; this is no
4579         longer done with global variables.
4580         (translator_spec_body): allow \type modification too.
4581
4582         * lily/score.cc:  ly:run-translator: new function
4583         (LY_DEFINE): ly:render-output new function.
4584
4585         Separate interpreting and rendering, and make available as
4586         functions at Scheme level.
4587
4588 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4589
4590         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
4591         (musicxml-node->string):
4592         (xml-node->string):
4593         (music-to-musicxml): New function.
4594
4595 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4596
4597         * VERSION: 2.1.2 released
4598
4599         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
4600
4601         * scm/font.scm (paper20-font-vector): discouple font design sizes
4602         from sizes specified in .ly file: store all design sizes of a font
4603         in a single vector.
4604
4605         * lily/font-select.cc (get_font_by_design_size): new function
4606
4607         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
4608         add parmesan,feta in sizes 14 and 18.
4609         
4610         * mf/feta-toevallig.mf: use blot diameter for double sharp.
4611
4612         * lily/font-size-engraver.cc (acknowledge_grob): change definition
4613         of fontSize: this now sets font-size
4614
4615 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4616
4617         * VERSION: 2.1.1 released
4618         
4619         * Documentation/user/refman.itely (Tuning objects): add note about
4620         concurrent tweaks in different contexts. 
4621
4622         * lily/tie-engraver.cc (acknowledge_grob): use
4623         Staff_symbol_referencer::get_position iso. reading staff-position
4624         directly.
4625
4626         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
4627         currentMusicalColumn as left span-point for bracket. The bracket
4628         is too long when there are accidentals.
4629
4630 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4631
4632         * buildscripts/lilypond-profile.sh,
4633         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
4634         Thanks to Reuben Thomas <rrt@mupsych.org>
4635
4636 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
4637
4638         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
4639         Wurbel <wurbel@univ-tln.fr>.
4640
4641 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4642
4643         * scripts/midi2ly.py: Add space after chords.
4644
4645 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
4646
4647         * input/regression/{many}: add few @code{ ... }.
4648
4649 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4650
4651         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
4652         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
4653         Removed cmbx5, cmbx6 (which are included in teTeX)
4654         and cmbxti14 which is not used in fonts.scm.
4655
4656 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
4657
4658         * lily/midi-item.cc: fine tune quarter tones.
4659
4660 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
4661
4662         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
4663         new function, warn how many cents are missing in fine tuning.
4664
4665 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
4666
4667         * input/bugs/rhytmicstaff-tie.ly: add file.
4668
4669         * THANKS: Create skeleton for 2.1.
4670
4671 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
4672
4673         * input/test/bar-lines.ly (TODO): dashed "|".
4674
4675 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
4676
4677         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
4678         input/regression/tie-chord.ly: Fix spell for tying.
4679
4680         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
4681
4682         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
4683         new file (renamed, see above).
4684
4685         * Documentation/user/lilypond-book.itely
4686         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
4687         * input/example-1.ly input/example-2.ly input/example-3.ly
4688         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
4689         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
4690         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
4691         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
4692         * scripts/lilypond-book.py scripts/lilypond.py
4693         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
4694         * vimrc: replace ly2dvi with lilypond and remove silly comments.
4695
4696         * Documentation/user/lilypond.tely: update version.
4697
4698         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
4699         Remove extra spaces in each @node, fixes spaces.
4700
4701 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4702
4703         * scripts/lilypond-book.py (output_dict): Add definition of
4704         \lilypondbook also for LaTeX output. Solves several bug reports.
4705
4706 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
4707
4708         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
4709
4710 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
4711
4712         * input/test/transposition.ly: Fix key signatures, given in comments.
4713
4714 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4715
4716         * scm/midi.scm (instrument-names-alist),
4717         Documentation/user/appendices.itely: Correct spelling of shakuhachi
4718
4719 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4720
4721         * input/test/temporary-stave.ly (texidoc): New example based on an
4722         email question from Ralph Little.
4723
4724 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4725
4726         * VERSION: release 2.1.0
4727         
4728         * lily/note-performer.cc (try_music): accept busy-playing-event.
4729
4730         * lily/swallow-perf.cc (try_music): return false for
4731         busy-playing-event and melisma-playing-event.
4732
4733 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4734
4735         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
4736         >> in \score.
4737
4738 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4739
4740         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
4741         that articulation_substitute will not move beam start again.
4742         (articulation_substitute): Bugfix: remove stray space so that new
4743         old chords ending '>>' does not get broken up.
4744         (sub_chord): Use TAB for indentation (not spaces).
4745         
4746         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
4747         Bugfix for startup: Use ?^ instead of ?\^.
4748
4749 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4750
4751         * lily/lyric-combine-music-iterator.cc
4752         (Lyric_combine_music_iterator): change init order, to prevent GC
4753         segfaults.
4754
4755         * lily/context-specced-music-iterator.cc (construct_children): 
4756         only change  translator if found. This fixes a core dump problem.
4757
4758 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4759
4760         * scm/slur.scm (default-slur-extremity-rules): use equal? for
4761         comparison.
4762
4763         * mf/feta-bolletjes.mf: make hole in half note little
4764         smaller for stem attachment.
4765
4766         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
4767
4768         * mf/feta-banier.mf: don't draw stem with flag, just small square
4769         attachment.
4770
4771         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
4772
4773         * mf/feta-banier.mf: remove upstem/downstem characters.
4774
4775         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
4776
4777         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
4778         stafflinethickness (in the default)
4779
4780         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
4781
4782         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
4783
4784         * Documentation/topdocs/INSTALL.texi (Top): reorder.
4785
4786         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
4787
4788         * lily/include/directional-element-interface.hh:
4789         junk class, make {get,set}_grob_direction functions.
4790
4791         * lily/slur.cc (get_attachment): do something sensible when
4792         attaching to stem without heads (eg. a rest).
4793
4794         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
4795         forcing up to staff.  remove #'support-head property
4796         (brew_molecule): small cleanup.
4797         (flag): remove #'grace property.
4798
4799 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4800
4801         * cygwin/postinstall-lilypond.sh: 
4802         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
4803         (Volker Zell).
4804
4805 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4806
4807         * scripts/lilypond-book.py: resurrect 'eps' option. 
4808         (TexiPaper.to_eps): use -Ppdf for EPS files.
4809
4810         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
4811
4812         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
4813
4814         * VERSION: release 2.0.1
4815
4816         * lily/bezier.cc (get_other_coordinate): change assert into
4817         warning.
4818
4819         * lily/note-head.cc (internal_brew_molecule): make left protusion
4820         smaller, to accomodate for natural sign.
4821         (internal_brew_molecule): only do this when the accidental is
4822         close enough.
4823         (extent): new function
4824
4825         * lily/skyline.cc (merge_skyline): new function
4826         (heighten_skyline): new function
4827
4828         * lily/accidental-placement.cc (position_accidentals) 
4829         (position_accidentals): fix todo.
4830
4831 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4832
4833         * input/test/+.ly (texidoc): put version number inline.
4834
4835         * GNUmakefile.in: remove rsync-web target.
4836         
4837         * input/regression/bar-scripts.ly (onestaff): raggedright
4838
4839 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4840
4841         * lily/*.cc: remove #if 0'd code in couple of places.
4842
4843         * lily/midi-stream.cc (operator <<): rewrite.
4844
4845         * lily/note-head.cc (internal_brew_molecule): 
4846         only make ledgers when the Staff symbol has lines.
4847
4848         * ly/property-init.ly (arpeggioBracket): simplify
4849
4850         * lily/translator-group.cc (execute_pushpop_property): use
4851         SCM_EQ_P for comparing keys. This fixes reverting
4852         auto-beam-settings.
4853
4854 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4855 *
4856         * lily/midi-stream.cc (operator <<): Also write MIDI string when
4857         midi_debug_global_b.
4858         (operator <<): Normalise loop.
4859
4860 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4861
4862         * scripts/lilypond.py (escape_path): revise.
4863
4864         * scm/music-functions.scm (set-output-property): new function.
4865         
4866 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4867
4868         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
4869         use addmakeflags again.
4870
4871         * cygwin/lily-wins.py (escape_shell): New function; use it.
4872
4873         * scripts/lilypond.py (escape_shell): Escape quotes and other
4874         spaces too.  Do not escape escaping backslashes.
4875
4876         * make/srcdir.make.in (web-install): Must call install-WWW now.
4877
4878         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
4879         dependency
4880
4881 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4882
4883         * scripts/lilypond.py (escape_path): escape quotes too. 
4884
4885         * Documentation/user/lilypond.tely (Unified index): rename Index
4886         to accomodate Windows breakage.
4887
4888         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
4889
4890         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
4891         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
4892         target not a source.
4893
4894 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4895
4896         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
4897         addmakeflags.  Build and install doc and web also when building on
4898         Cygwin.
4899
4900         * mf/GNUmakefile: Bugfix.
4901
4902         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
4903         target web.
4904
4905         * cygwin/lily-wins.py: Quote filename.
4906
4907 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4908
4909         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
4910
4911 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4912
4913         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
4914         settings.
4915
4916         * configure.in: Require g++ > 3.0.4.
4917
4918         * mf/GNUmakefile: Bugfix: Add list.ly target.
4919         
4920         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
4921
4922         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
4923         make omf directory, add uninstall targets.
4924
4925 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4926
4927         * lily/tie-performer.cc (initialize): init prev_event
4928
4929         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
4930
4931         * lily/script-engraver.cc (make_script_from_event): don't crash on
4932         non-string articulation-type.
4933
4934         * lily/new-fingering-engraver.cc (add_script): don't crash on
4935         0 scripts 
4936         (acknowledge_grob): warn about text script events.
4937
4938 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
4939
4940         * buildscript/lilypond.words: fix path for drums.scm.
4941
4942 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4943
4944         * lily/spacing-spanner.cc (note_spacing): don't make longer
4945         durations than measure-length.
4946
4947         * VERSION: release 2.0.0
4948
4949         * GNUmakefile.in (rsync-web): version independent rsync target.
4950
4951         * input/test/+.ly (texidoc): idem.
4952
4953         * input/regression/+.ly: print version number.
4954
4955         * input/regression/accidentals.ly (mel): shorten.
4956
4957         * input/regression/accidental-octave.ly (texidoc): shorten.
4958
4959         * input/regression/hairpin-dashed.ly (texidoc): docstring.
4960
4961         * input/regression/completion-heads-polyphony.ly: octave
4962
4963         * input/regression/beam-manual.ly: remove
4964
4965         * input/regression/beam-chord.ly: remove
4966
4967         * input/regression/grace-dynamic.ly: remove
4968         
4969         * input/regression/grace-volta-repeat.ly: octave fixes.
4970
4971         * input/regression/hairpin-dashed.ly (texidoc): doc string.
4972
4973         * lily/parser.yy (step_number): semitones for chord entry too.
4974         (make_chord_step): more robust code, semitones. 
4975
4976         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
4977
4978         * input/regression/breathing-sign.ly (texidoc): split ancient and
4979         normal breathing signs.
4980
4981         * scm/define-grobs.scm (all-grob-descriptions): swap
4982         beamed-extreme-minimum-free-lengths and
4983         beamed-minimum-free-lengths; the 'extreme' case should allow
4984         shorter stems. This fixes forced directions on beamed 32nd and
4985         shorter notes.
4986
4987         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
4988         quartertones, not semitones.
4989         (NoteNamesContext): swallow more event types
4990
4991         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
4992
4993         * VERSION (PACKAGE_NAME): release 1.9.10
4994
4995 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4996
4997         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
4998         set note head as cause of note-column.  This gives a better error
4999         message.
5000
5001 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5002
5003         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5004
5005 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5006
5007         * mf/GNUmakefile (pfa_warning): instruct 
5008
5009         * stepmake/aclocal.m4: typo.
5010
5011         * Documentation/user/cheatsheet.itely: more verbose examples.
5012
5013         * input/regression/clefs.ly: remove bogus docstring.
5014
5015 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5016
5017         * GNUmakefile.in (SUBDIRS): Add elisp.
5018
5019         * elisp/lilypond-mode.el: 
5020         * elisp/lilypond-init.el: 
5021         * elisp/lilypond-indent.el: 
5022         * elisp/lilypond-font-lock.el: Move from top dir.
5023
5024         * stepmake/stepmake/elisp-vars.make: New file.
5025
5026         * config.make.in (elispdir): Add.
5027
5028         * Documentation/topdocs/INSTALL.texi: Typo.
5029
5030         * make/ly-rules.make: Test for files instead of touching void and
5031         ignoring errors.
5032
5033         * GNUmakefile.in:
5034         * make/lilypond.redhat.spec.in:
5035         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5036         <builddir>, adding
5037         
5038              (push "<builddir>/share/lilypond/elisp" load-path)
5039
5040         to your ~/.emacs.el should give you LilyPond-mode again.
5041
5042         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5043         regexp for DOS/Windows, we are too paranoid to fix others.
5044
5045 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5046
5047         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5048
5049         * input/test/chord-names-jazz.ly (banterProperties): fix
5050
5051         * lily/parser.yy (bass_mod): bass figure alterations are semi
5052         tones, not quarter tones
5053
5054         * lily/beam.cc (set_stem_lengths): only lengthen stems
5055         for gapped beams.
5056
5057         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5058         by beamcount.
5059
5060         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5061         a warning that the warning may erroneous.
5062
5063         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5064         target.
5065
5066         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5067         targets.
5068
5069         * GNUmakefile.in ($(config_h)): config.h should depend on
5070         config.hh.in .
5071         (lilypond.words): remove fontball stuff.
5072
5073         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5074
5075         * configure.in: remove pktrace reference.
5076
5077         * GNUmakefile.in (rsync-web): permissions and ownership for
5078         website.
5079
5080         * lily/volta-engraver.cc (staff_eligible): new function.
5081         (stop_translation_timestep): kill off spanners if not eligible.
5082
5083         * VERSION (PATCH_LEVEL): release 1.9.9
5084
5085         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5086
5087         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5088         length is more important than forbidden quants.
5089         
5090 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5091
5092         * buildscripts/lilypond.words: order words in search order,
5093         add lilypond.words.vim to be generated.
5094
5095         * lilypond.vim: use lilypond.words.vim for keyword matching.
5096
5097         * lilypond-mode.el: use search order. fix word selection rules.
5098
5099         * lilypond-font-lock.el: fix fontifying long durations.
5100
5101         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5102
5103 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5104
5105         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5106
5107         * stepmake/stepmake/generic-targets.make:
5108         * stepmake/stepmake/bin/make-version.py: 
5109         * stepmake/aclocal.m4:
5110         * make/stepmake.make:
5111         * make/toplevel-version.make: Build fixes: remove last traces of
5112           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5113
5114         * lily/beam.cc: Add gap-count property.
5115
5116 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5117
5118         * scm/define-grob-properties.scm (gap-count): add gap-count
5119
5120         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5121
5122 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5123
5124         * cygwin/mknetrel.doc: Typo.
5125
5126         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5127
5128         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5129
5130 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5131
5132         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5133         sizes. Remove support for 'ledger'(=tabloid+landscape).
5134
5135 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5136
5137         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5138         sauter PFAs.
5139
5140         * configure.in: remove VERSION stuff once again.
5141
5142         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5143
5144         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5145         for chord names.
5146
5147         * mf/GNUmakefile: always trace pfa fonts.
5148         (SAUTER_FONTS): add cmss[567] too fonts
5149
5150         * configure.in: require mftrace. 
5151
5152         * lily/staff-performer.cc (new_instrument_string): don't look at
5153         instrument property.
5154
5155         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5156         is_direction is the C++ one. Similar for ly_axis_p and
5157         ly_number_pair_p
5158
5159 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5160
5161         * lily/beam.cc (brew_molecule): read gap-count to determine
5162         number of tremolo (gapped) beams.
5163
5164         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5165         shorter than 1/8
5166
5167         * flower/include/array.hh (default_compare): new function
5168
5169         * cygwin/mknetrel: Native fixes.
5170
5171         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5172
5173 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5174
5175         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5176         feature for Windows.
5177
5178         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5179
5180         * cygwin/mknetrel: Updates for native use on Cygwin.
5181
5182         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5183
5184         * stepmake/stepmake/help2man-rules.make: 
5185         * cygwin/mknetrel: Bugfix for manpages.
5186
5187         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5188         $(builddir).  Stepmake is a normal subdirectory now, that is not
5189         configured.  Another srcdir build fix.
5190
5191         * Documentation/topdocs/INSTALL.texi,
5192         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5193         lilypond-init.el, lilypond-mode.el, debian/rules,
5194         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5195         rename generated file lilypond.words to lilypond.words.el.
5196
5197 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5198
5199         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5200
5201         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5202         GNUmakefile.in.
5203
5204 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5205
5206         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5207         when cross building.
5208
5209         * configure.in: srcdir build fix.
5210
5211         * cygwin/GNUmakefile:
5212         * cygwin/lily-wins.py:
5213         * cygwin/postremove-lilypond.sh: 
5214         * cygwin/postinstall-lilypond.sh: Merge from stable.
5215
5216         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5217         s/ly2dvi/lilypond/.
5218
5219 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5220
5221         * lily/slur.cc (after_line_breaking): only set control points if
5222         none supplied yet.
5223
5224         * input/test/slur-manual.ly: new file.
5225
5226         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5227         <<  >> chords too.
5228
5229         * VERSION (PACKAGE_NAME): release 1.9.8
5230
5231         * scripts/lilypond.py (escape_path): escape spaces in directory names
5232
5233         * input/test/text-spanner.ly: fixes.
5234
5235 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5236
5237         * buildscripts/lilypond.words.py: add drum names as note names to
5238         Emacs-mode.
5239
5240 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5241
5242         * input/regression/hairpin-dashed.ly: new file.
5243
5244         * scripts/convert-ly.py (conv): warn about dash-length.
5245
5246         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5247         automatically if we get a new one.
5248
5249         * lily/lookup.cc (dashed_line): new function
5250
5251         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5252         dash-fraction.
5253
5254 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5255
5256         * buildscripts/lilypond.words.py: extract note names.
5257
5258         * lilypond-mode.el: take note names from lilypond.words -file.
5259         small fix in the use of string-match.
5260
5261         * lilypond-font-lock.el: use lilypond.words for note names, add 
5262         maxima to note a duration.
5263
5264 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5265
5266         * lily/breathing-sign.cc: remove railtracks() function. 
5267
5268         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5269
5270         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5271         (brew_molecule): bugfix don't make arpeggio shorter when
5272         arpeggio-direction is set.
5273
5274         *  debian/rules: small corrections in the (Pedro K)
5275
5276         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5277         examples.
5278
5279         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5280         special (repeat) bar comes along.
5281
5282         * input/regression/auto-beam-bar.ly: update.
5283
5284         * scripts/lilypond-book.py (output_dict): remove support for the
5285         EPS option.
5286
5287         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5288         VerticalAlignment and VerticalAxisGroup this fixes the size
5289         computations for the entire system.
5290  
5291         * input/les-nereides.ly (bass): remove superfluous fontSize.
5292
5293         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5294         causes directory of file to be added to include path.
5295
5296         * input/regression/beam-break.ly: test single stem beams.
5297
5298         * input/regression/system-start-bracket.ly: fix.
5299
5300         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5301
5302         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5303
5304         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5305         (score_stem_lengths): do something sensible for single stem beams.
5306
5307         * lily/beam.cc (least_squares): add kludge for single stem beams.
5308
5309         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5310         keySignature to list of broken things.
5311
5312         * input/regression/keys.ly: fix.
5313
5314         * VERSION (PACKAGE_NAME): release 1.9.7
5315
5316         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5317
5318         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5319
5320         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5321         (quartertone_pitch): new function
5322
5323         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5324         flat. WARNING: FONT CHANGED.
5325
5326         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5327
5328         * lily/accidental-placement.cc (add_accidental): support for
5329         quarter tones.
5330
5331         * ly/LANGUAGEs.ly: use symbols for alterations.
5332
5333         * mf/feta-toevallig.mf: change accidental codes. 
5334
5335         * scm/lily.scm (ly:get-option): switch on debugging only for
5336         --verbose.
5337
5338         * lily/lily-guile.cc: remove ly:verbose?
5339
5340         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5341
5342         * lily/parser.yy (TODO): only do gh_call() for apply with
5343         procedure argument.
5344
5345         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5346         stuff in accordance with new timing of tie-events.
5347
5348         * lily/my-lily-lexer.cc: remove \outputproperty
5349
5350         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5351
5352         * scm/define-translator-properties.scm (melismaBusyProperties):
5353         add melismaBusyProperties property.
5354
5355 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5356
5357         * input/test/ambitus-mixed.ly (texidoc): new file.
5358
5359         * buildscripts/mutopia-index.py (find): prune debugging
5360
5361         * lily/side-position-interface.cc: doc updates
5362
5363         * Documentation/user/refman.itely: updates, tweaks.
5364
5365         * lily/parser.yy (Simple_music): remove outputproperty
5366
5367         * make/stepmake.make: use VERSION again; importing VERSION via
5368         autoconf dependencies is too hairy.
5369
5370 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5371
5372         * lilypond-mode.el: allow `-' for keywords and identifiers.
5373
5374 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5375
5376         * VERSION: release 1.9.6
5377         
5378         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5379         iso. ly2dvi.
5380
5381         * Documentation/user/*.itely: fixes everywhere
5382
5383         * lily/completion-note-heads-engraver.cc: rewrite engraver:
5384         produce ties from the engraver itself, do not broadcast TieEvent.
5385
5386         * lily/my-lily-lexer.cc: remove pitch & duration.
5387
5388         * lily/parser.yy (TODO): remove \pitch and \duration
5389
5390         * input/test/explicit.ly: remove file.
5391
5392         * Documentation/user/refman.itely (Pitches): remove \pitch 
5393         \duration command.
5394
5395 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5396
5397         * buildscripts/lilypond.words.py: add all slur types to Emacs
5398         insertion menu, suppose everything is postfixed by dropping 
5399         unnecessary `-' -marks.
5400
5401 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5402
5403         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
5404         tremoloed stems.
5405
5406         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
5407         head for flagged stems.
5408
5409         * lily/stem.cc (get_default_stem_end_position): futz with extra
5410         stem length if there is a stem tremolo.
5411
5412         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
5413         it would be too small.
5414
5415         * lily/font-metric.cc: return #f for non-existent glyph.
5416         
5417         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
5418         exported through config.make.
5419
5420         * input/regression/clef-oct.ly: new file.
5421
5422         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
5423         transposition.
5424
5425         * input/template/*.ly: remove old relative.
5426
5427         * ly/english.ly: add X names for double sharp.
5428
5429 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5430
5431         * lily/font-select.cc: new file handle font selection routines.
5432
5433         * lily/parser.yy: add ; (Patrick Atamaniuk)
5434
5435         * input/test/time-signature-double.ly: use markups for double time
5436         sigs.
5437
5438         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
5439         ChordNames.SeparationItem #'padding for adjusting space after chords.
5440         
5441         * lily/music-output-def.cc (LY_DEFINE): 
5442         new function ly:paper-lookup.
5443         
5444         * mf/parmesan-clefs.mf: use # quantities for char_box
5445         offsets. Fixes overflow errors in the PFA. 
5446
5447         * scm/new-markup.scm (strut-markup): change calling interface for
5448         markup. Pass paper-def, not grob. This would allow \markup to be
5449         used separately from grobs.
5450
5451         * lily/paper-def.cc: new function ly:paper-font; this function
5452         replaces ly:get-font.
5453
5454         * lily/include/font-interface.hh (struct Font_interface): take
5455         Paper_def iso. Grob for get_font().
5456
5457 2003-09-14  Graham Percival  <gperlist@shaw.ca>
5458
5459         * Documentation/user/ tutorial.itely, refman.itely: add warning
5460         about \key and accidentals.
5461
5462 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5463
5464         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
5465
5466         * Documentation/user/*.itely: manual tweaks
5467
5468 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
5469
5470         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
5471         cleanup; bugfix: exact_center
5472
5473         * Documentation/user/refman.itely: added more documentation on
5474         ambitus according to recent questions on lilypond-user list
5475
5476 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5477
5478         * input/regression/ottava.ly (texidoc): demo 15ma too.
5479
5480         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
5481
5482         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
5483         octave fixes.
5484
5485 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5486
5487         * lily/lexer.ll: add \r to the rules for newlines; this fixes
5488         problems on older Mac editors.
5489
5490 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
5491
5492         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
5493
5494 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
5495
5496         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
5497         mf/parmesan-clefs.mf: added comments on character alignment and
5498         set_char_box() conventions
5499
5500         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
5501         set_char_box()'s
5502
5503         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
5504
5505 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
5506
5507         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
5508
5509 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
5510
5511         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
5512         shortened to avoid almost-collision with staff line; code cleanup;
5513         other custodes: fixed char boxes; code cleanup
5514
5515 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5516
5517         * configure.in: release 1.9.5
5518         
5519         * scripts/lilypond.py (global_latex_preamble): only set
5520         twosideshift if 'twoside' is in latexoptions 
5521
5522         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
5523
5524         * VERSION: remove
5525
5526         * scripts/*2ly.py: update <> syntax
5527
5528 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5529
5530         * lily/chord-name-engraver.cc (process_music): add origin for
5531         chord name.
5532
5533         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
5534
5535         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
5536         bass notes for exceptions too.
5537
5538         * scm/define-grobs.scm (all-grob-descriptions): rename
5539         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
5540
5541         * scm/define-grob-properties.scm (remove-first): add remove-first
5542         property for orchestral scores.
5543
5544         * Documentation/user/*.itely: switch <<>> and <> 
5545
5546         * lily/glissando-engraver.cc (process_music): bugfix: move line to
5547         last_line only once. This fixes the two consecutive glissandi problem.
5548
5549 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
5550
5551         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
5552         error message "flexa-width undefined"
5553
5554         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5555         lily/include/gregorian-ligature.hh: print warning when ignoring
5556         head prefixes on flexa shapes
5557
5558         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
5559         space before a series of inclinatum heads
5560
5561         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5562         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
5563         cleanups
5564
5565         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
5566         and char_box
5567
5568 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
5569
5570         * input/regression/breathing-sign.ly: tiny fixes
5571
5572         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
5573         semantical collision with vaticana ligatures
5574
5575         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5576         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
5577         now consistent with mensural ligatures
5578
5579         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5580         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
5581         context pitches and staff position; dto. for virga stem; removed
5582         obsolete virga and clivis characters from parmesan font (WARNING:
5583         font changed)
5584
5585         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
5586         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
5587
5588         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5589         scm/define-grob-properties.scm: consistency fix: renamed
5590         join_left->add_cauda
5591
5592         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
5593         appendix length; bugfix: yoffs_bt for reverse direction punctum
5594         characters
5595
5596         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
5597         small cleanups; added more docu
5598
5599         * lily/mensural-ligature-engraver.cc,
5600         lily/vaticana-ligature-engraver.cc,
5601         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
5602         computation to CoherentLigatureEngraver
5603
5604         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
5605         scm/define-grob-properties.scm: bugfix: added missing linea and
5606         cavum properties; bugfix: removed dead semivocalis property
5607
5608         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
5609         length; redesigned quilisma, stropha and auctum
5610
5611         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
5612         line thickness
5613
5614         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
5615         Documentation/user/refman.itely: bugfix: introduced shifted
5616         epiphonus head to avoid collision with adjacent plica
5617
5618 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5619
5620         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
5621
5622         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
5623
5624 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5625
5626         * Documentation/user/tutorial.itely (A lead sheet): remove
5627         duplicate chords.
5628
5629         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
5630
5631 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5632
5633         * Documentation/bibliography/computer-notation.bib (isbn): add
5634         xivcim publication.
5635
5636 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
5637
5638         * GNUmakefile.in: drop lilypond.words for generation.
5639
5640 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
5641
5642         * buildscripts/lilypond.words.py: take filename (also) from an arg.
5643
5644         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
5645
5646 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5647
5648         * input/test/figured-bass-alternate.ly (fl): new file.
5649
5650         * Documentation/topdocs/README.texi (Top): clarifications.
5651
5652         * Documentation/bibliography/computer-notation.bib (isbn): add phd
5653         theses of Gieseking and Renz.
5654
5655         * GNUmakefile.in (README_FILES): remove README.mandrake.
5656
5657 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
5658
5659         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
5660         from source files and search patterns listed in the script.
5661
5662         * GNUmakefile.in: add target `lilypond.words'.
5663
5664         * lilypond.words: remove file, generated by `make lilypond.words'.
5665
5666         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
5667
5668 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
5669
5670         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
5671
5672 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5673
5674         * VERSION: 1.9.4 released
5675
5676         * scripts/convert-ly.py (FatalConversionError.figures_replace):
5677         rule for < > <-> << >> substitution
5678
5679         * lily/lexer.ll: exchange meaning of << >> and < > 
5680
5681         * VERSION (PACKAGE_NAME): 1.9.3 released
5682
5683         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
5684         pages unconditionally.
5685
5686 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5687
5688         * Documentation/user/music-glossary.tely (Top): small syntax
5689         fixes.
5690
5691         * scm/music-functions.scm (remove-tag): filter \tagged music
5692         expressions.
5693
5694         * input/regression/tag-filter.ly (texidoc): new file.
5695
5696         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
5697         symbol2 .. ) etc. 
5698
5699         * scripts/convert-ly.py (FatalConversionError.conv): fingering
5700         convert rule.
5701
5702         * Documentation/user/refman.itely (Fingering instructions): adjust
5703         manual.
5704
5705         * lily/new-fingering-engraver.cc (position_scripts): don't crash
5706         for borderline cases (e.g. 1 fingering.)
5707         (position_scripts): revise interface, use fingerOrientations to
5708         set fingering positions.
5709
5710         * scm/document-translation.scm (context-doc): add aliases to
5711         automated documentation.
5712
5713         * make/lilypond-vars.make: remove stepmake compat glue.
5714
5715         * make/generic-vars.make: remove cruft.
5716
5717         * lily/main.cc (main): don't identify binary.
5718
5719 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5720
5721         * lily/include/translator.hh (class Translator): remove
5722         type_string_ , use symbol for context name throughout.
5723         Changes through whole source tree.
5724
5725         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
5726         set PDF as default, and always make PDF.
5727
5728         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
5729
5730 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
5731
5732         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
5733         Documentation/user/refman.itely input/regression/allfontstyle.ly
5734         input/regression/grace-types.ly:
5735         fix spelling for acciaccatura (Webster's 1913).
5736
5737 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5738
5739         * lily/main.cc (usage): adjust blurb, include url.
5740
5741         * input/regression/breathing-sign.ly (texidoc): transpose up
5742
5743 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
5744
5745         * input/regression/breathing-sign.ly: changed ancient examples to
5746         be relevant (by request of Han-Wen); updated BreathingSign text
5747         property according to new syntax.
5748
5749         * ly/gregorian-init.ly: updated BreathingSign text property
5750         according to new syntax
5751
5752 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5753
5754         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
5755         (Clef): index entries for clefs.
5756
5757         * python/lilylib.py (system): remove errorlog files.
5758         
5759 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
5760
5761         * lilypond.words: add \new and new graces. Add dynamics to menus
5762         keeping 1.8.x compatibility; after all the engraving relating to 
5763         notes becomes postfixed `-' marks will be removed.
5764
5765 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5766
5767         * lily/molecule.cc (align_to): idem.
5768
5769         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
5770         
5771         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
5772         accacciatura everywhere.
5773
5774         * VERSION (PACKAGE_NAME): released 1.9.2
5775
5776         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
5777
5778         * scm/document-markup.scm (markup-doc-node): sort markup function
5779         list.
5780
5781         * lily/paper-outputter.cc (output_version): change "Lily was here"
5782         into  "Engraved by LilyPond"
5783
5784         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
5785         on unquoted strings before \notenames.
5786
5787         * lily/parser.yy (lyric_element): allow markup as lyric text. This
5788         increases the number of s/r reductions to 4.
5789
5790         * scm/new-markup.scm (fraction-markup): \fraction command.
5791
5792         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
5793         mode
5794
5795         * lily/lookup.cc (round_filled_box): rename function.
5796         (LY_DEFINE): round-filled-box: change signature.
5797
5798         * Documentation/user/refman.itely: revise section explaining grace
5799         notes.
5800
5801         * lily/translator-scheme.cc (LY_DEFINE): add ! to
5802         ly:set-context-property
5803
5804         * input/*/*.ly (vmus): use \new everywhere.
5805
5806         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
5807
5808         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
5809         default
5810
5811         * scm/music-functions.scm (set-stop-grace-properties)
5812         (set-start-grace-properties, add-grace-property): new functions
5813         for modular grace tweak control.
5814
5815         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
5816         
5817 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5818
5819         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
5820
5821         * GNUmakefile.in (install-pfa-fonts):
5822         (get-pfa-fonts): New target.
5823
5824         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
5825         install-pfa-fonts help.
5826
5827 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5828
5829         * lily/translator-scheme.cc (LY_DEFINE):
5830         ly:context-pushpop-property new function.
5831         (LY_DEFINE): new function ly:translator-find  
5832         new function ly:translator?
5833         (LY_DEFINE): new function ly:context?
5834
5835         * lily/translator-def.cc: remove
5836         Translator_def::apply_pushpop_property().
5837
5838         * python/lilylib.py (read_pipe): only store and display error log
5839         if verbose not set.
5840         (read_pipe): only display log if it contains something.
5841
5842 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5843
5844         * Documentation/misc/GNUmakefile: Re-add.
5845         (TEXTS): Add CHANGES.
5846
5847 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
5848
5849         * lilypond.words: add \newcontext.
5850
5851 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5852
5853         * lily/tie-performer.cc (stop_translation_timestep): only flush
5854         tied_notes when we have actually made a tie. Fixes bugs with ties
5855         in polyphonic scores.
5856
5857 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5858
5859         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
5860         they do not exist.
5861
5862 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5863
5864         * VERSION (PACKAGE_NAME): released 1.9.1 
5865
5866         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
5867         Instrument_name_engraver
5868
5869         * lily/tie-performer.cc (create_audio_elements): bugfix
5870
5871         * Documentation/user/music-glossary.tely (Top): comment out
5872         font-style statements.
5873
5874         * input/test/force-hshift.ly: revise example.
5875
5876         * Documentation/bibliography/engraving.bib (note): typos.
5877
5878         * configure.in: bump GCC requirements to 3.x
5879
5880         * lily/include/audio-item.hh (class Audio_tie): rename
5881         note_l_drul_ to note_drul_
5882
5883         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
5884
5885         * lily/parser.yy (relative_music): whoops. All \relative were off
5886         by ...  a lot .... Ahem.
5887
5888         * scm/define-music-types.scm (music-descriptions): idem.
5889
5890         * lily/beam-engraver.cc: move new-beam-event to beam-event
5891
5892         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
5893         to Tie_engraver
5894
5895         * input/regression/bar-number.ly: remove unnecessary old-relative
5896         options.
5897         
5898         * Documentation/user/internals.itely (Creating contexts): document
5899         \newcontext
5900
5901         * lily/parser.yy (Composite_music): add \newcontext
5902
5903         * Documentation/user/refman.itely (MIDI block): add note about
5904         dotted tempos.
5905
5906         * scm/font.scm: remove old markup legacy
5907
5908         * GNUmakefile.in (web-clean): remake share/ after web-clean.
5909
5910         * lily/breathing-sign.cc (brew_molecule): remove function
5911
5912         * lily/text-item.cc: remove old-style markups.
5913         (interpret_markup): C++ version of markup function
5914         (brew_molecule): idem.
5915
5916         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
5917         as Scheme variable.
5918
5919         * scripts/convert-ly.py (conv): dashes rule.
5920         Apply rule.
5921
5922         * Documentation/user/lilypond-book.itely: syntax fixes. 
5923
5924 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5925
5926         * VERSION (PACKAGE_NAME): release 1.9.0
5927
5928         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
5929         note about dvips. (Should backport.)
5930
5931         * scripts/convert-ly.py
5932         (FatalConversionError.articulation_substitute): add
5933         convert-new-chords code. Remove convert-new-chords.py
5934
5935         * Documentation/user/refman.itely (Octave check): document
5936         \octave.
5937
5938         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
5939         \relative changes.
5940
5941         * lily/parser.yy (command_element): octave check:
5942
5943            \octave PITCH
5944
5945         checks that PITCH (without octave) yields PITCH (with octave) in
5946         \relative
5947
5948         * lily/relative-octave-music.cc (to_relative_octave): octave check.
5949
5950         * lily/scm-option.cc: ly:set-option now has the default argument
5951         #t.
5952
5953         * lily/lexer.ll: add \renameinput
5954
5955         * python/lilylib.py (command_name): robustifications.
5956
5957         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
5958         /dev/stderr. This is ash compatible.
5959
5960         * ly/init.ly: add warning if compatibility was not necessary.
5961
5962         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
5963
5964         * flower/include/string-handle.icc: formatting cleanups, rename
5965         references by ref_count_.
5966
5967 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
5968
5969         * make/lilypond.mandrake.spec.in: syncronize the spec file with
5970         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
5971         package libs separately, fix conflicting php variable out=/dev/vc/
5972         invoking `unset out', declare menus, use only one icon-file, fix
5973         doc-path in menu.
5974
5975 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5976
5977         * scripts/convert-ly.py (FatalConversionError.conv): typo
5978
5979         * Documentation/misc/GNUmakefile: restore misc directory.
5980
5981         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
5982
5983         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
5984         Petites-Preludes 
5985
5986         * input/test/partial-blank.ly (quickmeasure): syntax
5987
5988         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
5989         attachment property.
5990
5991         * Documentation/user/refman.itely: remove superfluous -'s 
5992         (Grace notes): ) fixes.
5993
5994         * lily/music.cc: generic compress(), transpose() functions. Remove
5995         others.
5996
5997         * lily/parser.yy (gen_text_def): remove support for #'(italic )
5998         style markup entry.
5999
6000         * lily/parser.yy: all articulations postfix; remove obligatory -
6001         for [,  ) and \!
6002         
6003         * lily/music.cc (to_relative_octave): write generic
6004         to_relative_octave function; various relative cleanups.
6005         Hmmm.
6006
6007         * lily/scm-option.cc: add options new-relative and old-relative
6008
6009         * po/sv.po: new po file.
6010
6011         * Documentation/user/refman.itely (Dynamics): website
6012         fixes. (should backport!)
6013
6014 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6015
6016         * make/lilypond.mandrake.spec.in: declare version only once.
6017
6018 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6019
6020         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6021         meaning for now.
6022
6023 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6024
6025         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6026
6027         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6028
6029         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6030
6031         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6032
6033         * lily/music.cc (var): add ly:music-transpose function.
6034
6035         * lily/parser.yy (pre_events): remove prefix articulations.
6036
6037         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6038
6039         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6040
6041         * Documentation/user/refman.itely (Text markup): add comment about
6042         markup in header.
6043
6044 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6045
6046         * lily/paper-outputter.cc (write_header_fields_to_file): 
6047         only dump value if it is a string.
6048
6049         * flower/include/dictionary.hh: remove.
6050         
6051         * Documentation/ChangeLog-1.5: add back old log.
6052
6053         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6054         .pfas from a .deb.
6055
6056 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6057
6058         * Documentation/bibliography/engraving.bib: add entry for
6059         Jaschinski's Notation
6060
6061 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6062
6063         * Documentation/user/refman.itely (Beaming): add note about
6064         allowBeamBreak
6065
6066 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6067
6068         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6069         GregorianTranscription contexts
6070
6071         * ly/engraver-init.ly: vaticana contexts: minor fixes
6072
6073         * Documentation/user/refman.itely (Ancient notation): added note
6074         on appendix length bug
6075
6076         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6077         input/test/vaticana.ly: use vaticana contexts; small fixes
6078
6079 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6080
6081         * flower/hash.cc: Remove.
6082
6083         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6084         to (nonexistent?) hash_func_ identifier.
6085
6086         * python/midi.c (midi_error, midi_warning): Use char const* for
6087         __FUNCTION__ argument.
6088
6089         * python/gettext.py: Remove.  We already require python 2.1, which
6090         includes gettext.py.
6091
6092         * configure.in: Require python 2.1, as INSTALL.texi says.
6093         it.
6094
6095         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6096         versions 1.50 and 1.75.  Remove note about lexer patch.
6097
6098 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6099
6100         * Documentation/topdocs/INSTALL.texi: Update type1 font
6101         description to actual situation.  Add comment about new font ball
6102         layout.
6103
6104         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6105         in $LILYPONDPREFIX suffices for installation.
6106
6107 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6108
6109         * debian/control (Build-Depends): Add flex-old as alternative to
6110         flex.  Deprecate bison 1.75.
6111
6112 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6113
6114         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6115         Vaticana contexts
6116
6117         * Documentation/user/refman.itely (Ancient notation): documented
6118         some bugs; tiny fixes; added docu on Vaticana contexts
6119
6120         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6121         scripts
6122
6123 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6124
6125         * Documentation/user/refman.itely (Ancient notation): added some
6126         introductory words; added section on ancient time signatures;
6127         added some @seealso and @refcommands; small fixes and
6128         beautifications
6129
6130 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6131
6132         * input/regression/note-head-style.ly: many fixes and updates
6133
6134         * Documentation/user/refman.itely: added small sections on ancient
6135         accidentals, rests and flags; revised ancient note head section;
6136         small wording/spelling fixes
6137
6138         * input/test/rests.ly: layout fixes
6139
6140 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6141
6142         * input/puer-fragment.ly: bugfix: central C position of do clef
6143
6144         * ly/gregorian-init.ly: workaround: add small padding space before
6145         divisiones (the correct fix would be the spacing engine to handle
6146         this)
6147
6148 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6149
6150         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6151         cue-notes.ly: minor fixes.
6152
6153 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6154
6155         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6156         input/test/custos-style.ly
6157
6158         * Documentation/index.html.in: bugfix: link to Tutorial.html
6159
6160         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6161         to neumes; bugfix: "et": epiphonus, not just a simple pes
6162
6163 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6164
6165         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6166
6167         * lilypond.words: add new features: markup, column, center, \[ \].
6168         
6169 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6170
6171         * Documentation/topdocs/NEWS.texi, DEDICATION,
6172         stepmake/bin/add-html-footer.py
6173         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6174         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6175         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6176         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6177         added (only) after a sentence which is complete; if the sentence is 
6178         not ended a comma `,' or nothing is used. fix also spaces.
6179
6180 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6181
6182         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6183         requirements to plain 1.6.
6184
6185         * buildscripts/mutopia-index.py (read_lilypond_header): update
6186         mutopia-index.py to 1.4 syntax [sic]
6187
6188 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6189
6190         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6191
6192 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6193
6194         * Documentation/index.html.in: url for regression pdf
6195
6196         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6197
6198         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6199
6200         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6201
6202         * VERSION: 1.8.0 released
6203         
6204         * GNUmakefile.in (local-WWW-post): footify build fix.
6205
6206         * configure.in: require GUILE 1.6.4
6207
6208         * Documentation/user/GNUmakefile: don't copy *.png for
6209         lilypond-internals
6210
6211         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6212         local-WWW-post target.
6213         (rsync-web): add rsync-web target
6214
6215         * Documentation/user/introduction.itely (Music notation and
6216         engraving): add neume example
6217
6218         * input/puer-fragment.ly (cantus): add puer-fragment
6219
6220 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6221
6222         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6223         to notes, so that equalizer is actualy being used.
6224
6225         * scm/midi.scm (instrument-equalizer-alist):
6226         (absolute-volume-alist): Define public, so that user can copy or
6227         override.
6228
6229         * lily/key-performer.cc (create_audio_elements): Check for minor
6230         key.  Only if key is minor, set MIDI key to minor.
6231
6232 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6233
6234         * Documentation/user/refman.itely (Hiding staffs): fixes.
6235
6236         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6237
6238         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6239         vertical extents to deal with Hara kiri correctly.
6240
6241         * input/regression/hara-kiri-short.ly: remove
6242
6243         * input/regression/hara-kiri-pianostaff.ly: update test.
6244
6245         * Documentation/user/*.tely: remove WEBTITLE
6246
6247         * scm/output-tex.scm (comment): idem.
6248
6249         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6250
6251         * scm/music-functions.scm (make-lyric-event): new function
6252
6253         * scm/lily.scm (lilypond-version): new function
6254
6255         * input/test/version-output.ly: new file.
6256
6257         * Documentation/user/lilypond.tely: add version number to
6258         front-page.
6259
6260 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6261
6262         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6263
6264 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6265
6266         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6267
6268         * Documentation/user/refman.itely (Hiding staffs): rename node.
6269
6270 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6271
6272         * input/regression/new-markup-syntax.ly (texidoc): remove
6273         molecule-callback override.
6274
6275 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6276
6277         * input/les-nereides.ly: Mark tweaks with %tweak.
6278
6279         * Debian patch, see debian/changelog (Anthony Fok).
6280
6281 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6282
6283         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6284         problem.
6285
6286 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6287
6288         * Documentation/user/refman.itely (Text markup): Fix language bug.
6289
6290 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6291
6292         * input/* : postfix syntax fixes.
6293
6294         * Documentation/user/refman.itely (Text markup): add note about
6295         raise/lower with ^ or _ .
6296         
6297         * po/fi.po: fix \\apply strings.
6298
6299         * lily/parser.yy (open_event): warn for prefix articulations.
6300
6301 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6302
6303         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6304         fix also on parmesan font.
6305
6306 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6307
6308         * VERSION 1.7.30 released
6309         
6310         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6311
6312         * buildscripts/mutopia-index.py (headertext): rewording
6313
6314 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6315
6316         * scm/new-markup.scm (strut-markup): new markup function.
6317
6318         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6319         space also when no accidental is there.
6320
6321 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6322
6323         * input/les-nereides.ly: Updates.
6324
6325 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6326
6327         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6328         which repeats the tag insertion selected from "Insert tag" menu.
6329
6330 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6331
6332         * lily/all-font-metrics.cc (find_font): load AFM files first only
6333         for feta fonts. This fixes problems with TeXlive and other TeX
6334         distros that include AFM files for the CM fonts. 
6335
6336         * scm/font.scm (qualifiers-to-font-name): remove.
6337
6338         * lily/paper-def.cc: remove get_var.
6339
6340         * input/trip.ly: remove file.
6341         
6342         * input/regression/spacing-note-flags.ly (raggedright): remove
6343         stafflinethickness
6344
6345         * input/les-nereides.ly: update to new syntax, cleanups.
6346
6347 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6348
6349         * Documentation/user/refman.itely: Clarify shortest-note problem
6350         of autobeamer.
6351
6352 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6353
6354         * lilypond-mode.el: Add each word to regexps only once.
6355
6356         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6357         is based on the syntax definitions in lilypond.words. Remove all 
6358         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6359         LilyPond->Insert menu is generated by the entries in lilypond.words 
6360         to which have been given a syntax definition.
6361
6362         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6363         \notes, \relative, \score, \simultaneous, \transpose.
6364
6365         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6366
6367         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6368         
6369         * lilypond-mode.el: add menu keywords separately.
6370
6371         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6372
6373 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6374
6375         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6376         current ugly installation method for PFA fonts.
6377
6378 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6379
6380         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6381         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
6382
6383         * Documentation/user/music-glossary.tely: update legato.
6384
6385 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6386
6387         * lexer-gcc-3.0.patch: Remove.
6388
6389         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
6390
6391 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6392
6393         * debian/rules (binary-arch): remove NEWS.
6394
6395 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
6396
6397         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
6398         stepmake/bin{ many }: polish the `--help's of different scripts;
6399         model taken from the core-utils of Linux.
6400
6401         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
6402
6403 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6404
6405         * flower/parse-afm.cc (parseCharMetrics): add warnings.
6406
6407         * flower/libc-extension.cc: idem.
6408
6409         * flower/include/libc-extension.hh: protect against isinf macros.
6410
6411 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
6412
6413         * { many }: Use two uppercase letters in LilyPond.
6414
6415         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
6416
6417         * VERSION: 1.7.29 released.
6418         
6419 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6420
6421         * lily/tie.cc: add TODO comment.
6422
6423         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
6424
6425         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
6426         linejoins and linecaps. This fixes problems with occasional spikes
6427         on slur/tie endings.
6428         
6429         * input/regression/font-name.ly: don't use PS fonts for
6430         compatibility reasons. 
6431
6432         * mutopia/claop.py (accents): update to 1.8
6433
6434         * Documentation/user/music-glossary.tely (Top): remove 13pt.
6435
6436         * Documentation/user/macros.itexi: don't color glossary links.
6437
6438         * Documentation/user/invoking.itexi (Error messages): new section
6439
6440 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6441
6442         * input/regression/font-name.ly: add file.
6443
6444         * scm/document-backend.scm (grob-doc): remove <hr> from
6445         lilypond-internals
6446
6447         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
6448         reqd version to 1.6.4 
6449
6450         * lily/font-interface.cc (get_font): bugfix: take font-name from
6451         alist chain too. This fixes font-name override for \markup.
6452
6453 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6454
6455         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
6456
6457         * input/test/polymetric-differing-notes.ly: Compile fix.
6458
6459 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
6460
6461         * Documentation/user/refman.itely: fixed typo
6462
6463         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
6464         before flexa
6465
6466 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6467
6468         * input/test/{ many }: search & fix some typos.
6469
6470 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6471
6472         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
6473         images.
6474
6475         * scm/music-functions.scm (make-voice-props-set): set Script /
6476         TextScript dir for polyphony too.
6477
6478         * scm/define-grobs.scm (all-grob-descriptions): decrease space
6479         before clef.
6480
6481         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
6482
6483 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
6484
6485         * Documentation/user/refman.itely (Percussion): Small
6486         clarifications and fixes.
6487
6488         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
6489         threads. This fixes different heads playing simultaneously.
6490
6491 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6492
6493         * Documentation/user/{ many }: increase readability (read through 
6494         User manual from `one big page').
6495
6496 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6497
6498         * input/test/polymetric-differing-notes.ly: add example with
6499         disparate note values.
6500
6501         * input/test/polymetric.ly: rename from poly-metric
6502
6503         * scripts/ly2dvi.py (include_path): bugfix: use outbase
6504         iso. outname.
6505
6506         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
6507         G-clef bbox to real char extents. This fixes the G-clef being
6508         offset too much to the right.
6509         document perc clef offset.
6510
6511         WARNING: FONT CHANGED.
6512
6513         * Documentation/user/tutorial.itely (Tutorial): move menu.
6514
6515 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6516
6517         * buildscripts/lilypond-profile.sh (Error): trim error message.
6518
6519         * Documentation/user/invoking.itexi (Invoking the lilypond
6520         binary): add note about path.
6521
6522         * Documentation/user/macros.itexi: add @c at EOL, hopefully
6523         suppresses superfluous spaces.
6524
6525 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6526
6527         * buildscripts/lilypond-profile.sh: Add documentation to error
6528         message.
6529
6530         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
6531
6532 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6533
6534         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
6535         <mike@ossmann.com>)
6536
6537         * Documentation/bibliography/computer-notation.bib (pages): prune
6538         unscientific language.
6539
6540         * Documentation/user/GNUmakefile: copy unsplit file to
6541         lilypond.html (idem for lilypond-internals).
6542
6543         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
6544
6545         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
6546
6547         * python/lilylib.py (lilypond_version): 2.1 proof version check.
6548
6549         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
6550         fix.
6551         
6552 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
6553
6554         * Documentation/user/{ various }: bind text snippets with their
6555         examples, e.g. by punctuation: This is an example.
6556
6557 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6558
6559         * ly/performer-init.ly (VoiceContext): Typos.
6560
6561         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
6562         builds, leave final-install to toplevel srcdir makefile.
6563
6564         * make/srcdir.make.in (install): New target.
6565
6566 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6567
6568         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
6569         This fixes core dump on MIDI output (Simon Weatherill).
6570
6571         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
6572         on local-WWW-post.
6573
6574 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6575
6576         * make/lilypond.redhat.spec.in: add dvips to reqs.
6577
6578 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6579
6580         * make/srcdir.make.in (web): Add special web target.
6581
6582         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
6583         from inner $(LOOP).
6584
6585         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
6586
6587         * stepmake/stepmake/generic-targets.make (www-targets-help):
6588         * GNUmakefile.in (web-install): Install in $(webdir).
6589
6590         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
6591
6592         * cygwin/changelog: 
6593         * cygwin/mknetrel: Update.
6594
6595         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
6596         (html-doc): Remove (use: web).
6597
6598         * stepmake/stepmake/script-rules.make: 
6599         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
6600         Fix $(config_make) dependencies for srcdir build.
6601
6602         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
6603         target for srcdir build.
6604
6605         * stepmake/make/stepmake.make: 
6606         * make/srcdir.make.in: 
6607         * GNUmakefile.in:
6608         * make/stepmake.make (config_make): Rename variable (was:
6609         configuration).
6610
6611 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6612
6613         * Documentation/user/internals.itely (Manipulating music
6614         expressions): run lilypond on example too.
6615
6616         * flower/include/libc-extension.hh: move lrint define to
6617         header. bugfix.
6618         
6619 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6620
6621         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
6622         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
6623         do we recurse whole tree?).
6624
6625         * GNUmakefile.in (html-doc): Resurrect.
6626
6627         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
6628         obsolete $(package-icon) dependency.
6629
6630 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6631
6632         * Documentation/user/refman.itely (Automatic staff changes):
6633         add seealso 
6634
6635         * Documentation/index.html.in: link to bigpage.
6636
6637         * Documentation/user/tutorial.itely (Tutorial): streamline.
6638
6639         * Documentation/index.html.in: url typo.
6640
6641         * VERSION (PACKAGE_NAME): release 1.7.28
6642
6643         * python/lilylib.py (error_log): remove '/' from name.
6644
6645         * input/regression/pedal.ly: remove; dups input/test/
6646         
6647         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
6648
6649         * Documentation/index.html.in: python style doco index.
6650
6651         * Documentation/{footer,header}.html.in (src): remove, 
6652
6653         * Documentation/pictures: remove all but lelie-logo.xpm.
6654
6655         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
6656         before running makeinfo.
6657
6658         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
6659         @code{}
6660
6661 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6662
6663         * input/test/bar-number-regular-interval.ly: rename.
6664
6665         * Documentation/user/*: various fixes. 
6666
6667 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
6668
6669         * Documentation/{ many }: polish for update-all-menus. typos.
6670
6671         * po/fi.po: fixes.
6672
6673         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
6674
6675         * buildscripts/mutopia-index.py: polish.
6676
6677         * input/regression/{ many }, input/test{ many }: polish texidocs.
6678
6679 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6680
6681         * scripts/convert-ly.py (FatalConversionError.conv): rule for
6682         pedal-style
6683
6684         * lily/text-spanner.cc (brew_molecule): use bracket-flare
6685         iso. edge-widen.
6686
6687         * lily/piano-pedal-engraver.cc (process_music): change from
6688         process_acknowledged ()
6689
6690         * lily/piano-pedal-bracket.cc: new file. Change
6691         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
6692         cleaned up.
6693
6694         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
6695
6696         * input/regression/tuplets.ly (texidoc): rename file.
6697
6698         * po/fr.po: update
6699
6700         * buildscripts/lilypond-profile.sh: error message if script is not
6701         sourced.
6702
6703         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
6704         bracket-flare
6705         (make_bracket): simplify code.
6706
6707         * lily/parser.yy (verbose_command_req): catch typos in \key scale
6708         argument.
6709
6710         * python/lilylib.py (lilypond_version_check): new function
6711
6712         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
6713
6714         * scripts/ly2dvi.py (run_lilypond): add version check.
6715
6716         * scripts/lilypond-book.py (option_definitions): typo
6717
6718         * scripts/ly2dvi.py (include_path): typo
6719
6720         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
6721
6722         * lily/parse-scm.cc (parse_handler): typo
6723
6724         * Documentation/user/macros.itexi: use @heading for headings.
6725
6726         * Documentation/user/refman.itely: updates, fixes.
6727
6728 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
6729
6730         * po/fi.po: add Finnish translations. fixes.
6731
6732         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
6733
6734         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
6735         from lily/glissando-engraver.cc.
6736
6737 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6738
6739         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
6740         for non-first _broken_ bracket.
6741
6742         * Documentation/user/refman.itely: corrections.
6743
6744 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6745
6746         * lily/new-fingering-engraver.cc (position_scripts): add heads to
6747         support of the fingerings.
6748
6749         * po/fr.po: French translation update.
6750
6751         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
6752         strings.
6753
6754 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6755
6756         * Documentation/user/introduction.itely: Small fixes.
6757
6758 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
6759
6760         * Documentation/topdocs/AUTHORS.texi: polish.
6761
6762 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6763
6764         * Documentation/user/introduction.itely: revise
6765
6766         * Documentation/user/tutorial.itely: reorganise.
6767
6768         * Documentation/topdocs/index.tely: remove.
6769
6770         * Documentation/header.html.in: prune.
6771
6772         * GNUmakefile.in: clean up web building.
6773
6774         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
6775         target.
6776
6777 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
6778
6779         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
6780
6781         * lilypond-mode.el: turn on blink-matching-paren.
6782
6783 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6784
6785         * scm/output-sodipodi.scm (svg-header): Fix typo.
6786
6787 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6788
6789         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
6790         fixes a security hole.
6791
6792         * scripts/lilypond-book.py (original_dir): remove temp_dir
6793
6794         * scm/document-translation.scm: use @code tags.
6795
6796 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
6797
6798         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
6799
6800         * lilypond-mode.el: add a buffer-local post-command-hook to set
6801         context dependent syntax-table after each cursor event. Remove old
6802         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
6803
6804         * lilypond-indent.el: update comments.
6805
6806         * Documentation/footer.html.in: add period.
6807
6808 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6809
6810         * make/lilypond.redhat.spec.in (Group): don't strip binary.
6811
6812         * scm/document-translation.scm (document-property-operation): add
6813         @code{} tags.
6814
6815         * VERSION (PACKAGE_NAME): release 1.7.27
6816
6817         * config.make.in: add PAPER variable
6818
6819         * buildscripts/new-chords.py (help): add help text
6820
6821         * Documentation/user/introduction.itely (Typography and program
6822         architecture):  fixes.
6823
6824         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
6825         for texinfo and dvips. This fixes problems with PDF output of the
6826         wrong size.
6827
6828         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
6829         DVIPS_PAPERSIZE variable
6830
6831         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
6832         TEXINFO_PAPERSIZE variable 
6833
6834 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6835
6836         * mf/feta-macros.mf: whoops: only draw lines for test situations.
6837
6838         * mf/feta-toevallig.mf: lowres fixes.
6839
6840 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6841
6842         * NEWS: Typo and fill-paragraph fixes.
6843
6844         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
6845         cast #define.
6846
6847         * configure.in: 
6848         * config.hh.in: Check for lrint.
6849
6850 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6851
6852         * VERSION: 1.7.26 released
6853
6854         * lily/separation-item.cc: add padding property.
6855
6856         * input/test/*.ly: various fixes, remove solo-a2.ly
6857
6858         * scm/new-markup.scm (brew-new-markup-molecule): arg order
6859         bugfix. Fixes old-style markup compatibility.
6860
6861         * Documentation/user/introduction.itely (Introduction): historical
6862         elucidations
6863
6864         * Documentation/user/music-glossary.tely (Top): linewidth fix.
6865
6866         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
6867
6868         * Documentation/index.texi (Top): cleanup.
6869
6870         * Documentation/user/introduction.itely (Introduction): rewrite
6871         introduction, 
6872         (Music notation and  engraving): about notation. Add flat-picture
6873
6874 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6875
6876         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
6877         separation items. This keeps lyrics from bumping into each other.
6878
6879 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6880
6881         * GNUmakefile.in (topdocs-web): New target.
6882         (local-web): Depend on topdocs-web; fixes html-doc.
6883
6884 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6885
6886         * po/lilypond.pot: run po-replace
6887
6888         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
6889
6890         * scm/drums.scm (reset-drum-kit): new function.
6891
6892         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
6893
6894         * scripts/update-lily.py: remove
6895         
6896         * VERSION: release 1.7.25
6897         
6898         * Documentation/user/introduction.itely (Introduction): rewrite
6899         start of introduction.
6900
6901 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
6902
6903         * lily/all-font-metrics.cc: fixed typo
6904
6905 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
6906
6907         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
6908         LilyPond-mode-context-set-syntax-table): new functions to define
6909         the syntax table according to context.
6910
6911         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
6912
6913 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6914
6915         * Documentation/user/refman.itely (Figured bass): 
6916         language nit courtesy http://www.vocabula.com
6917
6918         * GNUmakefile.in: remove no kpathsea hack.
6919
6920         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
6921         doco.
6922
6923         * GNUmakefile.in: remove web-doc target.
6924
6925         * lily/all-font-metrics.cc (find_afm): add message about
6926         buildscripts/clean-fonts.sh 
6927
6928         * scm/define-music-properties.scm (figure): use string for 'figure
6929
6930         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
6931
6932         * input/regression/ : add raggedright = ##t where applicable. 
6933         
6934         * scm/bass-figure.scm (make-bass-figure-markup): add
6935         alignBassFigureAccidentals property.
6936
6937         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
6938         bracket.
6939
6940         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
6941         syllables widths into account for minimum-length.
6942
6943         * input/test/staff-container.ly: update file
6944
6945         * input/test/stem.ly: remove
6946
6947         * lily/event.cc (LY_DEFINE): add ly: prefix.
6948
6949         * input/test/clef-manual-control.ly: from manual-clef
6950
6951         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
6952
6953         * input/test/different-time-signatures.ly: move to poly-metric.ly
6954
6955         * input/test/hara-kiri*,scales.ly: remove
6956         
6957         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
6958         with chord-names-jazz.ly)
6959
6960         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
6961         get scalable cm fonts too.
6962
6963         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
6964         --encoding for mftrace if present.
6965
6966         * input/regression/slur-area.ly: move from test/
6967
6968         * input/test/: remove simple-slur-endings slur-attachment
6969         slur-broken-cross-staff slur-broken.ly slur-damping.ly
6970         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
6971         slur-symmetry slur-symmetry tie-broken.ly
6972
6973         * scm/drums.scm (set-drum-kit): add function.
6974
6975         * Documentation/user/refman.itely (Percussion staves): use
6976         set-drum-kit
6977
6978         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
6979         too
6980         (Global_measure.set_timesig): handle 3/8 time sig too.
6981
6982         * scm/output-lib.scm (note-head-style->attachment-coordinates):
6983         note about triangle note heads.
6984
6985         * scm/drums.scm: use alist for instrument-settings. This fixes the
6986         bug with assigning to drums in the .ly file.
6987
6988         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
6989         CHANGED.
6990
6991         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
6992         cluster-beacon-interface
6993
6994         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
6995
6996         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
6997
6998         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
6999
7000         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7001         to get positions.
7002
7003         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7004         make ClusterSpannerBeacon to record Y positions. This removes the
7005         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7006         make cluster-note-events.
7007
7008 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7009
7010         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7011
7012         * configure.in: Use lily/main.cc as identifying source file.
7013
7014         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7015
7016         * config.hh.in: 
7017         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7018
7019         * configure.in: Require PYTHON >= 2.0.
7020
7021         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7022           $PYTHON for include dir location.
7023         (STEPMAKE_PYTHON): New function.  Use
7024         
7025             PYTHON=foo ./configure
7026
7027           to override.
7028
7029 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7030
7031         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7032         something.
7033
7034         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7035         ftp.lilypond.org everywhere.
7036
7037 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7038
7039         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7040         detected.
7041
7042         * Documentation/user/refman.itely (Grace notes): note on explicit
7043         contexts
7044
7045 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7046
7047         * lilypond-font-lock.el: add a comment about LilyPond specific
7048         escape characters: ^, - and _, in the syntax table.
7049
7050         * Documentation/user/appendices.itely: a majuscule fix.
7051
7052 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7053
7054         * input/test/trills.ly (endHorizScript): fixes.
7055
7056         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7057         notation, move from regression.
7058
7059         * input/test/script-stack.ly: change name from stacked-scripts
7060
7061         * input/test/ossia.ly: octave errors.
7062
7063         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7064         for midi-volume-equaliser
7065
7066 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7067
7068         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7069         cm fonts.
7070
7071         * mf/feta-beugel.mf: don't multiply font_count by 10.
7072
7073         * lily/lookup.cc (horizontal_line): new function. Use
7074         horizontal-line in output backends.
7075
7076         * Documentation/user/tutorial.itely (An orchestral part): new
7077         section on orchestral stuff and identifiers.
7078
7079 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7080
7081         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7082         some interference to other modes.
7083
7084 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7085
7086         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7087         not maximum of spacing wishes in polyphonic situations.
7088
7089         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7090         number
7091
7092         * lilypond-indent.el: remove paren matching. 
7093
7094         * lily/text-item.cc (interpret_new_markup): new function
7095         use iso. text2molecule.
7096
7097         * lily/main.cc (notice): change FSF address 
7098
7099         * po/de.po: update PO file to 1.6.
7100
7101 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7102
7103         * Documentation/user/ {many}: Add periods and remove spaces.
7104         
7105 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7106
7107         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7108         Disable buffer-locally default paren hook and make a new one. 
7109
7110         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7111         locally LilyPond-paren-mode. Add todo for mouse double-click.
7112
7113 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7114
7115         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7116         Disable buffer-locally default paren idle timer and make a new one. 
7117
7118         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7119         locally LilyPond-show-paren-mode. Add to menu a toggle for
7120         LilyPond-show-paren-function.
7121
7122 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7123
7124         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7125
7126 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7127
7128         * Documentation/user/refman.itely: spelling fix.
7129
7130         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7131         paren highlight function definitions. add todo for
7132         LilyPond-show-paren-mode.
7133
7134 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7135
7136         * input/template/jazz-combo.ly: new file.
7137
7138 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7139
7140         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7141         lo-res fixes.
7142
7143         * mf/feta-schrift.mf: bugfix in varcoda sign.
7144         WARNING: FONT CHANGED
7145
7146         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7147         in accordance with lexer.ll.   
7148
7149 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7150
7151         * Documentation/user/tutorial.itely: Edit introduction.
7152
7153 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7154
7155         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7156         ly:grob-staff-position
7157
7158 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7159
7160         * scm/to-xml.scm: import srfi-1
7161
7162         * VERSION (MAJOR_VERSION):  release 1.7.24
7163
7164         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7165
7166         * scripts/lilypond-book.py (do_file): put texidoc before image.
7167         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7168
7169         * input/regression/*.ly: fix snippet octaves 
7170
7171         * input/test/spanner-after-break-tweak.ly: import
7172         broken-spanner-adjustment
7173
7174         * input/no-notation/midi-transposing.ly: move from input/test/
7175
7176         * input/test/: remove chord-markup
7177
7178         * input/regression/instrument-name-partial.ly: move from input/test.
7179
7180         * input/test/vertical-text.ly: remove
7181
7182         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7183         space above lyrics lines.
7184
7185         * input/test/uniform-breaking.ly: remove file.
7186
7187         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7188         uniform spacing density. 
7189
7190         * input/test/chords.ly (keys): remove file.
7191
7192         * scm/documentation-lib.scm (oop): use srfi-1 too.
7193
7194         * input/regression/*.ly: add \version
7195
7196         * Documentation/user/*.itely: various fixes.
7197
7198         * buildscripts/mf-to-table.py (base): break table every three
7199         symbols.
7200
7201         * input/:  remove %% new-chords-done %% .
7202
7203         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7204         os-music.ly
7205         
7206 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7207
7208         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7209
7210         * scm/new-markup.scm (box-markup): new function.
7211         (box-markup): new function. Contributed by Dick Schoeller
7212         <schoeller@attbi.com>
7213
7214         * scm/lily.scm: remove reduce-no-unit 
7215         (list-insert-separator): use fold-right
7216
7217         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7218         of arguments. 
7219
7220         * NEWS: more neutral language for ancient notation 
7221
7222         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7223         inside pointing beaming for chord tremolo.
7224
7225         * Documentation/user/lilypond-book.itely: minor editing
7226
7227 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7228
7229         * NEWS: added news for 1.8 regarding ancient notation
7230
7231         * Documentation/user/refman.itely (Gregorian square neumes
7232         ligatures): fixed typo
7233
7234         * lily/vaticana-ligature-engraver.cc,
7235         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7236         lower/upper head of Pes only when heads are stacked
7237
7238         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7239         scm/define-grob-properties.scm: cleanup: make "join-left" a
7240         boolean grob property and save delta pitch in grob property
7241         "delta-pitch" instead
7242
7243         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7244
7245 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7246
7247         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7248         completely borked
7249
7250         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7251         (try_music): bug fix: beam multiplicity was completely borked.
7252
7253         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7254         first-n, butfirst-n in favor of srfi-1 functions.
7255         remove string-join, string-pad in favor of srfi-13 functions.
7256
7257         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7258
7259         * NEWS: use complete sentences.
7260
7261         * Documentation/user/introduction.itely (Example applications):
7262         add note about databases and lilypond-book.
7263
7264         * input/test/volta.ly: remove file
7265
7266         * input/regression/volta-broken-left-edge.ly: simplify file
7267
7268 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7269
7270         * Documentation/user/refman.itely (Constructing a tweak): new
7271         subsection.
7272
7273         * Documentation/user/tutorial.itely (Fine tuning layout): add
7274         common tweaks.
7275
7276         * scm/define-grobs.scm (TextScript): use new brewer.
7277
7278 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7279
7280         * VERSION: release 1.7.23
7281
7282         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7283
7284         * python/lilylib.py (make_ps_images): bugfixes.
7285
7286         * input/regression/volta-multi-staff.ly: new file.
7287
7288         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7289
7290         * Documentation/user/tutorial.itely (Piano staffs): new section.
7291         (Setting variables): new section
7292         (Fine tuning layout): new section
7293
7294         * input/just-friends.ly: remove file. Superseeded by
7295         input/test/chords-without-melody.ly
7296
7297         * ly/property-init.ly: add all commands to refman.
7298
7299         * scm/define-translator-properties.scm: remove
7300         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7301
7302         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7303         name. Underscores botch up PS output.
7304
7305         * scm/define-translator-properties.scm: remove
7306         textNonEmpty, oneBeat, regularSpacingDelta
7307
7308         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7309         rule for automaticBars.
7310
7311         * lily/timing-engraver.cc (start_translation_timestep): change
7312         barNonAuto to automaticBars
7313
7314 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7315
7316         * input/test/perform-tie.ly: delete file.
7317
7318 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7319
7320         * Documentation/user/refman.itely (Gregorian square neumes
7321         ligatures): bugfix: do not show ledger lines in neumes table
7322         (fixed by setting staff symbol to transparent rather than removing
7323         it from staff context)
7324
7325 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7326
7327         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7328         glue into brew-new-markup-molecule.
7329
7330         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7331
7332         * Documentation/user/introduction.itely (Computerized typography):
7333         new section
7334
7335         * Documentation/user/tutorial.itely (An orchestral part): remove
7336         pc example from tutorial.
7337
7338         * input/tutorial/lilbook.tex: use screech-boink
7339
7340         * scripts/lilypond-book.py (compile_all_files): split formatting
7341         output body and scheduling lilypond compilation.
7342         (format_lilypond_output_bodies): new function
7343         (format_lilypond_block): new function
7344         (html_pages): allow multi-page images in HTML
7345
7346         * python/lilylib.py (make_ps_images): rename function from
7347         make_preview, merge with make_page_images
7348
7349 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7350
7351         * input/test/key-clefs.ly: moved to regression.
7352
7353         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7354
7355         * input/no-notation/README: added note about midi-*.ly files.
7356
7357         * input/test/two-key.ly: moved to no-notation/parse5.ly
7358
7359         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7360         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7361
7362         * input/test/ {various}: modified comments, marked some for deletion.
7363
7364         * input/test/lines.ly: deleted file; duplicate of
7365         embedded-postscript.ly
7366
7367         * input/test/mmrest-collision: moved to regression.
7368
7369 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7370
7371         * scm/chord-name.scm (note-name->markup): don't superscript root
7372         alterations in chordnames.
7373
7374 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7375
7376         * Documentation/user/refman.itely (Multi measure rests): more
7377         index/cross-referencing.
7378
7379         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7380
7381         * scm/font.scm: remove properties-to-font-name code.
7382
7383         * scm/define-grob-properties.scm: remove 'type
7384
7385         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
7386         conversion
7387
7388         * lily/text-spanner.cc: change 'type grob prop to 'style 
7389
7390         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
7391         "first" flag to decide whether to make a start-repeat
7392
7393         * input/regression/grace-volta-repeat-2.ly: new file.
7394
7395 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7396
7397         * lilypond-indent.el: rename generic functions to LilyPond-*
7398
7399 2003-06-22  Graham Percival  <gperlist@shaw.ca>
7400
7401         * input/test/thumb.ly: delete, merged into refman.
7402
7403         * Documentation/user/refman.itely: added thumb info to Fingering.
7404
7405         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
7406         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
7407         vertical-align.ly : deleted files.
7408
7409 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7410
7411         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
7412
7413         * lily/line-spanner.cc (broken_trend_offset): remove function.
7414         (get_broken_offset): idem.
7415         (brew_molecule): rewrite the line-break case.
7416
7417         * input/regression/follow-voice-break.ly:  new file.
7418
7419         * lily/line-spanner.cc (after_line_breaking): remove lines at the
7420         start of a system.
7421
7422 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7423
7424         * input/test/tuplet-rest.ly: moved to regression.
7425
7426         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
7427         deleted file.
7428
7429         * input/test/ {many} : marked file for possible deletion.
7430
7431 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7432
7433         * input/regression/beam-funky.ly: add note about (disputed)
7434         correct beaming.
7435
7436         * ly/engraver-init.ly (ScoreContext): put key-signature after
7437         staff-bar
7438         
7439 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7440
7441         * input/test/ broken.ly lyric-phrasing.ly: deleted.
7442
7443         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
7444
7445         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
7446
7447         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
7448         stem-extend was deleted (it was duplicate example, and not as
7449         good).
7450
7451         * input/test/[s-z]*.ly: add texidoc index.
7452
7453 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7454
7455         * lily/slur.cc (get_boundary_notecolumn_y): change name from
7456         get_first_notecolumn_y
7457
7458         * lily/spanner.cc (broken_spanner_index): new function.
7459
7460 2003-06-19  Graham Percival  <gperlist@shaw.ca>
7461
7462         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
7463         lyric-hyphen.ly : moved to regression.
7464
7465         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
7466         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
7467
7468         * input/test/instrument-name-mmrest.ly: moved to
7469         ../regression/multi-measure-rest-instr-name.ly
7470
7471         * input/test/knee-sym.ly: moved to
7472         ../regression/beam-knee-symmetry.ly.
7473
7474         * input/test/hymn.ly: change comments.
7475
7476         * input/test/[p-r]*.ly: add texidoc index.
7477
7478 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7479
7480         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
7481         to postfix syntax
7482         
7483         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
7484         syntax.
7485
7486         * VERSION: release 1.7.22
7487
7488 2003-06-18  Graham Percival  <gperlist@shaw.ca>
7489
7490         * input/test/[h-k]*.ly: added texidoc index.
7491
7492         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
7493
7494         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
7495
7496         * input/test/ various : mark files for deletion or moving to
7497         regression.
7498
7499         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
7500
7501         * input/test/[l-o]*.ly: added texidoc index.
7502
7503 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7504
7505         * scm/music-functions.scm (make-ottava-set): 
7506         only do ottavation if centralCPosition is set.
7507
7508         * lily/translator-scheme.cc (ly:context-property-where-defined):
7509         return '() if not found.
7510
7511 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
7512
7513         * lilypond-mode.el (LilyPond-un-comment-region): removed.
7514         Use one command for both commenting and uncommenting.
7515
7516         * lilypond-indent.el (LilyPond-comment-region): new function,
7517         (un)comments each line separately.
7518
7519         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
7520         
7521         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
7522         imenu is not added by default; adapted from f90.el,
7523         makes Help-menu, which does not fit, visible in XEmacs.
7524         
7525 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
7526
7527         * lilypond-mode.el: Set show-paren-mode local; minor-mode
7528         show-paren-mode sets blink-matching-paren-on-screen local.
7529         Try to make show-paren-function to paren-highlight local.
7530
7531         * lilypond-indent.el (LilyPond-scan-sexps): new function.
7532         Copy definitions of Emacs' show-paren-function and
7533         XEmacs' paren-highlight and make minimal changes;
7534         add comments about locality. 
7535         Fix matching first open-paren-char in '<< .. >>'.
7536
7537 2003-06-16  Graham Percival  <gperlist@shaw.ca>
7538
7539         * input/test/g*: added texidoc index.
7540
7541         * input/test/[a-g]*: added raggedright==#t when it
7542          seemed appropiate.
7543
7544         * input/test/ fake-grace.ly figured-bass.ly : removed file.
7545
7546         * Documentation/topdoc/INSTALL.texi: removed false warnings
7547         about gcc 3.3.
7548
7549 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7550
7551         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
7552
7553         * input/test/chords-without-melody.ly (texidoc): add from
7554         input/just-friends.ly
7555
7556         * input/regression/size{13--26}.ly: move from input/
7557
7558         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
7559         input/{star-spangled-banner,twinkle}.ly: remove 
7560         
7561         * lily/slur.cc: remove slur over rest warnings.
7562
7563         * lily/note-spacing.cc (get_spacing): include left part of right
7564         object in fixed space. This fixes stretched space before
7565         accidentals.
7566
7567         * input/regression/spacing-accidental-stretch.ly: new file.
7568
7569 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
7570
7571         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
7572         Reduce to 16pt.
7573
7574 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7575
7576         * input/regression/spacing-knee.ly: docstring
7577
7578         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
7579
7580         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
7581         input/tutorial/{test,solar,flowing}.ly: remove
7582
7583         * input/rhythm.ly: remove
7584
7585         * input/mutopia/F.Schubert/standchen.ly: update syntax.
7586
7587         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
7588         update syntax. 
7589
7590         * scm/define-grobs.scm (all-grob-descriptions): set
7591         knee-spacing-correction to 1.0
7592
7593         * lily/note-spacing.cc (stem_dir_correction): compute knee
7594         correction using stem-thickness and head width.
7595
7596         * input/regression/beam-quanting-horizontal.ly: update texidoc
7597
7598         * scm/define-grobs.scm (all-grob-descriptions): set
7599         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
7600         This fixes 32nd beams for noteheads in spaces quants.
7601
7602         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
7603
7604 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
7605
7606         * README.mandrake: Change lilypond-extras to lilypond-documentation.
7607
7608 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7609
7610         * input/test/dpncnt.ly,part-combine-score.ly: remove.
7611
7612         * VERSION (PACKAGE_NAME): release 1.7.21
7613
7614         * input/regression/stem-shorten.ly: new file.
7615
7616         * lily/stem.cc (get_default_stem_end_position): revise stem
7617         shortening code.
7618
7619         * input/regression/spacing-multi-tuplet.ly: move from input/test/
7620
7621         * input/test/{scripts,volta-start,sleur}.ly: remove
7622         
7623         * input/regression/span-bar.ly: smaller file.
7624
7625         * input/regression/spacing-{natural,tight,loose}.ly: remove
7626
7627         * input/test/markup.ly: remove
7628
7629         * scripts/lilypond-book.py: put printfilename in separate chunk,
7630         so texidoc is printed after the filename.  
7631
7632 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7633
7634         * make/lilypond.mandrake.spec.in: fix docdirs.
7635
7636 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7637
7638         * input/regression/beam-french.ly: bugfix.
7639
7640         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
7641
7642         * input/regression/(various).ly: add raggedright = #t.
7643
7644         * input/regression/auto-beam.ly: move from abe.ly
7645
7646 2003-06-13  Graham Percival  <gperlist@shaw.ca>
7647
7648         * input/test/f*.ly: added texinfo index.
7649         
7650         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
7651
7652 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7653
7654         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
7655         quant penalty for beam just outside staff.
7656
7657         * input/regression/beam-quanting-horizontal.ly (texidoc): move
7658         from beam-pos.ly,  remove non-horizontal tests. 
7659
7660         * input/test/(various): cleanup header info. 
7661
7662         * input/test/tchaikovsky.ly: remove file.
7663
7664         * scm/chord-generic-names.scm: move from
7665         double-plus-new-chord-name.scm
7666
7667         * input/test/orchestscore.ly: remove file
7668
7669         * Documentation/user/refman.itely (Vocal music): update documentation.
7670
7671         * scm/define-translator-properties.scm (chordNoteNamer): remove
7672         chordNameStyle, use chordNameFunction
7673
7674         * scm/chord-name.scm (set-chord-name-style): remove
7675         set-chord-name-style. Use \property chordNameFunction.
7676
7677 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7678
7679         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
7680         music): remove @TeX{} command.
7681
7682 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7683
7684         * lilypond-indent.el (scan-sexps): Renamed to
7685         aargh-this-breaks-other-emacs-modes-scan-sexps.
7686
7687 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7688
7689         * lilypond-indent.el: Fix: match concurrent one-char opening and 
7690         closing slurs: '()', etc. Add comments.
7691
7692         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
7693
7694         * lilypond-font-lock.el: match unending string at eof.
7695
7696         * make/lilypond.mandrake.spec.in: refreshed packed file list.
7697         
7698 2003-06-10  Graham Percival  <gperlist@shaw.ca>
7699
7700         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
7701         input/test/beam-dir.ly input/test/beam-position.ly    
7702         input/test/beam-suspect.ly input/test/beam-trend.ly    
7703         input/test/beams.ly input/test/crescendo-text.ly : deleted
7704         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
7705         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
7706         * input/test/default-bars.ly: moved to bar-always.ly
7707         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
7708
7709 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7710
7711         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
7712
7713 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7714
7715         * scm/chord-ignatzek-names.scm (remove-step): rename file.
7716
7717 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
7718
7719         * lilypond-indent.el: Match better slurs in scheme expressions.
7720         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
7721
7722         * Documentation/user/invoking.itexi: document Emacs' paren matching.
7723
7724 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7725
7726         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
7727
7728         * input/ac-extra-voice.ly: Add texidoc.
7729
7730         * ly/chord-modifiers-init.ly: 
7731         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
7732         and chordNameExceptionsPartial for new chord names.
7733
7734         * input/test/chord-names-dpnj.ly: 
7735         * input/test/dpncnt.ly: Update.
7736
7737         * scm/chord-name.scm: 
7738         * scm/double-plus-new-chord-name.scm: Add compatibility for new
7739         chord selection and options.
7740
7741         * ly/chord-modifiers-init.ly: Add exceptions 
7742
7743         * scm/define-translator-properties.scm (chordNameStyle) 
7744         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
7745
7746 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
7747
7748         * ly/property-init.ly (germanChords): Added.
7749         (semiGermanChords): Added.
7750         
7751         * input/test/chord-names-german.ly: Use new macros
7752         
7753 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
7754
7755         * lilypond-indent.el: Use similar parenthesis highlighting for 
7756         Emacs and XEmacs through redefinitions of parenthesis highlighting 
7757         functions; removed LilyPond-show-paren-function. Fix indenting.
7758         Turn paren-matching on also in XEmacs.
7759
7760         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
7761         as needed by parenthesis highlighting functions (in scan-sexp).
7762
7763 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7764
7765         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
7766         function.
7767         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
7768
7769 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
7770
7771         * lilypond-indent.el: tune regexp for show-paren-function.
7772
7773 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7774
7775         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
7776         for all LilyPond-produced tex snippets.
7777
7778         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
7779         fixes one line --preview output of ly2dvi.
7780
7781 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
7782
7783         * lilypond-indent.el: match only one type of slurs in
7784         LilyPond-show-paren-function.
7785
7786 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7787
7788         * debian/GNUmakefile (EXTRA_DIST_FILES): 
7789         * debian/lilypond1.7.dirs: 
7790         * debian/lilypond1.7-doc.dirs: New file.
7791
7792         * input/regression/chord-name-exceptions.ly: Add parameter for
7793         ignatzekExceptions.  Quote hash in docstring.
7794
7795 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
7796
7797         * lilypond-indent.el (show-paren-function): define show-paren-function
7798         as LilyPond-blink-matching-open and use it for closing parens.
7799         Let LilyPond-blink-matching-open know whether a bracket was inserted.
7800
7801         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
7802         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
7803         LilyPond-blink-matching-paren in order to match both open and close
7804         brackets.
7805         
7806 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
7807
7808         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
7809         testing by modifying the code from FSF Emacs paren.el. Add comments.
7810
7811 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7812
7813         * input/test/dpncnt.ly: Transpose example to match new
7814         default \chords octave.  Add comment.
7815         
7816         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
7817         comment about octave change.
7818
7819 2003-06-04  Graham Percival  <gperlist@shaw.ca>
7820
7821         * input/test/[d,e]: added texinfo index tags.
7822         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
7823
7824 2003-06-04  Graham Percival  <gperlist@shaw.ca>
7825
7826         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
7827
7828 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
7829
7830         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
7831         as in blink-matching-open.
7832
7833 2003-06-03  Graham Percival  <gperlist@shaw.ca>
7834
7835         * input/test/[a-c]: more comments in files.
7836         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
7837         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
7838         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
7839         mark file for proposed deletion.
7840         * input/test: renaming files:
7841         auto-beam-4-8.ly to beam-auto-4-8.ly
7842         auto-beam-override.ly to beam-auto-override.ly
7843         auto-beam.ly to beam-auto.ly
7844         blank.ly to blank-paper.ly
7845         absolute-volume.ly to dynamic-absolute-volume.ly
7846
7847 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7848
7849         * input/test/dpncnt.ly: 
7850         * input/test/chord-names-dpnj.ly: Resurrect.
7851
7852         * lily/my-lily-lexer.cc: Remove chordnames keyword.
7853
7854         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
7855
7856         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
7857         Better docstring, add parameter OMIT-ROOT, tidy up.
7858
7859 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
7860
7861         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
7862
7863 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7864
7865         * scm/output-ascii-script.scm (as-font-alist-alist):
7866         (as-properties-to-font-name):
7867         (as-make-style-sheet): Remove.
7868
7869         * scm/font.scm (as-make-font-list): New function.
7870         (as-font-sheet-alist): New variable.
7871
7872         * ly/paper-as9-init.ly: 
7873         * ly/paper-as5-init.ly: Update.
7874
7875         * ly/paper-as5.ly:
7876         * ly/paper-as9.ly: New file.
7877
7878 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
7879
7880         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
7881
7882 2003-05-28  Graham Percival  <gperlist@shaw.ca>
7883         * input/sondag-morgen/*: removed due to copyright concerns.
7884         * input/[a,b]*.ly: added a newline at the end of the texinfo
7885         doc string (produces better output in HTML version).
7886         * input/c*.ly: added texinfo index and added comments to
7887         aid in future changes to input/test/ files.
7888
7889 2003-05-28  Graham Percival  <gperlist@shaw.ca>
7890         
7891         * Documentation/user/refman.itely: fixed build problem (missing
7892         file) caused by previous renaming.
7893
7894 2003-05-28  Graham Percival  <gperlist@shaw.ca>
7895         
7896         * input/test/[a,b]*.ly: added texinfo index and added comments to
7897         aid in future changes to input/test/ files.
7898         * input/test/bar-number-every-5-reset.ly: renamed to
7899         bar-number-every-five-reset.ly
7900         * input/test/bar-script-visibility.ly: renamed to
7901         bar-number-show-all.ly
7902
7903 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7904
7905         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
7906         to Voice.
7907
7908         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
7909         out note-line and glissando functionality.
7910         
7911         * lily/line-spanner.cc (brew_molecule): cleanup.
7912
7913 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7914
7915         * scripts/as2text.scm: Use rdelim module.
7916         (start-system): Rename from start-line.
7917         (stop-system): Rename from stop-line.
7918         (af-gulp-file): Use string iso symbol for getenv.
7919
7920         * scm/output-ascii-script.scm: Add guile and lily modules.
7921         (font-name-alist): New variable.
7922         (draw-line): New function.
7923
7924         * scm/output-lib.scm (func, arg->string): Re-add from archive.
7925         (Were these silently removed, without ChangeLog entry?)
7926
7927 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7928
7929         * scm/music-functions.scm (make-ottava-set): bugfixes: also
7930         process 2nd ottava correctly.
7931
7932 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
7933
7934         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
7935
7936 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7937
7938         * Documentation/user/converters.itely (Invoking midi2ly): Update.
7939
7940 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7941
7942         * VERSION: release 1.7.20
7943         
7944         * lily/text-spanner.cc (brew_molecule): clean up function. This
7945         fixes bugs with broken 8va spanners.
7946
7947         * lily/simple-spacer.cc (solve): also compute force for raggedright.
7948         This prevents spurious line-breaks with raggedright
7949         
7950 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7951
7952         * lily/key-performer.cc (create_audio_elements): always use major
7953         key
7954
7955         * Documentation/user/internals.itely: updates
7956
7957         * input/regression/beam-break.ly: new file.
7958
7959         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
7960         beams if starting or terminating stems have 'beaming set.)
7961
7962         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
7963         property.
7964
7965         * lily/parser.yy (verbose_command_req): add comment about scales.
7966
7967 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
7968
7969         * lilypond-indent.el: adjust regexps in bracket-matching.
7970
7971 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
7972
7973         * Documentation/user/refman.itely: more tiny fixes
7974
7975         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
7976         "Chord names"; added table with input syntax for solesmes neumes
7977         table; added some words about rationale on input syntax design
7978
7979         * lily/gregorian-ligature-engraver.cc,
7980         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7981         lily/include/gregorian-ligature.hh: bugfix: horizontal head
7982         alignment of Pes Initio Debilis
7983
7984         * Documentation/user/refman.itely,
7985         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7986         mf/parmesan-heads.mf: fixed most of the head selection/alignment
7987         bugs in the solesmes neumes table
7988
7989 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
7990
7991         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
7992         Similarly, match '[' and ']' by skipping '\[' and '\]'.
7993
7994         * lilypond-mode.el: fix tag-score. small improvements.
7995
7996 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7997
7998         * .cvsignore: Add aclocal.m4.
7999
8000         * lily/music-constructor.cc: Include <assert.h>.
8001
8002 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8003
8004         * ly/engraver-init.ly (HaraKiriStaffContext): use
8005         RemoveEmptyStaffContext instead.
8006
8007         * Documentation/user/refman.itely: updates
8008
8009 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8010
8011         * Documentation/user/refman.itely: added solesmes neumes table;
8012         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8013         bugfix: "Ornaments" -> "Articulations"
8014
8015         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8016
8017 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8018
8019         * lilypond-indent.el: Add a message about trying to match \] or \).
8020         
8021 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8022         
8023         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8024         obsolete "arithmetic_*"
8025
8026         * input/bugs/ligatures.ly: removed (will be put into a different
8027         directory later)
8028
8029 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8030
8031         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8032         libkpathsea (Maurizio Tomasi).
8033
8034 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8035
8036         * input/regression/repeat-slash.ly (texidoc): new file
8037
8038         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8039         slash repeats separately. Slash repeats and %
8040         repeats can now be nested.
8041
8042 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8043
8044         * lilypond-indent.el: Add preliminary test for closing \] and \).
8045         
8046 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8047
8048         * lily/gregorian-ligature-engraver.cc,
8049         lily/vaticana-ligature-engraver.cc,
8050         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8051         mf/parmesan-heads.mf: various semivocalis related bugfixes
8052
8053         * input/bugs/ligatures.ly: new file demonstrating problems with
8054         ligatures
8055         
8056 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8057
8058         * lilypond-mode.el,
8059         lilypond-font-lock.el,
8060         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8061
8062 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8063
8064         * lilypond-mode.el: Remove outdated code. Stress the difference 
8065         between Emacs and XEmacs definitions.
8066
8067         * lilypond-mode.el,
8068         lilypond-indent.el: Define a function interactive only when necessary.
8069
8070 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8071
8072         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8073         Use inactive regions also in XEmacs.
8074
8075 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8076
8077         * Documentation/user/refman.itely (Repeat syntax): more updates
8078
8079         * lily/simple-spacer.cc (solve): move solution process into
8080         solve(). This fixes a bug with collisions and raggedright = ##t.
8081  
8082         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8083
8084         * ly/engraver-init.ly: remove GraceContext. Update examples.
8085
8086 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8087
8088         * GNUmakefile.in (fonts): Also make fontball.
8089
8090         * Website fixes:
8091
8092         * ly/engraver-init.ly (GraceContext): Add.
8093
8094         * run:
8095
8096             convert-ly $(find . -name *.ly)
8097
8098         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8099         new chords.
8100
8101 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8102
8103         * VERSION: 1.7.19 released
8104         
8105         * scm/music-functions.scm (set-octavation): new function.
8106
8107         * input/regression/ottava.ly: new file
8108
8109         * lily/translator-scheme.cc (LY_DEFINE): new function
8110         ly:unset-context-property
8111         (LY_DEFINE) new function ly:context-property-where-defined: 
8112
8113 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8114
8115         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8116
8117         * lilypond.words: add few.
8118
8119         * input/test/script-chart.ly: fix typo.
8120
8121 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8122
8123         * scm/define-grobs.scm: uniform naming for definitions and output
8124         routine files. 
8125
8126         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8127         scm/context-description.scm
8128
8129         * lily/parser.yy (translator_spec_body): add \description to the
8130         \translator{} body syntax.
8131
8132         * lily/ottava-engraver.cc: new file.
8133
8134         * scm/chord-name.scm (natural-chord-alteration): replace old
8135         chord stuff. 
8136
8137         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8138
8139         * Documentation/user/refman.itely (Metronome marks): update doco.
8140
8141         * input/regression/markup-note.ly: new file
8142
8143         * input/regression/metronome-marking.ly: new file
8144
8145         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8146
8147         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8148         metronome marks.
8149
8150 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8151
8152         * Documentation/user/GNUmakefile: Compatibility fix for new
8153         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8154         for making binary packages; info splitting bug has been fixed.
8155
8156         * Documentation/user/refman.itely: Compile fixes.
8157
8158 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8159
8160         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8161         Count \midi -keywords also for a region.
8162
8163 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8164
8165         * lily/lookup.cc (LY_DEFINE): new function
8166
8167         * Documentation/user/tutorial.itely: updates
8168
8169 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8170
8171         * lilypond-mode.el: Allow Midi on buffer.
8172         Use only '.ly'-extension, remove '.sly' and '.fly'.
8173         Allow use of inactive regions. Invoke next Command on Master file, 
8174         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8175
8176 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8177
8178         * Documentation/user/tutorial.itely: updates.
8179
8180 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8181
8182         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8183
8184 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8185
8186         * lily/coherent-ligature-engraver.cc: fixed typo
8187
8188         * lily/coherent-ligature-engraver.cc,
8189         lily/gregorian-ligature-engraver.cc,
8190         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8191         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8192         lily/vaticana-ligature-engraver.cc,
8193         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8194         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8195         removed all ligature specific stuff from NoteHead code
8196
8197         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8198         ligatures now use regular noteheads
8199
8200         * lily/vaticana-ligature.cc: tiny code cleanups
8201
8202         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8203         space between two adjacent noteheads of the same pitch
8204
8205         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8206         description; cleanup: removed obsolete font-family settings
8207
8208 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8209
8210         * lily/coherent-ligature-engraver.cc,
8211         lily/gregorian-ligature-engraver.cc,
8212         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8213         lily/mensural-ligature-engraver.cc,
8214         lily/vaticana-ligature-engraver.cc,
8215         lily/include/gregorian-ligature-engraver.hh: updated for new
8216         Coherent_ligature_engraver; added comments that describe the basic
8217         design ideas of the ligature implementation
8218
8219         * lily/coherent-ligature-engraver.cc,
8220         lily/include/coherent-ligature-engraver.hh: new file: shared code
8221         between mensural ligatures and Gregorian chant notation ligatures
8222
8223 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8224
8225         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8226         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8227         use only two arguments in sit-for, use no arguments in
8228         read-char-exclusive, backspace is not a character (127) in XEmacs.
8229
8230         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8231
8232 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8233
8234         * lilypond-mode.el: un-commenting works after syntax-table fix.
8235
8236         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8237         group, verbose commenting for syntax table.
8238
8239         * lilypond-indent.el: add TODO for ligature slurs.
8240
8241 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8242
8243         * lilypond-mode.el: Move comments of parenthesis matching away,
8244         (blink-matching-paren-on-screen) fix blinking in Emacs.
8245
8246         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8247         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8248
8249         * lilypond-indent.el: Add TODO for parenthesis matching.
8250
8251 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8252
8253         * lilypond-mode.el: Fix XEmacs: 
8254         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8255         invoke explicitly easy-menu-add (in Emacs done automatically).
8256         
8257         * lilypond.words: Add few words from input/*/*.ly.
8258
8259 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8260
8261         * VERSION (PATCH_LEVEL): release 1.7.18
8262
8263         * scripts/lilypond-book.py: only print basename for printfilename
8264         option
8265
8266         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8267         and syntax updates.
8268
8269 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8270
8271         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8272         better parametrisation. Move fatness of bulb downward.
8273
8274         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8275         glyph names. Underscores are not allowed .ps encoding files.
8276
8277 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8278
8279         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8280         variable "packed" for packed right-ragged mode
8281
8282         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8283         unused variable ragged; fixed indentation
8284
8285         * Documentation/user/refman.itely: tiny cleanups in ancient
8286         clef and custos section
8287
8288 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8289
8290         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8291         \applyoutput PROCEDURE
8292
8293         * lily/my-lily-lexer.cc: add \applyoutput.
8294
8295         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8296
8297         * lily/text-item.cc: clean text-interface description
8298
8299 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8300
8301         * input/{regression,test}/: use postfix for slur endings and beam
8302         begins.
8303
8304         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8305         style beams too. 
8306
8307         * input/regression/lyrics-melisma-beam.ly: new file.
8308
8309         * lily/lyric-engraver.cc (process_music): change from
8310         process_acknowledged_grobs()
8311
8312         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8313         functions to set and revert auto-beam settings.
8314
8315 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8316
8317         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8318
8319 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8320
8321         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8322         Documentation/user/lilypond.tely: fixed some typos; updated author
8323         info
8324
8325         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8326         #"" -> #'flag-style = #'()
8327
8328         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8329         cleanup: removed dead #includes
8330
8331         * lily/gregorian-ligature-engraver.cc,
8332         lily/include/gregorian-ligature.hh,
8333         scm/grob-property-description.scm: small cleanups, small spacing
8334         fixes
8335
8336         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8337         lily/vaticana-ligature.cc,
8338         lily/include/gregorian-ligature-engraver.hh,
8339         scm/grob-property-description.scm, scm/music-types.scm:
8340         "porrectus" -> "pes or flexa"
8341
8342         * ly/engraver-init.ly, scm/grob-description.scm,
8343         scm/grob-property-description.scm: junked porrectus, now handled
8344         by ligature code
8345
8346         * scm/grob-description.scm: bugfix: added space-alist entry for
8347         breathing sign/custos
8348
8349 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8350
8351         * Another grand 2003 update.
8352         
8353         * Remove mentioning of `mudela'; There's no such thing.
8354
8355 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8356
8357         * Documentation/user/preface.itely (Preface to version 1.8): update
8358
8359         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8360
8361         * Documentation/user/converters.itely (Invoking convert-ly): revise
8362
8363         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8364
8365         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8366
8367 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8368
8369         * Documentation/user/internals.itely: more updates.
8370
8371 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8372
8373         * Documentation/user/refman.itely: revise 
8374
8375         * Documentation/user/internals.itely: revise
8376
8377         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8378
8379 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8380
8381         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
8382         beautification: reformatted ancient clefs section; cleanup: small
8383         wording fixes
8384
8385 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
8386
8387         * lilypond.words: added words for chant notation, sorted
8388         alphabetically through "sort lilypond.words"
8389
8390 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
8391
8392         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
8393         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
8394         chant notation
8395
8396 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
8397
8398         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
8399         prevent TeX from interpreting them as long dash
8400
8401         * input/test/vaticana.ly: updated
8402
8403         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
8404         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
8405         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
8406         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
8407         fixes
8408
8409         * mf/parmesan-heads.mf: ledger endings: removed dead code
8410
8411 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8412
8413         * VERSION: 1.7.17 released
8414         
8415         * Documentation/user/GNUmakefile
8416         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
8417         files too.
8418
8419         * scm/document-markup.scm: new file: document all markup
8420         functions.
8421
8422         * scm/documentation-generate.scm: rename all documentation modules
8423         to document-*.scm
8424
8425         * scripts/lilypond-book.py: generate link to .ly file iso. link to
8426         .png
8427
8428         * input/test/divisiones.ly: added
8429
8430         * input/regression/output-property.ly: new file
8431
8432         * lily/cluster.cc: change cluster-interface to use style property
8433
8434 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
8435
8436         * input/test/chord-names-german.ly: modified.
8437
8438         * scm/chords-ignatzek.scm:
8439           chord-name->german-markup: Added
8440           note-name->german-markup: Changed (now producing lowercase notenames)
8441
8442         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
8443         
8444 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8445
8446         * scripts/convert-ly.py (FatalConversionError.conv):
8447         divisiominima -> divisioMinima, etc.
8448
8449         * ly/engraver-init.ly (FiguredBassContext): add
8450         Separating_line_group_engraver to Figured bass context.
8451
8452         * ly/german-chords-init.ly: remove file
8453
8454         * input/test/chord-names-german.ly (scm): new file.
8455
8456         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
8457
8458         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
8459         Chord_name_engraver
8460
8461         * Documentation/user/refman.itely: lots of updates.
8462
8463         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
8464         new file
8465
8466         * input/test/bar-number-every-5-reset.ly: new file.
8467
8468 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8469
8470         * input/regression/chord-name-major7.ly: new file
8471
8472         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
8473         if specced explicitly.
8474
8475         * input/regression/chord-name-entry-11.ly: new file.
8476
8477         * input/test/slur-beautiful.ly: new file.
8478
8479         * Documentation/user/refman.itely: updates.
8480
8481         * input/regression/collisions.ly (threevoice): cleanup.
8482
8483         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
8484
8485 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8486
8487         * Documentation/user/*.itely: various updates.
8488
8489         * ly/spanners-init.ly: enddecr/ endcr.
8490
8491         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
8492         of tutorial
8493
8494 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8495
8496         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
8497
8498         * lily/new-chord-name-engraver.cc (process_music): use octavation
8499         (a number) instead of original-pitch to store inversions. This
8500         fixes a problem with transposed chords with inversions.  
8501
8502 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8503
8504         * stepmake/aclocal.m4: Include compile fix for broken flex, as
8505         used in includable-lexer.hh.
8506
8507         * lily/includable-lexer.cc: Bugfix: include config.h.
8508
8509         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
8510         circumvention of Debian packaging bug.
8511
8512 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8513
8514         * flex-2.5.31 hits Debian/unstable.  Fixes below.
8515         
8516         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
8517
8518         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
8519         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
8520
8521         * lily/include/includable-lexer.hh: 
8522         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
8523
8524         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
8525
8526         * aclocal.m4: Regenerate.
8527
8528         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
8529         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
8530
8531         * scm/pdf.scm (use-modules): Include lily.
8532
8533         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
8534         Noordkamp).
8535         (use-modules): Include lily.
8536         (lily-def): Bugfix: include tex-val in let.
8537
8538 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
8539
8540         * lilypond-mode.el: sensible error if lilypond.words not found.
8541
8542         * lilypond.words: add few words.
8543
8544 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
8545
8546         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
8547
8548         * mf/parmesan-scripts.mf: fixed typo in char name
8549
8550 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8551
8552         * VERSION: 1.7.16 released
8553
8554         * python/lilylib.py (setup_temp): temporary directories are mode 700.
8555         (this is a security vulnerability).
8556
8557         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
8558
8559         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
8560         add staff support.
8561
8562 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
8563
8564         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
8565         ly/script-init.ly, scm/script.scm: bugfix: renamed
8566         fermata->signumcongruentiae to fix naming clash with feta font
8567
8568 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8569
8570         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
8571
8572         * lily/multi-measure-rest-engraver.cc
8573         (start_translation_timestep): use grace timing too for determining
8574         when to make mmrest.
8575         (start_translation_timestep): clear numbers too.
8576
8577 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
8578
8579         * scm/music-types.scm: compile fix: escape braces
8580
8581         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
8582         work around font selection problem
8583
8584         * Documentation/user/refman.itely: BreathingSign: added docu for
8585         property "text"
8586
8587 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8588
8589         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
8590         information.
8591
8592 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8593
8594         * lily/multi-measure-rest-engraver.cc (class
8595         Multi_measure_rest_engraver): make multiple Number objects, one
8596         for each MultiMeasureTextEvent.
8597
8598         * scm/music-functions.scm (glue-mm-rest-texts): use
8599         MultiMeasureTextEvent
8600
8601         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
8602
8603         * Documentation/user/refman.itely (Multi measure rests): update.
8604
8605 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8606
8607         * lily/ly-module.cc (ly_copy_module_variables): use
8608         scm_internal_hash_fold() for iterating modules.
8609
8610 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
8611
8612         * Documentation/user/refman.itely: Section Custodes: added more
8613         example code
8614
8615         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
8616         neo-mensural rests to parmesan font
8617
8618         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
8619         header
8620
8621 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8622
8623         * Documentation/user/macros.itexi: @fileref macro.
8624
8625         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
8626         each file. 
8627
8628 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
8629
8630         * lily/include/custos.hh, make/lilypond.suse.spec.in,
8631         Documentation/topdocs/AUTHORS.texi: updated my email address
8632
8633         * Documentation/user/refman.itely: updated custos documentation;
8634         beautified divisiones example; beautified articulations table
8635
8636         * lily/breathing-sign.cc: bugfix: finalis molecule
8637
8638 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
8639
8640         * Documentation/user/refman.itely: added docu for
8641         contemporary fermata symbols, gregorian breathing signs; small fixes
8642
8643         * ly/gregorian-init.ly: removed obsolete #'type props
8644
8645 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8646
8647         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
8648         minimum-length property correctly.
8649
8650 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8651
8652         * scm/music-functions.scm (make-multi-measure-rest): set input
8653         locations for multimeasure rests.
8654
8655 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
8656
8657         * input/regression/breathing-sign.ly: updated to for ancient
8658         notation
8659
8660 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8661
8662         * scripts/ly2dvi.py: Add newline.
8663
8664 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8665
8666         * scripts/ly2dvi.py (dependency_files): Compile fix.
8667
8668 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8669
8670         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
8671         (make_html_menu_file): --html menu. 
8672
8673 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8674
8675         * scripts/ly2dvi.py (run_dvips): +add the .map file 
8676
8677 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8678
8679         * input/screech-boink.ly: new file.
8680
8681 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8682
8683         * scripts/lilypond-book.py (make_lilypond_file): convert
8684         lilypond-file to lilypond block directly, without going through
8685         begin/end lilypond text.
8686         
8687
8688 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
8689
8690         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
8691         scm/grob-description.scm: moved Michael's original breathing sign
8692         code in brew_molecule() to divisio_minima(); provided new
8693         brew_molecule() that effectively replaces the
8694         Text_item::brew_molecule callback (with additional fallback to
8695         Michael's original code); added callbacks for brewing divisio
8696         maior/maxima and finalis
8697
8698         * gregorian-init.ly: added breathing sign shortcuts for virgula,
8699         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
8700
8701         * script-init.ly: added shortfermata, longfermata,
8702         verylongfermata, varcoda
8703
8704         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
8705         longfermata, verylongfermata, varcomma, varcoda
8706
8707 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8708
8709         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
8710           Remove all noquote and insert a few quote.
8711         
8712         * Documentation/user/lilypond-book.itely (Music fragment options),
8713           scripts/lilypond-book.py: Don't include quotation blocks by
8714           default. Introduce option quote instead of noquote
8715
8716 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8717
8718         * VERSION: 1.7.15 released
8719         
8720         * Documentation/user/lilypond.tely: omf updates.
8721
8722         * buildscripts/texi2omf.py (omf_vars): include version.date
8723
8724         * make/lilypond.redhat.spec.in: fixes for spec file. 
8725
8726         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
8727         by function definition: lily now requires a recent GNU Make.
8728
8729         * scripts/lilypond-book.py (write_deps): remove .tex dependency
8730         writing.
8731
8732         * make/ly-rules.make: remove .ly -> .tex rule
8733
8734         * Documentation/user/refman.itely (Figured bass): revised figured
8735         bass example.
8736
8737 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8738
8739         * stepmake/stepmake/omf-targets.make (local-install): add
8740         scrollkeeper-update message.
8741
8742         * scripts/lilypond-book.py (lilypond_binary): explicity add path
8743         to binary.
8744         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
8745
8746         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
8747
8748         * Documentation/user/converters.itely (Invoking midi2ly): add
8749         track/channel notice.
8750
8751 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8752
8753         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
8754
8755         * lily/parser.yy (scalar): DIGIT is also a scalar.
8756
8757         * Documentation/user/music-glossary.tely: add @omf tags
8758
8759         * Documentation/user/lilypond.tely: add @omf tags
8760
8761         * scm/generate-documentation.scm (string-append): add @omf tags.
8762
8763         * stepmake/stepmake/omf-*: new files 
8764
8765         * input/regression/multi-measure-rest.ly (texidoc): add doco
8766
8767         * GNUmakefile.in (web-doc-install): add web-doc-install target
8768
8769         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
8770         fixes crashes while dumping MIDI.
8771
8772         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
8773         midi
8774
8775 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8776
8777         * buildscripts/texi2omf.py: new file.
8778
8779         * mf/feta-beugel.mf: include font count, not staffsize (16) in
8780         font-name
8781
8782 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8783
8784         * input/regression/beam-manual-beaming.ly (texidoc): new file.
8785
8786         * lily/sequential-iterator.cc (descend_to_child): call
8787         descend_to_child() for all types of music.
8788
8789 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8790
8791         * scm/translator-property-description.scm: Add
8792         bassFigureFormatFunction.  Replace some entries.
8793
8794 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8795
8796         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
8797         clean out.
8798
8799 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8800
8801         * scripts/midi2ly.py (Note.dump): never dump duration for
8802         dump_dur=0.
8803
8804         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
8805         new function
8806
8807         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
8808         figures using new markups. Much simpler, and should improve layout
8809         a little.
8810
8811         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
8812
8813 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8814
8815         * ly/engraver-init.ly: use Hara kiri by default for 
8816         ChordNames, FiguredBass and Lyrics(Voice) context. 
8817
8818         * lily/axis-group-engraver.cc (acknowledge_grob): use
8819         rhythmic-grob-interface for selecting items not to hara-kiri'd 
8820
8821         * scm/new-markup.scm (markup-function-list): add bracket,
8822         vbracket.
8823
8824         * ly/engraver-init.ly (ChordNamesContext): set
8825         minimumVerticalExtent
8826
8827 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8828
8829         * input/test/time-signature-double.ly: new file 
8830
8831         * input/regression/collision-head-chords.ly (texidoc): new file.
8832
8833         * lily/type-swallow-translator.cc: add note swallow translator 
8834
8835         * input/test/time-signature-double.ly: new file.
8836
8837         * lily/type-swallow-translator.cc: add Rest_swallow_translator
8838
8839         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
8840         (FiguredBassContext): idem.
8841
8842         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
8843
8844         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
8845
8846         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
8847
8848         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
8849         .afm dependency
8850
8851         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
8852
8853         * python/lilylib.py (make_page_images): add function.
8854
8855         * scripts/ly2dvi.py (run_latex): include title in preview image.
8856
8857         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
8858         from lilypond-book for <ly2dvifile> tags in HTML.
8859
8860         * scripts/ly2dvi.py (option_definitions): add --debug option to
8861         print out environment.
8862
8863         * input/regression/tie-chord-partial.ly: new file.
8864
8865 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
8866
8867         * lilypond.words: add 3
8868
8869 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8870
8871         * scm/new-markup.scm (markup-function-list): add finger-markup
8872
8873         * input/tutorial/brahms-tweaked.ly: new markup 
8874
8875         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
8876
8877         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
8878         crash when processing '() markup
8879
8880         * input/regression/breathing-sign.ly (texidoc): add caesura example.
8881
8882         * lily/breathing-sign.cc (railtracks): another caesura.
8883
8884         * mf/feta-schrift.mf: caesura symbol. 
8885
8886 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8887
8888         * scripts/convert-ly.py (FatalConversionError.conv): add
8889         ly:molecule-XXX conversions.
8890
8891         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
8892
8893         * input/regression/multi-measure-rest-text.ly: new file.
8894
8895         * scm/music-functions.scm (glue-mm-rest-texts): automatically
8896         convert MMREST-TEXT to MultiMeasureRestNumber settings.
8897
8898         * ly/engraver-init.ly (ScoreContext): move tablature settings to
8899         ScoreContext
8900
8901         * scm/new-markup.scm (center-markup): \center markup.
8902
8903         * scm/music-functions.scm: remove pitchify scripts.
8904
8905         * lily/music.cc (print_smob): display music name if available 
8906
8907 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8908
8909         * Documentation/user/refman.itely (Instrument names): remove
8910         \turnOff doco.
8911
8912 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8913
8914         * lily/score.cc (mark_smob): bugfix.
8915
8916         * input/regression/rehearsal-mark.ly: new file.
8917
8918         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
8919         report error at the current token again.
8920
8921 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8922
8923         * cygwin/mknetrel: Exit if doc build fails.
8924
8925         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
8926
8927 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8928
8929         * scm/music-types.scm (music-descriptions): add doc strings
8930
8931 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8932
8933         * lily/lexer.ll: 
8934         * lily/include/my-lily-lexer.hh: 
8935         * lily/include/includable-lexer.hh: Add flex kludge.
8936
8937         * config.hh.in: 
8938         * config.make.in: 
8939         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
8940         cruft.
8941         
8942         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
8943         code.
8944
8945 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8946
8947         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
8948
8949         * lily/parser.yy (new_chord): Compile fix.
8950
8951 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8952
8953         * Documentation/user/refman.itely (Tuning groups of objects):
8954         remove documentation for \turnOff. 
8955
8956         * lily/percent-repeat-engraver.cc (try_music): add correct
8957         processing moments for double-measure percents as well.
8958
8959         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
8960
8961         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
8962         grob prop type. 
8963
8964         * Documentation/user/refman.itely (Printing named chords): add
8965         chord name tweak doco.
8966
8967         * input/template/gregorian-transcription.ly: new file.
8968
8969 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8970
8971         * VERSION: 1.7.13 released
8972         
8973         * input/test/*: lots of cleanups/comment-outs/removals in chord
8974         examples
8975         
8976         * input/regression/*: lots of cleanups/comment-outs/removals in
8977         chord examples
8978         
8979         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
8980         options
8981
8982         * lily/new-chord-name-engraver.cc (process_music): give original
8983         inversion pitch to chord name routine.
8984
8985         * input/tutorial/os-score.ly: update to new markup
8986
8987         * Documentation/user/appendices.itely: simply include
8988         chords-ignatzek. 
8989
8990         * Documentation/user/refman.itely (Chords mode): add documentation
8991         for chord mode.
8992
8993         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
8994         not present in chord.
8995         (construct-chord): add inversion and bass support.
8996
8997         * lily/chord.cc: junk contents.
8998
8999 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9000
9001         * Documentation/user/refman.itely:
9002         * Documentation/user/music-glossary.tely: fix. 
9003
9004 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9005
9006         * scm/chord-entry.scm (construct-chord): move chord construction
9007         to Scheme.
9008
9009         * lily/parser.yy (new_chord): new setup for chord entry.
9010
9011 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9012
9013         * lilypond.words:
9014         * Documentation/user/music-glossary.tely: add ambitus.
9015
9016 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9017
9018         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9019
9020         * lily/include/*.hh: string() -> to_string()
9021
9022         * scm/chords-ignatzek.scm: new file.
9023
9024         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9025         standard chord name exceptions.
9026
9027         * scm/translator-property-description.scm (chordNameSeparator):
9028         add property.
9029         (majorSevenSymbol): add property
9030
9031         * lily/translator-scheme.cc (ly:context-properties): new function
9032         (ly:context-parent): new function.
9033         (print_smob): print context name.
9034
9035         * lily/music.cc (ly:get-music-length): new function
9036         (print_smob): don't print properties.
9037
9038         * lily/duration.cc (duration<?): new function
9039
9040         * input/regression/chords-funky-ignatzek.ly: new file.
9041
9042         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9043         jazz chords.
9044
9045         * lily/pitch.cc (ly:pitch-diff): new function.
9046
9047         * input/regression/chords-ignatzek.ly: new file.
9048
9049 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9050
9051         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9052         pitches for jazz chords.
9053
9054 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9055
9056         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9057
9058 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9059
9060         * lilypond.words: add 1
9061
9062 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9063
9064         * Documentation/topdocs/AUTHORS.texi: refine.
9065
9066 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9067
9068         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9069         
9070         * lilypond.words: add one.
9071
9072 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9073
9074         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9075         Fontify bass note in chords, e.g., e in c1/e.
9076         
9077 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9078
9079         * Documentation/user/music-glossary.tely: Dutch updates and
9080         additions (Arent Storm).
9081
9082 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9083
9084         * input/regression/ambitus.ly:  move file.      
9085
9086         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9087
9088         * lily/event.cc (transpose): add tonic property to Key_change_req
9089         and to Key_engraver.
9090
9091 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9092
9093         * Documentation/user/refman.itely: fix typo.
9094
9095         * lilypond.words: removed wrong identifiers.
9096
9097 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9098
9099         * mf/feta-toevallig.mf: make flat stem shorter 
9100
9101 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9102
9103         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9104
9105         * lilypond.words: add from Phrasing slur.
9106         
9107 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9108
9109         * lilypond-mode.el: allow launching multiple ViewPS processes.
9110         
9111         * lilypond.words: add from Text markup.
9112
9113 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9114
9115         * input/test/ossia.ly (texidoc): add comment.
9116
9117         * input/regression/voice-follower.ly: new file.
9118
9119         * mf/feta-toevallig.mf: make flat heavier.
9120
9121         * lily/cluster-engraver.cc: clean up Cluster engraver
9122
9123         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9124         Engraver. Use Note_column to compute Y positions and deal with
9125         line break stuff.
9126
9127 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9128
9129         * lily/stem.cc: move french-beaming to stem.
9130
9131 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9132
9133         * lilypond-font-lock.el: fontify all durations in chords.
9134
9135         * lilypond.words: add from lily/my-lily-lexer.cc
9136
9137 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9138
9139         * VERSION: release 1.7.12
9140
9141         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9142
9143         * lily/gregorian-ligature.cc: new file
9144
9145         * lily/*: the Great 2003 search & replace.
9146
9147         * Documentation/user/refman.itely (Manual repeat commands): add
9148         note about font selection.
9149
9150 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9151
9152         * lilypond-mode.el: propose recompiling midi while invoking playing,
9153         not while stopping playing.
9154
9155 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9156
9157         * lilypond.words: add one.
9158
9159         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9160         and expressional note grouping. Fontify chord modes.
9161
9162 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9163
9164         * Documentation/user/music-glossary.tely (Top): translate melisma.
9165
9166 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9167
9168         * Documentation/user/music-glossary.tely (Top): add melisma.
9169
9170 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9171
9172         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9173         interfaces for (abstract) grob GregorianLigature
9174
9175         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9176         renamed head* -> glyph_name*, x-shift* -> x-offset*
9177
9178         * scm/grob-property-description.scm: bugfix: added missing descriptions
9179
9180 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9181
9182         * input/test/chord-names-dpnj.ly: New file.
9183
9184         * scm/double-plus-new-chord-name.scm: Implement full and partial
9185         exceptions.
9186
9187         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9188
9189         * scm/double-plus-new-chord-name.scm
9190         (double-plus-new-chord->markup): Fix sub->markup.
9191
9192
9193 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9194
9195         * lily/custos-engraver.cc: added TODO; editorial changes
9196
9197         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9198         consistency with other ligature engravers; removed access on (now)
9199         private variable _ligature of Ligature_engraver
9200
9201         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9202         renamed last_bound -> last_bound_; issue programming_error on
9203         abstract method calls; moved primitives code from
9204         Mensural_bracket_engraver to here (because almost ligature
9205         engravers will need it); renamed try_stop_ligature () ->
9206         typeset_ligature (); bugfix: store primitives of finished ligature
9207         in separate variable finished_primitives_ to avoid clash on input
9208         like "\] \["; added current_ligature () to enable access on
9209         private variable _ligature
9210
9211         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9212         (now in super class); renamed try_stop_ligature () ->
9213         typeset_ligature ()
9214
9215         * lily/mensural-ligature.cc: issue programming_error on abstract
9216         method calls
9217
9218         * lily/note-heads-engraver.cc: added TODO comment upon bool
9219         in_ligature
9220
9221         * mf/parmesan-heads.mf: fixed some of set_char_box()
9222
9223         * scm/grob-description.scm: added VaticanaLigature
9224
9225         * scm/grob-property-description.scm: added neume prefix properties
9226
9227         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9228         lily/include/gregorian-ligature-engraver.hh,
9229         lily/include/gregorian-ligature.hh: new files; framework for
9230         gregorian ligature engravers such as vaticana
9231
9232         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9233         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9234         vaticana style ligature implementation (still somewhat uncomplete)
9235
9236 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9237
9238         * VERSION: release 1.7.11
9239
9240         * scripts/convert-ly.py: add ly:pitch-transpose rule
9241
9242 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9243
9244         * input/test/dpncnt.ly: New file.
9245
9246         * lily/my-lily-lexer.cc: Add chordnames keyword.
9247
9248         * lily/parser.yy (chordnames_block): Parse chord name exception
9249         lists, see input/test/dpncnt.ly.
9250
9251         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9252         function.
9253
9254         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9255         filter-out too.
9256
9257         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9258         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9259         pitch functions (except for ly:make-pitch, but that's apparently
9260         some sort of scheme naming standard?).
9261
9262         * scm/lily.scm (!=): define-public.
9263
9264         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9265
9266 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9267
9268         * scm/double-plus-new-chord-name.scm
9269         (double-plus-new-chord-name->markup): New file.
9270
9271 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9272
9273         * python/lilylib.py (make_preview): don't suppress progress for
9274         bbox extraction.
9275
9276 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9277
9278         * Documentation/user/appendices.itely (scheme): update for new syntax.
9279
9280         * input/regression/chord-name-styles.ly: new file
9281
9282         * lily/instrument-name-engraver.cc: create instrument names
9283         without barline too.  Allows instrument name on ChordNames  
9284
9285         * scm/new-markup.scm (interpret-markup): allow simple strings as
9286         markup too.
9287
9288 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9289
9290         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9291         (step->markup-accidental): Fix: add accidental.
9292         (chord::inner-name-american): 
9293         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9294         append stray '/' if last superscript addition was 'o'.
9295
9296         * scm/new-markup.scm (normal-size-sub-markup) 
9297         (normal-size-super-markup): New function.
9298
9299         * lily/source-file.cc (Source_file): Add warning for possibly
9300         intentional but suspicious initialization.
9301
9302         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9303         add comments about cut-and-paste programming.
9304
9305         * flower/rational.cc (lcm): Not used; comment out.
9306
9307 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9308
9309         * lily/new-fingering-engraver.cc (position_scripts): use
9310         fingerHorizontalDirection to determine fingering horizontal
9311         directions.
9312  
9313         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9314         fingering support.
9315
9316         * scripts/convert-ly.py (FatalConversionError.conv): add style
9317         conversion rule. 
9318
9319         * scm/chord-name.scm (set-chord-name-style): new function.
9320         (new-chord-name-brew-molecule): revise to interpret markup only
9321         (new-chord->markup): cleanuppish rewrite. To be called from the
9322         new engraver.
9323
9324         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9325         Markup earlier, during interpreting.
9326
9327         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9328         style settings. Rename to chord-names-*.ly
9329
9330 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9331
9332         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9333         markup code and update to new markup.  Most probably broke some of
9334         it.
9335         
9336 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9337
9338         * Documentation/user/refman.itely: added docu for ambitus and
9339         clusters
9340
9341         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9342         ly_quote_scm() in lookup.cc
9343
9344         * mf/parmesan-clefs.mf: set_char_box fix
9345
9346         * lily/cluster-engraver.cc: junk implicit protection; use
9347         Protected_scm instead
9348
9349 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9350
9351         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9352         throughout.
9353
9354         * scm/new-markup.scm: Turn-off error-triggering test code.
9355
9356 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9357
9358         * scm/new-markup.scm (markup-thrower-typecheck) 
9359         (markup-typecheck?):  add full typechecking functions.
9360         (make-markup-maker): add make-FOO-markup functions.
9361         (markup-argument-list-error): nice error checking messages.
9362         (make-markup): better function: less quoting escapades.
9363
9364 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9365
9366         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9367
9368 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9369
9370         * cygwin/lilypond.hint (requires): Add cygwin.
9371
9372         * .cvsignore: Remove stepmake (huh!?!), add lib.
9373
9374         * GNUmakefile.in: Add libdir links for builddir runs.
9375
9376         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9377         instead of datadir.
9378
9379         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9380         local_lilypond_libdir.
9381
9382         * config.make.in (lilypond_libdir): Add.
9383
9384         * stepmake/stepmake/substitute-rules.make: 
9385         * stepmake/stepmake/script-rules.make: 
9386         * stepmake/stepmake/python-module-rules.make:
9387         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
9388         lilypond-python-module patch.
9389
9390 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9391
9392         * Documentation/user/refman.itely (Graphical interfaces): add note
9393         about xml2ly.
9394
9395 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9396
9397         * scripts/ly2dvi.py (run_dvips): remove trailing newline
9398
9399 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9400
9401         * VERSION: released 1.7.10
9402
9403         * scripts/musedata2ly.py (): idem
9404
9405         * scripts/midi2ly.py (dump_chord): idem
9406
9407         * scripts/etf2ly.py (version): idem 
9408
9409         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
9410
9411         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
9412
9413         * scm/tex.scm (tex-output-expression): remove eval compat
9414         glut. Other output files too.
9415
9416         * scm/chord-name.scm: don't export anything from chord module.
9417
9418         * input/test/american-chords.ly: idem
9419
9420         * input/test/banter-chords.ly (texidoc): idem
9421
9422         * input/test/Cc-chords.ly: add breakage notes.
9423
9424         * Documentation/user/refman.itely (Text markup): rewrite manual
9425         section.
9426
9427         * lily/parser.yy (scalar): allow \markup { } as property value. 
9428
9429         * scm/chord-name.scm: complete new markup usage
9430
9431         * scm/grob-description.scm (all-grob-descriptions): use new markup
9432         texts by default
9433
9434 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9435
9436         * scm/chord-name.scm: partial move to new markup texts.
9437
9438 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9439
9440         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
9441
9442         * scm/bass-figure.scm (brew-bass-figure): make stack direction
9443         settable.
9444
9445 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
9446
9447         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
9448         invoked for old midi, wait for killing.
9449
9450 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
9451
9452         * Documentation/user/music-glossary.tely: Finnishing.
9453
9454 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9455
9456         * mf/feta-nummer-code.mf: some kerning pairs.
9457
9458 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
9459
9460         * scm/output-lib.scm (set-bar-number-visibility): Context-function
9461         Added.
9462
9463         * Documentation/user/refman.itely (Bar numbers):
9464         set-bar-number-visibility added, modulo-bar-number removed again
9465         (sorry).
9466
9467 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
9468
9469         * scm/output-lib.scm (modulo-bar-number-visible): add function.
9470
9471         * Documentation/user/refman.itely: add modulo-bar-number-visible.
9472
9473         * Documentation/user/music-glossary.tely: translate into Finnish.
9474
9475 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9476
9477         * lilypond-mode.el: add shortcut for 2midi
9478
9479         * lilypond-font-lock.el: fontify lyrics
9480
9481 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
9482
9483         * scm/drums.scm : use 1.7.x names.
9484
9485         * input/regression/drums.ly : Don't use << chords >>
9486
9487 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9488
9489         * lilypond-mode.el: tidy, add TODO
9490
9491         * make/lilypond.mandrake.spec.in: install-info quietly.
9492
9493 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9494
9495         * input/test/markup.ly: use new syntax.
9496
9497 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9498
9499         * ly/params-init.ly (interscoreline): add word-space
9500
9501         * input/test/metronome.ly (eighthNote): idem.
9502
9503         * input/test/script-priority.ly: use new markup
9504
9505         * lily/parser.yy (markup): allow HEAD markup0 markup1 
9506
9507         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
9508
9509         * lily/parser.yy (gen_text_def): bugfix.
9510         (full_markup): allow markup identifier.
9511
9512 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
9513
9514         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
9515         jobs at the same time. Add horizontal lines to Command menu.
9516         Allow one compiling job -- propose killing others before a new one.
9517
9518         * lilypond.words: add markup, teeny, etc.
9519
9520 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
9521
9522         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
9523         Allow only one type of midi process; launching Midi either stops
9524         midis or plays the current midi and launching MidiAll stops midis
9525         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
9526         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
9527
9528 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9529
9530         * lily/text-engraver.cc (process_acknowledged_grobs): use new
9531         markup  for new markup texts.
9532
9533         * lily/mark-engraver.cc (process_music): idem
9534         
9535         * lily/instrument-name-engraver.cc (create_text): idem
9536
9537         * scm/new-markup.scm (magnify-markup): new function.
9538
9539         * scm/molecule.scm (stack-lines): bugfix.
9540
9541         * lily/font-interface.cc (get_font): take font-magnification from
9542         alist chain.
9543
9544 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9545
9546         * lily/molecule-scheme.cc: move scheme functions to separate file.
9547
9548         * lily/font-metric.cc  (ly_get_glyph): new function. 
9549         
9550         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
9551         (italic-markup, dynamic-markup): new functions
9552         (font-markup): new function
9553
9554         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
9555         padding and minimum
9556
9557 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
9558
9559         * lily/accidental-engraver.cc:
9560         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
9561
9562 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
9563
9564         * lilypond.vim:
9565         * lilypond-font-lock.el: Put \longa as duration. Accept only 
9566         [a-zA-Z] for user defined identifiers. Separate note cases 
9567         with and without a duration (allow cis\longaX).
9568
9569         * lilypond.words: Add words from Info.
9570
9571 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9572
9573         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
9574
9575 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
9576
9577         * lilypond-mode.el: Propose reverting buffer before a command if
9578         it was edited with an another editor.
9579
9580 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9581
9582         * lily/molecule.cc (ly_translate_molecule): new function
9583
9584         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
9585         into libdir
9586
9587         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
9588
9589         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
9590
9591 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
9592
9593         * lilypond.words: take \words from Info-index.
9594
9595 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9596
9597         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
9598
9599 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
9600
9601         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
9602
9603 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
9604
9605         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
9606         and lilypond-documentation.
9607
9608 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9609
9610         * lily/parser.yy: Compile fix (bison 1.75).
9611
9612 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9613
9614         * VERSION: 1.7.9 released
9615
9616         * scm/music-functions.scm (shift-one-duration-log): refactor.
9617         Use music-map.
9618
9619         * input/regression/chord-tremolo.ly (texidoc): add dot test.
9620
9621         * NEWS: update.
9622
9623         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
9624         argument
9625         
9626         * scm/music-functions.scm (display-music): new function
9627         (music-map): change arg order.
9628
9629         * input/regression/new-markup-syntax.scm: new file
9630
9631         * lily/parser.yy (markup): add \markup { .. } syntax.
9632
9633         * scm/new-markup.scm (override-markup): new function
9634         (lookup-markup): new function
9635         (music-markup): new function
9636         (lookup-markup-command): use markup-signature to store argument
9637         format for parser.
9638
9639         * lily/lexer.ll: preliminary \markup syntax. 
9640
9641 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
9642
9643         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
9644         add pre/post-dependencies and menus with icons from source.
9645
9646         * Documentation/pictures/lilypond-48x48.xpm:
9647         * Documentation/pictures/lilypond-32x32.xpm:
9648         * Documentation/pictures/lilypond-16x16.xpm: new files, background
9649         transparent.
9650
9651         * stepmake/stepmake/generic-targets.make:
9652         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
9653
9654 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9655
9656         * input/regression/music-map.ly (texidoc): new file.
9657
9658         * scm/music-functions.scm (music-map): new function
9659
9660 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9661
9662         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
9663
9664 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
9665
9666         * input/test/to-xml.ly:
9667         * lily/ligature-engraver.cc: Fixes documentation.
9668
9669         * lilypond.mandrake.spec.in:
9670         * lilypond.redhat.spec.in: Add lilypond.words.
9671
9672         * Documentation/user/refman.itely: Mention Info inside emacs.
9673         
9674         * lilypond.suse.spec.in:
9675         * lilypond.redhat.spec.in:
9676         * lilypond.mandrake.spec.in: Set root-owner for doc
9677         (tobbe@nyvalls.se).
9678
9679 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9680
9681         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
9682         os.popen.read ().
9683
9684 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9685
9686         * scripts/ly2dvi.py (include_path): print warning if failing anything.
9687
9688         * python/lilylib.py (error): add space
9689
9690 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9691
9692         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
9693         distribution.
9694
9695 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9696
9697         * lily/paper-outputter.cc (Paper_outputter): close port when
9698         finishing score.
9699
9700 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9701
9702         * scm/sodipodi.scm: Fixes.
9703
9704 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
9705
9706         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
9707
9708         * buildscripts/make-font-dir.py: Fix. 
9709
9710 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
9711
9712         * lilypond-mode.el: Add support for Info inside Emacs.
9713
9714 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9715
9716         * buildscripts/make-font-dir.py: 
9717         * mf/GNUmakefile: Make sodipodi font map.
9718
9719         * scm/sodipodi.scm: Add more output functions.
9720
9721         * mf/feta-nummer.mf: 
9722         * mf/feta-beugel.mf: Add font_coding_scheme.
9723
9724         * lily/paper-outputter.cc (output_header): Fix creator string.
9725
9726 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
9727
9728         * lilypond-mode.el (LilyPond-autocompletion): invoked with
9729         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
9730
9731         * lilypond.words: add two (Everybody can add/remove words now!).
9732
9733         * debian/rules:
9734         * make/lilypond.suse.spec.in:
9735         * make/lilypond.mandrake.spec.in:
9736         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
9737
9738         * Documentation/user/refman.itely: Mention autocompletion.
9739
9740 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9741
9742         * scripts/ly2dvi.py: Add paper sizes.
9743
9744         * lily/timing-engraver.cc: 
9745         * lily/time-signature.cc: 
9746         * lily/span-bar.cc: 
9747         * lily/grob-scheme.cc: Code formatting fixes.
9748
9749         * scm/sodipodi.scm: 
9750         * scm/sketch.scm:
9751         * buildscripts/mf-to-table.py: 
9752         * buildscripts/make-font-dir.py: Font testing.
9753
9754 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
9755
9756         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
9757         inserts try-completion and shows all-completions.
9758
9759         * lilypond.words: '\' -> '\\'
9760
9761         * lilypond-mode.el: load libraries in the end, lilypond.words defines
9762         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
9763         
9764         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
9765         and LilyPond-reserved-words.
9766         
9767 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
9768
9769         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
9770         from load-path.
9771         
9772         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
9773         the mini-buffer with Control-Shift-c.
9774         
9775 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9776
9777         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
9778         duration. This fixes \tempo taking time.
9779
9780 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9781
9782         * lily/volta-engraver.cc (process_acknowledged_grobs): 
9783         Allow for text markup in repeatCommands. 
9784
9785 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
9786
9787         * lilypond-mode.el (LilyPond-insert-string): new function, use it
9788         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
9789         Get rid of skeleton.el-dependency.
9790
9791         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
9792
9793 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9794
9795         * lily/beam-engraver.cc (stop_translation_timestep): reset
9796         now_stop_ev_
9797
9798         * lily/scm-option.cc: add parse-protect to ly:set-option
9799
9800         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
9801
9802 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9803
9804         * lily/include/ligature-bracket.hh: removed
9805         * lily/ligature-bracket.cc: removed
9806
9807         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
9808         .tex
9809
9810         * lily/beam.cc (set_beaming): don't change beam count on rests.
9811         (brew_molecule): always set flag-width > 0.
9812
9813 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
9814
9815         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
9816         chars, remove instructions; instead, refer to lilypond-init.el and
9817         Documentation/topdocs/INSTALL.texi.
9818
9819         * lilypond.words: add identifiers and reserved words.
9820
9821         * Documentation/topdocs/INSTALL.texi: separate sections for installing
9822         files and adding a load-path.
9823
9824         * lilypond-init.el: Instructions, extracted from 
9825         Documentation/topdocs/INSTALL.texi. 
9826         
9827 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9828
9829         * VERSION: 1.7.8 released 
9830
9831         * lily/grob.cc (warning): better robustness fix.
9832
9833 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
9834
9835         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
9836
9837         * lily/cluster-engraver.cc: stick better to variable naming
9838         conventions
9839
9840         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
9841         until stop_translation_timestep()
9842
9843         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
9844         min/max coordinates to backend, but no musical info such as
9845         pitches
9846
9847         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
9848
9849         * lily/grob.cc: robustness fix: warning(): do not crash if
9850         cause is not set
9851
9852         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
9853         the much more elaborated tuplet brackets than the very naive and
9854         simple ligature bracket grob
9855
9856 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9857
9858         * Documentation/user/refman.itely (Analysis brackets): add
9859         horizontal bracket doco.
9860
9861         * ly/property-init.ly (setMmRestFermata): added.
9862
9863         * Documentation/user/refman.itely (Multi measure rests): fermatas
9864         on mm rests.
9865
9866         * input/regression/apply-context.ly (texidoc): new file
9867
9868         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
9869         code to be executed during interpretation. Possible applications:
9870         smart octavation, more advanced bar checks. 
9871
9872         * lily/apply-context-iterator.cc: new file.
9873
9874 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9875
9876         * input/test/new-markup.ly: new file.
9877
9878         * lily/text-item.cc (text_to_molecule): new function
9879
9880         * scm/new-markup.scm (lambda): new file
9881
9882         * lily/function-documentation.cc (ly_add_function_documentation):
9883         add proc property as well
9884
9885 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9886
9887         * Documentation/user/music-glossary.tely (Top): add custos.
9888
9889 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
9890
9891         * Documentation/topdocs/INSTALL.texi: advise how to include source
9892         path to Emacs load-path and improve language.
9893
9894 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9895
9896         * GNUmakefile.in: config.h message fix.
9897
9898         * autogen.sh:
9899         * aclocal.m4: Regenerate.
9900
9901         * configure.in: 
9902         * config.make.in: 
9903         * stepmake/config.make.in: 
9904         * stepmake/configure.in: 
9905         * stepmake/autogen.sh: 
9906         * stepmake/aclocal.m4: Update for autoconf 2.56.
9907
9908 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
9909
9910         * Documentation/topdocs/INSTALL.texi: instructions for an user how
9911         to install Emacs-mode. Instructions how to use vim-mode.
9912
9913 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9914
9915         * scm/music-types.scm (music-descriptions): no length for tempo event.
9916
9917         * input/*.ly: add \version everywhere.
9918         
9919         * input/*.ly: update syntax to 1.7 + new-chords.
9920
9921         * VERSION: 1.7.7 released.
9922         
9923         * Documentation/user/*.tely: new chord syntax.
9924
9925         * input/regression/[bc]*.ly (texidoc): syntax updates.
9926         
9927 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
9928
9929         * lilypond.words: add vocabulary to be used in auto-completion
9930
9931         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
9932
9933         * lilypond.vim: allow note name at EOF
9934
9935 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9936
9937         * buildscripts/new-chords.py (edit): -e option: inline editing.
9938
9939         * input/regression/a*.ly (texidoc): syntax updates.
9940
9941         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
9942         music): elucidations. 
9943
9944 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
9945
9946         * lily/include/lily-proto.hh, ly/engraver-init.ly,
9947         ly/spanners-init.ly, scm/grob-description.scm,
9948         scm/grob-property-description.scm, scm/music-types.scm,
9949         lily/cluster-engraver.cc, lily/cluster.cc,
9950         lily/include/cluster.hh, input/test/cluster.ly: cluster
9951         implementation
9952
9953         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
9954         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
9955         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
9956
9957         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
9958
9959         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
9960
9961         * scm/grob-description.scm: bugfix: by default, use default note
9962         head style when engraving ligatures
9963
9964         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
9965
9966         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
9967         events
9968
9969         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
9970
9971         * input/test/ancient-font.ly: bugfix: style -> flag-style
9972
9973         * lily/ligature-engraver.cc: indentation fix
9974
9975         * lily/parser.yy: indentation fixes
9976         
9977 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9978
9979         * input/regression/measure-grouping.ly: more elaborate example.
9980
9981         * lily/moment.cc: ly:add-moment, ly:mul-moment,
9982         ly:div-moment. New functions 
9983
9984         * scm/music-functions.scm (set-time-signature): new function,
9985         allow inline time sig settings with measure grouping.
9986
9987         * lily/parser.yy (command_element): move time sig construction
9988         into Scheme.
9989
9990         * lily/side-position-interface.cc (out_of_staff): new function,
9991         like padding, but keep minimum distance from staff. Easier than
9992         linespanners (dynamics, pedals), but roughly the same effect.
9993
9994 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
9995
9996         * emacs-mode.el: Added spanish-note-replacements 
9997         (Carlos Betancourt, <carlos.betancourt@chello.be>).
9998
9999         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10000
10001 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10002
10003         * lilypond.vim: Do not fontify cises, desis, etc.
10004
10005         * vimrc: view dvi with <S-F6>
10006
10007 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10008
10009         * lily/lookup.cc (triangle): new function.
10010
10011         * input/regression/measure-grouping.ly (texidoc): new file: show
10012         triangles and brackets for beat groups of 3 and 2.
10013
10014         * lily/include/measure-grouping-spanner.hh (class
10015         Measure_grouping): new file.
10016
10017         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10018
10019         * lily/measure-grouping-engraver.cc (class
10020         Measure_grouping_engraver): new file.
10021
10022 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10023
10024         * Merge from stable:
10025
10026             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10027         
10028         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10029         stylesheet.
10030
10031         * ly/paper19.ly: Include paper19-init.ly.
10032
10033         * ly/paper19-init.ly: New file.
10034
10035         * Documentation/user/tutorial.itely (First steps): Fix first
10036         example for font test.
10037
10038         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10039
10040         * ChangeLog: Add 1.7.6 release marker (see below).
10041
10042         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10043         Add .py files.
10044
10045 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10046
10047         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10048
10049         * input/tutorial/*.ly: update to new syntax.
10050
10051         * lily/parser.yy (Composite_music): new transpose syntax,
10052         \transpose FROM TO MUSIC. 
10053
10054 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10055
10056         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10057         latex progress/error output to stderr (by default this goes to
10058         stdout).  Show lilypond progress, even when not verbose.
10059
10060         * python/lilylib.py (system): New optional parameter to control
10061         showing of progress.
10062
10063         * scm/backend-documentation-lib.scm (check-dangling-properties):
10064         Fix error message.
10065
10066         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10067         axis, extent.
10068
10069         * scm/grob-property-description.scm (magnify): Remove.
10070         (extent, axis): Add.
10071
10072 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10073
10074         * VERSION: Release 1.7.6.
10075
10076         * scripts/convert-ly.py: more uniformization substitutions.
10077
10078         * buildscripts/new-chords.py (sub_chords): new file.
10079
10080 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10081
10082         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10083         lilypond.map.  Include sauter fonts too.  Cleanups.
10084
10085 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10086
10087         * Documentation/user/tutorial.itely (First steps): change to new
10088         chord/tie/slur/beam notation.
10089
10090         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10091         ties.
10092
10093         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10094         engraver. Process ties in postfix notation, i.e. c8-~ c
10095
10096         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10097
10098         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10099
10100         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10101
10102         * lily/beam-engraver.cc (try_music): accept new-beam-events
10103
10104         * input/regression/chord-scripts.ly (texidoc): new file
10105
10106         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10107         script-events.
10108
10109         * scm/script.scm (default-script-alist): cleanup.
10110
10111         * lily/script-engraver.cc (make_script_from_event): cleanup.
10112
10113         * lily/lyric-combine-music-iterator.cc
10114         (Lyric_combine_music_iterator): remove superfluous events.
10115         (melisma_busy): new function. Fix broken melismas.
10116
10117 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10118
10119         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10120         Remove nonvalid settings. Use descriptive key names.
10121         Use <Return> to indicate the pressing of that key.
10122
10123 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10124
10125         * scripts/lilypond-book.py (option_definitions): Typo.
10126
10127         * scripts/ly2dvi.py: Updates.
10128
10129         * python/lilylib.py (setup_environment, print_environment)
10130         (get_bbox, make_preview): Merge and remove from ly2dvi and
10131         lilypond-book.
10132
10133         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10134
10135         * .cvsignore: Remove some cruft.
10136
10137         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10138         path.
10139
10140         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10141         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10142         throughout.
10143
10144         * python/lilylib.py (quiet_system): Junk
10145         (system): Display error log upon failure.
10146         (read_pipe): New function.  Cleanups and fixes.
10147
10148         * python/*.py: Rename from *.py.in.
10149         
10150         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10151
10152         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10153
10154 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10155
10156         * python/GNUmakefile: Bugfix: handle modules.
10157
10158         * stepmake/stepmake/python-module-targets.make (default): Add
10159         compiled modules. 
10160
10161         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10162         compiling modules.
10163
10164         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10165         Bugfix.  (OUT_PYC_MODULES): Add.
10166
10167 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10168
10169         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10170         Use default paths. Refresh description.
10171
10172 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10173
10174         * VERSION: 1.7.5 released
10175
10176         * input/regression/finger-chords.ly (texidoc): new file.
10177
10178         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10179         support
10180
10181         * lily/fingering-engraver.cc (process_music): remove kludgy
10182         scriptHorizontal stuff.
10183
10184         * lily/script.cc: remove staff-support property.
10185
10186         * lily/new-fingering-engraver.cc (add_fingering): new
10187         file. Fingering engraver for new style chords.
10188
10189 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10190
10191         * lily/parser.yy (bare_number): allow 4 \cm (without
10192         decimal dot). (should backport to 1.6?)
10193
10194         * ly/declarations-init.ly: use Scheme for dimension defs.
10195
10196         * lily/parser.yy (TODO): remove hard coded dimensions, add
10197         REAL NUMBER_IDENTIFIER production.
10198
10199         * lily/rest-collision.cc (force_shift_callback): rewrite using
10200         -done property.
10201
10202         * scm/grob-property-description.scm (rest-collision-done): add
10203         property.
10204         
10205         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10206
10207 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10208
10209         * input/regression/multi-measure-rest-center.ly: new file.
10210
10211         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10212         off horizontally by 0.05 ss. Fixed.
10213
10214 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10215
10216         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10217
10218         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10219
10220 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10221
10222         * lily/tie.cc (get_control_points): also avoid staff lines on the
10223         just outside the outer staff lines
10224
10225 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10226
10227         * ly/params-init.ly: Just define style-alist, no need to
10228         define-public.
10229
10230         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10231         (thanks Han-Wen).
10232
10233         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10234         (FET_FILES): = FONT_FILES.
10235
10236         * Merge from stable:
10237
10238             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10239
10240 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10241
10242         * VERSION: 1.7.4 released.  
10243         
10244         * scm/generate-documentation.scm (string-append): add macro
10245         definitions.
10246
10247         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10248         normal texts.
10249
10250         * lily/multi-measure-rest-engraver.cc: make separate
10251         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10252
10253         * lily/multi-measure-rest.cc: remove text handling. Remove
10254         number-threshold.
10255
10256 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10257
10258         * scm/music-types.scm: doc patch by Graham Percival
10259
10260 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10261
10262         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10263         encoding part.
10264         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10265         (sketch_p): Sketch wants only first four elements of X11 font spec.
10266
10267         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10268
10269         * mf/feta-autometric.mf: Write foundry and family to log.
10270
10271         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10272         font translation table.
10273
10274         * buildscripts/mf-to-table.py: Better font info into afm.
10275
10276         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10277         1.0.9 required.
10278
10279         * configure.in: Whine for mftrace 1.0.9.
10280
10281 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10282
10283         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10284
10285         * lily/main.cc (main_prog): don't try to load init.EXT when
10286         processing foo.EXT.
10287
10288 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10289
10290         * scm/tex.scm (zigzig-line): added.
10291
10292         * scm/ps.scm (zigzag-line): added.
10293
10294         * ps/music-drawing-routines.ps (subvec): added.
10295         (draw_zigzag_line): added.
10296         
10297         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10298         grob properties zigzag-width and zigzag-length.
10299
10300         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10301
10302 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10303
10304         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10305         svg output, including font.
10306
10307 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10308
10309         * scm/lily.scm: Register sodipodi output module.
10310
10311         * scm/sodipodi.scm: New file.
10312
10313         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10314
10315         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10316         comment, after header.
10317         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10318         FullName.  Fix FontName key.
10319
10320 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10321
10322         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10323         and breve rests.
10324         
10325         * input/test/blank-notes.ly: bugfix
10326
10327         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10328         rests. (Kim Shrier)
10329
10330         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10331         
10332 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10333
10334         * scm/tex.scm: 
10335         * scm/ps.scm: Cleanup and remove obsolete junk.
10336
10337         * Documentation/user/internals.itely:
10338         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10339
10340         * lily/parser.yy: Identify shift/reduce problems.
10341
10342         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10343         make-style-sheet.  Too specific for convert-ly?
10344
10345 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10346
10347         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10348
10349         * input/test/*.ly: various fixes.
10350
10351         * lily/music.cc (name): bugfix
10352
10353         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10354
10355         * lily/input-file-results.cc (code): set-point-and-click! ->
10356         set-point-and-click
10357         
10358 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10359
10360         * Use uniform ly: prefix for exported scheme primitive functions.
10361
10362         * scm/music-types.scm: junk compat glue
10363
10364         * scripts/convert-ly.py: add rules for stuff below, junk
10365         compatibility glue for spanrequest.
10366
10367         * lily/parser.yy (verbose_event): remove \spanrequest,
10368         \commandspanrequest, \script. 
10369         
10370         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10371
10372         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10373         for \penalty, \glissando.
10374
10375         * VERSION: release 1.7.3
10376         
10377 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10378
10379         * lily/accidental-engraver.cc: Fix
10380         grace-in-the-beginning-of-measure bug caused by the resent
10381         partial-measure fix.
10382
10383         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
10384         overlap looks too crowded)
10385         
10386 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10387
10388         * lily/parser.yy (assignment): allow SCM expression as assignment.
10389
10390         * lily/include/music-output-def.hh (class Music_output_def):
10391         * lily/music-output-def.cc: 
10392         * lily/paper-def.cc: 
10393         * scm/font.scm (markup-to-properties):
10394         * lily/parser.yy (music_output_def_body): 
10395         remove style_sheet_
10396
10397 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10398
10399         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
10400         length.
10401
10402         * input/regression/spacing-to-grace.ly: new file.
10403
10404         * input/regression/spacing-end-of-line.ly: new file.
10405
10406         * lily/note-spacing.cc (get_spacing): take into account breakable
10407         stuff sticking out at the left (time sig change at line break).
10408
10409         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
10410         raggedright code.
10411
10412         * scm/music-functions.scm (make-voice-props-set): add
10413         staff-position for mm rests.
10414  
10415         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
10416         before grace notes a little.
10417
10418         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
10419
10420         * lily/break-align-interface.cc (do_alignment): right-edge spacing
10421         key adds space at the end of line. 
10422
10423 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10424
10425         * scm/sketch.scm: Fix beams.
10426
10427         * buildscripts/mf-to-table.py: Add EncodingScheme.
10428
10429         * scm/sketch.scm: Resurrect.
10430
10431 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10432
10433         * lily/multi-measure-rest.cc: use breve rests for measure lengths
10434         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
10435
10436 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10437
10438         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
10439
10440         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10441
10442 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10443
10444         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
10445         token for origin information.
10446
10447         * lily/parser.yy (My_lily_lexer): do identifier location and
10448         cloning from lexer.
10449
10450         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
10451         logic out of the parser. Add bar checks on both ends.
10452
10453         * Documentation/user/refman.itely (Multi measure rests): add more
10454         notes about mm rests.
10455
10456 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10457
10458         * input/regression/bar-scripts.ly: Re-enable.
10459
10460         * lily/parser.yy:
10461         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
10462         released rsn.  Bison 1.50 has a crucial bug and won't work.
10463
10464         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10465
10466
10467 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10468
10469         * input/regression/bar-scripts.ly: Blunt documentation build fix.
10470
10471 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10472
10473         * Actually merge changes since 1.6.4 besides ChangeLog, and
10474         resolve conflicts.  Lots of updates, hope all is well.
10475         
10476         * cygwin/lilypond.hint (requires): Add ghostscript.
10477
10478         * scm: Update some (c).
10479         
10480 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10481
10482         * input/test/{various}.ly: add \header fields and texidoc strings.
10483
10484 2002-10-05  Werner Lemberg  <wl@gnu.org>
10485
10486         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
10487         renamed to `output_latex_quoted'.
10488         Added `output_latex_noquote'.
10489         (schedule_lilypond_block): Implement `noquote' option for LaTeX
10490         mode.
10491
10492 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10493
10494         * ChangeLog: Add 1.6.6 release marker.  See below.
10495
10496         * stepmake/stepmake/po-targets.make: Remove --c++ option.
10497
10498         * scripts/midi2ly.py: Fix global syntax warnings.
10499
10500         * GNUmakefile.in: Generate builddir locale tree too.
10501
10502         * scripts/ly2dvi.py:
10503         * scripts/midi2ly.py: 
10504         * scripts/mup2ly.py: 
10505         * scripts/update-lily.py:
10506         * lily/main.cc (setup_paths): Fix for locales setup.
10507
10508 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10509
10510         * Documentation/windows/installing.texi: Soften wording about
10511         necessity of becoming Administrator.  tommie@iae.nl reports this
10512         does not seem to be necessary for his flavour of Windows 2000.
10513         Explicitely discourage text mode mounts.
10514
10515 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10516
10517         * lily/rest.cc (after_line_breaking): backport dot position fix.
10518
10519         * lily/rest-collision.cc (do_shift): also remove dots for suicided
10520         rests. Thanks to Klaus Zimmermann for finding this bug.
10521
10522 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10523
10524         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
10525
10526 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10527
10528         * Documentation/user/music-glossary.tely: fix links.
10529
10530 2002-10-21  Werner Lemberg  <wl@gnu.org>
10531
10532         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
10533         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
10534         scaling factor) only once and use them in the definition of
10535         \embeddedps.
10536         * ps/music-drawing-routines.ps (skeel): Removed.
10537
10538 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10539
10540         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
10541         Solaris7, as we don't use nested $( ) constructs.
10542
10543 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10544
10545         * VERSION: Release 1.6.6.
10546         
10547 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10548
10549         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
10550         as workaround for /bin/sh problems on Solaris7.
10551
10552 2002-10-19  Werner Lemberg  <wl@gnu.org>
10553
10554         * GNUmakefile.in (web-doc): Fix typos.
10555         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
10556         `music-drawing-routines.ps' but emit \special{header=...} once.
10557         * scm/tex.scm (header-end): Updated.
10558
10559 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10560
10561         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
10562         undefined tremolo. 
10563
10564 2002-10-15  Werner Lemberg  <wl@gnu.org>
10565
10566         * scripts/lilypond-book.py (g_make_html): New global variable.
10567         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
10568         if `g_make_html' isn't set.
10569         [main]: Add format `texi-html'.
10570         (option_definitions): Updated.
10571         * Documentation/user/lilypond-book.itely: Updated.
10572
10573         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
10574         * make/ly-rules.make (%.texi, %.nexi): Use it.
10575         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
10576         format to lilypond-book.
10577         * GNUmakefile.in (web-doc): Ditto.
10578
10579 2002-10-14  Werner Lemberg  <wl@gnu.org>
10580
10581         Further improve TeX output.  The produced files are about 40%
10582         smaller.  `lilyponddefs.tex' is now read only once.
10583
10584         * tex/lilyponddefs.tex: Remove footer stuff.
10585         (\ifundefined): Renamed to...
10586         (\lilypondundefined): This.  Use LaTeX's definition to
10587         make it nestable and make it global.
10588         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
10589         output.
10590         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
10591         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
10592         them global.
10593         (\placebox): Renamed to...
10594         (\lyitem): This.
10595         Make it global and call \outputscale by itself.
10596         (\lybox, \lyvrule): New macros to reduce input data.
10597         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
10598         New auxiliary macros.
10599         (\SkipLilydefs, \EndLilyPondOutput): Removed.
10600         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
10601         to...
10602         (\lilypondspace): This and made it global.
10603         (\turnOnPostScript): Renamed to...
10604         (\lilypondpostscript): This and made it global.
10605         (\turnOnExperimentalFeatures): Renamed to...
10606         (\lilypondexperimentalfeatures): This and made it global.
10607         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
10608         (\lilypondsetdimen): This and made it global.
10609         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
10610         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
10611         (all, $(outdir)/music-drawing-routines.ps): New rules.
10612         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
10613         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
10614         start-system, stop-system, stop-last-system, filledbox): Updated to
10615         use the changed macros from lilyponddefs.tex.
10616         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
10617
10618 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10619
10620         * Documentation/windows/installing.texi: Update.
10621
10622 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10623
10624         * VERSION: 1.6.5 released
10625
10626         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
10627
10628 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10629
10630         * scm/translator-property-description.scm (voltaOnThisStaff): add
10631         property.
10632
10633 2002-09-28  Werner Lemberg  <wl@gnu.org>
10634
10635         * scm/tex.scm (header-end): Suppress page numbering.
10636
10637         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
10638         Fix quotation for HTML output.
10639
10640 2002-09-28   Graham Percival   <gperciva@sfu.ca>
10641         
10642         * Documentation/user/refman.itely: grammar and phrasing
10643           fixes to "Note Entry" section.  Also adds a few new examples.
10644
10645 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10646
10647         * flower/include/string-data.icc: include string.h
10648
10649 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10650
10651         * scm/chord-name.scm (chord::inner-name-banter): remove space.
10652
10653 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10654
10655         * Documentation/user/GNUmakefile (extra-local-help): Add.
10656
10657         * stepmake/stepmake/www-targets.make (local-help): Add.
10658
10659 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10660
10661         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
10662         packages.
10663
10664         * Documentation/topdocs/README.texi (Top): building documentation
10665         (not website.)
10666
10667 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10668
10669         * Documentation/user/refman.itely: 
10670         * Documentation/user/tutorial.itely: 
10671         * Documentation/user/music-glossary.tely: Merge changes.
10672
10673         * Documentation/user/glossary.html.in: 
10674         * Documentation/index.texi: 
10675         * Documentation/header.html.in: Accomodate renaming of glossary.
10676         
10677         * Documentation/user/tutorial.itely: Add some glossary references.
10678         
10679         * Documentation/user/refman.itely: Minor fixes.
10680         
10681         * Documentation/user/lilypond.tely: Add glossary do direntry.
10682
10683         * Documentation/user/music-glossary.tely: Rename (previously:
10684         glossary.tely).  Fix anchor placement.
10685
10686         * Documentation/user/GNUmakefile: Make music-glossary.info too.
10687
10688 2002-09-23  Werner Lemberg  <wl@gnu.org>
10689
10690         * scripts/lilypond-book.py (output_dict): Fix handling of
10691         various environments by avoid extraneous newlines.
10692         Rename `output-all' regexp for html to `output-html'.
10693         Replace `output-all' regexp for texi with `output-texi-quote'
10694         and `output-texi-noquote'.
10695         (compose_full_body): Don't override `linewidth' user option
10696         for `singleline'.
10697         (schedule_lilypond_block): Don't indent text specified with
10698         `intertext' option.
10699         Add new option `noquote'.
10700         (compile_all_files): Use latex instead of tex to compile ly
10701         files directly.
10702
10703         * Documentation/user/lilypond-book.itely: Updated and revised.
10704         Improve layout.
10705
10706         * Documentation/user/glossary.tely,
10707         Documentation/user/introduction.itely,
10708         Documentation/user/tutorial.itely,
10709         Documentation/user/refman.itely,
10710         Documentation/user/appendices.itely: Fix overfull LilyPond
10711         boxes caused by the new lilypond-book code.  Other minor
10712         fixes.
10713
10714         * Documentation/user/macros.itexi (@texiflat): Don't emit
10715         trailing space.
10716
10717         * scm/tex.scm (end-output, header-end): Add preamble and
10718         postamble to make lilypond output directly compilable with
10719         latex.
10720
10721         
10722 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10723
10724         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
10725         instructions.
10726
10727 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10728
10729         * Documentation/user/glossary.tely: Add titling and hyperlinks.
10730
10731 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10732
10733         * lily/beam.cc (connect_beams): don't crash if there are quarter
10734         notes in beams.
10735
10736 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
10737
10738         * Documentation/user/refman.itely: corrected ancient clef
10739         docu; added docu on ligatures
10740
10741 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10742
10743         * Documentation/user/glossary.tely,
10744         Documentation/user/refman.itely, input/les-nereides.ly,
10745         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
10746         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
10747         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
10748         Stem properties: flag-style -> stroke-style, style -> flag-style.
10749
10750
10751 2002-09-22  Werner Lemberg  <wl@gnu.org>
10752
10753         * scripts/lilypond-book.py: Add option `notime' to suppress
10754         printing of a time signature.  Specify default indentation of 0pt
10755         if single line fragment.  Don't emit redundant `\paper{ }'.
10756
10757         * Documentation/user/lilypond-book.itely: Updated.
10758
10759         * Documentation/user/glossary.tely: Completely reformatting.
10760
10761 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10762
10763         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
10764
10765 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10766
10767         * Documentation/user/tutorial.itely: Fix links.
10768         
10769         * Documentation/topdocs/index.tely:
10770         * Documentation/index.texi:
10771         * Documentation/header.html.in: Small website fixes and updates.
10772
10773         * debian/: Debian patch by Anthony Fok.
10774
10775 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10776
10777         * Documentation/footer.html.in: How time flies: It's already 2002!
10778
10779         * Documentation/topdocs/index.tely: Stable/development fix.  Use
10780         more descriptive link names than 'here'.
10781
10782 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10783
10784         * VERSION: 1.7.2 released
10785         * VERSION: 1.6.4 released
10786         
10787         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
10788
10789         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
10790         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
10791
10792         * mf/feta-din.mf (test): add x-height and space.
10793
10794         * lily/dynamic-engraver.cc (process_music): take dynamic direction
10795         from ^_ for crescendi. Idem for slurs and phrasing slurs.
10796
10797         * ly/grace-init.ly: add-to-grace-init: function to portably add
10798         settings to \grace. 
10799
10800         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
10801         if we get an absolute dynamic event.
10802  
10803         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
10804
10805         * lily/source-file.cc (get_line): oops. All line numbers were off
10806         by 2. Fix that. 
10807
10808         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
10809         be after the note, combined with -_^, i.e. c4-(-\)-\>  
10810
10811         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
10812
10813         * lily/parser.yy (number_factor): remove (number) as number
10814         expression. ("Let them eat Lisp").
10815
10816 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10817
10818         * lily/horizontal-bracket.cc: new file.
10819
10820         * lily/horizontal-bracket-engraver.cc: new file.
10821
10822         * input/regression/note-group-bracket.ly: new file. Support
10823         horizontal note brackets for music analysis.
10824
10825         * lily/stem.cc (flag): new flag-style: no-flag.
10826
10827         * input/test/stem-cross-staff.ly: new file
10828         
10829         * Documentation/user/internals.itely: Improved formatting, fixing
10830         typos.  Added a section `Output details' to describe how the TeX
10831         code looks like.
10832
10833         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
10834
10835         * lily/parser.yy: remove \dynamicscript.
10836
10837         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
10838         definitions. 
10839
10840         * python/midi.c (midi_error): take two arguments.
10841
10842         * Merge 1.6.5 changes:
10843         
10844 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10845
10846         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
10847         staff-space.  Previous 1.5 was probably meant as half-spaces.
10848         (cautionary-style): parentheses (was: smaller).  This is what doco
10849         says, and it seems more logical.
10850
10851         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
10852         for 2nd sentence.
10853
10854 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10855
10856         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
10857
10858 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10859
10860         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
10861
10862 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10863
10864         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
10865
10866 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10867
10868         * scm/translator-property-description.scm (voltaOnThisStaff): add
10869         property.
10870
10871 2002-09-28  Werner Lemberg  <wl@gnu.org>
10872
10873         * scm/tex.scm (header-end): Suppress page numbering.
10874
10875         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
10876         Fix quotation for HTML output.
10877
10878 2002-09-28   Graham Percival   <gperciva@sfu.ca>
10879         
10880         * Documentation/user/refman.itely: grammar and phrasing
10881           fixes to "Note Entry" section.  Also adds a few new examples.
10882
10883 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10884
10885         * flower/include/string-data.icc: include string.h
10886
10887 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10888
10889         * scm/chord-name.scm (chord::inner-name-banter): remove space.
10890
10891 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10892
10893         * Documentation/user/GNUmakefile (extra-local-help): Add.
10894
10895         * stepmake/stepmake/www-targets.make (local-help): Add.
10896
10897 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10898
10899         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
10900         packages.
10901
10902         * Documentation/topdocs/README.texi (Top): building documentation
10903         (not website.)
10904
10905 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10906
10907         * Documentation/user/refman.itely: 
10908         * Documentation/user/tutorial.itely: 
10909         * Documentation/user/music-glossary.tely: Merge changes.
10910
10911         * Documentation/user/glossary.html.in: 
10912         * Documentation/index.texi: 
10913         * Documentation/header.html.in: Accomodate renaming of glossary.
10914         
10915         * Documentation/user/tutorial.itely: Add some glossary references.
10916         
10917         * Documentation/user/refman.itely: Minor fixes.
10918         
10919         * Documentation/user/lilypond.tely: Add glossary do direntry.
10920
10921         * Documentation/user/music-glossary.tely: Rename (previously:
10922         glossary.tely).  Fix anchor placement.
10923
10924         * Documentation/user/GNUmakefile: Make music-glossary.info too.
10925
10926 2002-09-23  Werner Lemberg  <wl@gnu.org>
10927
10928         * scripts/lilypond-book.py (output_dict): Fix handling of
10929         various environments by avoid extraneous newlines.
10930         Rename `output-all' regexp for html to `output-html'.
10931         Replace `output-all' regexp for texi with `output-texi-quote'
10932         and `output-texi-noquote'.
10933         (compose_full_body): Don't override `linewidth' user option
10934         for `singleline'.
10935         (schedule_lilypond_block): Don't indent text specified with
10936         `intertext' option.
10937         Add new option `noquote'.
10938         (compile_all_files): Use latex instead of tex to compile ly
10939         files directly.
10940
10941         * Documentation/user/lilypond-book.itely: Updated and revised.
10942         Improve layout.
10943
10944         * Documentation/user/glossary.tely,
10945         Documentation/user/introduction.itely,
10946         Documentation/user/tutorial.itely,
10947         Documentation/user/refman.itely,
10948         Documentation/user/appendices.itely: Fix overfull LilyPond
10949         boxes caused by the new lilypond-book code.  Other minor
10950         fixes.
10951
10952         * Documentation/user/macros.itexi (@texiflat): Don't emit
10953         trailing space.
10954
10955         * scm/tex.scm (end-output, header-end): Add preamble and
10956         postamble to make lilypond output directly compilable with
10957         latex.
10958
10959         
10960 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10961
10962         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
10963         instructions.
10964
10965 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10966
10967         * Documentation/user/glossary.tely: Add titling and hyperlinks.
10968
10969 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10970
10971         * lily/beam.cc (connect_beams): don't crash if there are quarter
10972         notes in beams.
10973
10974 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
10975
10976         * Documentation/user/refman.itely: corrected ancient clef
10977         docu; added docu on ligatures
10978
10979 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10980
10981         * Documentation/user/glossary.tely,
10982         Documentation/user/refman.itely, input/les-nereides.ly,
10983         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
10984         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
10985         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
10986         Stem properties: flag-style -> stroke-style, style -> flag-style.
10987
10988 2002-09-22  Werner Lemberg  <wl@gnu.org>
10989
10990         * scripts/lilypond-book.py: Add option `notime' to suppress
10991         printing of a time signature.  Specify default indentation of 0pt
10992         if single line fragment.  Don't emit redundant `\paper{ }'.
10993
10994         * Documentation/user/lilypond-book.itely: Updated.
10995
10996         * Documentation/user/glossary.tely: Completely reformatting.
10997
10998 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10999
11000         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11001
11002 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11003
11004         * Documentation/user/tutorial.itely: Fix links.
11005         
11006         * Documentation/topdocs/index.tely:
11007         * Documentation/index.texi:
11008         * Documentation/header.html.in: Small website fixes and updates.
11009
11010         * debian/: Debian patch by Anthony Fok.
11011
11012 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11013
11014         * Documentation/footer.html.in: How time flies: It's already 2002!
11015
11016         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11017         more descriptive link names than 'here'.
11018
11019 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11020
11021         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11022
11023 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11024
11025         * lily/part-combine-music-iterator.cc (get_state): cleanup
11026         (get_music_info): cleanup.
11027
11028 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11029
11030         * scm/backend-documentation-lib.scm (interface-doc-string):
11031         crosslinks between interfaces and grobs. Headings for interfaces
11032         in grob explanation.
11033
11034 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11035
11036         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11037         dtd).  Add preliminary dtd.
11038         (re-sub-alist): Robustify.
11039
11040 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11041
11042         * lily/include/event-chord-iterator.hh,
11043         lily/context-specced-music-iterator.cc,
11044         lily/event.cc, lily/event-chord-iterator.cc: add
11045
11046 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11047
11048         * lily/: some (c) header fixes.
11049         
11050         * lily/request-chord.cc: Remove.
11051         
11052         * lily/include/event-chord-iterator.hh:
11053         * lily/include/event.hh:
11054         * lily/event-chord.cc: New file.
11055         
11056         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11057         requested.
11058
11059 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11060
11061         * lily/ : rename Request to Event
11062
11063         * lily/parser.yy (command_element): move clef stuff into Scheme.
11064
11065         * lily/:  rename length_mom () to get_length()
11066
11067         * lily/part-combine-music.cc: removed file and class.
11068
11069         * lily/context-specced-music-iterator.cc (class
11070         Context_specced_music_iterator): new file. Obsoletes the
11071         Context_specced_music type.
11072
11073         * scm/music-types.scm (make-repeated-music): put different kinds
11074         of repeated music into music-type table.
11075
11076         * VERSION: 1.7.1 released.
11077
11078         * scm/to-xml.scm: new file.
11079
11080         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11081         new Input representation: dump music as XML.
11082
11083         * scm/engraver-documentation-lib.scm
11084         (engraver-accepts-music-types?): add links from music to engraver,
11085         from music-type to engraver.
11086
11087         * lily/include/command-request.hh: removed
11088         lily/include/musical-request.hh: removed. Removed all _req classes
11089         except Key_change_req. Changes throughout.
11090
11091 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11092
11093         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11094
11095 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11096
11097         * lily/*.cc: specify accepts for many engravers.
11098
11099         * scm/music-documentation-lib.scm: dump music expressions and
11100         music subtypes.
11101
11102         * scm/documentation-lib.scm: complete revision.
11103         Use GOOPS objects to store document tree explicitly. Cleaned up and
11104         sped up doco generation a lot.
11105
11106 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11107
11108         * input/trip.ly (fugaIILeft): add arpeggio
11109
11110         * lily/translator-group.cc (try_music_on_nongroup_children):
11111         oops. The name symbol is in the cdr of the assoc handle.
11112
11113         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11114         Hyphen_req, Glissando_req, Break_req, Mark_req 
11115
11116 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11117
11118         * lily/musical-request.cc (music-duration-length,
11119         music-duration-compress): new functions.
11120
11121         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11122         throughout. Warning doesn't work yet.
11123
11124         * lily/translator-group.cc (try_music_on_nongroup_children):
11125         new implementation: store candidate acceptors in a hashTable.
11126
11127 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11128
11129         * scm/music-types.scm (music-descriptions): change name to
11130         internal-class-name
11131
11132         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11133
11134 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11135
11136         * lily/beam.cc (connect_beams): don't crash if there are quarter
11137         notes in beams.
11138
11139 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11140
11141         * Documentation/user/refman.itely: corrected ancient clef
11142         docu; added docu on ligatures
11143
11144 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11145
11146         * Documentation/user/glossary.tely,
11147         Documentation/user/refman.itely, input/les-nereides.ly,
11148         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11149         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11150         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11151         Stem properties: flag-style -> stroke-style, style -> flag-style.
11152
11153 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11154
11155         * scm/music-functions.scm (music-separator?): don't use name music
11156         property.
11157
11158 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11159
11160         * stepmake/stepmake/generic-targets.make (help): Document check
11161         target.
11162
11163         * lily/new-accidental-engraver.cc: Compile fix.
11164
11165 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11166
11167         * scripts/convert-ly.py: Add rule.
11168
11169         * input/test/music-creation.ly:
11170         * input/test/add-staccato.ly:
11171         * input/test/add-text-script.ly: ly-make-music.
11172
11173         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11174         More ly-make-music renamings.
11175
11176         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11177
11178         * lily/music-constructor.cc (make_music): Add debugging info.
11179
11180         * scm/music-functions.scm (make-simultaneous-music,
11181         (make-sequential-music, context-spec-music):
11182         * scm/music-types.scm (music-descriptions): Get lily to run.
11183
11184 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11185
11186         * lily/command-request.cc (transpose_key_alist): new function.
11187
11188         * lily/key-performer.cc (create_audio_elements): cleanup. 
11189
11190 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11191
11192         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11193
11194         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11195         events-accepted field.
11196
11197         * scm/music-types.scm: new file.
11198
11199         * lily/parser.yy: put music type initialization into scheme,
11200         similar to grob initialization.  Changes throughout.
11201
11202 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11203
11204         * Documentation/user/tutorial.itely: Fix links.
11205         
11206         * Documentation/index.texi: 
11207         * Documentation/header.html.in: 
11208         * Documentation/topdocs/index.tely: Small website fixes and updates.
11209
11210         * debian/: Debian patch by Anthony Fok.
11211
11212 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11213
11214         * Documentation/footer.html.in: How time flies: It's already 2002!
11215
11216         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11217         more descriptive link names than 'here'.
11218
11219         * ROADMAP: Remove test stuff.
11220
11221         * scripts/update-lily.py: Allow auto-building of stable and
11222         development versions.  Bugfixes.
11223
11224 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11225
11226         * VERSION: released 1.7.0
11227
11228         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11229
11230         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11231         positive line widths.
11232
11233 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11234
11235         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11236         go.  Fix comments.
11237
11238         * cygwin: Cygwin updates.
11239
11240 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11241
11242         * Documentation/windows/installing.texi (Top): version for python,
11243         urls for ghostscript (thanks to John Potelle)
11244         
11245         * lily/simultaneous-music-iterator.cc
11246         (Simultaneous_music_iterator): init children_list_ before
11247         triggering GC.
11248
11249         * lily/*-iterator.cc: be even more careful with smobbed copy
11250         constructors. 
11251
11252         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11253         LeftEdge item.
11254
11255 2002-09-15  Werner Lemberg  <wl@gnu.org>
11256
11257         Improving LilyPond's output to make them ordinary TeX boxes with
11258         predictable dimensions.  System boxes are now vertically centered on
11259         the baseline; this offset can be further controlled with
11260         \lilypondscoreshift.
11261
11262         * lily/system.cc (System::post_processing): Pass length of current
11263         system to `start-system' (including any horizontal indentation).
11264
11265         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11266         prettier.
11267         (lily-def): Append `%'.
11268         (start-system): Add parameter `wd'.  Output more TeX code to specify
11269         box dimensions.
11270         (stop-system, stop-last-system): Complement changes in
11271         `start-system'.
11272         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11273         Updated.
11274
11275         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11276         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11277         Write final `\endinput'.
11278
11279         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11280         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11281         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11282         files and macro definitions don't produce spurious spaces and
11283         paragraphs (using \endlinechar).
11284         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11285
11286         * Documentation/user/internals.itely: Improved formatting, fixing
11287         typos.  Added a section `Output details' to describe how the TeX
11288         code looks like.
11289
11290 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11291
11292         * lily/accidental-engraver.cc: Also work with partial measures.
11293
11294 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11295
11296         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11297         spanner.
11298
11299 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11300
11301         * lily/identifier-smob.cc (unpack_identifier): new file.
11302
11303         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11304         pass off scheme expressions as music identifiers.
11305
11306         * scm/lily.scm: reorganisation, cleanups.
11307
11308         * lily/main.cc: small cleanups.
11309
11310 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11311
11312         * lily/ly-module.{cc,hh}: new file.
11313
11314 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11315
11316         * lily/accidental-engraver.cc: Also work with partial measures.
11317
11318 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11319
11320         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11321
11322 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11323
11324         * lily/my-lily-lexer.cc: use SCM module in stead of
11325         Scheme_hash_table. Changes throughout.  
11326
11327 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11328
11329         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11330