]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
d66a9cc1e4fe537db4fbbcf5603a37e851516f35
[lilypond.git] / ChangeLog
1 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * scm/output-sodipodi.scm: Resurrect sodipodi output.
4
5 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6
7         * scm/bass-figure.scm (format-bass-figure): don't set
8         number-markup for strings. This fixes string in bass
9         figure. (backportme)
10
11         * lily/parser.yy (bass_number): insert number-markup into figure
12         definition.
13
14         * scm/define-music-properties.scm (all-music-properties): make
15         'figure a markup.
16
17         * scripts/convert-ly.py (conv): \apply -> \applymusic
18
19 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
20
21         * elisp/lilypond-mode.el: changed the order of some commands
22         ("Midi" after "2Midi"), use the user-defined
23         LilyPond-command-default as default instead of "LilyPond"
24
25         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
26         to set the master file for the next command.
27
28         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
29         with font-lock-reference-face.
30
31 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
32
33         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
34
35         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
36
37 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
38
39         * ly/music-functions-init.ly (TODO): new file.
40
41         * lily/parser.yy (Generic_prefix_music_scm): add more
42         music_function symbols.
43         (Prefix_composite_music): change \apply to music-function   
44
45         * lily/include/music-function.hh: rename to music-function
46
47 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
48
49         * lily/music-head.cc (LY_DEFINE): change order of args.
50
51         * input/regression/music-head.ly (texidoc): new file.
52
53         * lily/parser.yy (Generic_prefix_music): allow generic
54         music-transformation functions. 
55
56         * lily/include/music-head.hh (is_music_head): new file.
57
58         * lily/music-head.cc (get_music_head_transform): new file.
59
60 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
61
62         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
63         empty extent. This fixes ottava brackets on rests. (backportme)
64
65         * make/lilypond.redhat.spec.in (Group): ln png files for info.
66
67         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
68
69         * cygwin/lily-wins.py: update for the lily-wins.py script.
70
71 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
72
73         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
74         code. This will obviate typeset_grob () in the future.  The effect
75         of this is that improperly written spanner handling will result in
76         invalid spanner bounds.
77         (announce_grob): add to elems_ from here
78         (typeset_grob): comment out.  
79
80         * lily/include/engraver.hh (make_spanner): new calling interface
81         for make_{item,spanner}. This obviates most calls to
82         announce_grob().
83                 
84         * scm/music-functions.scm (set-accidental-style): use GrandStaff
85         iso. PianoStaff for piano styles.
86
87 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
88
89         * Documentation/user/music-glossary.tely: add segno after d.s.
90
91 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
92
93         * lily/include/audio-column.hh: remove unused variables.
94         (patch by Michael Welsh Duggan)
95
96         * flower/include/axes.hh (other_axis): inline Axes function
97         (thanks to David Brandon).
98
99 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
100
101         * cygwin/mknetrel: Install image links (backportme).
102
103         * Documentation/user/GNUmakefile (local-install-info): Activate
104         actual installing of image links (backportme).
105
106 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
107
108         * Documentation/user/notation.itely (Measure repeats): Removed
109         unnecessary (and confusing) \context Voice{.
110
111 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
112
113         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
114
115         * lily/page.cc (Page): Do not use ly_scheme_function for
116         volatile/configurable variables (FIXME: better name).
117
118         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
119         get_scmvar).
120
121 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
122
123         * scripts/convert-ly.py (FatalConversionError.subst): use
124         \transposition.
125
126 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
127
128         * lily/include/page.hh (class Page): Declare left_margin ().
129
130         * lily/page.cc: Remove paper var caching.
131
132 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
133
134         * Documentation/user/music-glossary.tely: Add name to @top node.
135         Remove comment from @table definitions (workaround for makinfo
136         bug).
137
138         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
139         ly:stencil-get-expr).  Update callers.
140         (ly:stencil-align-to!):  Return stencil too.
141
142         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
143         stencil.  Remove looped line-based page output.
144         (output_line): Use line stencil.  Remove looped stencil-based line
145         output.
146
147         * lily/page.cc (ly:page-paper-lines): New function.
148
149         * input/test/markup-score.ly: New file.
150
151         * scm/define-markup-commands.scm (stencil): New markup.
152
153         * lily/book.cc (to_stencil): New method.
154
155         * lily/parser.yy (markup): Use it to grok \score.
156
157 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
158
159         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
160
161         * lily/paper-book.cc (pages): Change signature.  Update callers.
162
163         * lily/include/page.hh:
164         * lily/page.cc: New file.
165
166         * lily/paper-line.cc (to_stencil): New method.
167         
168         * lily/paper-outputter.cc (output_stencil): New method.
169
170         * lily/paper-outputter.cc (output_line): Use them.
171
172         * lily/warn.cc: Remove.
173
174         * lily/my-lily-parser.cc (distill_inname): Remove.
175
176         * flower/include/file-name.hh: 
177         * flower/file-name.cc: New file.  Update users.
178
179         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
180         (find): New method of same name.
181
182         * lily/my-lily-parser.cc (ly:parse-file): Use it.
183
184         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
185         constant error message.
186
187 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
188
189         * input/test/{blank-notes.ly,staff-container.ly}: typos.
190
191 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
192
193         * Documentation/user/music-glossary.tely: @table @strong' replaced
194         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
195         (backportme).
196
197 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
198
199         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
200
201         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
202         #{ lily music expression #} that returns an equivalent scheme
203         music expression by parsing the string.
204
205 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
206
207         * lily/my-lily-parser.cc:
208         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
209         SCM string (foo.ly/toto.scm support).
210
211 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
212
213         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
214
215 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
216
217         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
218
219         * scripts/lilypond-book.py: LY code that includes \header is
220         not assumed to be a fragment.
221
222 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
223
224         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
225         tremolo beams up.
226
227         * lily/stem.cc (chord_start_y): Return 0 if no heads.
228         (get_default_stem_end_position): No tremolo head juggling if no
229         heads.  Fixes tremolo crash on rests (backportme).
230
231         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
232
233 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
234
235         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
236         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
237
238         * lily/lexer.ll: Allow \encoding in NOTES mode.
239
240         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
241         for lyrics, not for commands.
242
243         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
244         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
245
246         * input/regression/newaddlyrics.ly: New file.
247
248         * Documentation/topdocs/NEWS.texi: Update.
249
250         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
251         (Music_list): Allow embedded scm.
252
253         * lily/score.cc (ly:score-bookify): New function.
254
255         * lily/music.cc (ly:music-scorify): Idem.
256
257         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
258         (ly:parser-print-score): Idem.
259
260         * scm/lily.scm (default-toplevel-book-handler): Idem.
261         (default-toplevel-music-handler): Idem.
262         (default-toplevel-score-handler): Idem.
263
264         * ly/declarations-init.ly: Set default toplevel handlers.
265
266         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
267
268         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
269         printer for score at toplevel.
270
271 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
272
273         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
274         Fix for simple case: input/simple-song.ly, more complex stuff
275         does not work yet.
276
277 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
278
279         * lily/parser.yy (Prefix_composite_music): split Composite_music
280         in Prefix_composite_music and Grouped_music_list.
281         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
282
283 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
284
285         * scm/lily.scm (toplevel-expression): New define.
286
287         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
288
289         * lily/parser.yy (toplevel_expression): Use it.
290
291         * lily/include/my-lily-parser.hh: Smobbify.
292
293         * lily/my-lily-parser.cc (parse_string): New method.
294         
295         * lily/my-lily-parser.cc (ly:parse-string): New function.
296
297         * Documentation/user/lilypond.tely: Add comment and workaround for
298         gs-8.01 crash.  Fixes make web.
299
300         Simplification of toplevel music.
301         
302         * lily/lexer.ll, lily/parser.yy:
303
304         * In LYRICS mode, return LYRICS_STRING.  This fixes one
305         shift/reduce problem.
306
307         * Use NOTES mode at start of maininput.
308
309         * Grok toplevel composite music expression, put in score and book.
310
311         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
312
313         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
314
315         * input/simple.ly: New file.
316         
317         * input/simple-song.ly: Idem.
318
319 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
320
321         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
322         Sandberg.
323
324 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
325
326         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
327
328 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
329
330         * input/regression/accidental-octave.ly: doc automatic showing
331         of note names.
332
333 2004-04-16  Heikki Junes <janneke@gnu.org>
334
335         * po/fi.po: do "make po && make -C po po-update" at top-level,
336         then "cp po/out/fi.po po/fi.po" and update fields.
337
338         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
339
340 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
341
342         * Documentation/user/introduction.itely (About this manual): Fix
343         templates and regression urls (backportme).
344
345 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
346
347         * ly/engraver-init.ly (Score:graceSettings): Increase
348         beamed-lengths, especially for 32nd notes.
349
350         * Documentation/user/notation.itely (Grace notes): Correct the
351         syntax for add-grace-property example.
352
353 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
354
355         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
356         `Generated' tag.
357
358         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
359         Severely broken (the Debian package, at least).
360
361 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
362
363         * lily/context.cc (find_create_context): assign to lvalue.
364
365 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
366
367         * lily/include/translator.hh (class Translator): rename
368         get_parent_context() to context () to avoid confusion.
369
370         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
371
372         * lily/lexer.ll: change is_string -> ly_c_string_p 
373
374         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
375
376         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
377
378         * VERSION: release 2.3.0
379
380         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
381
382         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
383         if nonempty.
384
385         * lily/include/context.hh (class Context): make members protected.
386         (children_contexts): new accessor function.
387
388         * lily/include/translator.hh (class Translator): make
389         daddy_context_ protected.
390         (class Translator): clean up. 
391
392         * lily/include/context.hh (class Context): make daddy_context_
393         private.
394
395         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
396         higher for finding Voice. (backportme)  
397
398         * lily/include/context.hh (class Context): remove
399         find_context_below() as a method.
400
401         * Documentation/user/notation.itely (The Lyrics context): add note
402         about manual durations
403
404         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
405         encoding.
406
407         * scm/output-tex.scm (text): dump \inputencoding{} for text.
408
409 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
410
411         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
412         \usepackage{inputenc}
413
414         * lily/paper-book.cc (classic_output): don't advance Offset for
415         TeX output.
416
417         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
418         ec-sauter.map in rules
419
420         * mf/ecb.mf (font_identifier): new file, based on ecbx
421
422         * mf/ecb10.mf (gensize): new file.
423
424         * Documentation/topdocs/NEWS.texi (Top): document some more new
425         features.
426
427         * ly/declarations-init.ly: run convert-ly
428
429         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
430         from input-file-results. Remove input-file-results.* 
431
432 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
433
434         * scm/output-ps.scm (font-command): Fix, again.
435
436         * input/test/title-markup.ly: Add \noPagebreak test.
437
438         * lily/score-engraver.cc (try_music): Bugfix.
439
440 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
441
442         * lily/main.cc (main_with_guile): excise dependency options -M and
443         --dep-prefix
444
445         * lily/input-file-results.cc: excise Makefile dependency code
446
447         * Documentation/user/invoking.itexi (Invoking the lilypond
448         binary): remove dep doco
449         
450         * lily/main.cc (main_with_guile): call lilypond-main
451         
452         * scm/lily.scm (lilypond-main): new function: handle multiple files.
453
454         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
455         exception.
456
457         * lily/my-lily-parser.cc: remove paper_description function
458
459         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
460         new function.
461
462         * lily/main.cc: remove global_score_count.
463
464         * lily/book.cc (process): don't take header from global_input_file.
465
466         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
467
468         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
469
470         * lily/music-output-def.cc (LY_DEFINE): new function
471         ly_output_description. This function does the bulk for  setting,
472         parsing and breaking down of an input file.
473
474         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
475         anonymous modules globally. Let's hope they get GCd
476
477         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
478
479 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
480
481         * scm/output-ps.scm (header): Papersize from paper.
482
483         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
484         for classic output.
485
486         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
487         lilypondclassic is defined.
488         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
489
490         * input/regression/between-systems.ly: Remove.
491
492         * python/lilylib.py (get_bbox): Fix regular expression
493         for bounding box.
494
495         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
496
497         * scm/output-tex.scm (stop-page): Use it.
498
499         * scm/output-ps.scm (define-fonts): Bugfix.
500
501         * lily/grob.cc: Add penalty to interface.
502
503         * lily/include/paper-line.hh (class Paper_line): New member
504         var penalty_.
505
506         * lily/system.cc (get_line): Initialise Paper_line with
507         page-penalty's from original grobs.
508
509         * scm/define-music-properties.scm (all-music-properties): Add
510         page-penalty.
511
512         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
513
514         * lily/score-engraver.cc (try_music): Handle page-penalty.
515
516         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
517
518 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
519
520         * ly/declarations-init.ly (melismaEnd): typo
521
522         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
523
524         * scm/output-ps.scm (text): split string into spaces, use moveto
525         for setting space. 
526         
527 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
528
529         * po/nl.po: Update.
530
531         * scm/font.scm (add-cmr-fonts): Typo.
532
533 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
534
535         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
536         font-encoding.
537
538         * scm/define-grobs.scm (all-grob-descriptions): idem.
539
540         * lily/time-signature.cc (numbered_time_signature): idem.
541
542         * scm/font.scm (add-cmr-fonts): use real encoding names for
543         font-encoding.
544
545 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
546
547         * lily/paper-book.cc (classic_output): 
548         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
549         Fixes classic output.
550         (lilypondstart):
551         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
552         kludge.
553
554         * scripts/old-lilypond-book.py: Remove.
555
556         Page layout for SCOREs enclosed in a BOOK:
557
558         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
559         layout tweaking.
560
561         * input/les-nereides.ly (theScore): Add \book.
562         
563         * input/test/title-markup.ly: Add \book.
564
565         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
566         only if 'verbose.
567
568         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
569
570         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
571
572         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
573         * scm/output-tex.scm (start-system): Update for page layout by
574         LilyPond.
575
576         * scm/output-ps.scm (start-system): Previously (new-start-system).
577
578         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
579         passed to define-fonts.
580
581         * lily/paper-column.cc: 
582         * lily/system.cc (get_line):
583         * ly/property-init.ly (newpage): 
584         * scm/define-grob-properties.scm:
585         * scm/output-ps.scm: 
586         * scm/output-tex.scm: Remove between-system-string kludge.
587
588         * scm/output-ps.scm (define-fonts, font-command,
589         font-load-encoding): Handle ENCODING = #f.
590
591         * scm/output-tex.scm (output-scopes): Check if variable is bound.
592
593         * scm/define-markup-commands.scm (fill-line): Use
594         make-simple-markup (WAS: unexisting make-word-markup).
595
596         * lily/text-item.cc (interpret_markup): Bugfix, transpose
597         ENCODING, MARKUP parameters for interpret_string.
598
599         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
600
601         * lily/score.cc (book_rendering): New method.
602         (default_rendering): Create Paper_book helper locally, dump
603         output.
604
605         * lily/my-lily-lexer.cc (the_key_tab): Add book.
606
607         * lily/parser.yy: Handle \book.
608
609         * lily/include/book.hh: 
610         * lily/book.cc: New file.
611
612 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
613
614         * lily/text-item.cc (interpret_string): new file, select font with
615         encoding.
616
617         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
618
619         * scm/define-markup-commands.scm (encoded-simple): new markup command.
620
621         * lily/parser.yy (markup): take encoding from lexer.
622
623 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
624
625         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
626
627         * scm/output-ps.scm: Remove some cruft.
628
629 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
630
631         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
632
633         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
634
635 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
636
637         * scm/font.scm (add-century-schoolbook-fonts):
638         (make-century-schoolbook-tree): New function.
639
640         * input/test/title-markup.ly: Use Century Schoolbook font.
641
642 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
643
644         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
645         to Erik Sandberg) 
646
647         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
648
649         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
650
651         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
652
653         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
654
655 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
656
657         * scm/part-combiner.scm (determine-split-list): bugfix: if no
658         solo-state (at end of solo), we can set the solo status
659         too. (backportme.)
660
661         * input/regression/part-combine-solo-end.ly: new file.
662
663 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
664
665         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
666         flavour abc files.  Really ignore unknown keys (backportme).
667
668 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
669
670         * lily/scaled-font-metric.cc (text_dimension): only multiply with
671         magnification_ when looking up in orig_.
672
673         * scm/output-tex.scm (text): switch off char-mapping.
674
675         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
676         because AFM's encoding field cannot have spaces.
677
678 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
679
680         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
681
682 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
683
684         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
685
686         * mf/cmr.enc: new file, without hi-bit ascii info. 
687
688         * lily/bezier-bow.cc (slur_shape): make indent dependent on
689         width. This removes the 'hook' at the end of a long slur.
690
691         * buildscripts/mf-to-table.py (parse_logfile): don't append
692         encoding to fontname.
693
694 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
695
696         * scm/output-ps.scm (define-fonts): Load .enc only once.
697
698         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
699         too.
700
701 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
702
703         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
704         encoding field.
705
706         * lily/stencil-scheme.cc: remove ly:fontify-atom 
707
708         * ly/portuges.ly (pitchnames): new file.
709
710         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
711         Michael Welsh Duggan
712
713         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
714
715         * ly/nederlands.ly: add comment about digits.
716
717         * lily/scaled-font-metric.cc (derived_mark): idem.
718
719         * scm/encoding.scm (make-encoding-mapping): change permutation to
720         mapping.
721
722         * lily/scaled-font-metric.cc (derived_mark): is a const method.
723         (Modified_font_metric): make alist for coding_description_
724         (LY_DEFINE): remove coding-name.
725
726         * scm/output-tex.scm (text): remove debugging code.
727
728         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
729
730         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
731         from infile.
732
733         * mf/feta-generic.mf: move fet_beginfont into generic code.
734         use fetaMusic (without space) as encoding
735
736         * mf/feta-autometric.mf: take encoding argument
737
738         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
739
740         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
741         use.
742
743         * scm/encoding.scm (read-encoding-file): use symbol for glyph
744         name.
745
746 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
747
748         * input/test/title-markup.ly: Set inputencoding.
749
750         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
751
752         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
753
754         * scm/encoding.scm (get-coding-filename, get-coding-command): New
755         function.
756         (coding-alist): Also hold filename, command.
757         (read-encoding-file): Return symbols.
758
759 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
760
761         * scm/output-tex.scm: remove fontify; text and char take a font
762         argument.
763
764         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
765
766         * lily/scaled-font-metric.cc (text_dimension): init
767         coding_{permutation,table}_ too 
768         (LY_DEFINE): ly:font-encoding, new function return
769
770         * lily/paper-def.cc (find_scaled_font): take input coding from
771         inputcoding paper var.
772
773         * lily/performance.cc (output): remap modulo 16.
774
775         * lily/text-item.cc (interpret_markup): whoops, variable
776         shadowing fixed.
777
778 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
779
780         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
781         symbols, not symbols to strings.
782         
783         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
784         symbols, not symbols to strings.
785
786 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
787
788         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
789         (ly:kpathsea-gulp-file): New function.
790
791         * scm/encoding.scm (read-encoding-file): Use it.
792
793 2004-04-06  Werner Lemberg  <wl@gnu.org>
794
795         * scm/encoding.scm (coding-alist): Fix typo.
796
797 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
798
799         * lily/scaled-font-metric.cc (text_dimension): move function from
800         Font_metric
801         (make_scaled_font_metric): init coding_scheme_ to TeX
802         (text_dimension): use get-coding-vector for non TeX coding_scheme_
803
804         * lily/include/scaled-font-metric.hh (struct
805         Modified_font_metric): rename from Scaled_font_metric
806
807         * scm/encoding.scm (read-encoding-file): split up large function,
808         leave caching to (delay)
809
810         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
811
812 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
813
814         * lily/my-lily-lexer.cc (set_encoding): New method.
815
816         * lily/lexer.ll: Grok \encoding.
817
818         * lily/font-metric.cc (get_encoded_index): New function.
819
820         * lily/include/font-metric.hh (coding_scheme): New method.
821
822         * scm/encoding.scm: New file.
823
824         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
825
826 2004-04-05  Werner Lemberg  <wl@gnu.org>
827
828         * Documentation/user/tutorial.itely: Revised (finished).
829
830         * Documentation/user/macros.itexi (@separate): Removed.
831
832 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
833
834         * scm/output-ps.scm (define-fonts): fix scaling.
835
836         * lily/scaled-font-metric.cc (design_size): add function.
837
838         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
839         partial cut&paste of ly:font-magnification.
840
841 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
842
843         * scm/output-ps.scm (define-fonts):
844         (fontify): Update.
845
846 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
847
848         * po/fr.po: update. (backportme).
849
850         * po/nl.po: update. (backportme). 
851
852         * mf/feta-beugel.mf: document why design size is not fixed.
853
854         * mf/feta-braces-a.mf: rename to stress that it's not design size.
855
856 2004-04-04  Werner Lemberg  <wl@gnu.org>
857
858         * Documentation/user/tutorial.itely: Revised (continued).
859
860 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
861
862         * po/nl.po: Update (backportme).
863
864 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
865
866         * po/de.po: update. (backportme).
867
868         * scm/output-tex.scm (font-command): use ly: functions to
869         construct name.
870         (define-fonts): don't use alist, just dump \font definitions.
871         (font-load-command): calculate proper scaling by taking
872         outputscale from paper argument.
873
874         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
875         expression.
876
877         * lily/paper-outputter.cc (output_header): pass paper arg to
878         define-fonts
879
880         * lily/paper-def.cc (font_descriptions): dump list of
881         Scaled_font_metrics
882         (find_scaled_font): take Font_metric argument, store
883         Scaled_font_metrics in hash-table containing (size ->
884         Scaled_font_metrics) alist.
885         (get_dimension): rename from get_realvar
886
887         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
888         ly:font-magnification, ly:font-name: new functions
889
890 2004-04-03  Werner Lemberg  <wl@gnu.org>
891
892         * Documentation/user/dedication.itely,
893         Documentation/user/preface.itely,
894         Documentation/user/introduction.itely,
895         Documentation/user/tutorial.itely: Revised.
896         Removing leading spaces which distorts output if info files are read
897         with stand-alone info.
898         Removing superfluous inter-word spaces which also distorts output
899         for stand-alone info.
900         Using ` and ' instead of `` and '' everywhere to improve
901         legilibility with stand-alone info
902         Using @samp for single-letter input items and data which contains
903         spaces, @code for other things.
904
905         * lily/grob-interface.cc: Adding copyright.
906         (check_interfaces_for_property): Improve format of warning message.
907
908 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
909
910         * lily/include/font-metric.hh (struct Font_metric): add
911         design_size () method.
912
913         * buildscripts/mf-to-table.py (base): add DesignSize comment.
914
915         * lily/afm.cc (read_afm_file): read design size.
916
917         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
918
919         * scm/music-functions.scm (unfold-repeats): handle dots too.
920
921 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
922
923         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
924         (backportme)
925
926 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
927
928         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
929         lyric indent.  Revert melismaBusyProperties using \unset.
930
931 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
932
933         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
934
935         * lily/parser.yy (command_element): allow redefinition of |
936         meaning.
937
938         * lily/break-align-engraver.cc (acknowledge_grob): construct
939         LeftEdge where the first cause for alignment is coming from.
940         This makes \override Staff.LeftEdge work as expected.
941
942         
943         * lily/slur-performer.cc (Slur_performer): add inits
944
945         * lily/beam-performer.cc (Beam_performer): add inits
946
947 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
948
949         * VERSION (PACKAGE_NAME): release 2.2.0
950
951         * scripts/convert-ly.py (conv): add 2.2.0 rule.
952
953 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
954
955         * lily/cluster.cc (height): Fix warning.
956
957         * lily/parser.yy: Janitorial cleanups.
958
959         * Documentation/user/tutorial.itely (Tutorial): Typo.
960
961 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
962
963         * lily/change-iterator.cc (process): search at multiple context
964         levels. This fixes 
965
966         
967         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
968         not voice-state index for tie state. This fixes a partcombine
969         problem with ties.
970
971         * Documentation/user/tutorial.itely (Commenting input files): add
972         note about convert-ly.
973
974         * input/test/cadenza-skip.ly:  new file.
975
976 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
977
978         * po/nl.po: Spelling fixes.
979
980         * autogen.sh (srcdir): Regenerate.
981
982         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
983         autogen.sh.
984
985         * configure.in: Use C++ to check for C++ header.
986
987         * po/nl.po: Update.
988
989         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
990
991         * lily/event.cc (to_relative_octave): Translatable sentence should
992         be one string.
993
994         * python/lilylib.py (warranty): Year range is not translatable.
995         It's 2004 already!
996
997         * flower/warn.cc (non_fatal_error, warning, programming_error):
998         Remove whitespace from translated string.
999
1000 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1001
1002         * VERSION: release 2.1.37.
1003
1004 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1005
1006         * configure.in: check for C language.
1007
1008         * lily/source-file.cc: include strstream without h.
1009
1010         * scm/documentation-generate.scm (string-append): use name without
1011         .texi.
1012
1013         * autogen.sh (srcdir): SUSE fix.
1014
1015         * Documentation/user/notation.itely (Ancient clefs): idem.
1016
1017         * Documentation/user/lilypond-book.itely (Integrating HTML and
1018         music): idem.
1019
1020         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1021
1022         * lily/change-iterator.cc (process): use find_existing_context().
1023
1024         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1025
1026         * input/regression/repeat-unfold-tremolo.ly: new file.
1027
1028         * scm/music-functions.scm (unfold-repeats): undo music compression
1029         too.
1030
1031         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1032         (LY_DEFINE): ly:music-compress new function.
1033
1034         * scm/part-combiner.scm (determine-split-list): split for voice
1035         crossings
1036
1037         * input/regression/part-combine-cross.ly: new file.
1038
1039         * scm/part-combiner.scm (make-part-combine-music): don't do
1040         relative inside partcombine arguments.
1041
1042         * scm/music-functions.scm (make-non-relative-music): new function.
1043
1044         * Documentation/user/notation.itely (Automatic part combining):
1045         add note about \relative.
1046
1047         * lily/part-combine-iterator.cc (construct_children): add
1048         start_moment_ member.
1049
1050         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1051         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1052
1053         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1054
1055         * Documentation/user/changing-defaults.itely (Which properties to
1056         change): fixes.
1057
1058 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1059
1060         * po/fr.po: update.
1061
1062 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1063
1064         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1065
1066         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1067         Reinstate old code that issues warning.  Fixes --srcdir build.
1068
1069 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1070
1071         * input/wilhelmus.ly: New file.
1072
1073         * Documentation/user/notation.itely: 
1074         * Documentation/user/introduction.itely:
1075         * Documentation/user/tutorial.itely: Use quote ly-option instead
1076         of explicit @quotation.  This fixes too long lilypond linewidths
1077         resulting in overful hboxes.
1078
1079         * scripts/lilypond-book.py: Add ly-option: `quote'.
1080
1081 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1082
1083         * tex/titledefs.tex: Avoid that the first score line is extra
1084         indented if instrument is defined but not piece.
1085
1086 2004-03-30  Werner Lemberg  <wl@gnu.org>
1087
1088         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1089         `lilypond/' to info file name.
1090         (@usermanref) [info]: New variant.
1091
1092         * scm/documentation-generate.scm: Fix definition of @usermanref
1093         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1094         to info file name.
1095
1096 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1097
1098         * VERSION: release 2.1.36
1099         
1100         * Documentation/user/changing-defaults.itely (Interpretation
1101         contexts): rewrite introduction.
1102
1103 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1104
1105         * scm/define-markup-commands.scm: Use TeX accents instead of
1106         straight iso-8859-1 encoding in the doc string.
1107
1108 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1109
1110         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1111         space after dotted duration.
1112
1113 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1114
1115         * Documentation/user/introduction.itely: 
1116         * Documentation/user/notation.itely:
1117         * Documentation/user/tutorial.itely: Up all relative examples.
1118         Enclose @lilypond displays in @quotation.  Typos and corrections.
1119
1120         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1121
1122 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1123
1124         * scm/music-functions.scm (make-voice-props-revert): Revert also
1125         MultiMeasureRest staff-position in oneVoice.
1126
1127 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1128
1129         * Documentation/user/changing-defaults.itely, 
1130         Documentation/user/lilypond.tely: few fixes. Place no comma between
1131         two options: a and b, but commas between three options: a, b, and c.
1132         By this manner, grouping is possible: a and b, and c and d.
1133
1134 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1135
1136         * Documentation/user/GNUmakefile: add rule for .nexi
1137
1138 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1139
1140         * Documentation/user/music-glossary.tely: move glossary direntry
1141
1142         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1143         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1144
1145 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1146
1147         * stepmake/aclocal.m4: Verify that gettext configure check with
1148         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1149
1150 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1151
1152         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1153         glob.glob for .png filenames. This catches multipage pngs.  
1154
1155         * Documentation/user/changing-defaults.itely (Determining the grob
1156         property): fix references.
1157
1158         * lily/staff-symbol.cc (print): only add extent if non empty.
1159         This fixes staff-container.ly.
1160
1161         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1162         starting with a mmrest also works.
1163
1164         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1165         PNG for texinfo too.
1166
1167         * po/lilypond.pot: update translation strings.
1168
1169         * VERSION: 2.1.35 released
1170         
1171         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1172         context argument too.
1173
1174         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1175
1176         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1177
1178         * python/lilylib.py (command_name): don't return 1st path
1179         component.
1180
1181         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1182         .png case separately.
1183
1184         * python/lilylib.py (system): typo.
1185         
1186 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1187
1188         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1189         run indent-region.
1190
1191         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1192         Fixes compile.
1193
1194         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1195         Add header.
1196
1197 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1198
1199         * vim/lilypond-indent.vim: small fixes.
1200
1201 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1202
1203         * Documentation/user/notation.itely (Entering lyrics): Add example
1204         with correct english double quotes (at least for LaTeX output,
1205         maybe not a good idea if we switch to PS as the default output
1206         format).
1207
1208 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1209
1210         * lily/staff-performer.cc (create_audio_elements): play instrument
1211         changes before notes arrive. This fixes instrument of the first
1212         note in a score.
1213
1214         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1215         to 1.9.0 conversion.
1216
1217         * lily/mark-engraver.cc: doc string.
1218
1219         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1220
1221         * Documentation/user/introduction.itely (Introduction): new node.
1222
1223 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1224
1225         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1226
1227         * input/regression/spacing-ragged-last.ly: new file.
1228
1229         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1230         spacing.
1231
1232         * scm/font.scm: rewrite using GOOPS.
1233         
1234         * lily/context-def.cc (filter_engravers): derefence pointer.
1235
1236         * lily/lily-guile.cc (type_check_assignment): use
1237         ly_scheme_function iso. scm_primitive_eval where possible.
1238
1239         * lily/performance.cc (output): limit channels at 15. This fixes
1240         percussion inadvertently showing up in large scores.
1241
1242 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1243
1244         * input/regression/tuplet-gap.ly: new file.
1245
1246         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1247         (print): compute gap length from number size, include italic
1248         correction.
1249
1250         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1251         tuplet-bracket
1252
1253         * scm/paper.scm (set-default-paper-size): new function, to be
1254         called at toplevel.
1255         (set-paper-size): new function, to be called inside \paper {}
1256         (set-default-paper-size): new function, to be called at toplevel.
1257
1258         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1259
1260         * lily/beam-performer.cc (process_music): idem.
1261
1262         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1263         
1264         * tex/titledefs.tex: remove scshape for piece.
1265
1266         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1267         font-family
1268
1269         * lily/time-signature.cc (special_time_signature): font-encoding
1270         not family.
1271
1272         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1273         dynamic to head. This fixes p placement in morgenlied.
1274
1275 2004-03-23  Werner Lemberg  <wl@gnu.org>
1276
1277         * stepmake/stepmake/generic-targets.make (help): Improve text.
1278
1279 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1280
1281         * VERSION: 2.1.34 released
1282         
1283         * lily/main.cc (main_with_guile): switch debugging.
1284
1285         * lily/system.cc (get_line): plug leak.
1286
1287         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1288         and contents.
1289         (stencil2line): plug leak.
1290
1291         * Documentation/user/changing-defaults.itely (Determining a grob
1292         property):  new node.
1293         (Layout interfaces): new node.
1294         (Navigating the program reference): new node.
1295
1296         * lily/accidental-engraver.cc (acknowledge_grob): add property
1297         harmonicAccidentals
1298
1299         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1300         general cleanups.
1301         
1302         * input/les-nereides.ly (middleDynamics): resurrect Les
1303         nereides. Remove pedal hack.
1304
1305 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1306
1307         * input/regression/property-grace-polyphony.ly: new file.
1308
1309         * lily/translator-property.cc (execute_pushpop_property): only pop
1310         one instance of the property. This fixes << \\ >> together with
1311         \grace.
1312
1313         * lily/break-align-interface.cc (ordered_elements): we cannot
1314         modify the #'elements property, so return reordered array.
1315
1316 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1317
1318         * buildscripts/lilypond.words.py: remove.
1319         * buildscripts/lilypond-words.py: add new, renamed file. 
1320         Give generated targets and dirs explicitly in arguments.
1321
1322         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1323         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1324         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1325         
1326         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1327
1328         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1329
1330         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1331         orders.
1332
1333         * vim/GNUmakefile: add local-uninstall target.
1334
1335         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1336         
1337         * vim/vimrc: add a one-liner file.
1338
1339         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1340         vimrc in EXTRA_DIST_FILES.
1341
1342         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1343
1344 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1345
1346         * config.make.in: add vimdir.
1347
1348         * vim/GNUmakefile: add local-install.
1349
1350 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1351
1352         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1353         with \lilypondifundefined{blabla}. Solves problem with multiple
1354         titles in the same lilypond-book document.
1355
1356 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1357
1358         * scm/document-backend.scm (interface-doc): sort grob list for
1359         interface.
1360
1361         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1362         pre/post break align-order.
1363
1364         * spelling patch courtesy Edward Sutton.
1365
1366         * Documentation/user/changing-defaults.itely (Changing context
1367         default settings): new node.
1368         (Defining new  contexts): new node.
1369
1370         * scripts/lilypond-book.py (is_derived_class): use numbers
1371         iso. booleans.
1372
1373         * python/lilylib.py (make_ps_images): add margin to PS images.
1374
1375         * scripts/lilypond-book.py (is_derived_class): new function. Take
1376         class arg iso. object.
1377         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1378         for bug in GS/dvips.
1379
1380         * lily/text-item.cc (interpret_markup): idem.
1381
1382         * scm/define-markup-commands.scm: remove split around-space hack.
1383
1384         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1385         function, fold WL's fixes into one function.
1386
1387 2004-03-22  Werner Lemberg  <wl@gnu.org>
1388
1389         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1390         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1391         (Note_column::head_position_interval): Do proper rounding for
1392         calls to Staff_symbol_referencer::get_position.
1393
1394 2004-03-21  Werner Lemberg  <wl@gnu.org>
1395
1396         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1397         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1398         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1399         (My_lily_parser::parse_file): Improve formatting progress indication
1400         sent to stdout.
1401
1402 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1403
1404         * VERSION: 2.1.33 released.
1405
1406         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1407
1408         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1409
1410         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1411         warning is issued about dummy.dep.
1412
1413         * scm/new-font.scm: fix design sizes of nummer
1414
1415 2004-03-21  Werner Lemberg  <wl@gnu.org>
1416
1417         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1418         some annoying warnings from mkdir during `make install'.
1419
1420 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1421
1422         * lily/performer-group-performer.cc (do_announces): call
1423         Performer_group_performer::create_audio_elements () too.
1424
1425         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1426
1427         * scm/define-grobs.scm (all-grob-descriptions): add property
1428         break-align-orders
1429
1430         * lily/global-context.cc (get_default_interpreter): new
1431         function. Override from base class, so no new Score contexts are
1432         created.
1433
1434         * lily/include/stencil.hh (class Stencil): document origin field.
1435
1436         * lily/staff-symbol.cc (print): span staff-symbol on column
1437         extents for non-broken columns. 
1438
1439         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1440         key-signature.
1441
1442         * tex/titledefs.tex: don't use smallcaps for piece.
1443
1444         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1445         translated stencils in the output.
1446
1447         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1448
1449 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1450
1451         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1452         and init ties_created_
1453
1454         * VERSION: release 2.1.32
1455
1456         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1457         doc string from IMPLEMENT_CTOR_CALLBACK().
1458
1459         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1460         that engraver is in a performer hierarchy.
1461
1462 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1463
1464         * vim/lilypond-ftdetect.vim: new file.
1465
1466 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1467
1468         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1469         (compose_ly): default octave should be middle C.
1470
1471         * Documentation/user/changing-defaults.itely (Layout tunings
1472         within contexts): new node.
1473
1474         * lily/include/smobs.hh: document C++ smob interface.
1475
1476         * lily/function-documentation.cc: don't doc functions without
1477         docstring.
1478
1479 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1480
1481         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1482         direntry, so that `info lilypond' goes to Top.
1483
1484         * scm/output-ps.scm (polygon): Fix: add spaces.
1485
1486         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1487         solutions are now optimal too.
1488
1489         * input/test/page-breaks.ly: New file.
1490
1491         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1492         functions into safe module.
1493
1494         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1495         end, prepend zeros.
1496
1497         * scm/output-*.scm: Use ly:number->string rather than
1498         number->string.  Makes for saner output.
1499
1500         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1501         Fixes feta-nummer, feta-din scaling.
1502
1503 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1504
1505         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1506
1507         * scm/music-functions.scm (descend-to-context): new
1508         function. Similar to context-spec-music.
1509         (make-time-signature-set): specify Score as descend-only. This
1510         fixes the polymetric.ly example.
1511
1512         * lily/context-specced-music-iterator.cc (construct_children): add
1513         support for descend-only context spec.
1514
1515         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1516         determine ez-notation letter. 
1517
1518         * lily/system.cc (get_line): start with dumping layer 3. This
1519         fixes ez notation.
1520
1521 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1522
1523         * input/test/title-markup.ly: Stress breaking harder.
1524
1525         * scm/page-layout.scm (height-score): Overfull page scores twice
1526         as bad as underfull (was: by a power).
1527         (walk-lines): Omit first walk-path round (breaking after new node,
1528         without lines).
1529
1530         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1531         diff values are negative.
1532         (output): Bugfix: treat negative vfill differently.
1533
1534         * Documentation/user/lilypond.tely (direntry): Add note about why
1535         `info lilypond' brings up `Invoking LilyPond' node.
1536
1537 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1538
1539         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
1540
1541         * lily/paper-book.cc: Remove cruft.
1542         (output): Bugfix: put vfill between lines.
1543         (pages): Bugfix: set page vars needed for filling.
1544
1545         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
1546         (was: @ar).
1547
1548         * scm/page-layout.scm: Further development.
1549
1550         * ly/declarations-init.ly (paper): Define page-breaking.
1551
1552 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1553
1554         * lily/note-head.cc (brew_ez_stencil): add note-names
1555         property. Provides internationalization for note names.
1556
1557         * Documentation/user/changing-defaults.itely (Creating contexts):
1558         new node.
1559
1560         * lily/grace-iterator.cc (process): descend to child for \grace.
1561
1562         * lily/timing-translator.cc (initialize): Timing_translator adds
1563         Timing alias by itself.
1564
1565         * lily/context.cc (add_alias): new function.
1566
1567         * scm/lily.scm (tex-output-expression): new function, eval within
1568         drawing API. Guards against eval vulnerabilities.
1569
1570         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
1571
1572         * scm/output-ps.scm (scm): export lily drawing API.
1573
1574         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
1575         throughout.
1576
1577 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1578
1579         * scm/page-layout.scm (optimal-page-breaking): New function.
1580         
1581         * lily/paper-book.cc (pages): Use it.
1582
1583 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1584
1585         * lily/include/paper-line.hh (class Paper_line): Full smob.
1586
1587 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1588
1589         * lily/global-context.cc (run_iterator_on_me): fix grace note
1590         nesting by initting measurePosition.
1591
1592         * lily/timing-translator.cc (initialize): do no init
1593         measurePosition
1594         
1595         * lily/include/music-output-def.hh (class Music_output_def): add
1596         input_origin_ field.
1597
1598         * Documentation/user/changing-defaults.itely (Changing context
1599         properties on the fly): new node.
1600
1601         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
1602         function. Only have smobbed_copy (), and do not provide
1603         smobbed_copy() for non-simple smobs. Changes throughout.
1604
1605 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1606
1607         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
1608         start_moment_. Fix by Doug A. Linhardt.
1609
1610 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1611
1612         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
1613         accidentals for harmonic notes.
1614
1615         * lily/note-collision.cc (check_meshing_chords): don't merge heads
1616         of different style. (Thanks to Doug Linhardt).
1617
1618         * Documentation/user/changing-defaults.itely (Scheme tutorial):
1619         new node.
1620
1621 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
1622
1623         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
1624
1625         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
1626         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
1627         vim/lilypond-indent.vim: doc targets and deps in comments.
1628
1629 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1630
1631         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
1632
1633         * lily/system.cc (get_line): Return Paper_line.  Change all users.
1634
1635         * lily/include/paper-line.hh:
1636         * lily/include/paper-line.cc: New file.
1637
1638 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1639
1640         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
1641
1642         * GNUmakefile.in: remove stray make out=www
1643
1644         * input/test/bagpipe.ly (gcdg): octave fixes.
1645
1646         * scm/define-markup-commands.scm (number): use font-encoding
1647         iso. font-family
1648
1649         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
1650         font-encoding.
1651         
1652 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
1653
1654         * lily/parse-scm.cc: compile-bugfix: add missing header files for
1655         `output_format_global' and `PAGE_LAYOUT'.
1656
1657 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1658
1659         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
1660         lily functions in safe mode.
1661
1662         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
1663         Print filename for HTML, LATEX, before texidoc.
1664
1665         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
1666         instructions in output-ps module.
1667
1668         * scm/lily.scm: Do not load output-ps module.
1669
1670         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
1671         safe mode.
1672
1673 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1674
1675         * lily/span-dynamic-performer.cc (process_music): remove spurious
1676         warning.
1677
1678         * lily/context-def.cc (Context_def): init name to ""
1679
1680         * lily/font-interface.cc: add font-encoding property.
1681
1682         * scm/lily.scm (chain-assoc-get): bugfix.
1683
1684         * lily/paper-book.cc (stencil2line): protect static SCM.
1685
1686         * lily/font-interface.cc (text_font_alist_chain): rename function,
1687         and use text-font-defaults. 
1688
1689         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
1690
1691         * scm/paper.scm (paper-set-staff-size): use new function.
1692
1693         * scm/new-font.scm (make-font-tree): new function.
1694
1695 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1696
1697         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
1698
1699         * scm/lily.scm (get-output-module): New function.
1700         (output-alist): Remove ,ps-output-expression.
1701
1702         * scm/output-tex.scm (ps-output-expression): New function.
1703
1704         * scm/output-ps.scm (ps-output-expression): Remove.
1705         (header, start-page): Output page metadata.
1706
1707         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
1708         initialise output_module_.  Do not write part of header.
1709         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
1710         (output_header): Output full header.
1711
1712         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
1713         FIXME.
1714
1715 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1716
1717         * scm/new-font.scm: new file. Tree based font lookup.
1718
1719         * scm/lily.scm (assoc-get): take default argument. Remove
1720         assoc-get-default.
1721         (chain-assoc-get): use chain-assoc-get everywhere.
1722
1723         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1724         autobeamsettings conversion bug.
1725
1726         * lily/include/global-context.hh (Context): clean-up data hiding.
1727
1728         * lily/include/music-iterator.hh (class Music_iterator): clean-up
1729         data hiding.
1730
1731         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
1732
1733         * input/regression/stem-shorten.ly: add chord case.
1734
1735         * lily/stem.cc (get_default_stem_end_position): shorten stems
1736         triggered by note-head positions, not by forced-direction. This
1737         fixes a bug with too short stems.  
1738  
1739 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1740
1741         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
1742         Lilypond_snippet.output_latex): Always call output_print_filename.
1743
1744         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
1745         expand pages.
1746
1747 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1748
1749         * scm/part-combiner.scm (make-autochange-music): switch rests
1750         before switched notes too.
1751
1752         * lily/figured-bass-engraver.cc (process_music): change calling
1753         convention.
1754
1755         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
1756
1757         * scm/define-markup-commands.scm (bracketed-y-column): new markup
1758         command.
1759
1760         * lily/include/stencil.hh (class Stencil): add origin field.
1761
1762         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
1763         function.
1764
1765         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
1766
1767         * lily/lexer.ll: remove support for \$ and $ in identifiers
1768
1769         * lily/sequential-iterator.cc: remove copy_grace_fixups
1770         (get_grace_fixup): slight abstraction of fixup code.
1771
1772         * input/test/title-markup.ly (spaceTest): vary staff sizes.
1773
1774 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
1775
1776         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
1777         in insert-mode. add indenting rules.
1778
1779 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1780
1781         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
1782         protect hack.
1783
1784         * scm/page-layout.scm:
1785         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
1786         layout and titling should now match external latex based version.
1787
1788         * scm/output-tex.scm (output-scopes): Bugfix: only write string
1789         header fields.
1790
1791         * ps/lilyponddefs.ps: Remove automatic page layout.
1792
1793         * scm/output-ps.scm (new-start-system): New interface function.
1794
1795         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
1796
1797         * lily/paper-book.cc (output): Bugfix.
1798
1799 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1800
1801         * VERSION (MY_PATCH_LEVEL): release 2.1.30
1802         
1803 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1804
1805         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
1806         direntries.
1807
1808         * ps/lilyponddefs.ps: Bugfix.
1809
1810         * input/regression/multi-measure-rest-instr-name.ly: Typo.
1811
1812 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1813
1814         * lily/auto-beam-engraver.cc (create_beam): add Stem as
1815         cause. This should fix warnings.
1816
1817         * mf/feta-slag.mf (trill_ne): fix upmordent size.
1818
1819         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
1820         prevent aligned 6ths.
1821
1822         * lily/custos.cc (print): remove adjust-if-on-staffline.
1823
1824 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1825
1826         * lily/paper-book.cc: Do header and footer.
1827
1828 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1829
1830         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
1831
1832         * scm/paper.scm (lineheight): Remove
1833         (head-sep, foot-sep): Add.
1834
1835 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1836
1837         * mf/feta-schrift.mf: reduce portato thickness.
1838
1839         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
1840
1841         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
1842         programming_error ().
1843
1844         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
1845         bracket to last command column.
1846
1847         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
1848         continues on next/prev system.
1849
1850         * input/regression/pedal-end.ly: new file.
1851
1852 2004-03-10  Werner Lemberg  <wl@gnu.org>
1853
1854         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
1855         Remove pmx2ly stuff.
1856         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
1857
1858 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1859
1860         * scm/page-layout.scm: New file.
1861
1862         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
1863         settings.
1864         (Lilypond_snippet.is_outdated): Also check for PNG file.
1865         Workaround for interrupted (web) builds.
1866
1867         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
1868
1869         * ps/lilyponddefs.ps: Use only very small top-marging.
1870         (init-paper): Also pop page size string.
1871         (start-page, stop-page): New function.
1872
1873         * scm/output-ps.scm (header-end): Remove stray exec commands.
1874
1875 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1876
1877         * lily/input-file-results.cc (do_one_file): use new Paper_book()
1878
1879         * lily/score.cc (default_rendering): clean protection.
1880
1881         * lily/paper-book.cc (mark_smob): implement smob marking.
1882
1883         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
1884
1885         * Documentation/user/*.itely: user manual edits. 
1886
1887 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1888
1889         * Documentation/user/converters.itely (Invoking musedata2ly):
1890         remove pmx2ly.
1891
1892         * scripts/pmx2ly: remove script.
1893         
1894 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1895
1896         * lily/score.cc (default_rendering): Protect paper-book members.
1897
1898         * lily/paper-def.cc (smobbed_copy): New method.
1899
1900         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
1901         switch runtime.
1902
1903         * lily/include/music-output.hh (process): Change signature to
1904         return SCM.
1905
1906         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
1907         method.
1908
1909         * lily/paper-score.cc (process): Return stencils rather than
1910         outputting directly.  Remove paper-book kludge.  Delete grobs.
1911         (output): Remove.
1912
1913         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
1914
1915         * lily/score-engraver.cc (get_output): Do not reset pscore_.
1916
1917         * lily/score.cc (default_rendering)
1918         (ly_render_output): Move adding paper-score two levels up.
1919
1920         * lily/system.cc (get_line):
1921         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
1922
1923 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1924
1925         * scm/font.scm (paper20-font-vector): add more design sizes for
1926         number.
1927
1928         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
1929         feta-nummber{5,7,11,13}.
1930
1931         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
1932         for 12pt design size. 
1933
1934 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1935
1936         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
1937
1938 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1939
1940         * lily/font-select.cc (properties_to_font_size_family): Fix
1941         warning message.
1942
1943         * Experimental PostScript latin1 encoding:
1944         
1945         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
1946
1947         * scm/output-ps.scm: Experimental encoding using reencode-font.
1948         * scm/font.scm: Add latin1 `font-shape'.
1949         
1950         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
1951
1952         * ps/lilyponddefs.ps (reencode-font): New function.
1953
1954         * lily/paper-book.cc (get_pages): Simplistic page breaking.
1955
1956         * scm/output-tex.scm (start-page):
1957         (stop-page): New interface function.
1958
1959 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1960
1961         * lily/paper-outputter.cc (output_expr):
1962         (output_header):
1963         (output_line): New method.
1964
1965         * lily/system.cc (get_line):
1966         (get_lines): New method.
1967         (output_scheme):
1968         (output_line): Remove.
1969
1970         * scm/lily.scm (make-title): New function.
1971
1972         * lily/paper-book.cc: 
1973         * lily/include/paper-book.hh: New file.
1974
1975         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
1976         ly-modules.hh).
1977
1978         * lily/ly-module.cc (ly_modules_lookup): New function.
1979
1980         * lily/main.cc (main_with_guile): Move memory leak debug code back.
1981
1982         * scm/output-ps.scm (make-title): Remove.
1983         (output-scopes): Junk header-title test.
1984
1985 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1986
1987         * mf/feta-schrift.mf: thicker dot for portato.
1988
1989         * lily/accidental-placement.cc (position_accidentals): bugfix in
1990         offset, this fixes right-padding of AccidentalPlacement.
1991
1992         * lily/[h-z]*.cc: () formatting.
1993
1994         * Documentation/user/tutorial.itely (An orchestral part): more
1995         fixes for the tutorial.
1996
1997         * scm/translation-functions.scm (fraction-tuplet-formatter):
1998         reverse fraction.
1999
2000         * lily/parser.yy (context_def_spec_block): use \context instead of
2001         \translator.
2002
2003         * lily/[a-g].cc: () style cleanup.
2004
2005         * Documentation/user/tutorial.itely (Automatic and manual beams):
2006         editing of tutorial.
2007
2008 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2009
2010         * buildscripts/mf-to-table.py (base): write encoding name.
2011
2012 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2013
2014         * Documentation/user/GNUmakefile (local-install-info): Issue
2015         warning (for packager, ie, if not installing in /usr or /usr/local).
2016
2017         * lily/stencil-scheme.cc: 
2018         * lily/staff-symbol-referencer.cc: 
2019         * lily/script-column.cc: 
2020         * lily/pitch.cc: 
2021         * lily/music.cc: 
2022         * lily/grob-pq-engraver.cc: 
2023         * lily/font-interface.cc: 
2024         * lily/music-output-def.cc: 
2025         * lily/duration.cc: 
2026         * lily/grob-scheme.cc:
2027         * lily/context-scheme.cc: Put scheme name on first line in
2028         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2029         style cleanups.
2030
2031         * stepmake/stepmake/scm-vars.make: 
2032         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2033         Rename and split TAGS_FILES.
2034
2035         * GNUmakefile.in (ALL-TAGS): Remove.
2036         
2037         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2038         deeper TAGS files.  Fixes regexp tags in TOP dir.
2039
2040 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2041
2042         * VERSION: 2.1.29 released.
2043         
2044         * Documentation/user/changing-defaults.itely (Changing defaults):
2045         new file.
2046
2047         * Documentation/user/notation.itely (Notation manual): rename from 
2048         refman.itely
2049
2050         * Documentation/user/notation-appendices.itely (The Feta font):
2051         new file.
2052
2053         * Documentation/user/advanced.itely: add aborted attempt for
2054         advanced topics manual.
2055
2056 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2057
2058         * scm/new-markup.scm: display Markups in sane format. Patch by
2059         Nicolas Sceaux.
2060
2061 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2062
2063         * lily/main.cc: Cleanups.
2064         (setup_localisation): New function.
2065         (sane_putenv): Remove.
2066         (main_with_guile): New name (Was: main_prog).  Remove musings
2067         about possible preparation for GUILE heavy memory usage and
2068         practical uselessness.  Do not set environment variables
2069         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2070         name juggling.
2071         (parse_argv): New function.
2072         (copyright): New function.  It's 2004 already.
2073
2074         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2075         (distill_inname): Move from main.
2076
2077 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2078
2079         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2080
2081         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2082
2083         * Documentation/user/running.itely: new file.
2084
2085         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2086
2087         * lily/score-performer.cc (finish): call Translator::finalize ().
2088
2089 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2090
2091         * lilypond-ftpplugin.vim: renamed to the following file.
2092         * lilypond-ftplugin.vim: new file.
2093
2094         * GNUmakefile.in: update VIM_FILES.
2095
2096 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2097
2098         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2099         props.
2100
2101         * input/test/tie-sparse.ly: remove.
2102
2103         * lily/tie-performer.cc (try_music): copy & paste from
2104         Tie_engraver.
2105
2106         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2107         variable_ref twice.
2108
2109         * lily/key-performer.cc (create_audio_elements): use
2110         alterations-in-key.
2111
2112         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2113
2114 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2115
2116         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2117         handle also quarter tones (not shown as tests). test also flats.
2118
2119         * Documentation/index.html.in: small fixes.
2120
2121 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2122
2123         * input/regression/new-markup-scheme.ly: Typo.
2124
2125         * scm/define-markup-commands.scm (fill-line): New markup.
2126
2127         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2128         (output-paper-def): Fix alignment.
2129         (make-title): Fix height/width scaling.
2130
2131         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2132
2133         * input/test/title-markup.ly: Add remaining titles.  Layout and
2134         font size fixes.  Add simplistic latin1 test.
2135
2136 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2137
2138         * input/test/nested-groups.ly: remove. move content (to next). 
2139         * input/test/staff-bracket.ly: replace content (from prev), this 
2140         has been already in templates.
2141
2142 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2143
2144         * stepmake/autogen.sh: Only issue warning about running configure
2145         without arguments when autogen.sh will actually be running
2146         configure.
2147
2148 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2149
2150         * scm/new-markup.scm (stack-stencil-line): robustness.
2151
2152         * scm/define-markup-commands.scm (simple): robustification of
2153         simple-markup.
2154
2155         * Documentation/user/music-glossary.tely (Top): change central C
2156         to middle C.
2157
2158         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2159
2160 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2161
2162         * input/test/title-markup.ly (spaceTest): Add.
2163
2164         * lily/text-item.cc (interpret_markup): Make line markup from
2165         multi word markup.
2166
2167         * scm/define-markup-commands.scm (word): New markup command.
2168         (simple): Use it.
2169
2170         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2171
2172 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2173
2174         * vim/ftplugin/lilypond.vim:
2175         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2176         show matching paren in insert mode.
2177
2178 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2179
2180         * scm/output-ps.scm (make-title, output-scopes): Further
2181         development.
2182
2183         * input/test/title-markup.ly: New file.
2184
2185         * ps/lilyponddefs.ps: Disable PostScript titling.
2186
2187         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2188
2189 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2190
2191         * lily/arpeggio.cc (width_callback): remove padding.
2192  
2193         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2194
2195         * scm/define-music-types.scm: remove make-music-by-name.
2196
2197         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2198
2199 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2200
2201         * lily/paper-score.cc (process): Output titles using make-title.
2202
2203         * scm/output-ps.scm (output-stencil): Display directly instead of
2204         constructing string.
2205         (make-title): New function.
2206
2207 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2208
2209         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2210         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2211         Move documentation of LaTeX packages for latin1 characters to the
2212         lilypond-book manual.
2213
2214 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2215
2216         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2217
2218         * vimrc: add menu in console and shortcut <F10> for it.
2219
2220         * vim/:
2221         * vim/compiler/:
2222         * vim/syntax/:
2223         * vim/indent/:
2224         * vim/ftplugin/: new directories.
2225         
2226         * vim/filetype.vim: new file.
2227
2228         * lilypond.vim: remove files (see next).
2229         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2230
2231         * vimrc: remove file (see next).
2232         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2233
2234         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2235         add header. apply bindings only locally.
2236
2237         * vim/indent/lilypond.vim: new file.
2238
2239         * vim/ftplugin/lilypond.vim: remove errorformat.
2240         * vim/compiler/lilypond.vim: new file for errorformats.
2241
2242         * Documentation/topdocs/INSTALL.texi: give easier orders.
2243
2244         * ROADMAP: add vim/
2245
2246 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2247
2248         * Documentation/user/introduction.itely (Introduction): Use @image
2249         iso @html <img...>.  Add workaround for images in columns in info.
2250
2251         * stepmake/aclocal.m4: Store computed version in variable.
2252
2253         * configure.in: Export MAKEINFO_VERSION.
2254
2255         * config.make.in (MAKEINFO_VERSION): Add.
2256
2257         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2258
2259         * Documentation/user/GNUmakefile: Only build info with images when
2260         building web.
2261
2262         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2263
2264         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2265         stuff from documentation-targets.make
2266
2267 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2268
2269         * VERSION: 2.1.28 released
2270         
2271         * scripts/convert-ly.py (conv): 
2272
2273 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2274
2275         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2276         \arpeggioBoth. redefine \arpeggioBracket.
2277
2278         * Documentation/user/refman.itely: document new arpeggio
2279         functions.
2280
2281         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2282
2283         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2284
2285         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2286
2287 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2288
2289         * Documentation/user/introduction.itely (Automated engraving):
2290         rewrite introduction using website text.
2291
2292 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2293
2294         * scm/*.scm: make-music-by-name is replaced by make-music, which
2295         also accept music property settings, eg:
2296           (make-music 'TextScriptEvent 'direction DOWN 'text
2297               (make-simple-markup x))
2298
2299         Patch courtesy Nicolas Sceaux
2300
2301         * lily/beam-quanting.cc: cleanup, separate counts for left and
2302         right beam ends.
2303
2304         * lily/side-position-interface.cc (quantised_position): also
2305         quantize staccato position for forced stem directions. 
2306
2307 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2308
2309         * scm/*.scm: Patch by Nicolas Sceaux: 
2310
2311         * scm/music-functions.scm: ly:grob-property and ly:music-property
2312         are made procedure with setters.
2313
2314         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2315         
2316 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2317
2318         * input/test/[t-v]*.ly: finish rewriting texidocs.
2319
2320         * input/test/vaticana.ly: remove.
2321         * input/test/ligature-vaticana.ly: new, renamed file name.
2322
2323         * input/test/stem-centered.ly: remove.
2324         * input/test/mensural-note-heads.ly: new file. take content from
2325         removed file stem-centered.ly.
2326
2327         * input/test/scales-greek.ly: simplify.
2328
2329         * input/test/s*.ly: reformulate texidocs.
2330         
2331         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2332         of missing features.
2333
2334 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2335
2336         * input/test/[j-o]*.ly: update texidocs.
2337
2338 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2339
2340         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2341
2342         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2343         images.
2344
2345         * Documentation/user/lilypond.tely (@direntry): Update.
2346
2347         * stepmake/stepmake/documentation-targets.make
2348         (install-info,uninstall-info): Install into $(package_infodir).
2349         Install images.  Run install-info to update dir.
2350
2351         * config.make.in (package_infodir): Add.
2352
2353         * Documentation/user/GNUmakefile (info-with-images,
2354         local-install-info, local-uninstall-info): New target.
2355
2356 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2357
2358         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2359         gap/threshold.
2360
2361         * lily/beam-quanting.cc (score_slopes_dy): remove
2362         ROUND_TO_ZERO_SLOPE kludge.
2363
2364         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2365
2366         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2367
2368         * lily/global-context.cc (Global_context): alway accept Score
2369         (run_iterator_on_me): cast Context to Score_context, not
2370         Context_def.
2371
2372         * Documentation/user/refman.itely: documentation patch by Edward
2373         Sanford Sutton.
2374
2375         * mf/GNUmakefile: unset sauter-fonts.
2376
2377 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2378
2379         * scripts/lilypond-book.py (output_texinfo): Output @image
2380         descriptions for info too.
2381
2382         * input/test/chord-names-jazz.ly: 
2383         * input/test/embedded-scm.ly: Clarify.
2384
2385         * input/test/cautionaries.ly: Typo.
2386
2387         * lily/input-smob.cc (ly_input_location): Compile fix.
2388
2389 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2390
2391         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2392
2393         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2394         fixes problems with system defaults being reverted with \override
2395         on Score level.
2396
2397         * lily/global-context.cc (Global_context): apply property-ops to
2398         Global_context too. 
2399
2400 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2401
2402         * scm/output-ps.scm (stencil->string): Rewrite.
2403
2404 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2405
2406         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2407         impersonal style.
2408
2409 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2410
2411         * lily/input-smob.cc (ly_input_location: New function.
2412
2413         * scm/define-markup-commands.scm (upright): New markup command.
2414
2415         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2416
2417         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2418
2419         * scm/output-ps.scm (output-stencil): New function.
2420
2421         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2422         of snippet types; fixes @ignore and @verbatim blocks.
2423
2424 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2425
2426         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2427         to a file in printed documentation, instead, refer either to a 
2428         syntax or to an output.
2429
2430 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2431
2432         * input/regression/beam-center-slope.ly: Add test.
2433
2434 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2435
2436         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2437         (SAUTER_FONTS): Reinstate.
2438
2439         * scm/define-markup-commands.scm (caps): New markup command.
2440
2441         * scm/output-ps.scm (output-scopes): Experimental markup output.
2442
2443         * scm/: Add missing headers.
2444
2445         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2446
2447         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2448
2449 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2450
2451         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2452         Stray style cleanups.
2453
2454 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2455
2456         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2457         no dot combination.
2458
2459         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2460         substitute \override Staff.autoBeamSettings too
2461
2462         * Documentation/user/tutorial.itely: proofreading fixes by David
2463         Bobroff
2464
2465 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2466
2467         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2468
2469         * ps/music-drawing-routines.ps: 
2470         * ps/lilyponddefs.ps: Add end markers.
2471
2472 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2473
2474         * VERSION: 2.1.27 released.
2475         
2476         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2477
2478         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2479         obey documentation.
2480
2481 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2482
2483         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2484
2485         * scm/output-ps.scm: Resurrect.
2486         
2487         * scm/output-tex.scm: Minimal cleanups.
2488
2489         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2490
2491         * make/ly-rules.make: Remove any broken lily-*.tex files before
2492         lilypond-book run.
2493
2494         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2495         comment.
2496
2497         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2498         Enabled by default, may save 10% compile time.
2499
2500 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2501
2502         * lily/lyric-phrasing-engraver.cc: remove
2503         
2504         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2505         longer necessary. 
2506
2507         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2508         so lyric-phrasing-engraver is no longer necessary.
2509
2510         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2511         Grob_pq_engraver from Staff.
2512
2513         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2514         busyGrobs directly.
2515
2516         * input/regression/quote-transposition.ly: new file.
2517
2518         * lily/recording-group-engraver.cc (stop_translation_timestep):
2519         store instrumentTuning too. 
2520
2521         * lily/quote-iterator.cc (process): transpose events using
2522         instrumentTuning.
2523
2524         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2525         -> \tuning <pitch>
2526
2527         * lily/parser.yy (command_req): add \tuning command for setting
2528         instrument tuning of staff.
2529
2530         * Documentation/user/GNUmakefile
2531         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2532
2533         * Documentation/user/refman.itely (Customized accidental rules):
2534         typo.
2535
2536 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2537
2538         * Documentation/user/music-glossary.tely: remove the missing norwegian
2539         translation; they can be put in later properly.
2540
2541 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2542
2543         * lily/recording-group-engraver.cc (start_translation_timestep):
2544         init Recording_group_engraver twice.
2545
2546 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2547
2548         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
2549         stray style cleanups:
2550
2551         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
2552         -Wmissing-prototypes.
2553
2554         * flower/include/killing-cons.tcc (Killing_cons): Add template
2555         specifier for car_.
2556
2557         * flower/include/parray.hh (binsearchs): Add template specifier
2558         for maxkey.
2559
2560         * flower/include/interval.hh: Declare elem () with template specfier.
2561
2562 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2563
2564         * elisp/lilypond-indent.el (get-buffer-size): add customization
2565         groups for several variables (Reuben Thomas).
2566
2567 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2568
2569         * Documentation/user/invoking.itexi (Point and click): add index
2570         entry.
2571
2572         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
2573         go under beam.
2574
2575         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
2576         sarabande beam. 
2577
2578         * flower/warn.cc (programming_error): cross fingers not thumbs.
2579
2580         * lily/rest.cc (polyphonic_offset_callback): return 0 when
2581         staff-position is set.
2582
2583         * VERSION: release 2.1.26 
2584         
2585         * scm/chord-entry.scm (construct-chord): process transposition
2586         after processing explicit-11.  
2587
2588 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2589
2590         * lily/parser.yy (add_quote): add syntax for adding quotes:
2591         \addquote "id-string" Music
2592
2593         * scripts/lilypond-book.py (do_file): do not overwrite input file.
2594
2595         * scripts/convert-ly.py (conv): add rules for name changes.
2596
2597         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
2598         music/context/grob property functions. Internally, use
2599         get_property() and set_property() for both.
2600
2601 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
2602
2603         * elisp/lilypond-mode.el (get-buffer-size): define new function,
2604         for Emacs <= 20 (Laurent Martelli).
2605
2606 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2607
2608         * lily/parser.yy (command_element): extract quoted vector in
2609         parser.
2610
2611         * input/regression/quote.ly: new file.
2612
2613         * lily/sequential-iterator.cc (process): only process if moment >= 0.
2614
2615         * lily/parser.yy (command_element): \quote DURATION NAME: support
2616         cue notes. 
2617
2618         * lily/quote-iterator.cc (class Quote_iterator): new file.
2619
2620 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2621
2622         * lily/auto-beam-engraver.cc (try_music): accept and process
2623         beam-forbid-event.
2624
2625         * input/regression/auto-beam-no-beam.ly: new file.
2626
2627 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2628
2629         * lily/accidental.cc (print): Change font-relative-size ->
2630         font-size. Fixes cautionary-style = smaller.
2631
2632 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2633
2634         * lily/system-start-delimiter.cc (staff_brace): remove
2635         font-relative-size
2636
2637         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
2638         forgotten with scm_list_n. Fixes spurious coredumps.
2639
2640         * lily/accidental-engraver.cc (stop_translation_timestep): move
2641         update of localKeySignature to stop_translation_timestep (). This
2642         makes sure that all ties are noticed at the right moment.
2643         (stop_translation_timestep): clear tie only when right-side
2644         notehead was seen.
2645         (number_accidentals_from_sig): cleanup. 
2646
2647         * input/regression/accidental-tie.ly (mus): new file
2648
2649         * input/regression/tie-accidental, tie-break-accidental.ly: remove
2650         these longish tests.
2651
2652 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2653
2654         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
2655
2656         * THANKS: update bugreporter list.
2657
2658         * lily/beam.cc (print): broken beams last until end of staff.
2659         (print): broken beams start from prefatory matter.
2660
2661         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
2662
2663         * lily/paper-score.cc (process): dump header only once.
2664
2665         * lily/paper-outputter.cc (Paper_outputter): move logic into
2666         Scheme.
2667
2668         * scm/output-tex.scm (output-scopes): new function.
2669         (output-paper-def): new function
2670         (tex-string-def): new function
2671         (symbol->tex-key): new function
2672
2673         * scripts/convert-ly.py (conv): add rule for | ~
2674
2675 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
2676
2677         * input/regression/{many}.ly: refresh, trying to guess how
2678         it was designed.
2679
2680 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2681
2682         * VERSION: release 2.1.25
2683
2684         * scm/define-translator-properties.scm
2685         (all-user-translation-properties): add printOctaveNames
2686
2687         * ly/engraver-init.ly: remove Note_event_swallower from
2688         NoteNamesContext.
2689
2690         * lily/note-name-engraver.cc (process_music): new property
2691         printOctaveNames
2692
2693         * lily/context.cc (find_existing_context): remove support for
2694         Current.
2695
2696         * scm/music-functions.scm (set-accidental-style): new function;
2697         duplicate accidental macros.
2698
2699         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
2700
2701         * lily/note-name-engraver.cc (process_music):
2702         process_acknowledged_grobs () -> process_music ()
2703
2704         * scm/part-combiner.scm (determine-split-list): robustification.
2705
2706 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2707
2708         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
2709         lines for falling into beam-gap.
2710         (score_forbidden_quants): check all staff lines for falling in
2711         beam gaps.
2712
2713         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
2714         key/clef/time signatures. 
2715
2716         * input/test/ossia.ly: revise example.
2717
2718         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
2719         cleanup.
2720         
2721         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
2722         comply to Scheme standard.  Remove ly:get-paper-variable
2723
2724 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2725
2726         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
2727
2728 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2729
2730         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
2731         properties from Voice context. This fixes accidental size for
2732         staff-switches during grace contexts.
2733
2734         * lily/note-collision.cc (check_meshing_chords): only wipe heads
2735         if necessary. Else, simply wipe dots.
2736
2737         * input/test/beam-alternate.ly: new file
2738
2739         * input/test/piano-staff-distance.ly: new file.
2740
2741         * lily/translator-group.cc (recurse_down_translators): use
2742         Direction for bottom-up/top-down.
2743
2744         * lily/include/translator.hh (class Translator): add
2745         process_music() and do_announces(). This obviates
2746         recurse_down_{engravers,performers}.
2747
2748         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
2749         \melisma and \melismaEnd
2750
2751         * lily/melisma-engraver.cc (process_music): change to
2752         Melisma_translator, unify with performer. Accept
2753         ManualMelismaEvent.
2754
2755         * ly/engraver-init.ly: add Font_size_engraver.
2756
2757 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2758
2759         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
2760         it hara-kiri.
2761
2762         * input/regression/{many}.ly: improve descriptions trying to figure
2763         out what is tested.
2764
2765 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2766
2767         * lily/slur.cc (broken_trend_offset): robustness fix.
2768
2769         * VERSION: release 2.1.24
2770
2771         * lily/context.cc (find_create_context): go to Score if it exists.
2772
2773         * lily/context-scheme.cc: new file.
2774
2775         * lily/score-translator.cc (get_output): new file.
2776
2777         * lily/include/grob-info.hh: origin_contexts() now does not
2778         include the originating engraver
2779
2780         * lily/translator-group.cc (translator_each): clean up contents,
2781         remove superfluous stubs. Engraver_group_engraver and
2782         Performer_group_performer are the only classes using multiple
2783         inheritance.
2784
2785         * lily/include/score-context.hh (class Score_context): interface
2786         between Score_{engraver,performer} and Global_context.
2787
2788         * lily/include/global-context.hh (Context): change from
2789         global-translator. This is the entry point for contexts; it is not
2790         tweakable using \translator{}. Score is no longer the top context,
2791         but sits underneath Global.
2792
2793         * lily/include/context.hh (class Context): brain surgery: split
2794         out Context functionality from Translator_group. Context is now a
2795         separate type from Translator.
2796
2797 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2798
2799         * lily/include/translator.hh (class Translator): make
2800         get_score_context() and get_global_translator (), and use the one
2801         which is appropriate.
2802
2803         * lily/context.cc: partially put functionality of Translator_group
2804         into Context.
2805
2806         * lily/include/context.hh (Translator): new class: put between
2807         Translator and Translator_group. 
2808
2809         * lily/new-accidental-engraver.cc: remove file.
2810
2811 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2812
2813         * input/regression/{many}.ly: improve descriptions: use complete 
2814         sentences, try to describe what is tested, avoid `we´, do not use 
2815         don't, ... 
2816
2817 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
2818
2819         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
2820         is at EOL.
2821
2822         * Documentation/user/lilypond.tely: declare the topmost node only
2823         once; removes empty line in @contents.
2824
2825         * Documentation/user/music-glossary.tely: really add Finnish author.
2826         Draw more beatiful `->´ arrow in html: &rarr;
2827
2828 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2829
2830         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
2831
2832         * scripts/convert-ly.py (conv): add ly:music-list  change.
2833
2834         * lily/grob.cc: edit doc string.
2835
2836         * scm/define-grob-properties.scm (all-user-grob-properties):
2837         proofreading, editing of doc strings.
2838
2839         * input/regression/tablature-string-tunings.ly: new file.
2840
2841         * lily/staff-symbol-engraver.cc (process_music): new engraver,
2842         listen to stringTunings
2843
2844         * lily/align-interface.cc (align_elements_to_extents): remove Grob
2845         for self-alignment-[XY] code.
2846  
2847 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2848
2849         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
2850         cond) into function. Cleanup.
2851
2852         * lily/text-spanner.cc: remove text-repeat-if-broken property.
2853         
2854         * VERSION (PACKAGE_NAME): 2.1.23 released
2855
2856 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
2857
2858         * Documentation/user/{refman,internals}.itely: small fixes.
2859
2860 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2861
2862         * lily/accidental-engraver.cc (acknowledge_grob): don't make
2863         accidentals for harmonic notes
2864
2865         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
2866         for harmonic notes.
2867
2868         * scm/document-backend.scm (interface-doc): prune Grob
2869         documentation: don't duplicate interface information.
2870
2871         * lily/*.cc: lots of updates of doc strings.
2872
2873 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2874
2875         * input/test/ac-extra-voice.ly (accompany): remove file.
2876
2877         * input/test/maximum-rest-count.ly: remove file.
2878
2879         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2880         conversion rule for \translator { }. Apply everywhere.  
2881
2882         * lily/parser.yy (music_property_def): set property for \once in
2883         the PropertyMusic itself, not the ContextSpec.
2884         (property_operation): change syntax within \translator { }
2885
2886         * scm/define-music-properties.scm (all-music-properties): clean up.
2887
2888         * lily/auto-beam-engraver.cc (test_moment): use
2889         updated_grob_properties() to retrieve autoBeam settings.
2890
2891         * lily/spacing-spanner.cc: bound shortest_playing_len by
2892         measure_length
2893
2894         * lily/spacing-engraver.cc (acknowledge_grob): ignore
2895         multi-measure events for spacing computation.
2896
2897         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
2898         elliptical, to 1.49.
2899
2900         * lily/rest.cc (polyphonic_offset_callback): new function. Do
2901         vertical positioning for polyphony, without RestCollision object.
2902
2903         * lily/note-column.cc (add_head): prevent rests & note heads on
2904         one stem.
2905
2906         * lily/rest-collision.cc (do_shift): ignore rests with beams.
2907         (do_shift): rewrite only-rests case: use common refpoints: the
2908         routine will have sensible results when other rest-translations
2909         have taken place.
2910
2911         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
2912         < 0 case. 
2913
2914         * VERSION: 2.1.22 released
2915         
2916         * input/GNUmakefile (SUBDIRS): remove ascii-art
2917
2918 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2919
2920         * input/: Convert ly files that still had \property.  Fixes make
2921         web.  Remove exta spaces around '='. 
2922
2923         * scripts/convert-ly.py (conv): Redundant space fixes.
2924
2925         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
2926
2927 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2928
2929         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
2930         create scalable PS and PDFs  for input/{test,template,regression}.
2931
2932         * lily/context.cc (is_alias): move function.
2933         (is_alias): add Bottom as context alias. 
2934         (find_create_translator): add Bottom as a context alias for creation.
2935
2936         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
2937
2938         * lily/parser.yy (music_property_def): new syntax for property
2939         assignments:
2940
2941         \set A.B = #C , \unset A.B
2942         \override A.B #C = #D, \revert A.B #C 
2943
2944         * lily/my-lily-lexer.cc: remove \property
2945
2946 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
2947
2948         * Documentation/user/refman.itely: add dots after seealso refs.
2949
2950         * input/template/{many}.ly: harmonise descriptions.
2951
2952         * Documentation/user/music-glossary.itely: add Finnish author.
2953
2954 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2955
2956         * VERSION (PACKAGE_NAME): release 2.1.21
2957
2958 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2959
2960         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
2961
2962         * scripts/lilypond-book.py (snippet_res): @include filename must
2963         not be empty.
2964
2965 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2966
2967         * scm/documentation-generate.scm (markup-doc-string): dump
2968         markup-commands.tely
2969
2970         * scm/define-markup-commands.scm (override): new file.
2971         Move documentation from refman into doc-strings. 
2972
2973         * input/test/staff-container.ly: fix example.
2974
2975         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2976         StaffContainer
2977
2978         * lily/grob.cc: remove point_dimension_callback
2979         (Grob): read forced dimensions from X-extent and Y-extent.
2980         (get_paper): remove preset_extent.
2981
2982         * scm/define-grobs.scm (all-grob-descriptions): remove
2983         point_dimension_callback. 
2984
2985         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
2986         textscript to head. This makes no-spacing-rods work on
2987         DynamicText.
2988
2989         * lily/chord-name.cc: remove props chord, bass, inversion.
2990
2991         * Documentation/user/appendices.itely: add Scheme functions,
2992         context-properties and layout properties to manual.
2993
2994         * scm/part-combiner.scm (determine-split-list): include rests in a
2995         solo1/2 sequence.
2996
2997         * lily/new-part-combine-iterator.cc (substitute_both): new
2998         function.
2999         (class New_pc_iterator): add separate Voice=solo context, fixes
3000         autobeams going from chords to solo.
3001
3002 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3003
3004         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3005
3006         * Documentation/user/tutorial.itely:
3007         * Documentation/user/refman.itely: Add short note about being part
3008         of lilypond.tely.
3009
3010         * COPYING: Make note more clear with respect to files that are
3011         explicitely licenced otherwise (Documention/user/ comes to mind).
3012         
3013         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3014         comment about barfing of @c,{}.
3015
3016         * Documentation/user/music-glossary.tely: Add list of authors.
3017
3018         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3019         source (was: also in build log).
3020
3021 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3022
3023         * lily/side-position-interface.cc (general_side_position): if
3024         staff-padding is set, then include staff in support too.
3025
3026         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3027         module workbook
3028
3029         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3030
3031         * lily/tuplet-engraver.cc: remove tupletInvisible
3032
3033         * scm/define-translator-properties.scm: cleanup, separate in
3034         internal and user props. 
3035
3036         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3037         LyricsVoice -> Lyrics
3038
3039         * lily/new-part-combine-iterator.cc (process): only print warning
3040         for symbols.
3041
3042 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3043
3044         * scm/part-combiner.scm: Add proper header.
3045
3046         * All but lily/*: The great --2003 --2004 replace; the missing
3047         `bits'.
3048
3049         * TODO: Fix outline mode.  Add book notes.
3050
3051         * ROADMAP: Update.
3052
3053 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3054
3055         * scm/part-combiner.scm (make-autochange-music): use
3056         accumulator. Fixes stack overflow.
3057
3058         * lily/*: rename brew_molecule -> print , molecule-callback ->
3059         print-function
3060
3061         * scm/define-grob-properties.scm: cleanup. Separate into internal
3062         and user properties.
3063
3064         * lily/translator-property.cc (updated_grob_properties): new
3065         function
3066         (execute_pushpop_property): change to new convention:
3067         object property inits are stored as (cons ALIST BASED-ON). This
3068         storage format allows concurrent tweaks in different contexts.
3069
3070 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3071
3072         * TODO: new file.
3073
3074 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3075
3076         * debian/: Late Debian update (sorry Anthony).
3077
3078         * scripts/lilypond-book.py (do_file): Look for input_file in
3079         include path, or ask kpathsea if LATEX.
3080
3081         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3082         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3083         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3084         --header=texidoc.
3085
3086         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3087         relative.
3088
3089         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3090         only when filtering, default to input_base otherwise.  Coding
3091         style fixes.
3092
3093 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3094
3095         * lily/include/translator.hh (class Translator): add virtual
3096         qualifier.
3097
3098 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3099
3100         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3101
3102 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3103
3104         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3105
3106         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3107         (fixes make web).
3108
3109         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3110         live in $(out)-www).
3111
3112         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3113         dependencies.  Add link to .ly source in HTML output.
3114         (Lilypond_snippet.output_html): Handle multiple page picture
3115         output.
3116         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3117         Make usable for output_texinfo again.
3118
3119         * Documentation/user/GNUmakefile: Add static dependency for
3120         lilypond.tely includes.
3121
3122         * Documentation/user/tutorial.itely: Add some lost `relative'
3123         ly-options.
3124
3125 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3126
3127         * lily/include/translator-group.hh: move Music_output_def member
3128         to Global_translator.
3129
3130         * scripts/lilypond-book.py (do_file):  fix latex output.
3131
3132         * VERSION: release 2.1.20
3133         
3134         * scm/part-combiner.scm (determine-split-list): robustness fix 
3135
3136         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3137
3138         * lily/parser.yy (music_output_def_body): plug memory leak.
3139
3140         * lily/translator-group.cc (add_fresh_group_translator): plug
3141         memory leak: unprotect Translator_group once added.   
3142
3143         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3144
3145         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3146         write .dep file.
3147         (Lilypond_snippet.ly): add \renameinput.
3148
3149 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3150
3151         * Documentation/user/refman.itely (Markup command definition): Doc
3152         by Nicolas Sceaux. Rewrite by Han-Wen
3153
3154         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3155         thing of the line.
3156         (brew_molecule): only remove if hyphen is not at the end of line.
3157         (set_spacing_rods): new function: minimum-length specifies
3158         distance between syllables.
3159
3160         * scm/define-grobs.scm (all-grob-descriptions): add
3161         Hyphen_spanner::set_spacing_rods to LyricHyphen
3162
3163         * input/regression/lyric-hyphen-break.ly: new file.
3164
3165         * input/test/lyric-hyphen-retain.ly: new file.
3166
3167         * lily/new-part-combine-iterator.cc (construct_children):
3168         add Rest direction.
3169
3170 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3171
3172         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3173
3174         * Documentation/bibliography/engraving.bib (donemus1982):
3175         update entry.
3176
3177 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3178
3179         * scripts/lilypond-book.py (Substring.__init__): new class.
3180         (Snippet.output_texinfo): add texidoc option.
3181         (Include_snippet.replacement_text): new class.
3182         (Lilypond_snippet.__init__): new class
3183         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3184
3185         * Documentation/user/refman.itely (Sound): 
3186         note about number of channels.
3187
3188         * scm/music-functions.scm (voicify-music): add \context Staff for
3189         << \\ >> polyphony.
3190
3191         * lily/parser.yy (verbose_command_req): \skip now creates
3192         SkipMusic, and does not lead to spurious staves.
3193
3194         * scm/define-music-types.scm (music-descriptions): rename
3195         NonEventSkip to SkipMusic
3196
3197         * input/no-notation/midi-lyric-barcheck.ly: new file.
3198
3199         * input/regression/collision-dots-invert.ly: new file.
3200
3201         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3202         case.
3203
3204         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3205         die if melody died too.
3206
3207 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3208
3209         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3210         with reading from stdin.
3211
3212         * lily/slur-performer.cc (try_music): new file.
3213
3214         * lily/melisma-performer.cc (try_music): new file. Handle
3215         melismata to help lyrics.
3216
3217         * lily/beam-performer.cc (try_music): new file. Handle beam events
3218         to help lyrics.
3219
3220         * lily/score-performer.cc (one_time_step): reinstate
3221         process_music().
3222
3223         * lily/performer.cc (process_music): add to interface.
3224
3225         * lily/performer-group-performer.cc (process_music): new function.
3226
3227         * lily/dot-column.cc (do_shifts): do collision resolution before
3228         dot positioning.
3229         
3230         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3231         file, process printfilename option.
3232         (Snippet.__init__): rewrite: do not use global variables h or
3233         index.
3234         (main): really support -I option.
3235         (find_toplevel_snippets): new code.
3236         (find_toplevel_snippets): reinstate old version, without global
3237         variables.
3238
3239         * tex/texinfo.tex: really add file.
3240         
3241 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3242
3243         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3244         compatibility.
3245
3246 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3247
3248         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3249
3250         * scm/define-translator-properties.scm (drumPitchTable): add
3251         property.
3252
3253         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3254         function.
3255         (help_summary): docstrings.
3256         (do_file): strip the dir of input_base too.
3257
3258 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3259
3260         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3261
3262         * Documentation/user/lilypond-book.itely: Update.
3263
3264         * make/ly-rules.make: Update lilypond-book commands.
3265
3266         * Documentation/user/GNUmakefile: Update makeinfo commands,
3267         lilypond-book flags.
3268
3269         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3270         
3271         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3272
3273         * scripts/filter-lilypond-book.py: Remove.
3274
3275         * Documentation/user/*tely: Update options for new lilypond-book.
3276
3277         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3278         with @macros in @includes.
3279
3280 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3281
3282         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3283         make rest-collision only.
3284
3285         * lily/break-substitution.cc (substitute_one_mutable_property):
3286         clear all-elements using scm_assq_remove_x(). 
3287
3288         * lily/rest-collision.cc (do_shift): shift single rests
3289
3290         * flower/include/array.hh (class Array): rename to is_empty ()
3291
3292         * lily/drum-note-performer.cc: new file: perform drum notes.
3293
3294         * VERSION (PACKAGE_NAME): release 2.1.19.
3295         
3296 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3297
3298         * scripts/filter-lilypond-book.py
3299         (classic_lilypond_book_compatibility): New function.
3300
3301 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3302
3303         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3304
3305         * Grand 2003 -> 2004 search replace. 
3306
3307         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3308         (i.e. < > )
3309
3310         * ly/performer-init.ly: add DrumStaff
3311
3312         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3313         lyric-interface; this prevents lines with only extender lines from
3314         being junked.
3315  
3316         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3317
3318         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3319         extenders right, for once and for all (hopefully).
3320         
3321         * lily/break-substitution.cc (substitute_one_mutable_property):
3322         clear old 'all-elements for System grobs.
3323
3324         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3325         that associatedVoiceContext is always assigned when music & lyrics
3326         are found. 
3327
3328         * ly/engraver-init.ly: remove Lyrics context.
3329         (TabVoice): add noteheads engraver
3330
3331         * input/test/improv.ly: update: do not use Thread switching. 
3332
3333         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3334         squashedPosition is a number  
3335
3336         * Documentation/user/refman.itely (Automatic note splitting):
3337         remove Thread references.
3338
3339         * input/no-notation/pc-direction.ly: remove file.
3340
3341         * ly/engraver-init.ly: remove Thread
3342
3343         * input/regression/tie-chord-partial.ly: remove file.
3344
3345         * scripts/convert-ly.py (conv): \harmonic rule
3346
3347         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3348         notation for harmonic notes: <c' g''\harmonic>
3349
3350         * lily/lily-guile.cc (alist_to_hashq): new function
3351
3352         * scm/lily.scm (alist->hash-table): new function.
3353
3354         * Documentation/user/refman.itely (Percussion staves): update doco.
3355
3356         * input/regression/drums.ly (timb): updates
3357
3358         * lily/note-performer.cc (create_audio_elements): robustness fix.
3359
3360         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3361
3362 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3363
3364         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3365         discard valid matches.
3366
3367 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3368
3369         * lily/drum-note-engraver.cc: new file.
3370
3371         * ly/drumpitch-init.ly: move drum definitions
3372
3373         * scm/drums.scm: remove file.
3374
3375         * lily/*.cc: remove abort-event everywhere.
3376
3377         * lily/note-heads-engraver.cc (process_music): robustification.
3378
3379         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3380         robustification.
3381
3382         * lily/parser.yy (simple_element): add \drums mode.
3383         (simple_element): remove \pitchnames , \chordmodifiers. Use
3384         variables to store this. 
3385
3386         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3387         outside \notes.
3388
3389         * VERSION: release 2.1.18.
3390         
3391         * input/test: remove octave-duplicate.ly
3392
3393 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3394
3395         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3396
3397 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3398
3399         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3400         constructor from Music_iterator. Changes throughout.
3401
3402         * lily/include/music-iterator.hh (class Music_iterator): remove
3403         Music_iterator::skip and Music_iterator::get_pending_events from
3404         interface. Rename report_to -> get_outlet 
3405
3406         * lily/auto-change-iterator.cc: move contents from
3407         new-auto-change-iterator.cc from
3408
3409         * scm/part-combiner.scm: determine split-list from Scheme. 
3410
3411         * lily/new-auto-change-iterator.cc (process): new file.
3412
3413         * lily/parser.yy (part_combined_music): remove old PC cruft.
3414
3415         * ly/engraver-init.ly: remove old
3416         PC cruft.
3417
3418         * Documentation/user/refman.itely (The Lyrics context): note about
3419         extender lines.
3420
3421         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3422         to allow 0-length mmrest events.
3423
3424         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3425
3426         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3427
3428         * lily/spacing-engraver.cc (finalize): robustifications.
3429
3430         * input/regression/new-part-combine-solo-global.ly: new file.
3431
3432         * scm/part-combiner.scm: rewrite.
3433
3434 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3435
3436         * Documentation/user/refman.itely, input/puer-fragment.ly,
3437         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3438         updated for proper use of lyricsto; replaced "(" and ")" ->
3439         "\melisma" and "\melismaEnd"
3440
3441         * input/test/ancient-font.ly: small updates to reduce compile
3442         warnings (TODO: junk this file)
3443
3444         * input/test/gregorian-scripts.ly: added comment about bug
3445
3446         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3447         tiny robustness fix
3448
3449         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3450         recent changes in the feta code); temporarily mapped mensural g
3451         clef to a copy of petrucci g clef until mensural g clef will have
3452         been rewritten
3453
3454         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3455         between mensural and neo-mensural heads (this broke quite a while
3456         ago)
3457
3458         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3459
3460 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3461
3462         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3463         indication.  Fixes for verbatim, multi line comments.
3464
3465 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3466
3467         * input/regression/new-part-combine-solo.ly: more cases.
3468
3469         * lily/slur.cc (height): robustness fix.
3470
3471         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3472
3473         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3474         stemUp/stemDown.
3475
3476         * scm/music-functions.scm (determine-split-list): further analysis.
3477
3478         * lily/script-engraver.cc (try_music): discard duplicate
3479         articulations.
3480
3481         * input/regression/new-part-combine-solo.ly: new file
3482
3483         * input/regression/new-part-combine-a2.ly: new file.
3484
3485         * ly/performer-init.ly: add Devnull
3486
3487         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3488         for \musicglyph #"accidental-*"
3489         (conv): \newpartcombine rule.
3490
3491 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3492
3493         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3494
3495 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3496
3497         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3498         textwidth, --output.
3499
3500 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3501
3502         * scm/new-markup.scm (doubleflat): add accidental markups.
3503
3504         * VERSION: release 2.1.17
3505         
3506         * Documentation/user/refman.itely (Automatic part combining):
3507         revise documentation of the part-combiner.
3508
3509         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3510         
3511         * input/test/part-combine-{moment,staff}.ly: remove file.
3512
3513         * input/regression/pc-mmrest.ly (two): remove file.
3514
3515         * scm/define-music-types.scm (music-descriptions): add
3516         Solo{One,Two}Event and UnisonoEvent
3517
3518         * lily/new-part-combine-iterator.cc (unisono): add state_
3519         variable, signal changes with part-combine-event.
3520
3521         * input/regression/new-part-combine-text.ly: new file.
3522
3523         * lily/part-combine-engraver.cc: new file.
3524
3525 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3526
3527         * scripts/filter-lilypond-book.py: Handle snippet options.
3528
3529 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3530
3531         * scm/music-functions.scm (determine-split-list): detect solo1/2
3532         and unisono.
3533
3534         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3535         revert fix, document why.
3536
3537         * lily/tie-performer.cc (process_music): new function. Set melisma
3538         property.
3539
3540         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
3541         always smaller than bracket size.
3542         (make_bracket): oops. Size of the gap was off by factor 2
3543
3544         * input/test/text-rotate.ly: new file.
3545
3546         * scm/new-markup.scm (markup): a macro that provides a
3547         LilyPond-like syntax in scheme for building markups, in order to
3548         help markup command definition. (Nicolas Sceaux)
3549
3550         * input/test/lyrics-skip-notes.ly: new example.
3551
3552         * lily/parser.yy (post_event): make HYPHEN into postfix event.
3553
3554         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
3555         use is_alias() iso. == . This fixes lyrics on
3556         GregorianTranscriptions. 
3557
3558 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3559
3560         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
3561         \thispagestyle{lastpage} to avoid that it's printed on the second
3562         last page when there's only a single score line on the last page.
3563         (The page breaking mechanism in TeX played some ugly tricks to us.)
3564
3565 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3566
3567         * scripts/filter-lilypond-book.py: Further development.
3568
3569         * input/regression/collision-dots-move.ly: New test.
3570
3571         * lily/note-collision.cc (check_meshing_chords): Move dots on left
3572         hand side note head of non-merged collision to the right.
3573
3574         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
3575         Construct children before accessing property from emtpy
3576         lyrics_context_.
3577         (construct_children): Find thread before finding LyricsVoice.
3578         Create LyricsVoice one if none found, fixes crash (thanks Erik
3579         Sandberg).
3580
3581 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3582
3583         * cygwin/: Forward port.
3584
3585 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3586
3587         * buildscripts/install-info-html.sh: Use Bash.
3588
3589         * cygwin/mknetrel: Patch from Bert.
3590
3591 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3592
3593         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
3594
3595         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
3596         try to copy *png, index.html (Bertalan Fodor).
3597
3598         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
3599
3600 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3601
3602         * lily/note-collision.cc (check_meshing_chords): Do not remove
3603         dots (from down head) when merging similar heads (thanks Matthias
3604         Kilian).  Simplify merge_possible tests and other cleanups
3605
3606         * input/regression/collision-merge-differently-dotted.ly: Add test
3607         for disappearing dots on similar heads for both voices.
3608
3609 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3610
3611         * Documentation/user/invoking.itexi (Invoking lilypond): Document
3612         that tagline overrides copyright for single page scores. Correct
3613         the default tagline value.
3614
3615 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3616
3617         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
3618
3619 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3620
3621         * buildscripts/lilypond-login.sh: Avoid warning about undefined
3622         TEXMF if it's previously unset.
3623
3624 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
3625
3626         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
3627
3628         * input/test/trills.ly: fix the unfolding of lineprall.
3629
3630         * input/test/figured-bass-alternative.ly: fix accidental.
3631
3632 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3633
3634         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
3635         
3636         * input/no-notation/dos-guile.ly: 
3637         * input/no-notation/dos-ps.ly: 
3638         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
3639         
3640         * input/no-notation/safe-include.ly:
3641         * input/no-notation/safe-guile.ly:
3642         * input/no-notation/safe-ps.ly: 
3643         * input/no-notation/safe-tex.ly: New file.
3644
3645         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
3646         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
3647         options now.
3648         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
3649         When in --safe-mode, set environment openout_any=p[aranoid].
3650
3651         * tex/ltest.tex: 
3652         * tex/lilyponddefs.tex: Add \nofiles.
3653
3654         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
3655         options.
3656
3657         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
3658         This allows building the user manual using a binary installation
3659         and a matching unpacked source tree.
3660
3661         * scm/lily.scm (safe-module): New variable. 
3662
3663         * lily/includable-lexer.cc (new_input): Fix error messages.
3664
3665         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
3666         If SAFE, evaluate in safe-module.  Change callers.
3667
3668         * lily/main.cc (Long_option_init): Reinstate safe-mode.
3669
3670         * lily/lexer.ll (embedded_scm): While processing main-input,
3671         invoke ly_parse_scm with safe mode if running in safe-mode.
3672         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
3673         in init.ly for safe-mode.
3674
3675 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3676
3677         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
3678         compatibility with old versions of geometry.sty (compat2
3679         already implied includehead).
3680         Change the page layout slightly so bottom + footskip = top +
3681         headheight + headsep = 16mm, the remaining paperheight-32mm
3682         are used for the music. Increase footskip to 5mm, so the top of
3683         the footer text doesn't touch the music.
3684
3685 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3686
3687         * VERSION: release 2.1.16
3688         
3689         * scm/music-functions.scm (determine-split-list): bugfix: only use
3690         new-active for both voices if both indexes advance. This fixes the
3691         biggest outstanding problem with new-pc. 
3692
3693         * lily/new-part-combine-iterator.cc (construct_children): set more
3694         directions.
3695
3696 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3697
3698         * scripts/convert-ly.py (conv): add instrument rule.
3699
3700         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
3701
3702         * lily/side-position-interface.cc: remove add_staff_support ()
3703         Change all callers to use staff-padding.
3704
3705         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
3706         make_spanner().
3707
3708         * lily/a2-engraver.cc (process_acknowledged_grobs): 
3709
3710         * lily/text-engraver.cc: remove scriptHorizontal property.
3711
3712         * lily/beam.cc (least_squares): also set least-squares-dy for
3713         special case of slanted 2-stem beam to center.
3714
3715         * lily/side-position-interface.cc (out_of_staff): move contents of
3716         out_of_staff into aligned_side.
3717         remove out_of_staff().
3718
3719         * input/regression/measure-grouping.ly: fix warning.
3720
3721         * lily/side-position-interface.cc: add staff-padding support to
3722         Side_position_interface::aligned_side.
3723
3724         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
3725         one get_property too many.
3726
3727         * flower/include/drul-array.hh (linear_combination): new function
3728         (scale_drul): new function
3729
3730         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
3731         operations on empty intervals are silly.
3732
3733 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3734
3735         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
3736         (iso gh_scm2int), fixes crash in new part-combiner.
3737
3738         * configure.in: Up mftrace to 1.0.27.
3739
3740 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3741
3742         * VERSION: release 2.1.15
3743         
3744         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
3745         align all stanza numbers.
3746
3747 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
3748
3749         * Documentation/user/{introduction.itely,refman.itely,
3750         converters.itely}: fix some text inside parentheses; text should
3751         be readable (even) if parentheses are either replaced with commas 
3752         or dropped out.
3753
3754 2004-01-25  Werner Lemberg  <wl@gnu.org>
3755
3756         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
3757         input/test/vaticana.ly, input/test/ancient-font.ly,
3758         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
3759         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
3760         ly/params-as-init.ly, scm/define-grobs.scm,
3761         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
3762
3763         * ly/params-as-init.ly: Removed.  Obsolete.
3764         * buildscripts/lilypond.words.py: Updated.
3765
3766 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3767
3768         * mf/parmesan-clefs.mf: switch off mensural G clefs.
3769
3770         * mf/feta-din{4,5,7,9}.mf: remove.
3771         
3772         * lily/engraver.cc (internal_make_item): centralize item/spanner
3773         factory.
3774
3775         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
3776         do correct chord conversion for ^"sim."  (backportme)
3777         (FatalConversionError.sub_articulations): substitute ^"foo" in
3778         chords too. (backportme)
3779
3780         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
3781         for Fingering.
3782
3783         * lily/side-position-interface.cc (out_of_staff): don't do
3784         anything if staff-padding not defined. 
3785
3786         * mf/feta-params.mf (stafflines): introduce linethickness as
3787         general blackness of the font.
3788
3789         * lily/stem.cc (position_noteheads): rounding error robustness.
3790
3791         * input/regression/rest-collision-beam.ly: move beam/rest stuff
3792         from beam-collision.ly 
3793
3794         * lily/beam.cc (rest_collision_callback): remove direction.
3795
3796         * scm/define-grobs.scm (all-grob-descriptions): remove
3797         enclose-bounds in OttavaBracket and PianoPedalBracket
3798
3799         * scm/new-markup.scm (def-markup-command) new macro, which takes
3800         care of defining the COMMAND-markup and make-COMMAND-markup
3801         procedures, setting markup-signature and keyword-signature object
3802         properties, and pushing the markup command in
3803         markup-function-list.
3804
3805         All markup commands are defined thanks to it.  Users may also use
3806         it to define their own markup commands. (Nicolas Sceaux)
3807
3808         * scm/new-markup.scm: Scheme style clean-up: there should be no
3809         parenthesis alone on a line; LET* should not be used where LET is
3810         enough. (Nicolas Sceaux)
3811
3812 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3813
3814         * scripts/filter-lilypond-book.py: Add script.
3815
3816 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3817
3818         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
3819
3820 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3821
3822         * Documentation/user/refman.itely (Fingering instructions): add
3823         single note chords. 
3824
3825         * lily/multi-measure-rest-engraver.cc: use a single
3826         MultiMeasureEvent for mm rests. This prevents problems with the
3827         new part combiner.
3828
3829         * scm/music-functions.scm (determine-split-list): analysis has
3830         global effect: a difference halfway a phrase makes the entire
3831         phrase be typeset as apart.
3832         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
3833
3834 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3835
3836         * ly/performer-init.ly: add Devnull.
3837
3838         * Documentation/user/refman.itely (Font selection): remove paper20
3839         ref.
3840         
3841 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3842
3843         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
3844
3845 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3846
3847         * scm/music-functions.scm (determine-split-list): bugfixes.
3848
3849         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
3850
3851         * input/test/scales-greek.ly: use C as base, results in different
3852         alterations at the clef.
3853
3854         * input/regression/pedal-ped.ly: new file.
3855
3856         * input/regression/pedal-bracket.ly: new file.
3857
3858         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
3859         replace after_line_breaking()
3860
3861         * lily/line-interface.cc (line): read thickness.
3862         (line): dash-fraction = 0 always for dotted-line style.
3863
3864         * input/test/staff-lines.ly (lower): bugfix.
3865
3866         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
3867         \accepts Devnull into Score.
3868
3869         * scm/lily.scm: remove bla.scm load.
3870
3871 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3872
3873         * VERSION: release 2.1.14
3874         
3875         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
3876
3877         * lily/side-position-interface.cc (general_side_position): add
3878         Staff_symbol_referencer::staff_space ().
3879
3880         * lily/include/context-def.hh: rename from translator-def.hh
3881
3882 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3883
3884         * input/template/piano-dynamics.ly (pedal): Updated definition of
3885         Dynamics such that \cresc works, for example.
3886
3887 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3888
3889         * lily/stem.cc (calc_stem_info): use
3890         Staff_symbol_referencer::staff_space
3891
3892         * lily/beam-quanting.cc (quanting): scale Stem_info 
3893
3894         * lily/beam.cc (rest_collision_callback): use minimum-distance
3895         property for rest/beam collisions.
3896         (rest_collision_callback): bugfixes.
3897
3898         * lily/system.cc (post_processing): extra-offset is now relative
3899         to the size of the current staff.
3900
3901         * scm/music-functions.scm (notice-the-events-for-pc): record all
3902         voices, only analyze "one" and "two".
3903
3904         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
3905         not parent. 
3906
3907         * lily/new-part-combine-iterator.cc (construct_children): create
3908         Devnull from Voice context
3909
3910         * scm/music-functions.scm (determine-split-list): bugfixes.
3911
3912         * lily/lily-guile.cc (robust_scm2int): new function
3913
3914         * lily/staff-symbol-referencer.cc (line_thickness): new
3915         function. Use throughout.
3916
3917         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
3918         in its own context.  Add to preset font-size.
3919
3920         * lily/stem.cc (thickness): new function.
3921
3922         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
3923         compute thickness from ledger-line-thickness.
3924
3925         * lily/note-head.cc (brew_ledger_lines): use
3926         Staff_symbol::get_ledger_line_thickness ().
3927
3928         * lily/beam.cc (rest_collision_callback): use
3929         Staff_symbol_referencer::staff_space().
3930
3931         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
3932         Mus1 Mus2
3933
3934         * lily/include/translator.hh (class Translator): add accepts_list_
3935         so  \with { \denies / \accepts } also works.
3936
3937         * scm/music-functions.scm (determine-split-list): determine split
3938         list from music events.
3939
3940         * lily/new-part-combine-iterator.cc: more states.
3941
3942         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
3943
3944 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3945
3946         * lily/system.cc (set_loose_columns): use the right prebroken cols
3947         for interpolating loose column position.
3948
3949         * lily/text-spanner.cc (brew_molecule): default to no vertical
3950         lines.
3951
3952         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
3953         take space.
3954
3955         * scm/define-grobs.scm (all-grob-descriptions): less padding.
3956
3957 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3958
3959         * scripts/convert-ly.py: Do not test filename when processing
3960         stdin.
3961
3962         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
3963
3964 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3965
3966         * lily/axis-group-engraver.cc (finalize): extra check; if
3967         process_music () is never called, then staffline_ == 0.
3968
3969         * lily/simultaneous-music-iterator.cc (pending_moment): don't
3970         check run_always ().
3971         
3972         * VERSION: release 2.1.13
3973
3974         * input/regression/note-head-style.ly (pattern): cleanup.
3975
3976         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
3977         downloading.
3978
3979         * scm/output-lib.scm (shift-right-at-line-begin): new function:
3980         kludge rehearsalmark placement.
3981
3982         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
3983         , ly:spanner?
3984
3985         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
3986         close to note head for accidentals.
3987
3988         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
3989         tuplet direction.
3990
3991         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
3992
3993 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3994
3995         * lily/include/music-iterator.hh (class Music_iterator): add
3996         substitute_outlet() to iterator API.
3997
3998         * lily/new-part-combine-iterator.cc (construct_children):
3999         New_pc_iterator: new class, better part combining.
4000
4001         * lily/tie-column.cc (werner_directions): new function
4002
4003         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4004
4005         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4006         empty objects group spanner as parent
4007
4008         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4009         slope against graphical slope.
4010
4011         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4012         for ottava bracket.
4013
4014         * lily/side-position-interface.cc (general_side_position):
4015         opps. reinstate *dir.
4016
4017         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4018         parser run.
4019
4020         * lily/tuplet-bracket.cc: remove calc_dy ().
4021
4022         * Documentation/user/refman.itely (Balloon help): document balloon
4023         help
4024
4025 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4026
4027         * scm/document-backend.scm (check-dangling-properties): Grob
4028         properties are defined define-grob-properties.scm.
4029         
4030 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4031         
4032         * VERSION: release 2.1.12
4033
4034         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4035         ChordName
4036
4037         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4038         relation to surroundings.
4039
4040         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4041         Y-extent to the note-extents: stay clear of the staff.
4042
4043 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4044
4045         * Documentation/user/GNUmakefile
4046         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4047         iso. copy.
4048
4049         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4050
4051         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4052
4053         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4054
4055         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4056
4057         * lily/line-interface.cc (line): remove thickness from calling interface.
4058
4059         * lily/hairpin.cc: use Line_interface
4060
4061         * lily/line-interface.cc: new file. Line_interface for everything
4062         with dotted/dashed lines.
4063         
4064
4065         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4066
4067         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4068         for constructing ottava brackets.
4069         
4070         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4071         the note heads.
4072
4073         * Documentation/user/internals.itely (Engravers and performers):
4074         fix broken link.
4075
4076         * scm/music-functions.scm (make-mark-set): new function.
4077
4078         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4079         functionally identical to beam.
4080
4081         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4082         () with beam (). 
4083
4084         * Documentation/user/refman.itely (Rehearsal marks): document new
4085         functionality.
4086
4087         * input/regression/rehearsal-mark-number.ly: new file.
4088
4089         * input/regression/rehearsal-mark-letter.ly: new file.
4090
4091         * scm/translation-functions.scm (number->mark-string): new function
4092         (format-mark-letters): new function
4093         (format-mark-numbers): new function
4094
4095         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4096         integer; formatting is done through markFormatter property.
4097         
4098         * scm/define-translator-properties.scm: fold all *-done properties
4099         into positioning-done.
4100
4101         * lily/beam.cc (position_beam): new function
4102         (brew_molecule): make sure that positions are calced before making
4103         the molecule.
4104
4105         * scm/output*.scm (beam):  take 4th argument for function.
4106
4107         * ps/music-drawing-routines.ps: take blot as 4th argument.
4108
4109         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4110         stem to avoid small dents.
4111         
4112 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4113
4114         * VERSION: release 2.1.11
4115
4116         * input/regression/balloon.ly: new file.
4117
4118         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4119         objects, and make help texts. 
4120
4121         * scm/new-markup.scm (parse-simple-duration): parse duration
4122         string to log & dots. (Thanks Nicolas!)
4123
4124         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4125         rule.
4126
4127 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4128
4129         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4130         Lemberg).
4131
4132         * THANKS: alphabetic order.
4133
4134 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4135
4136         * input/regression/note-head-harmonic.ly: new file.
4137
4138         * Documentation/user/internals.itely (Technical manual): explain
4139         difference between music, translation, layout.
4140
4141         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4142
4143         * scm/output-ascii-script.scm (bracket): rounding bfs.
4144
4145         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4146
4147         * ly/paper*.ly: remove files. 
4148         
4149         * scm/paper.scm (set-staff-size): new function: set default
4150         staff-size.
4151
4152         * scripts/convert-ly.py (conv): add conversion rule.
4153
4154         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4155         function.
4156
4157         * scm/paper.scm: new file.
4158         (set-staff-size): new function 
4159         (set-paper-size): new function
4160
4161         * lily/parser.yy (music_output_def_body): restructure definition,
4162         so first Scheme statement in \paper also happens in new scope. 
4163
4164         * lily/system.cc (post_processing): move uniquify_list () to
4165         dumping molecule stage.
4166
4167         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4168         this will mess up scores that use barchecks to shorten measures.
4169
4170         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4171         at 20pt too.
4172
4173         * Documentation/user/tutorial.itely (Printing lyrics): document
4174         \lyricsto
4175
4176         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4177
4178         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4179
4180         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4181         if Voice is not found.
4182
4183         * VERSION: release 2.1.10
4184         
4185         * input/{test,regression}/: remove old-relative 
4186
4187         * lily/lexer.ll: add empty markup signature. 
4188
4189         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4190         strut markup
4191
4192         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4193
4194         * scm/define-translator-properties.scm: update melismata property
4195         doco.
4196
4197         * lily/system.cc (output_lines): revert uniquify_list() patch,
4198         strange side effects seen.
4199         
4200         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4201         dash-period < 0.
4202
4203         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4204         for flute. 
4205
4206 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4207
4208         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4209
4210         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4211
4212         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4213         of line breaks.
4214         (brew_molecule): add padding to left, not right.
4215
4216         * lily/system.cc (uniquify_list): new function
4217         (output_lines): uniquify_list () on all-elements. This fixes
4218         double symbols in the output.
4219
4220         * lily/beam.cc (rest_collision_callback): don't move anything if
4221         staff-position is set.
4222
4223         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4224
4225         * lily/system.cc (typeset_grob): warn if adding twice.
4226
4227         * lily/sequential-iterator.cc (run_always): implement run_always().
4228         (also in other files.)
4229         
4230         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4231
4232         * lily/event.cc (to_relative_octave): add octave-check.
4233
4234         * Documentation/user/refman.itely (Line breaking): add noBreak.
4235
4236         * scm/new-markup.scm (normalsize-markup): add function.
4237         (sans-markup): new function.
4238
4239         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4240         come earlier nowadays.  This fixes beams on grace notes.
4241         
4242         * scm/music-functions.scm (direction-polyphonic-grobs): new
4243         variable, share between override and revert. This fixes script
4244         directions in polyphonic sections. (backportme)
4245
4246 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4247
4248         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4249         breakpoints.
4250
4251         * lily/break-align-interface.cc: add doco
4252
4253         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4254
4255 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4256
4257         * VERSION: release 2.1.9
4258
4259         * scm/document-markup.scm (markup-doc-node): add note about naming.
4260
4261         * scm/new-markup.scm (left-align-markup): bugfix. 
4262
4263         * Documentation/user/refman.itely (Ottava brackets): more doco for
4264         ottava.
4265
4266         * lily/side-position-interface.cc (out_of_staff): also do
4267         out_of_staff() correctly for d == DOWN.
4268
4269         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4270         horizontal line if they move to the right.
4271         
4272         * scm/define-grobs.scm (all-grob-descriptions): set
4273         text-repeat-if-broken for ottava spanner
4274
4275         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4276         property.
4277
4278         * mf/feta18.mf: design size is 18 not 22.5
4279
4280         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4281         Add a single LyricsVoice to a melody. Melismata may be set
4282         individually.
4283
4284         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4285
4286         * lily/dot-column.cc: add stdio.h
4287
4288 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4289
4290         * lily/item.cc: documentation for break-visibility (Thanks, John).
4291
4292 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4293
4294         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4295
4296         * lily/translator-def.cc: rename Translator_def to Context_def.
4297
4298         * Documentation/user/internals.itely (Lexical details): clarify
4299         string def.
4300
4301         * Documentation/user/refman.itely (Rhythmic music): add link to
4302         RhythmicStaff 
4303
4304 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4305
4306         * lily/translator.cc: document start_translation_timestep()
4307
4308         * scm/output-tex.scm (tex-encoded-fontswitch): use
4309         round for rounding (inexact->exact yields rationals)
4310
4311         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4312
4313         * lily/translator-group.cc (get_simple_trans_list): 
4314         new function; construct simple_trans_list_ lazily.
4315         
4316 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4317
4318         * lily/paper-outputter.cc (output_scope): Check if number before
4319         checking exact (guile cvs).
4320
4321         * scm/*: Escape backslashes in scheme strings (guile cvs).
4322
4323 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4324
4325         * Documentation/user/refman.itely (Tablatures basic): annotate
4326         seealso sections.
4327
4328         * lily/*.cc: cleanup of engraver initialize() functions.
4329
4330         * lily/repeat-acknowledge-engraver.cc
4331         (start_translation_timestep): remove first_b_
4332
4333         * lily/tab-note-heads-engraver.cc: listen to string number events
4334         inside < > too. (backportme).
4335
4336         * Documentation/user/refman.itely (Text scripts): add fatText to
4337         index.
4338
4339 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4340
4341         * VERSION: 2.1.8
4342
4343         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4344         footer.
4345
4346         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4347
4348         * lily/bar-check-iterator.cc (process): only warn if
4349         barCheckLastFail was changed.
4350
4351         * scm/define-translator-properties.scm (barCheckLastFail): add
4352         property.
4353
4354         * lily/main.cc (main_prog): print summary of failed files.
4355
4356         * lily/axis-group-engraver.cc: move all spanner creation to
4357         process_music (). Now staffs can be adjusted with \override too.
4358         (Jan, you are a brilliant programmer!)
4359         
4360         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4361
4362 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4363
4364         * Documentation/user/tutorial.itely (Integrating text and music):
4365         Show the commands to produce a PDF as well.
4366
4367 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4368
4369         * lily/translator-def.cc (get_translator_names): accept user
4370         tweaks too. 
4371
4372         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4373         as big as normal heads. 
4374
4375         * input/*ly: run convert-ly
4376         
4377         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4378         () if dependencies are fluked.
4379
4380         * scm/document-translation.scm (engraver-doc-string): update on
4381         latest string/symbol conventions.
4382
4383         * lily/translator-ctors.cc: use Scheme_hash_table.
4384
4385         * lily/translator-def.cc (get_translator_names): new function
4386         (add_context_mod): new function
4387         (get_accepted): new function
4388
4389         * lily/parser.yy (context_mod): put all modifications of
4390         \translator { } in a single production, encode as SCM.
4391
4392         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4393         to use read-only lists, so additions to the definition can be
4394         prepended easily.  
4395
4396         * Documentation/user/invoking.itexi (Editor support): add node on
4397         editor support.
4398
4399         * Documentation/user/refman.itely (Bar check): add lyrics example
4400         of bar checks. 
4401
4402         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4403
4404         * scripts/convert-ly.py (conv): add conversion rule.
4405
4406         * lily/parser.yy: use \change iso. \translator for staff switch.
4407
4408         * lily/my-lily-lexer.cc: add \change.
4409
4410         * scm/define-translator-properties.scm
4411         (default-melisma-properties): add definition.
4412
4413 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4414
4415         * Documentation/user/refman.itely (Bar lines): clarification of
4416         systemStartDelimiter. 
4417
4418         * input/test/slur-shape.ly (x): remove file.
4419
4420         * lily/translator-group.cc (apply_property_operations): new function.
4421
4422 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4423
4424         * lily/parser.yy (optional_prop_ops): allow \with {
4425         PROPERTYSETTINGS } following \context or \new.
4426
4427         * lily/my-lily-lexer.cc: add \with.
4428
4429         * lily/parser.yy (property_operation): clean up definition of
4430         property operations.
4431         (property_op_to_music): new function.
4432         (context_spec_music): new function
4433
4434         * VERSION: 2.1.7 released.
4435         
4436         * input/regression/collision-merge-dots.ly: new file.
4437
4438         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4439         then kill the dots too. 
4440
4441         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4442         set/unset breakableSeparationItem
4443
4444         * lily/separation-item.cc (relative_width): add function.
4445
4446         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4447         only-prebreak-interface
4448
4449         * lily/system.cc (output_lines): only junk only-prebreak-interface
4450         grobs.
4451
4452         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4453         read breakableSeparationItem
4454
4455         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4456
4457         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4458
4459         * lily/dot-column.cc (dot_config_badness): new function:
4460         select the best scoring dot configuration: dots should go close to
4461         the note heads, but be shifted up or down according to conventions.
4462         (print_dot_configuration): idem.
4463         (shift_one): idem
4464         (remove_collision): idem.
4465
4466         * input/regression/dots.ly: add more test cases.
4467
4468 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4469
4470         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4471
4472         * flower/include/interval.hh: rename elem_b to contains 
4473
4474         * lily/tie.cc: change 'heads to 'head-pair.
4475
4476         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4477         fill in 'heads field.
4478
4479         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4480         minimum-length for short ones, and shorten so collisions with the
4481         next syllable are avoided.
4482
4483         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4484         near-zero slopes.
4485         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4486
4487         * lily/dots.cc: remove quantized_position callback. All Y
4488         positioning is done by dot-column.cc
4489
4490         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4491         exhaustive test of all dot positions. This fixes disappearing dots
4492         in dotted chords.
4493
4494 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4495
4496         * mf/feta-klef.mf (test_staff): fatten up G clef
4497         (test_staff): fatten up f clef.
4498         
4499
4500 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4501
4502         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4503         * input/les-nereides.ly: Use latin1 characters for title, like
4504         Morgenlied.
4505
4506 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4507
4508         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4509         cmb10).
4510
4511         * lily/lyric-extender.cc (brew_molecule): add little space before
4512         extender line.
4513
4514         * lily/beam-quanting.cc (score_forbidden_quants): check if
4515         outer stafflines fall in any beam gaps.
4516
4517         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4518         for lyric texts.
4519
4520 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4521
4522         * VERSION: 2.1.6 released.
4523
4524         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4525         this shows the demerits of a user-defined beam position pair.
4526
4527         * scm/define-grobs.scm (all-grob-descriptions): set
4528         beamed-extreme-minimum-free-lengths to a different value.
4529
4530         * lily/scm-option.cc: add debug-beam scm-option
4531
4532         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4533
4534 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4535
4536         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4537
4538         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4539         space after barline.
4540
4541         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
4542
4543         * lily/spacing-spanner.cc (breakable_column_spacing): take average
4544         of spacing wishes, not maximum. Only do this for delta-t == 0. In
4545         the other case, take standard column-breakable spacing. Do not
4546         warn about "no spacing wishes".
4547
4548         This fixes wide spaces after barlines in very loose lines.
4549
4550         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
4551
4552 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4553
4554         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
4555         acknowledge_grob lyric-syllable, not lyric-text.
4556
4557         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
4558         dashes of length #'length separated by #'dash-period. 
4559
4560         * lily/lyric-extender.cc (brew_molecule): idem
4561
4562         * lily/multi-measure-rest.cc (big_rest): idem
4563
4564         * lily/system-start-delimiter.cc (simple_bar): idem
4565
4566         * lily/bar-line.cc (simple_barline): use rounded box
4567
4568         * VERSION: release 2.1.5
4569
4570         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4571         music): move note about dvips to more visible place.
4572
4573         * lily/lyric-phrasing-engraver.cc: move from
4574         new-phrasing-engraver.cc, remove old cruft (syllable-group,
4575         lyric-phrasing-engraver.hh)
4576         
4577         * lyric-align.ly: remove file
4578         
4579         * scripts/convert-ly.py (FatalConversionError.func): add removal
4580         rule for automaticMelismata
4581
4582         * ly/engraver-init.ly (ScoreContext): switch on
4583         New_phrasing_engraver by default.
4584
4585         * lily/slur-engraver.cc (class Slur_engraver):
4586         process_acknowledged_grobs -> process_music.
4587         (try_music): signal melismata correctly.
4588
4589         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
4590         word-space, right-trim-amount, and extend past right bound only
4591         for note heads.
4592
4593         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
4594         lyric-extender support: add note-heads to the extender
4595         automatically.
4596
4597         * lily/parser.yy: extender is now post_event. 
4598
4599         * lily/accidental-engraver.cc (number_accidentals): remove
4600         spurious warning about non-parent contexts.
4601
4602         * lily/music-output-def.cc (assign_translator): \translator { }
4603         for a Foo context implicitly redefines \FooContext.
4604
4605         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
4606         fixes.
4607
4608         * lily/slur.cc (brew_molecule): don't use stafflinethickness
4609         doubly in slur weight. 
4610
4611         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
4612         combination.
4613
4614         * scm/define-grobs.scm (all-grob-descriptions): change clef -
4615         staffbar distance.
4616
4617         * scripts/lilypond.py (global_latex_preamble): crank down size of
4618         the margins. Now there is a 12 mm top and bottom margin, which
4619         should correspond with the printable area of modern printers.
4620
4621         This enlarges the music height of the printable page a little.
4622
4623         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
4624         signs. Use \markup instead.
4625         (accreg_pen): tweak for accordeon asterisk.
4626
4627 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4628
4629         * lily/melisma-engraver.cc (try_music): use melisma_busy()
4630
4631         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
4632
4633         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
4634
4635         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
4636
4637         * scm/define-grobs.scm (all-grob-descriptions): change
4638         StanzaNumber description: make side support, i.s.o. breakable.
4639         use Instrument_name_engraver for texts in the margin.
4640
4641         * scm/define-translator-properties.scm: remove
4642         melismaEngraverBusy, stz property.
4643
4644         * *.cc: naming: change empty_b () into is_empty ()
4645
4646         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
4647
4648         * input/regression/lyric-phrasing-new.ly: new file.
4649
4650         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
4651         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
4652         melismata are now left-aligned.
4653
4654 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4655
4656         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
4657
4658         * mf/feta19.mf: remove.
4659         
4660         * mf/feta-klef.mf (test_staff): more tweaks
4661
4662         * mf/feta-toevallig.mf: more small size tweaks.
4663
4664         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
4665         rests for smaller sizes.
4666
4667         * mf/feta-bolletjes.mf: fix cross heads.
4668
4669         * VERSION: release 2.1.4
4670         
4671         * scripts/convert-ly.py (FatalConversionError.func): add rule for
4672         deprecated #'ancient font family
4673
4674         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
4675         it is a string or number.
4676
4677         * scm/output-lib.scm (note-head-style->attachment-coordinates):
4678         change calling convention of stem-attachment function. 
4679
4680         * buildscripts/mf-to-table.py: read and dump WX/WY fields
4681
4682         * mf/feta-autometric.mf: dump WX/WY fields too
4683         
4684         * mf/parmesan-heads.mf: idem.
4685
4686         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
4687         attachment coordinates.
4688
4689         * lily/note-head.cc (stem_attachment_coordinate): read stem
4690         attachment from the notehead glyphs WX/WY fields.
4691
4692         * lily/include/font-metric.hh (struct Font_metric): add methods
4693         get_indexed_wxwy (), make a distinction between looking up by
4694         index and ASCII  
4695
4696         * mf/feta-bolletjes.mf: rewrite note head MF code.
4697         (test_outlines): make heads more rotund for smaller sizes. 
4698
4699 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4700
4701         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
4702         throughout. Font scaling fixes throughout.
4703
4704         * mf/feta-sleur,slur.mf: remove. 
4705
4706         * mf/feta-slag.mf: rewrite.
4707
4708 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4709
4710         * VERSION: release 2.1.3
4711
4712         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
4713
4714         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
4715
4716         * lily/mark-engraver.cc (process_music): fix mark
4717         \default. (backportme)
4718
4719         * stepmake/stepmake/automatically-generated.sub.make (default):
4720         use -n for head/tail commands. 
4721
4722         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
4723         heads with the same pitch.
4724
4725 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4726
4727         * lily/recording-group-engraver.cc (finalize): set protected_scm
4728         member to '() before finalizing.
4729
4730         * lily/translator-group.cc (finalize): remove removal_processing () 
4731
4732         * lily/recording-group-engraver.cc: new engraver: record
4733         synchronized start & end times for each music object.
4734
4735         * lily/parser.yy (toplevel_expression): execute score rendering
4736         during parsing. Cleanup output-filename handling; this is no
4737         longer done with global variables.
4738         (translator_spec_body): allow \type modification too.
4739
4740         * lily/score.cc:  ly:run-translator: new function
4741         (LY_DEFINE): ly:render-output new function.
4742
4743         Separate interpreting and rendering, and make available as
4744         functions at Scheme level.
4745
4746 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4747
4748         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
4749         (musicxml-node->string):
4750         (xml-node->string):
4751         (music-to-musicxml): New function.
4752
4753 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4754
4755         * VERSION: 2.1.2 released
4756
4757         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
4758
4759         * scm/font.scm (paper20-font-vector): discouple font design sizes
4760         from sizes specified in .ly file: store all design sizes of a font
4761         in a single vector.
4762
4763         * lily/font-select.cc (get_font_by_design_size): new function
4764
4765         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
4766         add parmesan,feta in sizes 14 and 18.
4767         
4768         * mf/feta-toevallig.mf: use blot diameter for double sharp.
4769
4770         * lily/font-size-engraver.cc (acknowledge_grob): change definition
4771         of fontSize: this now sets font-size
4772
4773 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4774
4775         * VERSION: 2.1.1 released
4776         
4777         * Documentation/user/refman.itely (Tuning objects): add note about
4778         concurrent tweaks in different contexts. 
4779
4780         * lily/tie-engraver.cc (acknowledge_grob): use
4781         Staff_symbol_referencer::get_position iso. reading staff-position
4782         directly.
4783
4784         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
4785         currentMusicalColumn as left span-point for bracket. The bracket
4786         is too long when there are accidentals.
4787
4788 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4789
4790         * buildscripts/lilypond-profile.sh,
4791         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
4792         Thanks to Reuben Thomas <rrt@mupsych.org>
4793
4794 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
4795
4796         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
4797         Wurbel <wurbel@univ-tln.fr>.
4798
4799 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4800
4801         * scripts/midi2ly.py: Add space after chords.
4802
4803 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
4804
4805         * input/regression/{many}: add few @code{ ... }.
4806
4807 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4808
4809         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
4810         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
4811         Removed cmbx5, cmbx6 (which are included in teTeX)
4812         and cmbxti14 which is not used in fonts.scm.
4813
4814 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
4815
4816         * lily/midi-item.cc: fine tune quarter tones.
4817
4818 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
4819
4820         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
4821         new function, warn how many cents are missing in fine tuning.
4822
4823 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
4824
4825         * input/bugs/rhytmicstaff-tie.ly: add file.
4826
4827         * THANKS: Create skeleton for 2.1.
4828
4829 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
4830
4831         * input/test/bar-lines.ly (TODO): dashed "|".
4832
4833 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
4834
4835         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
4836         input/regression/tie-chord.ly: Fix spell for tying.
4837
4838         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
4839
4840         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
4841         new file (renamed, see above).
4842
4843         * Documentation/user/lilypond-book.itely
4844         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
4845         * input/example-1.ly input/example-2.ly input/example-3.ly
4846         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
4847         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
4848         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
4849         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
4850         * scripts/lilypond-book.py scripts/lilypond.py
4851         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
4852         * vimrc: replace ly2dvi with lilypond and remove silly comments.
4853
4854         * Documentation/user/lilypond.tely: update version.
4855
4856         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
4857         Remove extra spaces in each @node, fixes spaces.
4858
4859 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4860
4861         * scripts/lilypond-book.py (output_dict): Add definition of
4862         \lilypondbook also for LaTeX output. Solves several bug reports.
4863
4864 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
4865
4866         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
4867
4868 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
4869
4870         * input/test/transposition.ly: Fix key signatures, given in comments.
4871
4872 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4873
4874         * scm/midi.scm (instrument-names-alist),
4875         Documentation/user/appendices.itely: Correct spelling of shakuhachi
4876
4877 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4878
4879         * input/test/temporary-stave.ly (texidoc): New example based on an
4880         email question from Ralph Little.
4881
4882 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4883
4884         * VERSION: release 2.1.0
4885         
4886         * lily/note-performer.cc (try_music): accept busy-playing-event.
4887
4888         * lily/swallow-perf.cc (try_music): return false for
4889         busy-playing-event and melisma-playing-event.
4890
4891 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4892
4893         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
4894         >> in \score.
4895
4896 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4897
4898         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
4899         that articulation_substitute will not move beam start again.
4900         (articulation_substitute): Bugfix: remove stray space so that new
4901         old chords ending '>>' does not get broken up.
4902         (sub_chord): Use TAB for indentation (not spaces).
4903         
4904         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
4905         Bugfix for startup: Use ?^ instead of ?\^.
4906
4907 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4908
4909         * lily/lyric-combine-music-iterator.cc
4910         (Lyric_combine_music_iterator): change init order, to prevent GC
4911         segfaults.
4912
4913         * lily/context-specced-music-iterator.cc (construct_children): 
4914         only change  translator if found. This fixes a core dump problem.
4915
4916 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4917
4918         * scm/slur.scm (default-slur-extremity-rules): use equal? for
4919         comparison.
4920
4921         * mf/feta-bolletjes.mf: make hole in half note little
4922         smaller for stem attachment.
4923
4924         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
4925
4926         * mf/feta-banier.mf: don't draw stem with flag, just small square
4927         attachment.
4928
4929         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
4930
4931         * mf/feta-banier.mf: remove upstem/downstem characters.
4932
4933         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
4934
4935         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
4936         stafflinethickness (in the default)
4937
4938         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
4939
4940         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
4941
4942         * Documentation/topdocs/INSTALL.texi (Top): reorder.
4943
4944         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
4945
4946         * lily/include/directional-element-interface.hh:
4947         junk class, make {get,set}_grob_direction functions.
4948
4949         * lily/slur.cc (get_attachment): do something sensible when
4950         attaching to stem without heads (eg. a rest).
4951
4952         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
4953         forcing up to staff.  remove #'support-head property
4954         (brew_molecule): small cleanup.
4955         (flag): remove #'grace property.
4956
4957 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4958
4959         * cygwin/postinstall-lilypond.sh: 
4960         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
4961         (Volker Zell).
4962
4963 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4964
4965         * scripts/lilypond-book.py: resurrect 'eps' option. 
4966         (TexiPaper.to_eps): use -Ppdf for EPS files.
4967
4968         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
4969
4970         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
4971
4972         * VERSION: release 2.0.1
4973
4974         * lily/bezier.cc (get_other_coordinate): change assert into
4975         warning.
4976
4977         * lily/note-head.cc (internal_brew_molecule): make left protusion
4978         smaller, to accomodate for natural sign.
4979         (internal_brew_molecule): only do this when the accidental is
4980         close enough.
4981         (extent): new function
4982
4983         * lily/skyline.cc (merge_skyline): new function
4984         (heighten_skyline): new function
4985
4986         * lily/accidental-placement.cc (position_accidentals) 
4987         (position_accidentals): fix todo.
4988
4989 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4990
4991         * input/test/+.ly (texidoc): put version number inline.
4992
4993         * GNUmakefile.in: remove rsync-web target.
4994         
4995         * input/regression/bar-scripts.ly (onestaff): raggedright
4996
4997 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4998
4999         * lily/*.cc: remove #if 0'd code in couple of places.
5000
5001         * lily/midi-stream.cc (operator <<): rewrite.
5002
5003         * lily/note-head.cc (internal_brew_molecule): 
5004         only make ledgers when the Staff symbol has lines.
5005
5006         * ly/property-init.ly (arpeggioBracket): simplify
5007
5008         * lily/translator-group.cc (execute_pushpop_property): use
5009         SCM_EQ_P for comparing keys. This fixes reverting
5010         auto-beam-settings.
5011
5012 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5013 *
5014         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5015         midi_debug_global_b.
5016         (operator <<): Normalise loop.
5017
5018 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5019
5020         * scripts/lilypond.py (escape_path): revise.
5021
5022         * scm/music-functions.scm (set-output-property): new function.
5023         
5024 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5025
5026         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5027         use addmakeflags again.
5028
5029         * cygwin/lily-wins.py (escape_shell): New function; use it.
5030
5031         * scripts/lilypond.py (escape_shell): Escape quotes and other
5032         spaces too.  Do not escape escaping backslashes.
5033
5034         * make/srcdir.make.in (web-install): Must call install-WWW now.
5035
5036         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5037         dependency
5038
5039 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5040
5041         * scripts/lilypond.py (escape_path): escape quotes too. 
5042
5043         * Documentation/user/lilypond.tely (Unified index): rename Index
5044         to accomodate Windows breakage.
5045
5046         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5047
5048         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5049         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5050         target not a source.
5051
5052 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5053
5054         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5055         addmakeflags.  Build and install doc and web also when building on
5056         Cygwin.
5057
5058         * mf/GNUmakefile: Bugfix.
5059
5060         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5061         target web.
5062
5063         * cygwin/lily-wins.py: Quote filename.
5064
5065 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5066
5067         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5068
5069 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5070
5071         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5072         settings.
5073
5074         * configure.in: Require g++ > 3.0.4.
5075
5076         * mf/GNUmakefile: Bugfix: Add list.ly target.
5077         
5078         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5079
5080         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5081         make omf directory, add uninstall targets.
5082
5083 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5084
5085         * lily/tie-performer.cc (initialize): init prev_event
5086
5087         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5088
5089         * lily/script-engraver.cc (make_script_from_event): don't crash on
5090         non-string articulation-type.
5091
5092         * lily/new-fingering-engraver.cc (add_script): don't crash on
5093         0 scripts 
5094         (acknowledge_grob): warn about text script events.
5095
5096 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5097
5098         * buildscript/lilypond.words: fix path for drums.scm.
5099
5100 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5101
5102         * lily/spacing-spanner.cc (note_spacing): don't make longer
5103         durations than measure-length.
5104
5105         * VERSION: release 2.0.0
5106
5107         * GNUmakefile.in (rsync-web): version independent rsync target.
5108
5109         * input/test/+.ly (texidoc): idem.
5110
5111         * input/regression/+.ly: print version number.
5112
5113         * input/regression/accidentals.ly (mel): shorten.
5114
5115         * input/regression/accidental-octave.ly (texidoc): shorten.
5116
5117         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5118
5119         * input/regression/completion-heads-polyphony.ly: octave
5120
5121         * input/regression/beam-manual.ly: remove
5122
5123         * input/regression/beam-chord.ly: remove
5124
5125         * input/regression/grace-dynamic.ly: remove
5126         
5127         * input/regression/grace-volta-repeat.ly: octave fixes.
5128
5129         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5130
5131         * lily/parser.yy (step_number): semitones for chord entry too.
5132         (make_chord_step): more robust code, semitones. 
5133
5134         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5135
5136         * input/regression/breathing-sign.ly (texidoc): split ancient and
5137         normal breathing signs.
5138
5139         * scm/define-grobs.scm (all-grob-descriptions): swap
5140         beamed-extreme-minimum-free-lengths and
5141         beamed-minimum-free-lengths; the 'extreme' case should allow
5142         shorter stems. This fixes forced directions on beamed 32nd and
5143         shorter notes.
5144
5145         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5146         quartertones, not semitones.
5147         (NoteNamesContext): swallow more event types
5148
5149         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5150
5151         * VERSION (PACKAGE_NAME): release 1.9.10
5152
5153 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5154
5155         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5156         set note head as cause of note-column.  This gives a better error
5157         message.
5158
5159 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5160
5161         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5162
5163 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5164
5165         * mf/GNUmakefile (pfa_warning): instruct 
5166
5167         * stepmake/aclocal.m4: typo.
5168
5169         * Documentation/user/cheatsheet.itely: more verbose examples.
5170
5171         * input/regression/clefs.ly: remove bogus docstring.
5172
5173 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5174
5175         * GNUmakefile.in (SUBDIRS): Add elisp.
5176
5177         * elisp/lilypond-mode.el: 
5178         * elisp/lilypond-init.el: 
5179         * elisp/lilypond-indent.el: 
5180         * elisp/lilypond-font-lock.el: Move from top dir.
5181
5182         * stepmake/stepmake/elisp-vars.make: New file.
5183
5184         * config.make.in (elispdir): Add.
5185
5186         * Documentation/topdocs/INSTALL.texi: Typo.
5187
5188         * make/ly-rules.make: Test for files instead of touching void and
5189         ignoring errors.
5190
5191         * GNUmakefile.in:
5192         * make/lilypond.redhat.spec.in:
5193         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5194         <builddir>, adding
5195         
5196              (push "<builddir>/share/lilypond/elisp" load-path)
5197
5198         to your ~/.emacs.el should give you LilyPond-mode again.
5199
5200         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5201         regexp for DOS/Windows, we are too paranoid to fix others.
5202
5203 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5204
5205         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5206
5207         * input/test/chord-names-jazz.ly (banterProperties): fix
5208
5209         * lily/parser.yy (bass_mod): bass figure alterations are semi
5210         tones, not quarter tones
5211
5212         * lily/beam.cc (set_stem_lengths): only lengthen stems
5213         for gapped beams.
5214
5215         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5216         by beamcount.
5217
5218         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5219         a warning that the warning may erroneous.
5220
5221         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5222         target.
5223
5224         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5225         targets.
5226
5227         * GNUmakefile.in ($(config_h)): config.h should depend on
5228         config.hh.in .
5229         (lilypond.words): remove fontball stuff.
5230
5231         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5232
5233         * configure.in: remove pktrace reference.
5234
5235         * GNUmakefile.in (rsync-web): permissions and ownership for
5236         website.
5237
5238         * lily/volta-engraver.cc (staff_eligible): new function.
5239         (stop_translation_timestep): kill off spanners if not eligible.
5240
5241         * VERSION (PATCH_LEVEL): release 1.9.9
5242
5243         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5244
5245         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5246         length is more important than forbidden quants.
5247         
5248 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5249
5250         * buildscripts/lilypond.words: order words in search order,
5251         add lilypond.words.vim to be generated.
5252
5253         * lilypond.vim: use lilypond.words.vim for keyword matching.
5254
5255         * lilypond-mode.el: use search order. fix word selection rules.
5256
5257         * lilypond-font-lock.el: fix fontifying long durations.
5258
5259         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5260
5261 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5262
5263         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5264
5265         * stepmake/stepmake/generic-targets.make:
5266         * stepmake/stepmake/bin/make-version.py: 
5267         * stepmake/aclocal.m4:
5268         * make/stepmake.make:
5269         * make/toplevel-version.make: Build fixes: remove last traces of
5270           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5271
5272         * lily/beam.cc: Add gap-count property.
5273
5274 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5275
5276         * scm/define-grob-properties.scm (gap-count): add gap-count
5277
5278         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5279
5280 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5281
5282         * cygwin/mknetrel.doc: Typo.
5283
5284         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5285
5286         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5287
5288 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5289
5290         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5291         sizes. Remove support for 'ledger'(=tabloid+landscape).
5292
5293 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5294
5295         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5296         sauter PFAs.
5297
5298         * configure.in: remove VERSION stuff once again.
5299
5300         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5301
5302         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5303         for chord names.
5304
5305         * mf/GNUmakefile: always trace pfa fonts.
5306         (SAUTER_FONTS): add cmss[567] too fonts
5307
5308         * configure.in: require mftrace. 
5309
5310         * lily/staff-performer.cc (new_instrument_string): don't look at
5311         instrument property.
5312
5313         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5314         is_direction is the C++ one. Similar for ly_axis_p and
5315         ly_number_pair_p
5316
5317 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5318
5319         * lily/beam.cc (brew_molecule): read gap-count to determine
5320         number of tremolo (gapped) beams.
5321
5322         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5323         shorter than 1/8
5324
5325         * flower/include/array.hh (default_compare): new function
5326
5327         * cygwin/mknetrel: Native fixes.
5328
5329         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5330
5331 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5332
5333         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5334         feature for Windows.
5335
5336         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5337
5338         * cygwin/mknetrel: Updates for native use on Cygwin.
5339
5340         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5341
5342         * stepmake/stepmake/help2man-rules.make: 
5343         * cygwin/mknetrel: Bugfix for manpages.
5344
5345         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5346         $(builddir).  Stepmake is a normal subdirectory now, that is not
5347         configured.  Another srcdir build fix.
5348
5349         * Documentation/topdocs/INSTALL.texi,
5350         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5351         lilypond-init.el, lilypond-mode.el, debian/rules,
5352         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5353         rename generated file lilypond.words to lilypond.words.el.
5354
5355 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5356
5357         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5358
5359         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5360         GNUmakefile.in.
5361
5362 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5363
5364         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5365         when cross building.
5366
5367         * configure.in: srcdir build fix.
5368
5369         * cygwin/GNUmakefile:
5370         * cygwin/lily-wins.py:
5371         * cygwin/postremove-lilypond.sh: 
5372         * cygwin/postinstall-lilypond.sh: Merge from stable.
5373
5374         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5375         s/ly2dvi/lilypond/.
5376
5377 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5378
5379         * lily/slur.cc (after_line_breaking): only set control points if
5380         none supplied yet.
5381
5382         * input/test/slur-manual.ly: new file.
5383
5384         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5385         <<  >> chords too.
5386
5387         * VERSION (PACKAGE_NAME): release 1.9.8
5388
5389         * scripts/lilypond.py (escape_path): escape spaces in directory names
5390
5391         * input/test/text-spanner.ly: fixes.
5392
5393 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5394
5395         * buildscripts/lilypond.words.py: add drum names as note names to
5396         Emacs-mode.
5397
5398 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5399
5400         * input/regression/hairpin-dashed.ly: new file.
5401
5402         * scripts/convert-ly.py (conv): warn about dash-length.
5403
5404         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5405         automatically if we get a new one.
5406
5407         * lily/lookup.cc (dashed_line): new function
5408
5409         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5410         dash-fraction.
5411
5412 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5413
5414         * buildscripts/lilypond.words.py: extract note names.
5415
5416         * lilypond-mode.el: take note names from lilypond.words -file.
5417         small fix in the use of string-match.
5418
5419         * lilypond-font-lock.el: use lilypond.words for note names, add 
5420         maxima to note a duration.
5421
5422 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5423
5424         * lily/breathing-sign.cc: remove railtracks() function. 
5425
5426         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5427
5428         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5429         (brew_molecule): bugfix don't make arpeggio shorter when
5430         arpeggio-direction is set.
5431
5432         *  debian/rules: small corrections in the (Pedro K)
5433
5434         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5435         examples.
5436
5437         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5438         special (repeat) bar comes along.
5439
5440         * input/regression/auto-beam-bar.ly: update.
5441
5442         * scripts/lilypond-book.py (output_dict): remove support for the
5443         EPS option.
5444
5445         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5446         VerticalAlignment and VerticalAxisGroup this fixes the size
5447         computations for the entire system.
5448  
5449         * input/les-nereides.ly (bass): remove superfluous fontSize.
5450
5451         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5452         causes directory of file to be added to include path.
5453
5454         * input/regression/beam-break.ly: test single stem beams.
5455
5456         * input/regression/system-start-bracket.ly: fix.
5457
5458         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5459
5460         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5461
5462         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5463         (score_stem_lengths): do something sensible for single stem beams.
5464
5465         * lily/beam.cc (least_squares): add kludge for single stem beams.
5466
5467         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5468         keySignature to list of broken things.
5469
5470         * input/regression/keys.ly: fix.
5471
5472         * VERSION (PACKAGE_NAME): release 1.9.7
5473
5474         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5475
5476         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5477
5478         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5479         (quartertone_pitch): new function
5480
5481         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5482         flat. WARNING: FONT CHANGED.
5483
5484         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5485
5486         * lily/accidental-placement.cc (add_accidental): support for
5487         quarter tones.
5488
5489         * ly/LANGUAGEs.ly: use symbols for alterations.
5490
5491         * mf/feta-toevallig.mf: change accidental codes. 
5492
5493         * scm/lily.scm (ly:get-option): switch on debugging only for
5494         --verbose.
5495
5496         * lily/lily-guile.cc: remove ly:verbose?
5497
5498         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5499
5500         * lily/parser.yy (TODO): only do gh_call() for apply with
5501         procedure argument.
5502
5503         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5504         stuff in accordance with new timing of tie-events.
5505
5506         * lily/my-lily-lexer.cc: remove \outputproperty
5507
5508         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5509
5510         * scm/define-translator-properties.scm (melismaBusyProperties):
5511         add melismaBusyProperties property.
5512
5513 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5514
5515         * input/test/ambitus-mixed.ly (texidoc): new file.
5516
5517         * buildscripts/mutopia-index.py (find): prune debugging
5518
5519         * lily/side-position-interface.cc: doc updates
5520
5521         * Documentation/user/refman.itely: updates, tweaks.
5522
5523         * lily/parser.yy (Simple_music): remove outputproperty
5524
5525         * make/stepmake.make: use VERSION again; importing VERSION via
5526         autoconf dependencies is too hairy.
5527
5528 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5529
5530         * lilypond-mode.el: allow `-' for keywords and identifiers.
5531
5532 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5533
5534         * VERSION: release 1.9.6
5535         
5536         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5537         iso. ly2dvi.
5538
5539         * Documentation/user/*.itely: fixes everywhere
5540
5541         * lily/completion-note-heads-engraver.cc: rewrite engraver:
5542         produce ties from the engraver itself, do not broadcast TieEvent.
5543
5544         * lily/my-lily-lexer.cc: remove pitch & duration.
5545
5546         * lily/parser.yy (TODO): remove \pitch and \duration
5547
5548         * input/test/explicit.ly: remove file.
5549
5550         * Documentation/user/refman.itely (Pitches): remove \pitch 
5551         \duration command.
5552
5553 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5554
5555         * buildscripts/lilypond.words.py: add all slur types to Emacs
5556         insertion menu, suppose everything is postfixed by dropping 
5557         unnecessary `-' -marks.
5558
5559 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5560
5561         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
5562         tremoloed stems.
5563
5564         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
5565         head for flagged stems.
5566
5567         * lily/stem.cc (get_default_stem_end_position): futz with extra
5568         stem length if there is a stem tremolo.
5569
5570         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
5571         it would be too small.
5572
5573         * lily/font-metric.cc: return #f for non-existent glyph.
5574         
5575         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
5576         exported through config.make.
5577
5578         * input/regression/clef-oct.ly: new file.
5579
5580         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
5581         transposition.
5582
5583         * input/template/*.ly: remove old relative.
5584
5585         * ly/english.ly: add X names for double sharp.
5586
5587 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5588
5589         * lily/font-select.cc: new file handle font selection routines.
5590
5591         * lily/parser.yy: add ; (Patrick Atamaniuk)
5592
5593         * input/test/time-signature-double.ly: use markups for double time
5594         sigs.
5595
5596         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
5597         ChordNames.SeparationItem #'padding for adjusting space after chords.
5598         
5599         * lily/music-output-def.cc (LY_DEFINE): 
5600         new function ly:paper-lookup.
5601         
5602         * mf/parmesan-clefs.mf: use # quantities for char_box
5603         offsets. Fixes overflow errors in the PFA. 
5604
5605         * scm/new-markup.scm (strut-markup): change calling interface for
5606         markup. Pass paper-def, not grob. This would allow \markup to be
5607         used separately from grobs.
5608
5609         * lily/paper-def.cc: new function ly:paper-font; this function
5610         replaces ly:get-font.
5611
5612         * lily/include/font-interface.hh (struct Font_interface): take
5613         Paper_def iso. Grob for get_font().
5614
5615 2003-09-14  Graham Percival  <gperlist@shaw.ca>
5616
5617         * Documentation/user/ tutorial.itely, refman.itely: add warning
5618         about \key and accidentals.
5619
5620 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5621
5622         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
5623
5624         * Documentation/user/*.itely: manual tweaks
5625
5626 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
5627
5628         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
5629         cleanup; bugfix: exact_center
5630
5631         * Documentation/user/refman.itely: added more documentation on
5632         ambitus according to recent questions on lilypond-user list
5633
5634 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5635
5636         * input/regression/ottava.ly (texidoc): demo 15ma too.
5637
5638         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
5639
5640         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
5641         octave fixes.
5642
5643 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5644
5645         * lily/lexer.ll: add \r to the rules for newlines; this fixes
5646         problems on older Mac editors.
5647
5648 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
5649
5650         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
5651
5652 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
5653
5654         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
5655         mf/parmesan-clefs.mf: added comments on character alignment and
5656         set_char_box() conventions
5657
5658         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
5659         set_char_box()'s
5660
5661         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
5662
5663 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
5664
5665         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
5666
5667 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
5668
5669         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
5670         shortened to avoid almost-collision with staff line; code cleanup;
5671         other custodes: fixed char boxes; code cleanup
5672
5673 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5674
5675         * configure.in: release 1.9.5
5676         
5677         * scripts/lilypond.py (global_latex_preamble): only set
5678         twosideshift if 'twoside' is in latexoptions 
5679
5680         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
5681
5682         * VERSION: remove
5683
5684         * scripts/*2ly.py: update <> syntax
5685
5686 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5687
5688         * lily/chord-name-engraver.cc (process_music): add origin for
5689         chord name.
5690
5691         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
5692
5693         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
5694         bass notes for exceptions too.
5695
5696         * scm/define-grobs.scm (all-grob-descriptions): rename
5697         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
5698
5699         * scm/define-grob-properties.scm (remove-first): add remove-first
5700         property for orchestral scores.
5701
5702         * Documentation/user/*.itely: switch <<>> and <> 
5703
5704         * lily/glissando-engraver.cc (process_music): bugfix: move line to
5705         last_line only once. This fixes the two consecutive glissandi problem.
5706
5707 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
5708
5709         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
5710         error message "flexa-width undefined"
5711
5712         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5713         lily/include/gregorian-ligature.hh: print warning when ignoring
5714         head prefixes on flexa shapes
5715
5716         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
5717         space before a series of inclinatum heads
5718
5719         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5720         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
5721         cleanups
5722
5723         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
5724         and char_box
5725
5726 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
5727
5728         * input/regression/breathing-sign.ly: tiny fixes
5729
5730         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
5731         semantical collision with vaticana ligatures
5732
5733         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5734         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
5735         now consistent with mensural ligatures
5736
5737         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5738         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
5739         context pitches and staff position; dto. for virga stem; removed
5740         obsolete virga and clivis characters from parmesan font (WARNING:
5741         font changed)
5742
5743         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
5744         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
5745
5746         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5747         scm/define-grob-properties.scm: consistency fix: renamed
5748         join_left->add_cauda
5749
5750         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
5751         appendix length; bugfix: yoffs_bt for reverse direction punctum
5752         characters
5753
5754         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
5755         small cleanups; added more docu
5756
5757         * lily/mensural-ligature-engraver.cc,
5758         lily/vaticana-ligature-engraver.cc,
5759         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
5760         computation to CoherentLigatureEngraver
5761
5762         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
5763         scm/define-grob-properties.scm: bugfix: added missing linea and
5764         cavum properties; bugfix: removed dead semivocalis property
5765
5766         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
5767         length; redesigned quilisma, stropha and auctum
5768
5769         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
5770         line thickness
5771
5772         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
5773         Documentation/user/refman.itely: bugfix: introduced shifted
5774         epiphonus head to avoid collision with adjacent plica
5775
5776 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5777
5778         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
5779
5780         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
5781
5782 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5783
5784         * Documentation/user/tutorial.itely (A lead sheet): remove
5785         duplicate chords.
5786
5787         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
5788
5789 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5790
5791         * Documentation/bibliography/computer-notation.bib (isbn): add
5792         xivcim publication.
5793
5794 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
5795
5796         * GNUmakefile.in: drop lilypond.words for generation.
5797
5798 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
5799
5800         * buildscripts/lilypond.words.py: take filename (also) from an arg.
5801
5802         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
5803
5804 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5805
5806         * input/test/figured-bass-alternate.ly (fl): new file.
5807
5808         * Documentation/topdocs/README.texi (Top): clarifications.
5809
5810         * Documentation/bibliography/computer-notation.bib (isbn): add phd
5811         theses of Gieseking and Renz.
5812
5813         * GNUmakefile.in (README_FILES): remove README.mandrake.
5814
5815 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
5816
5817         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
5818         from source files and search patterns listed in the script.
5819
5820         * GNUmakefile.in: add target `lilypond.words'.
5821
5822         * lilypond.words: remove file, generated by `make lilypond.words'.
5823
5824         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
5825
5826 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
5827
5828         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
5829
5830 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5831
5832         * VERSION: 1.9.4 released
5833
5834         * scripts/convert-ly.py (FatalConversionError.figures_replace):
5835         rule for < > <-> << >> substitution
5836
5837         * lily/lexer.ll: exchange meaning of << >> and < > 
5838
5839         * VERSION (PACKAGE_NAME): 1.9.3 released
5840
5841         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
5842         pages unconditionally.
5843
5844 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5845
5846         * Documentation/user/music-glossary.tely (Top): small syntax
5847         fixes.
5848
5849         * scm/music-functions.scm (remove-tag): filter \tagged music
5850         expressions.
5851
5852         * input/regression/tag-filter.ly (texidoc): new file.
5853
5854         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
5855         symbol2 .. ) etc. 
5856
5857         * scripts/convert-ly.py (FatalConversionError.conv): fingering
5858         convert rule.
5859
5860         * Documentation/user/refman.itely (Fingering instructions): adjust
5861         manual.
5862
5863         * lily/new-fingering-engraver.cc (position_scripts): don't crash
5864         for borderline cases (e.g. 1 fingering.)
5865         (position_scripts): revise interface, use fingerOrientations to
5866         set fingering positions.
5867
5868         * scm/document-translation.scm (context-doc): add aliases to
5869         automated documentation.
5870
5871         * make/lilypond-vars.make: remove stepmake compat glue.
5872
5873         * make/generic-vars.make: remove cruft.
5874
5875         * lily/main.cc (main): don't identify binary.
5876
5877 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5878
5879         * lily/include/translator.hh (class Translator): remove
5880         type_string_ , use symbol for context name throughout.
5881         Changes through whole source tree.
5882
5883         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
5884         set PDF as default, and always make PDF.
5885
5886         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
5887
5888 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
5889
5890         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
5891         Documentation/user/refman.itely input/regression/allfontstyle.ly
5892         input/regression/grace-types.ly:
5893         fix spelling for acciaccatura (Webster's 1913).
5894
5895 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5896
5897         * lily/main.cc (usage): adjust blurb, include url.
5898
5899         * input/regression/breathing-sign.ly (texidoc): transpose up
5900
5901 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
5902
5903         * input/regression/breathing-sign.ly: changed ancient examples to
5904         be relevant (by request of Han-Wen); updated BreathingSign text
5905         property according to new syntax.
5906
5907         * ly/gregorian-init.ly: updated BreathingSign text property
5908         according to new syntax
5909
5910 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5911
5912         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
5913         (Clef): index entries for clefs.
5914
5915         * python/lilylib.py (system): remove errorlog files.
5916         
5917 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
5918
5919         * lilypond.words: add \new and new graces. Add dynamics to menus
5920         keeping 1.8.x compatibility; after all the engraving relating to 
5921         notes becomes postfixed `-' marks will be removed.
5922
5923 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5924
5925         * lily/molecule.cc (align_to): idem.
5926
5927         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
5928         
5929         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
5930         accacciatura everywhere.
5931
5932         * VERSION (PACKAGE_NAME): released 1.9.2
5933
5934         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
5935
5936         * scm/document-markup.scm (markup-doc-node): sort markup function
5937         list.
5938
5939         * lily/paper-outputter.cc (output_version): change "Lily was here"
5940         into  "Engraved by LilyPond"
5941
5942         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
5943         on unquoted strings before \notenames.
5944
5945         * lily/parser.yy (lyric_element): allow markup as lyric text. This
5946         increases the number of s/r reductions to 4.
5947
5948         * scm/new-markup.scm (fraction-markup): \fraction command.
5949
5950         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
5951         mode
5952
5953         * lily/lookup.cc (round_filled_box): rename function.
5954         (LY_DEFINE): round-filled-box: change signature.
5955
5956         * Documentation/user/refman.itely: revise section explaining grace
5957         notes.
5958
5959         * lily/translator-scheme.cc (LY_DEFINE): add ! to
5960         ly:set-context-property
5961
5962         * input/*/*.ly (vmus): use \new everywhere.
5963
5964         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
5965
5966         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
5967         default
5968
5969         * scm/music-functions.scm (set-stop-grace-properties)
5970         (set-start-grace-properties, add-grace-property): new functions
5971         for modular grace tweak control.
5972
5973         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
5974         
5975 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5976
5977         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
5978
5979         * GNUmakefile.in (install-pfa-fonts):
5980         (get-pfa-fonts): New target.
5981
5982         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
5983         install-pfa-fonts help.
5984
5985 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5986
5987         * lily/translator-scheme.cc (LY_DEFINE):
5988         ly:context-pushpop-property new function.
5989         (LY_DEFINE): new function ly:translator-find  
5990         new function ly:translator?
5991         (LY_DEFINE): new function ly:context?
5992
5993         * lily/translator-def.cc: remove
5994         Translator_def::apply_pushpop_property().
5995
5996         * python/lilylib.py (read_pipe): only store and display error log
5997         if verbose not set.
5998         (read_pipe): only display log if it contains something.
5999
6000 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6001
6002         * Documentation/misc/GNUmakefile: Re-add.
6003         (TEXTS): Add CHANGES.
6004
6005 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6006
6007         * lilypond.words: add \newcontext.
6008
6009 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6010
6011         * lily/tie-performer.cc (stop_translation_timestep): only flush
6012         tied_notes when we have actually made a tie. Fixes bugs with ties
6013         in polyphonic scores.
6014
6015 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6016
6017         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6018         they do not exist.
6019
6020 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6021
6022         * VERSION (PACKAGE_NAME): released 1.9.1 
6023
6024         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6025         Instrument_name_engraver
6026
6027         * lily/tie-performer.cc (create_audio_elements): bugfix
6028
6029         * Documentation/user/music-glossary.tely (Top): comment out
6030         font-style statements.
6031
6032         * input/test/force-hshift.ly: revise example.
6033
6034         * Documentation/bibliography/engraving.bib (note): typos.
6035
6036         * configure.in: bump GCC requirements to 3.x
6037
6038         * lily/include/audio-item.hh (class Audio_tie): rename
6039         note_l_drul_ to note_drul_
6040
6041         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6042
6043         * lily/parser.yy (relative_music): whoops. All \relative were off
6044         by ...  a lot .... Ahem.
6045
6046         * scm/define-music-types.scm (music-descriptions): idem.
6047
6048         * lily/beam-engraver.cc: move new-beam-event to beam-event
6049
6050         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6051         to Tie_engraver
6052
6053         * input/regression/bar-number.ly: remove unnecessary old-relative
6054         options.
6055         
6056         * Documentation/user/internals.itely (Creating contexts): document
6057         \newcontext
6058
6059         * lily/parser.yy (Composite_music): add \newcontext
6060
6061         * Documentation/user/refman.itely (MIDI block): add note about
6062         dotted tempos.
6063
6064         * scm/font.scm: remove old markup legacy
6065
6066         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6067
6068         * lily/breathing-sign.cc (brew_molecule): remove function
6069
6070         * lily/text-item.cc: remove old-style markups.
6071         (interpret_markup): C++ version of markup function
6072         (brew_molecule): idem.
6073
6074         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6075         as Scheme variable.
6076
6077         * scripts/convert-ly.py (conv): dashes rule.
6078         Apply rule.
6079
6080         * Documentation/user/lilypond-book.itely: syntax fixes. 
6081
6082 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6083
6084         * VERSION (PACKAGE_NAME): release 1.9.0
6085
6086         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6087         note about dvips. (Should backport.)
6088
6089         * scripts/convert-ly.py
6090         (FatalConversionError.articulation_substitute): add
6091         convert-new-chords code. Remove convert-new-chords.py
6092
6093         * Documentation/user/refman.itely (Octave check): document
6094         \octave.
6095
6096         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6097         \relative changes.
6098
6099         * lily/parser.yy (command_element): octave check:
6100
6101            \octave PITCH
6102
6103         checks that PITCH (without octave) yields PITCH (with octave) in
6104         \relative
6105
6106         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6107
6108         * lily/scm-option.cc: ly:set-option now has the default argument
6109         #t.
6110
6111         * lily/lexer.ll: add \renameinput
6112
6113         * python/lilylib.py (command_name): robustifications.
6114
6115         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6116         /dev/stderr. This is ash compatible.
6117
6118         * ly/init.ly: add warning if compatibility was not necessary.
6119
6120         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6121
6122         * flower/include/string-handle.icc: formatting cleanups, rename
6123         references by ref_count_.
6124
6125 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6126
6127         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6128         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6129         package libs separately, fix conflicting php variable out=/dev/vc/
6130         invoking `unset out', declare menus, use only one icon-file, fix
6131         doc-path in menu.
6132
6133 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6134
6135         * scripts/convert-ly.py (FatalConversionError.conv): typo
6136
6137         * Documentation/misc/GNUmakefile: restore misc directory.
6138
6139         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6140
6141         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6142         Petites-Preludes 
6143
6144         * input/test/partial-blank.ly (quickmeasure): syntax
6145
6146         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6147         attachment property.
6148
6149         * Documentation/user/refman.itely: remove superfluous -'s 
6150         (Grace notes): ) fixes.
6151
6152         * lily/music.cc: generic compress(), transpose() functions. Remove
6153         others.
6154
6155         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6156         style markup entry.
6157
6158         * lily/parser.yy: all articulations postfix; remove obligatory -
6159         for [,  ) and \!
6160         
6161         * lily/music.cc (to_relative_octave): write generic
6162         to_relative_octave function; various relative cleanups.
6163         Hmmm.
6164
6165         * lily/scm-option.cc: add options new-relative and old-relative
6166
6167         * po/sv.po: new po file.
6168
6169         * Documentation/user/refman.itely (Dynamics): website
6170         fixes. (should backport!)
6171
6172 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6173
6174         * make/lilypond.mandrake.spec.in: declare version only once.
6175
6176 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6177
6178         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6179         meaning for now.
6180
6181 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6182
6183         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6184
6185         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6186
6187         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6188
6189         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6190
6191         * lily/music.cc (var): add ly:music-transpose function.
6192
6193         * lily/parser.yy (pre_events): remove prefix articulations.
6194
6195         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6196
6197         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6198
6199         * Documentation/user/refman.itely (Text markup): add comment about
6200         markup in header.
6201
6202 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6203
6204         * lily/paper-outputter.cc (write_header_fields_to_file): 
6205         only dump value if it is a string.
6206
6207         * flower/include/dictionary.hh: remove.
6208         
6209         * Documentation/ChangeLog-1.5: add back old log.
6210
6211         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6212         .pfas from a .deb.
6213
6214 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6215
6216         * Documentation/bibliography/engraving.bib: add entry for
6217         Jaschinski's Notation
6218
6219 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6220
6221         * Documentation/user/refman.itely (Beaming): add note about
6222         allowBeamBreak
6223
6224 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6225
6226         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6227         GregorianTranscription contexts
6228
6229         * ly/engraver-init.ly: vaticana contexts: minor fixes
6230
6231         * Documentation/user/refman.itely (Ancient notation): added note
6232         on appendix length bug
6233
6234         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6235         input/test/vaticana.ly: use vaticana contexts; small fixes
6236
6237 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6238
6239         * flower/hash.cc: Remove.
6240
6241         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6242         to (nonexistent?) hash_func_ identifier.
6243
6244         * python/midi.c (midi_error, midi_warning): Use char const* for
6245         __FUNCTION__ argument.
6246
6247         * python/gettext.py: Remove.  We already require python 2.1, which
6248         includes gettext.py.
6249
6250         * configure.in: Require python 2.1, as INSTALL.texi says.
6251         it.
6252
6253         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6254         versions 1.50 and 1.75.  Remove note about lexer patch.
6255
6256 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6257
6258         * Documentation/topdocs/INSTALL.texi: Update type1 font
6259         description to actual situation.  Add comment about new font ball
6260         layout.
6261
6262         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6263         in $LILYPONDPREFIX suffices for installation.
6264
6265 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6266
6267         * debian/control (Build-Depends): Add flex-old as alternative to
6268         flex.  Deprecate bison 1.75.
6269
6270 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6271
6272         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6273         Vaticana contexts
6274
6275         * Documentation/user/refman.itely (Ancient notation): documented
6276         some bugs; tiny fixes; added docu on Vaticana contexts
6277
6278         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6279         scripts
6280
6281 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6282
6283         * Documentation/user/refman.itely (Ancient notation): added some
6284         introductory words; added section on ancient time signatures;
6285         added some @seealso and @refcommands; small fixes and
6286         beautifications
6287
6288 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6289
6290         * input/regression/note-head-style.ly: many fixes and updates
6291
6292         * Documentation/user/refman.itely: added small sections on ancient
6293         accidentals, rests and flags; revised ancient note head section;
6294         small wording/spelling fixes
6295
6296         * input/test/rests.ly: layout fixes
6297
6298 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6299
6300         * input/puer-fragment.ly: bugfix: central C position of do clef
6301
6302         * ly/gregorian-init.ly: workaround: add small padding space before
6303         divisiones (the correct fix would be the spacing engine to handle
6304         this)
6305
6306 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6307
6308         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6309         cue-notes.ly: minor fixes.
6310
6311 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6312
6313         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6314         input/test/custos-style.ly
6315
6316         * Documentation/index.html.in: bugfix: link to Tutorial.html
6317
6318         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6319         to neumes; bugfix: "et": epiphonus, not just a simple pes
6320
6321 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6322
6323         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6324
6325         * lilypond.words: add new features: markup, column, center, \[ \].
6326         
6327 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6328
6329         * Documentation/topdocs/NEWS.texi, DEDICATION,
6330         stepmake/bin/add-html-footer.py
6331         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6332         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6333         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6334         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6335         added (only) after a sentence which is complete; if the sentence is 
6336         not ended a comma `,' or nothing is used. fix also spaces.
6337
6338 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6339
6340         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6341         requirements to plain 1.6.
6342
6343         * buildscripts/mutopia-index.py (read_lilypond_header): update
6344         mutopia-index.py to 1.4 syntax [sic]
6345
6346 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6347
6348         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6349
6350 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6351
6352         * Documentation/index.html.in: url for regression pdf
6353
6354         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6355
6356         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6357
6358         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6359
6360         * VERSION: 1.8.0 released
6361         
6362         * GNUmakefile.in (local-WWW-post): footify build fix.
6363
6364         * configure.in: require GUILE 1.6.4
6365
6366         * Documentation/user/GNUmakefile: don't copy *.png for
6367         lilypond-internals
6368
6369         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6370         local-WWW-post target.
6371         (rsync-web): add rsync-web target
6372
6373         * Documentation/user/introduction.itely (Music notation and
6374         engraving): add neume example
6375
6376         * input/puer-fragment.ly (cantus): add puer-fragment
6377
6378 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6379
6380         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6381         to notes, so that equalizer is actualy being used.
6382
6383         * scm/midi.scm (instrument-equalizer-alist):
6384         (absolute-volume-alist): Define public, so that user can copy or
6385         override.
6386
6387         * lily/key-performer.cc (create_audio_elements): Check for minor
6388         key.  Only if key is minor, set MIDI key to minor.
6389
6390 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6391
6392         * Documentation/user/refman.itely (Hiding staffs): fixes.
6393
6394         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6395
6396         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6397         vertical extents to deal with Hara kiri correctly.
6398
6399         * input/regression/hara-kiri-short.ly: remove
6400
6401         * input/regression/hara-kiri-pianostaff.ly: update test.
6402
6403         * Documentation/user/*.tely: remove WEBTITLE
6404
6405         * scm/output-tex.scm (comment): idem.
6406
6407         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6408
6409         * scm/music-functions.scm (make-lyric-event): new function
6410
6411         * scm/lily.scm (lilypond-version): new function
6412
6413         * input/test/version-output.ly: new file.
6414
6415         * Documentation/user/lilypond.tely: add version number to
6416         front-page.
6417
6418 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6419
6420         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6421
6422 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6423
6424         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6425
6426         * Documentation/user/refman.itely (Hiding staffs): rename node.
6427
6428 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6429
6430         * input/regression/new-markup-syntax.ly (texidoc): remove
6431         molecule-callback override.
6432
6433 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6434
6435         * input/les-nereides.ly: Mark tweaks with %tweak.
6436
6437         * Debian patch, see debian/changelog (Anthony Fok).
6438
6439 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6440
6441         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6442         problem.
6443
6444 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6445
6446         * Documentation/user/refman.itely (Text markup): Fix language bug.
6447
6448 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6449
6450         * input/* : postfix syntax fixes.
6451
6452         * Documentation/user/refman.itely (Text markup): add note about
6453         raise/lower with ^ or _ .
6454         
6455         * po/fi.po: fix \\apply strings.
6456
6457         * lily/parser.yy (open_event): warn for prefix articulations.
6458
6459 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6460
6461         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6462         fix also on parmesan font.
6463
6464 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6465
6466         * VERSION 1.7.30 released
6467         
6468         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6469
6470         * buildscripts/mutopia-index.py (headertext): rewording
6471
6472 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6473
6474         * scm/new-markup.scm (strut-markup): new markup function.
6475
6476         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6477         space also when no accidental is there.
6478
6479 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6480
6481         * input/les-nereides.ly: Updates.
6482
6483 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6484
6485         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6486         which repeats the tag insertion selected from "Insert tag" menu.
6487
6488 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6489
6490         * lily/all-font-metrics.cc (find_font): load AFM files first only
6491         for feta fonts. This fixes problems with TeXlive and other TeX
6492         distros that include AFM files for the CM fonts. 
6493
6494         * scm/font.scm (qualifiers-to-font-name): remove.
6495
6496         * lily/paper-def.cc: remove get_var.
6497
6498         * input/trip.ly: remove file.
6499         
6500         * input/regression/spacing-note-flags.ly (raggedright): remove
6501         stafflinethickness
6502
6503         * input/les-nereides.ly: update to new syntax, cleanups.
6504
6505 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6506
6507         * Documentation/user/refman.itely: Clarify shortest-note problem
6508         of autobeamer.
6509
6510 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6511
6512         * lilypond-mode.el: Add each word to regexps only once.
6513
6514         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6515         is based on the syntax definitions in lilypond.words. Remove all 
6516         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6517         LilyPond->Insert menu is generated by the entries in lilypond.words 
6518         to which have been given a syntax definition.
6519
6520         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6521         \notes, \relative, \score, \simultaneous, \transpose.
6522
6523         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6524
6525         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6526         
6527         * lilypond-mode.el: add menu keywords separately.
6528
6529         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6530
6531 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6532
6533         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6534         current ugly installation method for PFA fonts.
6535
6536 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6537
6538         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6539         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
6540
6541         * Documentation/user/music-glossary.tely: update legato.
6542
6543 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6544
6545         * lexer-gcc-3.0.patch: Remove.
6546
6547         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
6548
6549 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6550
6551         * debian/rules (binary-arch): remove NEWS.
6552
6553 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
6554
6555         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
6556         stepmake/bin{ many }: polish the `--help's of different scripts;
6557         model taken from the core-utils of Linux.
6558
6559         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
6560
6561 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6562
6563         * flower/parse-afm.cc (parseCharMetrics): add warnings.
6564
6565         * flower/libc-extension.cc: idem.
6566
6567         * flower/include/libc-extension.hh: protect against isinf macros.
6568
6569 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
6570
6571         * { many }: Use two uppercase letters in LilyPond.
6572
6573         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
6574
6575         * VERSION: 1.7.29 released.
6576         
6577 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6578
6579         * lily/tie.cc: add TODO comment.
6580
6581         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
6582
6583         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
6584         linejoins and linecaps. This fixes problems with occasional spikes
6585         on slur/tie endings.
6586         
6587         * input/regression/font-name.ly: don't use PS fonts for
6588         compatibility reasons. 
6589
6590         * mutopia/claop.py (accents): update to 1.8
6591
6592         * Documentation/user/music-glossary.tely (Top): remove 13pt.
6593
6594         * Documentation/user/macros.itexi: don't color glossary links.
6595
6596         * Documentation/user/invoking.itexi (Error messages): new section
6597
6598 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6599
6600         * input/regression/font-name.ly: add file.
6601
6602         * scm/document-backend.scm (grob-doc): remove <hr> from
6603         lilypond-internals
6604
6605         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
6606         reqd version to 1.6.4 
6607
6608         * lily/font-interface.cc (get_font): bugfix: take font-name from
6609         alist chain too. This fixes font-name override for \markup.
6610
6611 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6612
6613         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
6614
6615         * input/test/polymetric-differing-notes.ly: Compile fix.
6616
6617 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
6618
6619         * Documentation/user/refman.itely: fixed typo
6620
6621         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
6622         before flexa
6623
6624 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6625
6626         * input/test/{ many }: search & fix some typos.
6627
6628 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6629
6630         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
6631         images.
6632
6633         * scm/music-functions.scm (make-voice-props-set): set Script /
6634         TextScript dir for polyphony too.
6635
6636         * scm/define-grobs.scm (all-grob-descriptions): decrease space
6637         before clef.
6638
6639         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
6640
6641 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
6642
6643         * Documentation/user/refman.itely (Percussion): Small
6644         clarifications and fixes.
6645
6646         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
6647         threads. This fixes different heads playing simultaneously.
6648
6649 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6650
6651         * Documentation/user/{ many }: increase readability (read through 
6652         User manual from `one big page').
6653
6654 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6655
6656         * input/test/polymetric-differing-notes.ly: add example with
6657         disparate note values.
6658
6659         * input/test/polymetric.ly: rename from poly-metric
6660
6661         * scripts/ly2dvi.py (include_path): bugfix: use outbase
6662         iso. outname.
6663
6664         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
6665         G-clef bbox to real char extents. This fixes the G-clef being
6666         offset too much to the right.
6667         document perc clef offset.
6668
6669         WARNING: FONT CHANGED.
6670
6671         * Documentation/user/tutorial.itely (Tutorial): move menu.
6672
6673 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6674
6675         * buildscripts/lilypond-profile.sh (Error): trim error message.
6676
6677         * Documentation/user/invoking.itexi (Invoking the lilypond
6678         binary): add note about path.
6679
6680         * Documentation/user/macros.itexi: add @c at EOL, hopefully
6681         suppresses superfluous spaces.
6682
6683 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6684
6685         * buildscripts/lilypond-profile.sh: Add documentation to error
6686         message.
6687
6688         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
6689
6690 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6691
6692         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
6693         <mike@ossmann.com>)
6694
6695         * Documentation/bibliography/computer-notation.bib (pages): prune
6696         unscientific language.
6697
6698         * Documentation/user/GNUmakefile: copy unsplit file to
6699         lilypond.html (idem for lilypond-internals).
6700
6701         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
6702
6703         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
6704
6705         * python/lilylib.py (lilypond_version): 2.1 proof version check.
6706
6707         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
6708         fix.
6709         
6710 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
6711
6712         * Documentation/user/{ various }: bind text snippets with their
6713         examples, e.g. by punctuation: This is an example.
6714
6715 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6716
6717         * ly/performer-init.ly (VoiceContext): Typos.
6718
6719         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
6720         builds, leave final-install to toplevel srcdir makefile.
6721
6722         * make/srcdir.make.in (install): New target.
6723
6724 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6725
6726         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
6727         This fixes core dump on MIDI output (Simon Weatherill).
6728
6729         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
6730         on local-WWW-post.
6731
6732 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6733
6734         * make/lilypond.redhat.spec.in: add dvips to reqs.
6735
6736 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6737
6738         * make/srcdir.make.in (web): Add special web target.
6739
6740         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
6741         from inner $(LOOP).
6742
6743         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
6744
6745         * stepmake/stepmake/generic-targets.make (www-targets-help):
6746         * GNUmakefile.in (web-install): Install in $(webdir).
6747
6748         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
6749
6750         * cygwin/changelog: 
6751         * cygwin/mknetrel: Update.
6752
6753         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
6754         (html-doc): Remove (use: web).
6755
6756         * stepmake/stepmake/script-rules.make: 
6757         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
6758         Fix $(config_make) dependencies for srcdir build.
6759
6760         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
6761         target for srcdir build.
6762
6763         * stepmake/make/stepmake.make: 
6764         * make/srcdir.make.in: 
6765         * GNUmakefile.in:
6766         * make/stepmake.make (config_make): Rename variable (was:
6767         configuration).
6768
6769 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6770
6771         * Documentation/user/internals.itely (Manipulating music
6772         expressions): run lilypond on example too.
6773
6774         * flower/include/libc-extension.hh: move lrint define to
6775         header. bugfix.
6776         
6777 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6778
6779         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
6780         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
6781         do we recurse whole tree?).
6782
6783         * GNUmakefile.in (html-doc): Resurrect.
6784
6785         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
6786         obsolete $(package-icon) dependency.
6787
6788 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6789
6790         * Documentation/user/refman.itely (Automatic staff changes):
6791         add seealso 
6792
6793         * Documentation/index.html.in: link to bigpage.
6794
6795         * Documentation/user/tutorial.itely (Tutorial): streamline.
6796
6797         * Documentation/index.html.in: url typo.
6798
6799         * VERSION (PACKAGE_NAME): release 1.7.28
6800
6801         * python/lilylib.py (error_log): remove '/' from name.
6802
6803         * input/regression/pedal.ly: remove; dups input/test/
6804         
6805         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
6806
6807         * Documentation/index.html.in: python style doco index.
6808
6809         * Documentation/{footer,header}.html.in (src): remove, 
6810
6811         * Documentation/pictures: remove all but lelie-logo.xpm.
6812
6813         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
6814         before running makeinfo.
6815
6816         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
6817         @code{}
6818
6819 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6820
6821         * input/test/bar-number-regular-interval.ly: rename.
6822
6823         * Documentation/user/*: various fixes. 
6824
6825 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
6826
6827         * Documentation/{ many }: polish for update-all-menus. typos.
6828
6829         * po/fi.po: fixes.
6830
6831         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
6832
6833         * buildscripts/mutopia-index.py: polish.
6834
6835         * input/regression/{ many }, input/test{ many }: polish texidocs.
6836
6837 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6838
6839         * scripts/convert-ly.py (FatalConversionError.conv): rule for
6840         pedal-style
6841
6842         * lily/text-spanner.cc (brew_molecule): use bracket-flare
6843         iso. edge-widen.
6844
6845         * lily/piano-pedal-engraver.cc (process_music): change from
6846         process_acknowledged ()
6847
6848         * lily/piano-pedal-bracket.cc: new file. Change
6849         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
6850         cleaned up.
6851
6852         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
6853
6854         * input/regression/tuplets.ly (texidoc): rename file.
6855
6856         * po/fr.po: update
6857
6858         * buildscripts/lilypond-profile.sh: error message if script is not
6859         sourced.
6860
6861         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
6862         bracket-flare
6863         (make_bracket): simplify code.
6864
6865         * lily/parser.yy (verbose_command_req): catch typos in \key scale
6866         argument.
6867
6868         * python/lilylib.py (lilypond_version_check): new function
6869
6870         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
6871
6872         * scripts/ly2dvi.py (run_lilypond): add version check.
6873
6874         * scripts/lilypond-book.py (option_definitions): typo
6875
6876         * scripts/ly2dvi.py (include_path): typo
6877
6878         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
6879
6880         * lily/parse-scm.cc (parse_handler): typo
6881
6882         * Documentation/user/macros.itexi: use @heading for headings.
6883
6884         * Documentation/user/refman.itely: updates, fixes.
6885
6886 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
6887
6888         * po/fi.po: add Finnish translations. fixes.
6889
6890         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
6891
6892         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
6893         from lily/glissando-engraver.cc.
6894
6895 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6896
6897         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
6898         for non-first _broken_ bracket.
6899
6900         * Documentation/user/refman.itely: corrections.
6901
6902 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6903
6904         * lily/new-fingering-engraver.cc (position_scripts): add heads to
6905         support of the fingerings.
6906
6907         * po/fr.po: French translation update.
6908
6909         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
6910         strings.
6911
6912 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6913
6914         * Documentation/user/introduction.itely: Small fixes.
6915
6916 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
6917
6918         * Documentation/topdocs/AUTHORS.texi: polish.
6919
6920 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6921
6922         * Documentation/user/introduction.itely: revise
6923
6924         * Documentation/user/tutorial.itely: reorganise.
6925
6926         * Documentation/topdocs/index.tely: remove.
6927
6928         * Documentation/header.html.in: prune.
6929
6930         * GNUmakefile.in: clean up web building.
6931
6932         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
6933         target.
6934
6935 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
6936
6937         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
6938
6939         * lilypond-mode.el: turn on blink-matching-paren.
6940
6941 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6942
6943         * scm/output-sodipodi.scm (svg-header): Fix typo.
6944
6945 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6946
6947         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
6948         fixes a security hole.
6949
6950         * scripts/lilypond-book.py (original_dir): remove temp_dir
6951
6952         * scm/document-translation.scm: use @code tags.
6953
6954 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
6955
6956         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
6957
6958         * lilypond-mode.el: add a buffer-local post-command-hook to set
6959         context dependent syntax-table after each cursor event. Remove old
6960         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
6961
6962         * lilypond-indent.el: update comments.
6963
6964         * Documentation/footer.html.in: add period.
6965
6966 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6967
6968         * make/lilypond.redhat.spec.in (Group): don't strip binary.
6969
6970         * scm/document-translation.scm (document-property-operation): add
6971         @code{} tags.
6972
6973         * VERSION (PACKAGE_NAME): release 1.7.27
6974
6975         * config.make.in: add PAPER variable
6976
6977         * buildscripts/new-chords.py (help): add help text
6978
6979         * Documentation/user/introduction.itely (Typography and program
6980         architecture):  fixes.
6981
6982         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
6983         for texinfo and dvips. This fixes problems with PDF output of the
6984         wrong size.
6985
6986         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
6987         DVIPS_PAPERSIZE variable
6988
6989         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
6990         TEXINFO_PAPERSIZE variable 
6991
6992 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6993
6994         * mf/feta-macros.mf: whoops: only draw lines for test situations.
6995
6996         * mf/feta-toevallig.mf: lowres fixes.
6997
6998 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6999
7000         * NEWS: Typo and fill-paragraph fixes.
7001
7002         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7003         cast #define.
7004
7005         * configure.in: 
7006         * config.hh.in: Check for lrint.
7007
7008 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7009
7010         * VERSION: 1.7.26 released
7011
7012         * lily/separation-item.cc: add padding property.
7013
7014         * input/test/*.ly: various fixes, remove solo-a2.ly
7015
7016         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7017         bugfix. Fixes old-style markup compatibility.
7018
7019         * Documentation/user/introduction.itely (Introduction): historical
7020         elucidations
7021
7022         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7023
7024         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7025
7026         * Documentation/index.texi (Top): cleanup.
7027
7028         * Documentation/user/introduction.itely (Introduction): rewrite
7029         introduction, 
7030         (Music notation and  engraving): about notation. Add flat-picture
7031
7032 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7033
7034         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7035         separation items. This keeps lyrics from bumping into each other.
7036
7037 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7038
7039         * GNUmakefile.in (topdocs-web): New target.
7040         (local-web): Depend on topdocs-web; fixes html-doc.
7041
7042 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7043
7044         * po/lilypond.pot: run po-replace
7045
7046         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7047
7048         * scm/drums.scm (reset-drum-kit): new function.
7049
7050         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7051
7052         * scripts/update-lily.py: remove
7053         
7054         * VERSION: release 1.7.25
7055         
7056         * Documentation/user/introduction.itely (Introduction): rewrite
7057         start of introduction.
7058
7059 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7060
7061         * lily/all-font-metrics.cc: fixed typo
7062
7063 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7064
7065         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7066         LilyPond-mode-context-set-syntax-table): new functions to define
7067         the syntax table according to context.
7068
7069         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7070
7071 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7072
7073         * Documentation/user/refman.itely (Figured bass): 
7074         language nit courtesy http://www.vocabula.com
7075
7076         * GNUmakefile.in: remove no kpathsea hack.
7077
7078         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7079         doco.
7080
7081         * GNUmakefile.in: remove web-doc target.
7082
7083         * lily/all-font-metrics.cc (find_afm): add message about
7084         buildscripts/clean-fonts.sh 
7085
7086         * scm/define-music-properties.scm (figure): use string for 'figure
7087
7088         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7089
7090         * input/regression/ : add raggedright = ##t where applicable. 
7091         
7092         * scm/bass-figure.scm (make-bass-figure-markup): add
7093         alignBassFigureAccidentals property.
7094
7095         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7096         bracket.
7097
7098         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7099         syllables widths into account for minimum-length.
7100
7101         * input/test/staff-container.ly: update file
7102
7103         * input/test/stem.ly: remove
7104
7105         * lily/event.cc (LY_DEFINE): add ly: prefix.
7106
7107         * input/test/clef-manual-control.ly: from manual-clef
7108
7109         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7110
7111         * input/test/different-time-signatures.ly: move to poly-metric.ly
7112
7113         * input/test/hara-kiri*,scales.ly: remove
7114         
7115         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7116         with chord-names-jazz.ly)
7117
7118         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7119         get scalable cm fonts too.
7120
7121         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7122         --encoding for mftrace if present.
7123
7124         * input/regression/slur-area.ly: move from test/
7125
7126         * input/test/: remove simple-slur-endings slur-attachment
7127         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7128         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7129         slur-symmetry slur-symmetry tie-broken.ly
7130
7131         * scm/drums.scm (set-drum-kit): add function.
7132
7133         * Documentation/user/refman.itely (Percussion staves): use
7134         set-drum-kit
7135
7136         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7137         too
7138         (Global_measure.set_timesig): handle 3/8 time sig too.
7139
7140         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7141         note about triangle note heads.
7142
7143         * scm/drums.scm: use alist for instrument-settings. This fixes the
7144         bug with assigning to drums in the .ly file.
7145
7146         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7147         CHANGED.
7148
7149         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7150         cluster-beacon-interface
7151
7152         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7153
7154         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7155
7156         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7157
7158         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7159         to get positions.
7160
7161         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7162         make ClusterSpannerBeacon to record Y positions. This removes the
7163         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7164         make cluster-note-events.
7165
7166 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7167
7168         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7169
7170         * configure.in: Use lily/main.cc as identifying source file.
7171
7172         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7173
7174         * config.hh.in: 
7175         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7176
7177         * configure.in: Require PYTHON >= 2.0.
7178
7179         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7180           $PYTHON for include dir location.
7181         (STEPMAKE_PYTHON): New function.  Use
7182         
7183             PYTHON=foo ./configure
7184
7185           to override.
7186
7187 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7188
7189         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7190         something.
7191
7192         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7193         ftp.lilypond.org everywhere.
7194
7195 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7196
7197         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7198         detected.
7199
7200         * Documentation/user/refman.itely (Grace notes): note on explicit
7201         contexts
7202
7203 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7204
7205         * lilypond-font-lock.el: add a comment about LilyPond specific
7206         escape characters: ^, - and _, in the syntax table.
7207
7208         * Documentation/user/appendices.itely: a majuscule fix.
7209
7210 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7211
7212         * input/test/trills.ly (endHorizScript): fixes.
7213
7214         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7215         notation, move from regression.
7216
7217         * input/test/script-stack.ly: change name from stacked-scripts
7218
7219         * input/test/ossia.ly: octave errors.
7220
7221         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7222         for midi-volume-equaliser
7223
7224 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7225
7226         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7227         cm fonts.
7228
7229         * mf/feta-beugel.mf: don't multiply font_count by 10.
7230
7231         * lily/lookup.cc (horizontal_line): new function. Use
7232         horizontal-line in output backends.
7233
7234         * Documentation/user/tutorial.itely (An orchestral part): new
7235         section on orchestral stuff and identifiers.
7236
7237 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7238
7239         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7240         some interference to other modes.
7241
7242 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7243
7244         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7245         not maximum of spacing wishes in polyphonic situations.
7246
7247         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7248         number
7249
7250         * lilypond-indent.el: remove paren matching. 
7251
7252         * lily/text-item.cc (interpret_new_markup): new function
7253         use iso. text2molecule.
7254
7255         * lily/main.cc (notice): change FSF address 
7256
7257         * po/de.po: update PO file to 1.6.
7258
7259 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7260
7261         * Documentation/user/ {many}: Add periods and remove spaces.
7262         
7263 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7264
7265         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7266         Disable buffer-locally default paren hook and make a new one. 
7267
7268         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7269         locally LilyPond-paren-mode. Add todo for mouse double-click.
7270
7271 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7272
7273         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7274         Disable buffer-locally default paren idle timer and make a new one. 
7275
7276         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7277         locally LilyPond-show-paren-mode. Add to menu a toggle for
7278         LilyPond-show-paren-function.
7279
7280 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7281
7282         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7283
7284 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7285
7286         * Documentation/user/refman.itely: spelling fix.
7287
7288         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7289         paren highlight function definitions. add todo for
7290         LilyPond-show-paren-mode.
7291
7292 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7293
7294         * input/template/jazz-combo.ly: new file.
7295
7296 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7297
7298         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7299         lo-res fixes.
7300
7301         * mf/feta-schrift.mf: bugfix in varcoda sign.
7302         WARNING: FONT CHANGED
7303
7304         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7305         in accordance with lexer.ll.   
7306
7307 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7308
7309         * Documentation/user/tutorial.itely: Edit introduction.
7310
7311 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7312
7313         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7314         ly:grob-staff-position
7315
7316 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7317
7318         * scm/to-xml.scm: import srfi-1
7319
7320         * VERSION (MAJOR_VERSION):  release 1.7.24
7321
7322         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7323
7324         * scripts/lilypond-book.py (do_file): put texidoc before image.
7325         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7326
7327         * input/regression/*.ly: fix snippet octaves 
7328
7329         * input/test/spanner-after-break-tweak.ly: import
7330         broken-spanner-adjustment
7331
7332         * input/no-notation/midi-transposing.ly: move from input/test/
7333
7334         * input/test/: remove chord-markup
7335
7336         * input/regression/instrument-name-partial.ly: move from input/test.
7337
7338         * input/test/vertical-text.ly: remove
7339
7340         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7341         space above lyrics lines.
7342
7343         * input/test/uniform-breaking.ly: remove file.
7344
7345         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7346         uniform spacing density. 
7347
7348         * input/test/chords.ly (keys): remove file.
7349
7350         * scm/documentation-lib.scm (oop): use srfi-1 too.
7351
7352         * input/regression/*.ly: add \version
7353
7354         * Documentation/user/*.itely: various fixes.
7355
7356         * buildscripts/mf-to-table.py (base): break table every three
7357         symbols.
7358
7359         * input/:  remove %% new-chords-done %% .
7360
7361         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7362         os-music.ly
7363         
7364 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7365
7366         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7367
7368         * scm/new-markup.scm (box-markup): new function.
7369         (box-markup): new function. Contributed by Dick Schoeller
7370         <schoeller@attbi.com>
7371
7372         * scm/lily.scm: remove reduce-no-unit 
7373         (list-insert-separator): use fold-right
7374
7375         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7376         of arguments. 
7377
7378         * NEWS: more neutral language for ancient notation 
7379
7380         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7381         inside pointing beaming for chord tremolo.
7382
7383         * Documentation/user/lilypond-book.itely: minor editing
7384
7385 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7386
7387         * NEWS: added news for 1.8 regarding ancient notation
7388
7389         * Documentation/user/refman.itely (Gregorian square neumes
7390         ligatures): fixed typo
7391
7392         * lily/vaticana-ligature-engraver.cc,
7393         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7394         lower/upper head of Pes only when heads are stacked
7395
7396         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7397         scm/define-grob-properties.scm: cleanup: make "join-left" a
7398         boolean grob property and save delta pitch in grob property
7399         "delta-pitch" instead
7400
7401         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7402
7403 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7404
7405         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7406         completely borked
7407
7408         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7409         (try_music): bug fix: beam multiplicity was completely borked.
7410
7411         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7412         first-n, butfirst-n in favor of srfi-1 functions.
7413         remove string-join, string-pad in favor of srfi-13 functions.
7414
7415         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7416
7417         * NEWS: use complete sentences.
7418
7419         * Documentation/user/introduction.itely (Example applications):
7420         add note about databases and lilypond-book.
7421
7422         * input/test/volta.ly: remove file
7423
7424         * input/regression/volta-broken-left-edge.ly: simplify file
7425
7426 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7427
7428         * Documentation/user/refman.itely (Constructing a tweak): new
7429         subsection.
7430
7431         * Documentation/user/tutorial.itely (Fine tuning layout): add
7432         common tweaks.
7433
7434         * scm/define-grobs.scm (TextScript): use new brewer.
7435
7436 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7437
7438         * VERSION: release 1.7.23
7439
7440         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7441
7442         * python/lilylib.py (make_ps_images): bugfixes.
7443
7444         * input/regression/volta-multi-staff.ly: new file.
7445
7446         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7447
7448         * Documentation/user/tutorial.itely (Piano staffs): new section.
7449         (Setting variables): new section
7450         (Fine tuning layout): new section
7451
7452         * input/just-friends.ly: remove file. Superseeded by
7453         input/test/chords-without-melody.ly
7454
7455         * ly/property-init.ly: add all commands to refman.
7456
7457         * scm/define-translator-properties.scm: remove
7458         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7459
7460         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7461         name. Underscores botch up PS output.
7462
7463         * scm/define-translator-properties.scm: remove
7464         textNonEmpty, oneBeat, regularSpacingDelta
7465
7466         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7467         rule for automaticBars.
7468
7469         * lily/timing-engraver.cc (start_translation_timestep): change
7470         barNonAuto to automaticBars
7471
7472 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7473
7474         * input/test/perform-tie.ly: delete file.
7475
7476 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7477
7478         * Documentation/user/refman.itely (Gregorian square neumes
7479         ligatures): bugfix: do not show ledger lines in neumes table
7480         (fixed by setting staff symbol to transparent rather than removing
7481         it from staff context)
7482
7483 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7484
7485         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7486         glue into brew-new-markup-molecule.
7487
7488         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7489
7490         * Documentation/user/introduction.itely (Computerized typography):
7491         new section
7492
7493         * Documentation/user/tutorial.itely (An orchestral part): remove
7494         pc example from tutorial.
7495
7496         * input/tutorial/lilbook.tex: use screech-boink
7497
7498         * scripts/lilypond-book.py (compile_all_files): split formatting
7499         output body and scheduling lilypond compilation.
7500         (format_lilypond_output_bodies): new function
7501         (format_lilypond_block): new function
7502         (html_pages): allow multi-page images in HTML
7503
7504         * python/lilylib.py (make_ps_images): rename function from
7505         make_preview, merge with make_page_images
7506
7507 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7508
7509         * input/test/key-clefs.ly: moved to regression.
7510
7511         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7512
7513         * input/no-notation/README: added note about midi-*.ly files.
7514
7515         * input/test/two-key.ly: moved to no-notation/parse5.ly
7516
7517         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7518         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7519
7520         * input/test/ {various}: modified comments, marked some for deletion.
7521
7522         * input/test/lines.ly: deleted file; duplicate of
7523         embedded-postscript.ly
7524
7525         * input/test/mmrest-collision: moved to regression.
7526
7527 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7528
7529         * scm/chord-name.scm (note-name->markup): don't superscript root
7530         alterations in chordnames.
7531
7532 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7533
7534         * Documentation/user/refman.itely (Multi measure rests): more
7535         index/cross-referencing.
7536
7537         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7538
7539         * scm/font.scm: remove properties-to-font-name code.
7540
7541         * scm/define-grob-properties.scm: remove 'type
7542
7543         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
7544         conversion
7545
7546         * lily/text-spanner.cc: change 'type grob prop to 'style 
7547
7548         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
7549         "first" flag to decide whether to make a start-repeat
7550
7551         * input/regression/grace-volta-repeat-2.ly: new file.
7552
7553 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7554
7555         * lilypond-indent.el: rename generic functions to LilyPond-*
7556
7557 2003-06-22  Graham Percival  <gperlist@shaw.ca>
7558
7559         * input/test/thumb.ly: delete, merged into refman.
7560
7561         * Documentation/user/refman.itely: added thumb info to Fingering.
7562
7563         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
7564         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
7565         vertical-align.ly : deleted files.
7566
7567 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7568
7569         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
7570
7571         * lily/line-spanner.cc (broken_trend_offset): remove function.
7572         (get_broken_offset): idem.
7573         (brew_molecule): rewrite the line-break case.
7574
7575         * input/regression/follow-voice-break.ly:  new file.
7576
7577         * lily/line-spanner.cc (after_line_breaking): remove lines at the
7578         start of a system.
7579
7580 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7581
7582         * input/test/tuplet-rest.ly: moved to regression.
7583
7584         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
7585         deleted file.
7586
7587         * input/test/ {many} : marked file for possible deletion.
7588
7589 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7590
7591         * input/regression/beam-funky.ly: add note about (disputed)
7592         correct beaming.
7593
7594         * ly/engraver-init.ly (ScoreContext): put key-signature after
7595         staff-bar
7596         
7597 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7598
7599         * input/test/ broken.ly lyric-phrasing.ly: deleted.
7600
7601         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
7602
7603         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
7604
7605         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
7606         stem-extend was deleted (it was duplicate example, and not as
7607         good).
7608
7609         * input/test/[s-z]*.ly: add texidoc index.
7610
7611 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7612
7613         * lily/slur.cc (get_boundary_notecolumn_y): change name from
7614         get_first_notecolumn_y
7615
7616         * lily/spanner.cc (broken_spanner_index): new function.
7617
7618 2003-06-19  Graham Percival  <gperlist@shaw.ca>
7619
7620         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
7621         lyric-hyphen.ly : moved to regression.
7622
7623         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
7624         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
7625
7626         * input/test/instrument-name-mmrest.ly: moved to
7627         ../regression/multi-measure-rest-instr-name.ly
7628
7629         * input/test/knee-sym.ly: moved to
7630         ../regression/beam-knee-symmetry.ly.
7631
7632         * input/test/hymn.ly: change comments.
7633
7634         * input/test/[p-r]*.ly: add texidoc index.
7635
7636 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7637
7638         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
7639         to postfix syntax
7640         
7641         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
7642         syntax.
7643
7644         * VERSION: release 1.7.22
7645
7646 2003-06-18  Graham Percival  <gperlist@shaw.ca>
7647
7648         * input/test/[h-k]*.ly: added texidoc index.
7649
7650         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
7651
7652         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
7653
7654         * input/test/ various : mark files for deletion or moving to
7655         regression.
7656
7657         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
7658
7659         * input/test/[l-o]*.ly: added texidoc index.
7660
7661 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7662
7663         * scm/music-functions.scm (make-ottava-set): 
7664         only do ottavation if centralCPosition is set.
7665
7666         * lily/translator-scheme.cc (ly:context-property-where-defined):
7667         return '() if not found.
7668
7669 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
7670
7671         * lilypond-mode.el (LilyPond-un-comment-region): removed.
7672         Use one command for both commenting and uncommenting.
7673
7674         * lilypond-indent.el (LilyPond-comment-region): new function,
7675         (un)comments each line separately.
7676
7677         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
7678         
7679         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
7680         imenu is not added by default; adapted from f90.el,
7681         makes Help-menu, which does not fit, visible in XEmacs.
7682         
7683 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
7684
7685         * lilypond-mode.el: Set show-paren-mode local; minor-mode
7686         show-paren-mode sets blink-matching-paren-on-screen local.
7687         Try to make show-paren-function to paren-highlight local.
7688
7689         * lilypond-indent.el (LilyPond-scan-sexps): new function.
7690         Copy definitions of Emacs' show-paren-function and
7691         XEmacs' paren-highlight and make minimal changes;
7692         add comments about locality. 
7693         Fix matching first open-paren-char in '<< .. >>'.
7694
7695 2003-06-16  Graham Percival  <gperlist@shaw.ca>
7696
7697         * input/test/g*: added texidoc index.
7698
7699         * input/test/[a-g]*: added raggedright==#t when it
7700          seemed appropiate.
7701
7702         * input/test/ fake-grace.ly figured-bass.ly : removed file.
7703
7704         * Documentation/topdoc/INSTALL.texi: removed false warnings
7705         about gcc 3.3.
7706
7707 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7708
7709         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
7710
7711         * input/test/chords-without-melody.ly (texidoc): add from
7712         input/just-friends.ly
7713
7714         * input/regression/size{13--26}.ly: move from input/
7715
7716         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
7717         input/{star-spangled-banner,twinkle}.ly: remove 
7718         
7719         * lily/slur.cc: remove slur over rest warnings.
7720
7721         * lily/note-spacing.cc (get_spacing): include left part of right
7722         object in fixed space. This fixes stretched space before
7723         accidentals.
7724
7725         * input/regression/spacing-accidental-stretch.ly: new file.
7726
7727 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
7728
7729         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
7730         Reduce to 16pt.
7731
7732 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7733
7734         * input/regression/spacing-knee.ly: docstring
7735
7736         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
7737
7738         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
7739         input/tutorial/{test,solar,flowing}.ly: remove
7740
7741         * input/rhythm.ly: remove
7742
7743         * input/mutopia/F.Schubert/standchen.ly: update syntax.
7744
7745         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
7746         update syntax. 
7747
7748         * scm/define-grobs.scm (all-grob-descriptions): set
7749         knee-spacing-correction to 1.0
7750
7751         * lily/note-spacing.cc (stem_dir_correction): compute knee
7752         correction using stem-thickness and head width.
7753
7754         * input/regression/beam-quanting-horizontal.ly: update texidoc
7755
7756         * scm/define-grobs.scm (all-grob-descriptions): set
7757         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
7758         This fixes 32nd beams for noteheads in spaces quants.
7759
7760         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
7761
7762 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
7763
7764         * README.mandrake: Change lilypond-extras to lilypond-documentation.
7765
7766 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7767
7768         * input/test/dpncnt.ly,part-combine-score.ly: remove.
7769
7770         * VERSION (PACKAGE_NAME): release 1.7.21
7771
7772         * input/regression/stem-shorten.ly: new file.
7773
7774         * lily/stem.cc (get_default_stem_end_position): revise stem
7775         shortening code.
7776
7777         * input/regression/spacing-multi-tuplet.ly: move from input/test/
7778
7779         * input/test/{scripts,volta-start,sleur}.ly: remove
7780         
7781         * input/regression/span-bar.ly: smaller file.
7782
7783         * input/regression/spacing-{natural,tight,loose}.ly: remove
7784
7785         * input/test/markup.ly: remove
7786
7787         * scripts/lilypond-book.py: put printfilename in separate chunk,
7788         so texidoc is printed after the filename.  
7789
7790 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7791
7792         * make/lilypond.mandrake.spec.in: fix docdirs.
7793
7794 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7795
7796         * input/regression/beam-french.ly: bugfix.
7797
7798         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
7799
7800         * input/regression/(various).ly: add raggedright = #t.
7801
7802         * input/regression/auto-beam.ly: move from abe.ly
7803
7804 2003-06-13  Graham Percival  <gperlist@shaw.ca>
7805
7806         * input/test/f*.ly: added texinfo index.
7807         
7808         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
7809
7810 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7811
7812         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
7813         quant penalty for beam just outside staff.
7814
7815         * input/regression/beam-quanting-horizontal.ly (texidoc): move
7816         from beam-pos.ly,  remove non-horizontal tests. 
7817
7818         * input/test/(various): cleanup header info. 
7819
7820         * input/test/tchaikovsky.ly: remove file.
7821
7822         * scm/chord-generic-names.scm: move from
7823         double-plus-new-chord-name.scm
7824
7825         * input/test/orchestscore.ly: remove file
7826
7827         * Documentation/user/refman.itely (Vocal music): update documentation.
7828
7829         * scm/define-translator-properties.scm (chordNoteNamer): remove
7830         chordNameStyle, use chordNameFunction
7831
7832         * scm/chord-name.scm (set-chord-name-style): remove
7833         set-chord-name-style. Use \property chordNameFunction.
7834
7835 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7836
7837         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
7838         music): remove @TeX{} command.
7839
7840 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7841
7842         * lilypond-indent.el (scan-sexps): Renamed to
7843         aargh-this-breaks-other-emacs-modes-scan-sexps.
7844
7845 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7846
7847         * lilypond-indent.el: Fix: match concurrent one-char opening and 
7848         closing slurs: '()', etc. Add comments.
7849
7850         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
7851
7852         * lilypond-font-lock.el: match unending string at eof.
7853
7854         * make/lilypond.mandrake.spec.in: refreshed packed file list.
7855         
7856 2003-06-10  Graham Percival  <gperlist@shaw.ca>
7857
7858         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
7859         input/test/beam-dir.ly input/test/beam-position.ly    
7860         input/test/beam-suspect.ly input/test/beam-trend.ly    
7861         input/test/beams.ly input/test/crescendo-text.ly : deleted
7862         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
7863         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
7864         * input/test/default-bars.ly: moved to bar-always.ly
7865         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
7866
7867 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7868
7869         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
7870
7871 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7872
7873         * scm/chord-ignatzek-names.scm (remove-step): rename file.
7874
7875 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
7876
7877         * lilypond-indent.el: Match better slurs in scheme expressions.
7878         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
7879
7880         * Documentation/user/invoking.itexi: document Emacs' paren matching.
7881
7882 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7883
7884         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
7885
7886         * input/ac-extra-voice.ly: Add texidoc.
7887
7888         * ly/chord-modifiers-init.ly: 
7889         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
7890         and chordNameExceptionsPartial for new chord names.
7891
7892         * input/test/chord-names-dpnj.ly: 
7893         * input/test/dpncnt.ly: Update.
7894
7895         * scm/chord-name.scm: 
7896         * scm/double-plus-new-chord-name.scm: Add compatibility for new
7897         chord selection and options.
7898
7899         * ly/chord-modifiers-init.ly: Add exceptions 
7900
7901         * scm/define-translator-properties.scm (chordNameStyle) 
7902         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
7903
7904 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
7905
7906         * ly/property-init.ly (germanChords): Added.
7907         (semiGermanChords): Added.
7908         
7909         * input/test/chord-names-german.ly: Use new macros
7910         
7911 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
7912
7913         * lilypond-indent.el: Use similar parenthesis highlighting for 
7914         Emacs and XEmacs through redefinitions of parenthesis highlighting 
7915         functions; removed LilyPond-show-paren-function. Fix indenting.
7916         Turn paren-matching on also in XEmacs.
7917
7918         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
7919         as needed by parenthesis highlighting functions (in scan-sexp).
7920
7921 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7922
7923         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
7924         function.
7925         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
7926
7927 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
7928
7929         * lilypond-indent.el: tune regexp for show-paren-function.
7930
7931 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7932
7933         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
7934         for all LilyPond-produced tex snippets.
7935
7936         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
7937         fixes one line --preview output of ly2dvi.
7938
7939 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
7940
7941         * lilypond-indent.el: match only one type of slurs in
7942         LilyPond-show-paren-function.
7943
7944 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7945
7946         * debian/GNUmakefile (EXTRA_DIST_FILES): 
7947         * debian/lilypond1.7.dirs: 
7948         * debian/lilypond1.7-doc.dirs: New file.
7949
7950         * input/regression/chord-name-exceptions.ly: Add parameter for
7951         ignatzekExceptions.  Quote hash in docstring.
7952
7953 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
7954
7955         * lilypond-indent.el (show-paren-function): define show-paren-function
7956         as LilyPond-blink-matching-open and use it for closing parens.
7957         Let LilyPond-blink-matching-open know whether a bracket was inserted.
7958
7959         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
7960         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
7961         LilyPond-blink-matching-paren in order to match both open and close
7962         brackets.
7963         
7964 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
7965
7966         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
7967         testing by modifying the code from FSF Emacs paren.el. Add comments.
7968
7969 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7970
7971         * input/test/dpncnt.ly: Transpose example to match new
7972         default \chords octave.  Add comment.
7973         
7974         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
7975         comment about octave change.
7976
7977 2003-06-04  Graham Percival  <gperlist@shaw.ca>
7978
7979         * input/test/[d,e]: added texinfo index tags.
7980         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
7981
7982 2003-06-04  Graham Percival  <gperlist@shaw.ca>
7983
7984         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
7985
7986 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
7987
7988         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
7989         as in blink-matching-open.
7990
7991 2003-06-03  Graham Percival  <gperlist@shaw.ca>
7992
7993         * input/test/[a-c]: more comments in files.
7994         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
7995         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
7996         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
7997         mark file for proposed deletion.
7998         * input/test: renaming files:
7999         auto-beam-4-8.ly to beam-auto-4-8.ly
8000         auto-beam-override.ly to beam-auto-override.ly
8001         auto-beam.ly to beam-auto.ly
8002         blank.ly to blank-paper.ly
8003         absolute-volume.ly to dynamic-absolute-volume.ly
8004
8005 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8006
8007         * input/test/dpncnt.ly: 
8008         * input/test/chord-names-dpnj.ly: Resurrect.
8009
8010         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8011
8012         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8013
8014         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8015         Better docstring, add parameter OMIT-ROOT, tidy up.
8016
8017 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8018
8019         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8020
8021 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8022
8023         * scm/output-ascii-script.scm (as-font-alist-alist):
8024         (as-properties-to-font-name):
8025         (as-make-style-sheet): Remove.
8026
8027         * scm/font.scm (as-make-font-list): New function.
8028         (as-font-sheet-alist): New variable.
8029
8030         * ly/paper-as9-init.ly: 
8031         * ly/paper-as5-init.ly: Update.
8032
8033         * ly/paper-as5.ly:
8034         * ly/paper-as9.ly: New file.
8035
8036 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8037
8038         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8039
8040 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8041         * input/sondag-morgen/*: removed due to copyright concerns.
8042         * input/[a,b]*.ly: added a newline at the end of the texinfo
8043         doc string (produces better output in HTML version).
8044         * input/c*.ly: added texinfo index and added comments to
8045         aid in future changes to input/test/ files.
8046
8047 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8048         
8049         * Documentation/user/refman.itely: fixed build problem (missing
8050         file) caused by previous renaming.
8051
8052 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8053         
8054         * input/test/[a,b]*.ly: added texinfo index and added comments to
8055         aid in future changes to input/test/ files.
8056         * input/test/bar-number-every-5-reset.ly: renamed to
8057         bar-number-every-five-reset.ly
8058         * input/test/bar-script-visibility.ly: renamed to
8059         bar-number-show-all.ly
8060
8061 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8062
8063         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8064         to Voice.
8065
8066         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8067         out note-line and glissando functionality.
8068         
8069         * lily/line-spanner.cc (brew_molecule): cleanup.
8070
8071 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8072
8073         * scripts/as2text.scm: Use rdelim module.
8074         (start-system): Rename from start-line.
8075         (stop-system): Rename from stop-line.
8076         (af-gulp-file): Use string iso symbol for getenv.
8077
8078         * scm/output-ascii-script.scm: Add guile and lily modules.
8079         (font-name-alist): New variable.
8080         (draw-line): New function.
8081
8082         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8083         (Were these silently removed, without ChangeLog entry?)
8084
8085 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8086
8087         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8088         process 2nd ottava correctly.
8089
8090 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8091
8092         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8093
8094 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8095
8096         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8097
8098 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8099
8100         * VERSION: release 1.7.20
8101         
8102         * lily/text-spanner.cc (brew_molecule): clean up function. This
8103         fixes bugs with broken 8va spanners.
8104
8105         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8106         This prevents spurious line-breaks with raggedright
8107         
8108 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8109
8110         * lily/key-performer.cc (create_audio_elements): always use major
8111         key
8112
8113         * Documentation/user/internals.itely: updates
8114
8115         * input/regression/beam-break.ly: new file.
8116
8117         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8118         beams if starting or terminating stems have 'beaming set.)
8119
8120         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8121         property.
8122
8123         * lily/parser.yy (verbose_command_req): add comment about scales.
8124
8125 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8126
8127         * lilypond-indent.el: adjust regexps in bracket-matching.
8128
8129 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8130
8131         * Documentation/user/refman.itely: more tiny fixes
8132
8133         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8134         "Chord names"; added table with input syntax for solesmes neumes
8135         table; added some words about rationale on input syntax design
8136
8137         * lily/gregorian-ligature-engraver.cc,
8138         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8139         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8140         alignment of Pes Initio Debilis
8141
8142         * Documentation/user/refman.itely,
8143         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8144         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8145         bugs in the solesmes neumes table
8146
8147 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8148
8149         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8150         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8151
8152         * lilypond-mode.el: fix tag-score. small improvements.
8153
8154 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8155
8156         * .cvsignore: Add aclocal.m4.
8157
8158         * lily/music-constructor.cc: Include <assert.h>.
8159
8160 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8161
8162         * ly/engraver-init.ly (HaraKiriStaffContext): use
8163         RemoveEmptyStaffContext instead.
8164
8165         * Documentation/user/refman.itely: updates
8166
8167 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8168
8169         * Documentation/user/refman.itely: added solesmes neumes table;
8170         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8171         bugfix: "Ornaments" -> "Articulations"
8172
8173         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8174
8175 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8176
8177         * lilypond-indent.el: Add a message about trying to match \] or \).
8178         
8179 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8180         
8181         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8182         obsolete "arithmetic_*"
8183
8184         * input/bugs/ligatures.ly: removed (will be put into a different
8185         directory later)
8186
8187 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8188
8189         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8190         libkpathsea (Maurizio Tomasi).
8191
8192 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8193
8194         * input/regression/repeat-slash.ly (texidoc): new file
8195
8196         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8197         slash repeats separately. Slash repeats and %
8198         repeats can now be nested.
8199
8200 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8201
8202         * lilypond-indent.el: Add preliminary test for closing \] and \).
8203         
8204 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8205
8206         * lily/gregorian-ligature-engraver.cc,
8207         lily/vaticana-ligature-engraver.cc,
8208         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8209         mf/parmesan-heads.mf: various semivocalis related bugfixes
8210
8211         * input/bugs/ligatures.ly: new file demonstrating problems with
8212         ligatures
8213         
8214 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8215
8216         * lilypond-mode.el,
8217         lilypond-font-lock.el,
8218         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8219
8220 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8221
8222         * lilypond-mode.el: Remove outdated code. Stress the difference 
8223         between Emacs and XEmacs definitions.
8224
8225         * lilypond-mode.el,
8226         lilypond-indent.el: Define a function interactive only when necessary.
8227
8228 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8229
8230         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8231         Use inactive regions also in XEmacs.
8232
8233 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8234
8235         * Documentation/user/refman.itely (Repeat syntax): more updates
8236
8237         * lily/simple-spacer.cc (solve): move solution process into
8238         solve(). This fixes a bug with collisions and raggedright = ##t.
8239  
8240         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8241
8242         * ly/engraver-init.ly: remove GraceContext. Update examples.
8243
8244 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8245
8246         * GNUmakefile.in (fonts): Also make fontball.
8247
8248         * Website fixes:
8249
8250         * ly/engraver-init.ly (GraceContext): Add.
8251
8252         * run:
8253
8254             convert-ly $(find . -name *.ly)
8255
8256         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8257         new chords.
8258
8259 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8260
8261         * VERSION: 1.7.19 released
8262         
8263         * scm/music-functions.scm (set-octavation): new function.
8264
8265         * input/regression/ottava.ly: new file
8266
8267         * lily/translator-scheme.cc (LY_DEFINE): new function
8268         ly:unset-context-property
8269         (LY_DEFINE) new function ly:context-property-where-defined: 
8270
8271 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8272
8273         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8274
8275         * lilypond.words: add few.
8276
8277         * input/test/script-chart.ly: fix typo.
8278
8279 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8280
8281         * scm/define-grobs.scm: uniform naming for definitions and output
8282         routine files. 
8283
8284         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8285         scm/context-description.scm
8286
8287         * lily/parser.yy (translator_spec_body): add \description to the
8288         \translator{} body syntax.
8289
8290         * lily/ottava-engraver.cc: new file.
8291
8292         * scm/chord-name.scm (natural-chord-alteration): replace old
8293         chord stuff. 
8294
8295         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8296
8297         * Documentation/user/refman.itely (Metronome marks): update doco.
8298
8299         * input/regression/markup-note.ly: new file
8300
8301         * input/regression/metronome-marking.ly: new file
8302
8303         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8304
8305         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8306         metronome marks.
8307
8308 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8309
8310         * Documentation/user/GNUmakefile: Compatibility fix for new
8311         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8312         for making binary packages; info splitting bug has been fixed.
8313
8314         * Documentation/user/refman.itely: Compile fixes.
8315
8316 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8317
8318         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8319         Count \midi -keywords also for a region.
8320
8321 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8322
8323         * lily/lookup.cc (LY_DEFINE): new function
8324
8325         * Documentation/user/tutorial.itely: updates
8326
8327 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8328
8329         * lilypond-mode.el: Allow Midi on buffer.
8330         Use only '.ly'-extension, remove '.sly' and '.fly'.
8331         Allow use of inactive regions. Invoke next Command on Master file, 
8332         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8333
8334 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8335
8336         * Documentation/user/tutorial.itely: updates.
8337
8338 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8339
8340         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8341
8342 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8343
8344         * lily/coherent-ligature-engraver.cc: fixed typo
8345
8346         * lily/coherent-ligature-engraver.cc,
8347         lily/gregorian-ligature-engraver.cc,
8348         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8349         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8350         lily/vaticana-ligature-engraver.cc,
8351         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8352         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8353         removed all ligature specific stuff from NoteHead code
8354
8355         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8356         ligatures now use regular noteheads
8357
8358         * lily/vaticana-ligature.cc: tiny code cleanups
8359
8360         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8361         space between two adjacent noteheads of the same pitch
8362
8363         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8364         description; cleanup: removed obsolete font-family settings
8365
8366 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8367
8368         * lily/coherent-ligature-engraver.cc,
8369         lily/gregorian-ligature-engraver.cc,
8370         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8371         lily/mensural-ligature-engraver.cc,
8372         lily/vaticana-ligature-engraver.cc,
8373         lily/include/gregorian-ligature-engraver.hh: updated for new
8374         Coherent_ligature_engraver; added comments that describe the basic
8375         design ideas of the ligature implementation
8376
8377         * lily/coherent-ligature-engraver.cc,
8378         lily/include/coherent-ligature-engraver.hh: new file: shared code
8379         between mensural ligatures and Gregorian chant notation ligatures
8380
8381 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8382
8383         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8384         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8385         use only two arguments in sit-for, use no arguments in
8386         read-char-exclusive, backspace is not a character (127) in XEmacs.
8387
8388         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8389
8390 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8391
8392         * lilypond-mode.el: un-commenting works after syntax-table fix.
8393
8394         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8395         group, verbose commenting for syntax table.
8396
8397         * lilypond-indent.el: add TODO for ligature slurs.
8398
8399 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8400
8401         * lilypond-mode.el: Move comments of parenthesis matching away,
8402         (blink-matching-paren-on-screen) fix blinking in Emacs.
8403
8404         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8405         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8406
8407         * lilypond-indent.el: Add TODO for parenthesis matching.
8408
8409 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8410
8411         * lilypond-mode.el: Fix XEmacs: 
8412         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8413         invoke explicitly easy-menu-add (in Emacs done automatically).
8414         
8415         * lilypond.words: Add few words from input/*/*.ly.
8416
8417 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8418
8419         * VERSION (PATCH_LEVEL): release 1.7.18
8420
8421         * scripts/lilypond-book.py: only print basename for printfilename
8422         option
8423
8424         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8425         and syntax updates.
8426
8427 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8428
8429         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8430         better parametrisation. Move fatness of bulb downward.
8431
8432         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8433         glyph names. Underscores are not allowed .ps encoding files.
8434
8435 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8436
8437         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8438         variable "packed" for packed right-ragged mode
8439
8440         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8441         unused variable ragged; fixed indentation
8442
8443         * Documentation/user/refman.itely: tiny cleanups in ancient
8444         clef and custos section
8445
8446 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8447
8448         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8449         \applyoutput PROCEDURE
8450
8451         * lily/my-lily-lexer.cc: add \applyoutput.
8452
8453         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8454
8455         * lily/text-item.cc: clean text-interface description
8456
8457 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8458
8459         * input/{regression,test}/: use postfix for slur endings and beam
8460         begins.
8461
8462         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8463         style beams too. 
8464
8465         * input/regression/lyrics-melisma-beam.ly: new file.
8466
8467         * lily/lyric-engraver.cc (process_music): change from
8468         process_acknowledged_grobs()
8469
8470         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8471         functions to set and revert auto-beam settings.
8472
8473 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8474
8475         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8476
8477 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8478
8479         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8480         Documentation/user/lilypond.tely: fixed some typos; updated author
8481         info
8482
8483         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8484         #"" -> #'flag-style = #'()
8485
8486         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8487         cleanup: removed dead #includes
8488
8489         * lily/gregorian-ligature-engraver.cc,
8490         lily/include/gregorian-ligature.hh,
8491         scm/grob-property-description.scm: small cleanups, small spacing
8492         fixes
8493
8494         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8495         lily/vaticana-ligature.cc,
8496         lily/include/gregorian-ligature-engraver.hh,
8497         scm/grob-property-description.scm, scm/music-types.scm:
8498         "porrectus" -> "pes or flexa"
8499
8500         * ly/engraver-init.ly, scm/grob-description.scm,
8501         scm/grob-property-description.scm: junked porrectus, now handled
8502         by ligature code
8503
8504         * scm/grob-description.scm: bugfix: added space-alist entry for
8505         breathing sign/custos
8506
8507 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8508
8509         * Another grand 2003 update.
8510         
8511         * Remove mentioning of `mudela'; There's no such thing.
8512
8513 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8514
8515         * Documentation/user/preface.itely (Preface to version 1.8): update
8516
8517         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8518
8519         * Documentation/user/converters.itely (Invoking convert-ly): revise
8520
8521         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8522
8523         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8524
8525 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8526
8527         * Documentation/user/internals.itely: more updates.
8528
8529 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8530
8531         * Documentation/user/refman.itely: revise 
8532
8533         * Documentation/user/internals.itely: revise
8534
8535         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8536
8537 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8538
8539         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
8540         beautification: reformatted ancient clefs section; cleanup: small
8541         wording fixes
8542
8543 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
8544
8545         * lilypond.words: added words for chant notation, sorted
8546         alphabetically through "sort lilypond.words"
8547
8548 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
8549
8550         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
8551         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
8552         chant notation
8553
8554 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
8555
8556         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
8557         prevent TeX from interpreting them as long dash
8558
8559         * input/test/vaticana.ly: updated
8560
8561         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
8562         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
8563         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
8564         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
8565         fixes
8566
8567         * mf/parmesan-heads.mf: ledger endings: removed dead code
8568
8569 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8570
8571         * VERSION: 1.7.17 released
8572         
8573         * Documentation/user/GNUmakefile
8574         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
8575         files too.
8576
8577         * scm/document-markup.scm: new file: document all markup
8578         functions.
8579
8580         * scm/documentation-generate.scm: rename all documentation modules
8581         to document-*.scm
8582
8583         * scripts/lilypond-book.py: generate link to .ly file iso. link to
8584         .png
8585
8586         * input/test/divisiones.ly: added
8587
8588         * input/regression/output-property.ly: new file
8589
8590         * lily/cluster.cc: change cluster-interface to use style property
8591
8592 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
8593
8594         * input/test/chord-names-german.ly: modified.
8595
8596         * scm/chords-ignatzek.scm:
8597           chord-name->german-markup: Added
8598           note-name->german-markup: Changed (now producing lowercase notenames)
8599
8600         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
8601         
8602 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8603
8604         * scripts/convert-ly.py (FatalConversionError.conv):
8605         divisiominima -> divisioMinima, etc.
8606
8607         * ly/engraver-init.ly (FiguredBassContext): add
8608         Separating_line_group_engraver to Figured bass context.
8609
8610         * ly/german-chords-init.ly: remove file
8611
8612         * input/test/chord-names-german.ly (scm): new file.
8613
8614         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
8615
8616         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
8617         Chord_name_engraver
8618
8619         * Documentation/user/refman.itely: lots of updates.
8620
8621         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
8622         new file
8623
8624         * input/test/bar-number-every-5-reset.ly: new file.
8625
8626 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8627
8628         * input/regression/chord-name-major7.ly: new file
8629
8630         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
8631         if specced explicitly.
8632
8633         * input/regression/chord-name-entry-11.ly: new file.
8634
8635         * input/test/slur-beautiful.ly: new file.
8636
8637         * Documentation/user/refman.itely: updates.
8638
8639         * input/regression/collisions.ly (threevoice): cleanup.
8640
8641         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
8642
8643 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8644
8645         * Documentation/user/*.itely: various updates.
8646
8647         * ly/spanners-init.ly: enddecr/ endcr.
8648
8649         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
8650         of tutorial
8651
8652 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8653
8654         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
8655
8656         * lily/new-chord-name-engraver.cc (process_music): use octavation
8657         (a number) instead of original-pitch to store inversions. This
8658         fixes a problem with transposed chords with inversions.  
8659
8660 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8661
8662         * stepmake/aclocal.m4: Include compile fix for broken flex, as
8663         used in includable-lexer.hh.
8664
8665         * lily/includable-lexer.cc: Bugfix: include config.h.
8666
8667         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
8668         circumvention of Debian packaging bug.
8669
8670 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8671
8672         * flex-2.5.31 hits Debian/unstable.  Fixes below.
8673         
8674         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
8675
8676         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
8677         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
8678
8679         * lily/include/includable-lexer.hh: 
8680         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
8681
8682         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
8683
8684         * aclocal.m4: Regenerate.
8685
8686         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
8687         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
8688
8689         * scm/pdf.scm (use-modules): Include lily.
8690
8691         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
8692         Noordkamp).
8693         (use-modules): Include lily.
8694         (lily-def): Bugfix: include tex-val in let.
8695
8696 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
8697
8698         * lilypond-mode.el: sensible error if lilypond.words not found.
8699
8700         * lilypond.words: add few words.
8701
8702 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
8703
8704         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
8705
8706         * mf/parmesan-scripts.mf: fixed typo in char name
8707
8708 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8709
8710         * VERSION: 1.7.16 released
8711
8712         * python/lilylib.py (setup_temp): temporary directories are mode 700.
8713         (this is a security vulnerability).
8714
8715         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
8716
8717         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
8718         add staff support.
8719
8720 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
8721
8722         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
8723         ly/script-init.ly, scm/script.scm: bugfix: renamed
8724         fermata->signumcongruentiae to fix naming clash with feta font
8725
8726 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8727
8728         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
8729
8730         * lily/multi-measure-rest-engraver.cc
8731         (start_translation_timestep): use grace timing too for determining
8732         when to make mmrest.
8733         (start_translation_timestep): clear numbers too.
8734
8735 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
8736
8737         * scm/music-types.scm: compile fix: escape braces
8738
8739         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
8740         work around font selection problem
8741
8742         * Documentation/user/refman.itely: BreathingSign: added docu for
8743         property "text"
8744
8745 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8746
8747         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
8748         information.
8749
8750 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8751
8752         * lily/multi-measure-rest-engraver.cc (class
8753         Multi_measure_rest_engraver): make multiple Number objects, one
8754         for each MultiMeasureTextEvent.
8755
8756         * scm/music-functions.scm (glue-mm-rest-texts): use
8757         MultiMeasureTextEvent
8758
8759         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
8760
8761         * Documentation/user/refman.itely (Multi measure rests): update.
8762
8763 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8764
8765         * lily/ly-module.cc (ly_copy_module_variables): use
8766         scm_internal_hash_fold() for iterating modules.
8767
8768 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
8769
8770         * Documentation/user/refman.itely: Section Custodes: added more
8771         example code
8772
8773         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
8774         neo-mensural rests to parmesan font
8775
8776         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
8777         header
8778
8779 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8780
8781         * Documentation/user/macros.itexi: @fileref macro.
8782
8783         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
8784         each file. 
8785
8786 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
8787
8788         * lily/include/custos.hh, make/lilypond.suse.spec.in,
8789         Documentation/topdocs/AUTHORS.texi: updated my email address
8790
8791         * Documentation/user/refman.itely: updated custos documentation;
8792         beautified divisiones example; beautified articulations table
8793
8794         * lily/breathing-sign.cc: bugfix: finalis molecule
8795
8796 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
8797
8798         * Documentation/user/refman.itely: added docu for
8799         contemporary fermata symbols, gregorian breathing signs; small fixes
8800
8801         * ly/gregorian-init.ly: removed obsolete #'type props
8802
8803 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8804
8805         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
8806         minimum-length property correctly.
8807
8808 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8809
8810         * scm/music-functions.scm (make-multi-measure-rest): set input
8811         locations for multimeasure rests.
8812
8813 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
8814
8815         * input/regression/breathing-sign.ly: updated to for ancient
8816         notation
8817
8818 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8819
8820         * scripts/ly2dvi.py: Add newline.
8821
8822 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8823
8824         * scripts/ly2dvi.py (dependency_files): Compile fix.
8825
8826 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8827
8828         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
8829         (make_html_menu_file): --html menu. 
8830
8831 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8832
8833         * scripts/ly2dvi.py (run_dvips): +add the .map file 
8834
8835 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8836
8837         * input/screech-boink.ly: new file.
8838
8839 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8840
8841         * scripts/lilypond-book.py (make_lilypond_file): convert
8842         lilypond-file to lilypond block directly, without going through
8843         begin/end lilypond text.
8844         
8845
8846 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
8847
8848         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
8849         scm/grob-description.scm: moved Michael's original breathing sign
8850         code in brew_molecule() to divisio_minima(); provided new
8851         brew_molecule() that effectively replaces the
8852         Text_item::brew_molecule callback (with additional fallback to
8853         Michael's original code); added callbacks for brewing divisio
8854         maior/maxima and finalis
8855
8856         * gregorian-init.ly: added breathing sign shortcuts for virgula,
8857         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
8858
8859         * script-init.ly: added shortfermata, longfermata,
8860         verylongfermata, varcoda
8861
8862         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
8863         longfermata, verylongfermata, varcomma, varcoda
8864
8865 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8866
8867         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
8868           Remove all noquote and insert a few quote.
8869         
8870         * Documentation/user/lilypond-book.itely (Music fragment options),
8871           scripts/lilypond-book.py: Don't include quotation blocks by
8872           default. Introduce option quote instead of noquote
8873
8874 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8875
8876         * VERSION: 1.7.15 released
8877         
8878         * Documentation/user/lilypond.tely: omf updates.
8879
8880         * buildscripts/texi2omf.py (omf_vars): include version.date
8881
8882         * make/lilypond.redhat.spec.in: fixes for spec file. 
8883
8884         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
8885         by function definition: lily now requires a recent GNU Make.
8886
8887         * scripts/lilypond-book.py (write_deps): remove .tex dependency
8888         writing.
8889
8890         * make/ly-rules.make: remove .ly -> .tex rule
8891
8892         * Documentation/user/refman.itely (Figured bass): revised figured
8893         bass example.
8894
8895 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8896
8897         * stepmake/stepmake/omf-targets.make (local-install): add
8898         scrollkeeper-update message.
8899
8900         * scripts/lilypond-book.py (lilypond_binary): explicity add path
8901         to binary.
8902         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
8903
8904         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
8905
8906         * Documentation/user/converters.itely (Invoking midi2ly): add
8907         track/channel notice.
8908
8909 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8910
8911         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
8912
8913         * lily/parser.yy (scalar): DIGIT is also a scalar.
8914
8915         * Documentation/user/music-glossary.tely: add @omf tags
8916
8917         * Documentation/user/lilypond.tely: add @omf tags
8918
8919         * scm/generate-documentation.scm (string-append): add @omf tags.
8920
8921         * stepmake/stepmake/omf-*: new files 
8922
8923         * input/regression/multi-measure-rest.ly (texidoc): add doco
8924
8925         * GNUmakefile.in (web-doc-install): add web-doc-install target
8926
8927         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
8928         fixes crashes while dumping MIDI.
8929
8930         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
8931         midi
8932
8933 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8934
8935         * buildscripts/texi2omf.py: new file.
8936
8937         * mf/feta-beugel.mf: include font count, not staffsize (16) in
8938         font-name
8939
8940 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8941
8942         * input/regression/beam-manual-beaming.ly (texidoc): new file.
8943
8944         * lily/sequential-iterator.cc (descend_to_child): call
8945         descend_to_child() for all types of music.
8946
8947 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8948
8949         * scm/translator-property-description.scm: Add
8950         bassFigureFormatFunction.  Replace some entries.
8951
8952 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8953
8954         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
8955         clean out.
8956
8957 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8958
8959         * scripts/midi2ly.py (Note.dump): never dump duration for
8960         dump_dur=0.
8961
8962         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
8963         new function
8964
8965         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
8966         figures using new markups. Much simpler, and should improve layout
8967         a little.
8968
8969         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
8970
8971 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8972
8973         * ly/engraver-init.ly: use Hara kiri by default for 
8974         ChordNames, FiguredBass and Lyrics(Voice) context. 
8975
8976         * lily/axis-group-engraver.cc (acknowledge_grob): use
8977         rhythmic-grob-interface for selecting items not to hara-kiri'd 
8978
8979         * scm/new-markup.scm (markup-function-list): add bracket,
8980         vbracket.
8981
8982         * ly/engraver-init.ly (ChordNamesContext): set
8983         minimumVerticalExtent
8984
8985 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8986
8987         * input/test/time-signature-double.ly: new file 
8988
8989         * input/regression/collision-head-chords.ly (texidoc): new file.
8990
8991         * lily/type-swallow-translator.cc: add note swallow translator 
8992
8993         * input/test/time-signature-double.ly: new file.
8994
8995         * lily/type-swallow-translator.cc: add Rest_swallow_translator
8996
8997         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
8998         (FiguredBassContext): idem.
8999
9000         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9001
9002         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9003
9004         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9005
9006         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9007         .afm dependency
9008
9009         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9010
9011         * python/lilylib.py (make_page_images): add function.
9012
9013         * scripts/ly2dvi.py (run_latex): include title in preview image.
9014
9015         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9016         from lilypond-book for <ly2dvifile> tags in HTML.
9017
9018         * scripts/ly2dvi.py (option_definitions): add --debug option to
9019         print out environment.
9020
9021         * input/regression/tie-chord-partial.ly: new file.
9022
9023 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9024
9025         * lilypond.words: add 3
9026
9027 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9028
9029         * scm/new-markup.scm (markup-function-list): add finger-markup
9030
9031         * input/tutorial/brahms-tweaked.ly: new markup 
9032
9033         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9034
9035         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9036         crash when processing '() markup
9037
9038         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9039
9040         * lily/breathing-sign.cc (railtracks): another caesura.
9041
9042         * mf/feta-schrift.mf: caesura symbol. 
9043
9044 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9045
9046         * scripts/convert-ly.py (FatalConversionError.conv): add
9047         ly:molecule-XXX conversions.
9048
9049         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9050
9051         * input/regression/multi-measure-rest-text.ly: new file.
9052
9053         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9054         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9055
9056         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9057         ScoreContext
9058
9059         * scm/new-markup.scm (center-markup): \center markup.
9060
9061         * scm/music-functions.scm: remove pitchify scripts.
9062
9063         * lily/music.cc (print_smob): display music name if available 
9064
9065 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9066
9067         * Documentation/user/refman.itely (Instrument names): remove
9068         \turnOff doco.
9069
9070 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9071
9072         * lily/score.cc (mark_smob): bugfix.
9073
9074         * input/regression/rehearsal-mark.ly: new file.
9075
9076         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9077         report error at the current token again.
9078
9079 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9080
9081         * cygwin/mknetrel: Exit if doc build fails.
9082
9083         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9084
9085 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9086
9087         * scm/music-types.scm (music-descriptions): add doc strings
9088
9089 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9090
9091         * lily/lexer.ll: 
9092         * lily/include/my-lily-lexer.hh: 
9093         * lily/include/includable-lexer.hh: Add flex kludge.
9094
9095         * config.hh.in: 
9096         * config.make.in: 
9097         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9098         cruft.
9099         
9100         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9101         code.
9102
9103 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9104
9105         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9106
9107         * lily/parser.yy (new_chord): Compile fix.
9108
9109 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9110
9111         * Documentation/user/refman.itely (Tuning groups of objects):
9112         remove documentation for \turnOff. 
9113
9114         * lily/percent-repeat-engraver.cc (try_music): add correct
9115         processing moments for double-measure percents as well.
9116
9117         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9118
9119         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9120         grob prop type. 
9121
9122         * Documentation/user/refman.itely (Printing named chords): add
9123         chord name tweak doco.
9124
9125         * input/template/gregorian-transcription.ly: new file.
9126
9127 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9128
9129         * VERSION: 1.7.13 released
9130         
9131         * input/test/*: lots of cleanups/comment-outs/removals in chord
9132         examples
9133         
9134         * input/regression/*: lots of cleanups/comment-outs/removals in
9135         chord examples
9136         
9137         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9138         options
9139
9140         * lily/new-chord-name-engraver.cc (process_music): give original
9141         inversion pitch to chord name routine.
9142
9143         * input/tutorial/os-score.ly: update to new markup
9144
9145         * Documentation/user/appendices.itely: simply include
9146         chords-ignatzek. 
9147
9148         * Documentation/user/refman.itely (Chords mode): add documentation
9149         for chord mode.
9150
9151         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9152         not present in chord.
9153         (construct-chord): add inversion and bass support.
9154
9155         * lily/chord.cc: junk contents.
9156
9157 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9158
9159         * Documentation/user/refman.itely:
9160         * Documentation/user/music-glossary.tely: fix. 
9161
9162 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9163
9164         * scm/chord-entry.scm (construct-chord): move chord construction
9165         to Scheme.
9166
9167         * lily/parser.yy (new_chord): new setup for chord entry.
9168
9169 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9170
9171         * lilypond.words:
9172         * Documentation/user/music-glossary.tely: add ambitus.
9173
9174 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9175
9176         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9177
9178         * lily/include/*.hh: string() -> to_string()
9179
9180         * scm/chords-ignatzek.scm: new file.
9181
9182         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9183         standard chord name exceptions.
9184
9185         * scm/translator-property-description.scm (chordNameSeparator):
9186         add property.
9187         (majorSevenSymbol): add property
9188
9189         * lily/translator-scheme.cc (ly:context-properties): new function
9190         (ly:context-parent): new function.
9191         (print_smob): print context name.
9192
9193         * lily/music.cc (ly:get-music-length): new function
9194         (print_smob): don't print properties.
9195
9196         * lily/duration.cc (duration<?): new function
9197
9198         * input/regression/chords-funky-ignatzek.ly: new file.
9199
9200         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9201         jazz chords.
9202
9203         * lily/pitch.cc (ly:pitch-diff): new function.
9204
9205         * input/regression/chords-ignatzek.ly: new file.
9206
9207 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9208
9209         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9210         pitches for jazz chords.
9211
9212 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9213
9214         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9215
9216 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9217
9218         * lilypond.words: add 1
9219
9220 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9221
9222         * Documentation/topdocs/AUTHORS.texi: refine.
9223
9224 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9225
9226         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9227         
9228         * lilypond.words: add one.
9229
9230 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9231
9232         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9233         Fontify bass note in chords, e.g., e in c1/e.
9234         
9235 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9236
9237         * Documentation/user/music-glossary.tely: Dutch updates and
9238         additions (Arent Storm).
9239
9240 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9241
9242         * input/regression/ambitus.ly:  move file.      
9243
9244         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9245
9246         * lily/event.cc (transpose): add tonic property to Key_change_req
9247         and to Key_engraver.
9248
9249 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9250
9251         * Documentation/user/refman.itely: fix typo.
9252
9253         * lilypond.words: removed wrong identifiers.
9254
9255 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9256
9257         * mf/feta-toevallig.mf: make flat stem shorter 
9258
9259 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9260
9261         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9262
9263         * lilypond.words: add from Phrasing slur.
9264         
9265 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9266
9267         * lilypond-mode.el: allow launching multiple ViewPS processes.
9268         
9269         * lilypond.words: add from Text markup.
9270
9271 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9272
9273         * input/test/ossia.ly (texidoc): add comment.
9274
9275         * input/regression/voice-follower.ly: new file.
9276
9277         * mf/feta-toevallig.mf: make flat heavier.
9278
9279         * lily/cluster-engraver.cc: clean up Cluster engraver
9280
9281         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9282         Engraver. Use Note_column to compute Y positions and deal with
9283         line break stuff.
9284
9285 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9286
9287         * lily/stem.cc: move french-beaming to stem.
9288
9289 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9290
9291         * lilypond-font-lock.el: fontify all durations in chords.
9292
9293         * lilypond.words: add from lily/my-lily-lexer.cc
9294
9295 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9296
9297         * VERSION: release 1.7.12
9298
9299         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9300
9301         * lily/gregorian-ligature.cc: new file
9302
9303         * lily/*: the Great 2003 search & replace.
9304
9305         * Documentation/user/refman.itely (Manual repeat commands): add
9306         note about font selection.
9307
9308 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9309
9310         * lilypond-mode.el: propose recompiling midi while invoking playing,
9311         not while stopping playing.
9312
9313 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9314
9315         * lilypond.words: add one.
9316
9317         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9318         and expressional note grouping. Fontify chord modes.
9319
9320 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9321
9322         * Documentation/user/music-glossary.tely (Top): translate melisma.
9323
9324 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9325
9326         * Documentation/user/music-glossary.tely (Top): add melisma.
9327
9328 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9329
9330         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9331         interfaces for (abstract) grob GregorianLigature
9332
9333         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9334         renamed head* -> glyph_name*, x-shift* -> x-offset*
9335
9336         * scm/grob-property-description.scm: bugfix: added missing descriptions
9337
9338 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9339
9340         * input/test/chord-names-dpnj.ly: New file.
9341
9342         * scm/double-plus-new-chord-name.scm: Implement full and partial
9343         exceptions.
9344
9345         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9346
9347         * scm/double-plus-new-chord-name.scm
9348         (double-plus-new-chord->markup): Fix sub->markup.
9349
9350
9351 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9352
9353         * lily/custos-engraver.cc: added TODO; editorial changes
9354
9355         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9356         consistency with other ligature engravers; removed access on (now)
9357         private variable _ligature of Ligature_engraver
9358
9359         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9360         renamed last_bound -> last_bound_; issue programming_error on
9361         abstract method calls; moved primitives code from
9362         Mensural_bracket_engraver to here (because almost ligature
9363         engravers will need it); renamed try_stop_ligature () ->
9364         typeset_ligature (); bugfix: store primitives of finished ligature
9365         in separate variable finished_primitives_ to avoid clash on input
9366         like "\] \["; added current_ligature () to enable access on
9367         private variable _ligature
9368
9369         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9370         (now in super class); renamed try_stop_ligature () ->
9371         typeset_ligature ()
9372
9373         * lily/mensural-ligature.cc: issue programming_error on abstract
9374         method calls
9375
9376         * lily/note-heads-engraver.cc: added TODO comment upon bool
9377         in_ligature
9378
9379         * mf/parmesan-heads.mf: fixed some of set_char_box()
9380
9381         * scm/grob-description.scm: added VaticanaLigature
9382
9383         * scm/grob-property-description.scm: added neume prefix properties
9384
9385         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9386         lily/include/gregorian-ligature-engraver.hh,
9387         lily/include/gregorian-ligature.hh: new files; framework for
9388         gregorian ligature engravers such as vaticana
9389
9390         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9391         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9392         vaticana style ligature implementation (still somewhat uncomplete)
9393
9394 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9395
9396         * VERSION: release 1.7.11
9397
9398         * scripts/convert-ly.py: add ly:pitch-transpose rule
9399
9400 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9401
9402         * input/test/dpncnt.ly: New file.
9403
9404         * lily/my-lily-lexer.cc: Add chordnames keyword.
9405
9406         * lily/parser.yy (chordnames_block): Parse chord name exception
9407         lists, see input/test/dpncnt.ly.
9408
9409         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9410         function.
9411
9412         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9413         filter-out too.
9414
9415         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9416         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9417         pitch functions (except for ly:make-pitch, but that's apparently
9418         some sort of scheme naming standard?).
9419
9420         * scm/lily.scm (!=): define-public.
9421
9422         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9423
9424 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9425
9426         * scm/double-plus-new-chord-name.scm
9427         (double-plus-new-chord-name->markup): New file.
9428
9429 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9430
9431         * python/lilylib.py (make_preview): don't suppress progress for
9432         bbox extraction.
9433
9434 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9435
9436         * Documentation/user/appendices.itely (scheme): update for new syntax.
9437
9438         * input/regression/chord-name-styles.ly: new file
9439
9440         * lily/instrument-name-engraver.cc: create instrument names
9441         without barline too.  Allows instrument name on ChordNames  
9442
9443         * scm/new-markup.scm (interpret-markup): allow simple strings as
9444         markup too.
9445
9446 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9447
9448         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9449         (step->markup-accidental): Fix: add accidental.
9450         (chord::inner-name-american): 
9451         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9452         append stray '/' if last superscript addition was 'o'.
9453
9454         * scm/new-markup.scm (normal-size-sub-markup) 
9455         (normal-size-super-markup): New function.
9456
9457         * lily/source-file.cc (Source_file): Add warning for possibly
9458         intentional but suspicious initialization.
9459
9460         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9461         add comments about cut-and-paste programming.
9462
9463         * flower/rational.cc (lcm): Not used; comment out.
9464
9465 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9466
9467         * lily/new-fingering-engraver.cc (position_scripts): use
9468         fingerHorizontalDirection to determine fingering horizontal
9469         directions.
9470  
9471         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9472         fingering support.
9473
9474         * scripts/convert-ly.py (FatalConversionError.conv): add style
9475         conversion rule. 
9476
9477         * scm/chord-name.scm (set-chord-name-style): new function.
9478         (new-chord-name-brew-molecule): revise to interpret markup only
9479         (new-chord->markup): cleanuppish rewrite. To be called from the
9480         new engraver.
9481
9482         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9483         Markup earlier, during interpreting.
9484
9485         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9486         style settings. Rename to chord-names-*.ly
9487
9488 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9489
9490         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9491         markup code and update to new markup.  Most probably broke some of
9492         it.
9493         
9494 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9495
9496         * Documentation/user/refman.itely: added docu for ambitus and
9497         clusters
9498
9499         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9500         ly_quote_scm() in lookup.cc
9501
9502         * mf/parmesan-clefs.mf: set_char_box fix
9503
9504         * lily/cluster-engraver.cc: junk implicit protection; use
9505         Protected_scm instead
9506
9507 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9508
9509         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9510         throughout.
9511
9512         * scm/new-markup.scm: Turn-off error-triggering test code.
9513
9514 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9515
9516         * scm/new-markup.scm (markup-thrower-typecheck) 
9517         (markup-typecheck?):  add full typechecking functions.
9518         (make-markup-maker): add make-FOO-markup functions.
9519         (markup-argument-list-error): nice error checking messages.
9520         (make-markup): better function: less quoting escapades.
9521
9522 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9523
9524         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9525
9526 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9527
9528         * cygwin/lilypond.hint (requires): Add cygwin.
9529
9530         * .cvsignore: Remove stepmake (huh!?!), add lib.
9531
9532         * GNUmakefile.in: Add libdir links for builddir runs.
9533
9534         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9535         instead of datadir.
9536
9537         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9538         local_lilypond_libdir.
9539
9540         * config.make.in (lilypond_libdir): Add.
9541
9542         * stepmake/stepmake/substitute-rules.make: 
9543         * stepmake/stepmake/script-rules.make: 
9544         * stepmake/stepmake/python-module-rules.make:
9545         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
9546         lilypond-python-module patch.
9547
9548 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9549
9550         * Documentation/user/refman.itely (Graphical interfaces): add note
9551         about xml2ly.
9552
9553 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9554
9555         * scripts/ly2dvi.py (run_dvips): remove trailing newline
9556
9557 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9558
9559         * VERSION: released 1.7.10
9560
9561         * scripts/musedata2ly.py (): idem
9562
9563         * scripts/midi2ly.py (dump_chord): idem
9564
9565         * scripts/etf2ly.py (version): idem 
9566
9567         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
9568
9569         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
9570
9571         * scm/tex.scm (tex-output-expression): remove eval compat
9572         glut. Other output files too.
9573
9574         * scm/chord-name.scm: don't export anything from chord module.
9575
9576         * input/test/american-chords.ly: idem
9577
9578         * input/test/banter-chords.ly (texidoc): idem
9579
9580         * input/test/Cc-chords.ly: add breakage notes.
9581
9582         * Documentation/user/refman.itely (Text markup): rewrite manual
9583         section.
9584
9585         * lily/parser.yy (scalar): allow \markup { } as property value. 
9586
9587         * scm/chord-name.scm: complete new markup usage
9588
9589         * scm/grob-description.scm (all-grob-descriptions): use new markup
9590         texts by default
9591
9592 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9593
9594         * scm/chord-name.scm: partial move to new markup texts.
9595
9596 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9597
9598         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
9599
9600         * scm/bass-figure.scm (brew-bass-figure): make stack direction
9601         settable.
9602
9603 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
9604
9605         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
9606         invoked for old midi, wait for killing.
9607
9608 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
9609
9610         * Documentation/user/music-glossary.tely: Finnishing.
9611
9612 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9613
9614         * mf/feta-nummer-code.mf: some kerning pairs.
9615
9616 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
9617
9618         * scm/output-lib.scm (set-bar-number-visibility): Context-function
9619         Added.
9620
9621         * Documentation/user/refman.itely (Bar numbers):
9622         set-bar-number-visibility added, modulo-bar-number removed again
9623         (sorry).
9624
9625 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
9626
9627         * scm/output-lib.scm (modulo-bar-number-visible): add function.
9628
9629         * Documentation/user/refman.itely: add modulo-bar-number-visible.
9630
9631         * Documentation/user/music-glossary.tely: translate into Finnish.
9632
9633 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9634
9635         * lilypond-mode.el: add shortcut for 2midi
9636
9637         * lilypond-font-lock.el: fontify lyrics
9638
9639 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
9640
9641         * scm/drums.scm : use 1.7.x names.
9642
9643         * input/regression/drums.ly : Don't use << chords >>
9644
9645 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9646
9647         * lilypond-mode.el: tidy, add TODO
9648
9649         * make/lilypond.mandrake.spec.in: install-info quietly.
9650
9651 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9652
9653         * input/test/markup.ly: use new syntax.
9654
9655 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9656
9657         * ly/params-init.ly (interscoreline): add word-space
9658
9659         * input/test/metronome.ly (eighthNote): idem.
9660
9661         * input/test/script-priority.ly: use new markup
9662
9663         * lily/parser.yy (markup): allow HEAD markup0 markup1 
9664
9665         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
9666
9667         * lily/parser.yy (gen_text_def): bugfix.
9668         (full_markup): allow markup identifier.
9669
9670 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
9671
9672         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
9673         jobs at the same time. Add horizontal lines to Command menu.
9674         Allow one compiling job -- propose killing others before a new one.
9675
9676         * lilypond.words: add markup, teeny, etc.
9677
9678 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
9679
9680         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
9681         Allow only one type of midi process; launching Midi either stops
9682         midis or plays the current midi and launching MidiAll stops midis
9683         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
9684         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
9685
9686 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9687
9688         * lily/text-engraver.cc (process_acknowledged_grobs): use new
9689         markup  for new markup texts.
9690
9691         * lily/mark-engraver.cc (process_music): idem
9692         
9693         * lily/instrument-name-engraver.cc (create_text): idem
9694
9695         * scm/new-markup.scm (magnify-markup): new function.
9696
9697         * scm/molecule.scm (stack-lines): bugfix.
9698
9699         * lily/font-interface.cc (get_font): take font-magnification from
9700         alist chain.
9701
9702 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9703
9704         * lily/molecule-scheme.cc: move scheme functions to separate file.
9705
9706         * lily/font-metric.cc  (ly_get_glyph): new function. 
9707         
9708         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
9709         (italic-markup, dynamic-markup): new functions
9710         (font-markup): new function
9711
9712         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
9713         padding and minimum
9714
9715 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
9716
9717         * lily/accidental-engraver.cc:
9718         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
9719
9720 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
9721
9722         * lilypond.vim:
9723         * lilypond-font-lock.el: Put \longa as duration. Accept only 
9724         [a-zA-Z] for user defined identifiers. Separate note cases 
9725         with and without a duration (allow cis\longaX).
9726
9727         * lilypond.words: Add words from Info.
9728
9729 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9730
9731         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
9732
9733 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
9734
9735         * lilypond-mode.el: Propose reverting buffer before a command if
9736         it was edited with an another editor.
9737
9738 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9739
9740         * lily/molecule.cc (ly_translate_molecule): new function
9741
9742         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
9743         into libdir
9744
9745         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
9746
9747         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
9748
9749 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
9750
9751         * lilypond.words: take \words from Info-index.
9752
9753 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9754
9755         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
9756
9757 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
9758
9759         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
9760
9761 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
9762
9763         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
9764         and lilypond-documentation.
9765
9766 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9767
9768         * lily/parser.yy: Compile fix (bison 1.75).
9769
9770 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9771
9772         * VERSION: 1.7.9 released
9773
9774         * scm/music-functions.scm (shift-one-duration-log): refactor.
9775         Use music-map.
9776
9777         * input/regression/chord-tremolo.ly (texidoc): add dot test.
9778
9779         * NEWS: update.
9780
9781         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
9782         argument
9783         
9784         * scm/music-functions.scm (display-music): new function
9785         (music-map): change arg order.
9786
9787         * input/regression/new-markup-syntax.scm: new file
9788
9789         * lily/parser.yy (markup): add \markup { .. } syntax.
9790
9791         * scm/new-markup.scm (override-markup): new function
9792         (lookup-markup): new function
9793         (music-markup): new function
9794         (lookup-markup-command): use markup-signature to store argument
9795         format for parser.
9796
9797         * lily/lexer.ll: preliminary \markup syntax. 
9798
9799 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
9800
9801         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
9802         add pre/post-dependencies and menus with icons from source.
9803
9804         * Documentation/pictures/lilypond-48x48.xpm:
9805         * Documentation/pictures/lilypond-32x32.xpm:
9806         * Documentation/pictures/lilypond-16x16.xpm: new files, background
9807         transparent.
9808
9809         * stepmake/stepmake/generic-targets.make:
9810         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
9811
9812 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9813
9814         * input/regression/music-map.ly (texidoc): new file.
9815
9816         * scm/music-functions.scm (music-map): new function
9817
9818 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9819
9820         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
9821
9822 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
9823
9824         * input/test/to-xml.ly:
9825         * lily/ligature-engraver.cc: Fixes documentation.
9826
9827         * lilypond.mandrake.spec.in:
9828         * lilypond.redhat.spec.in: Add lilypond.words.
9829
9830         * Documentation/user/refman.itely: Mention Info inside emacs.
9831         
9832         * lilypond.suse.spec.in:
9833         * lilypond.redhat.spec.in:
9834         * lilypond.mandrake.spec.in: Set root-owner for doc
9835         (tobbe@nyvalls.se).
9836
9837 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9838
9839         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
9840         os.popen.read ().
9841
9842 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9843
9844         * scripts/ly2dvi.py (include_path): print warning if failing anything.
9845
9846         * python/lilylib.py (error): add space
9847
9848 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9849
9850         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
9851         distribution.
9852
9853 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9854
9855         * lily/paper-outputter.cc (Paper_outputter): close port when
9856         finishing score.
9857
9858 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9859
9860         * scm/sodipodi.scm: Fixes.
9861
9862 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
9863
9864         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
9865
9866         * buildscripts/make-font-dir.py: Fix. 
9867
9868 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
9869
9870         * lilypond-mode.el: Add support for Info inside Emacs.
9871
9872 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9873
9874         * buildscripts/make-font-dir.py: 
9875         * mf/GNUmakefile: Make sodipodi font map.
9876
9877         * scm/sodipodi.scm: Add more output functions.
9878
9879         * mf/feta-nummer.mf: 
9880         * mf/feta-beugel.mf: Add font_coding_scheme.
9881
9882         * lily/paper-outputter.cc (output_header): Fix creator string.
9883
9884 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
9885
9886         * lilypond-mode.el (LilyPond-autocompletion): invoked with
9887         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
9888
9889         * lilypond.words: add two (Everybody can add/remove words now!).
9890
9891         * debian/rules:
9892         * make/lilypond.suse.spec.in:
9893         * make/lilypond.mandrake.spec.in:
9894         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
9895
9896         * Documentation/user/refman.itely: Mention autocompletion.
9897
9898 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9899
9900         * scripts/ly2dvi.py: Add paper sizes.
9901
9902         * lily/timing-engraver.cc: 
9903         * lily/time-signature.cc: 
9904         * lily/span-bar.cc: 
9905         * lily/grob-scheme.cc: Code formatting fixes.
9906
9907         * scm/sodipodi.scm: 
9908         * scm/sketch.scm:
9909         * buildscripts/mf-to-table.py: 
9910         * buildscripts/make-font-dir.py: Font testing.
9911
9912 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
9913
9914         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
9915         inserts try-completion and shows all-completions.
9916
9917         * lilypond.words: '\' -> '\\'
9918
9919         * lilypond-mode.el: load libraries in the end, lilypond.words defines
9920         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
9921         
9922         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
9923         and LilyPond-reserved-words.
9924         
9925 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
9926
9927         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
9928         from load-path.
9929         
9930         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
9931         the mini-buffer with Control-Shift-c.
9932         
9933 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9934
9935         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
9936         duration. This fixes \tempo taking time.
9937
9938 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9939
9940         * lily/volta-engraver.cc (process_acknowledged_grobs): 
9941         Allow for text markup in repeatCommands. 
9942
9943 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
9944
9945         * lilypond-mode.el (LilyPond-insert-string): new function, use it
9946         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
9947         Get rid of skeleton.el-dependency.
9948
9949         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
9950
9951 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9952
9953         * lily/beam-engraver.cc (stop_translation_timestep): reset
9954         now_stop_ev_
9955
9956         * lily/scm-option.cc: add parse-protect to ly:set-option
9957
9958         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
9959
9960 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9961
9962         * lily/include/ligature-bracket.hh: removed
9963         * lily/ligature-bracket.cc: removed
9964
9965         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
9966         .tex
9967
9968         * lily/beam.cc (set_beaming): don't change beam count on rests.
9969         (brew_molecule): always set flag-width > 0.
9970
9971 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
9972
9973         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
9974         chars, remove instructions; instead, refer to lilypond-init.el and
9975         Documentation/topdocs/INSTALL.texi.
9976
9977         * lilypond.words: add identifiers and reserved words.
9978
9979         * Documentation/topdocs/INSTALL.texi: separate sections for installing
9980         files and adding a load-path.
9981
9982         * lilypond-init.el: Instructions, extracted from 
9983         Documentation/topdocs/INSTALL.texi. 
9984         
9985 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9986
9987         * VERSION: 1.7.8 released 
9988
9989         * lily/grob.cc (warning): better robustness fix.
9990
9991 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
9992
9993         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
9994
9995         * lily/cluster-engraver.cc: stick better to variable naming
9996         conventions
9997
9998         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
9999         until stop_translation_timestep()
10000
10001         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10002         min/max coordinates to backend, but no musical info such as
10003         pitches
10004
10005         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10006
10007         * lily/grob.cc: robustness fix: warning(): do not crash if
10008         cause is not set
10009
10010         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10011         the much more elaborated tuplet brackets than the very naive and
10012         simple ligature bracket grob
10013
10014 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10015
10016         * Documentation/user/refman.itely (Analysis brackets): add
10017         horizontal bracket doco.
10018
10019         * ly/property-init.ly (setMmRestFermata): added.
10020
10021         * Documentation/user/refman.itely (Multi measure rests): fermatas
10022         on mm rests.
10023
10024         * input/regression/apply-context.ly (texidoc): new file
10025
10026         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10027         code to be executed during interpretation. Possible applications:
10028         smart octavation, more advanced bar checks. 
10029
10030         * lily/apply-context-iterator.cc: new file.
10031
10032 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10033
10034         * input/test/new-markup.ly: new file.
10035
10036         * lily/text-item.cc (text_to_molecule): new function
10037
10038         * scm/new-markup.scm (lambda): new file
10039
10040         * lily/function-documentation.cc (ly_add_function_documentation):
10041         add proc property as well
10042
10043 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10044
10045         * Documentation/user/music-glossary.tely (Top): add custos.
10046
10047 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10048
10049         * Documentation/topdocs/INSTALL.texi: advise how to include source
10050         path to Emacs load-path and improve language.
10051
10052 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10053
10054         * GNUmakefile.in: config.h message fix.
10055
10056         * autogen.sh:
10057         * aclocal.m4: Regenerate.
10058
10059         * configure.in: 
10060         * config.make.in: 
10061         * stepmake/config.make.in: 
10062         * stepmake/configure.in: 
10063         * stepmake/autogen.sh: 
10064         * stepmake/aclocal.m4: Update for autoconf 2.56.
10065
10066 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10067
10068         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10069         to install Emacs-mode. Instructions how to use vim-mode.
10070
10071 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10072
10073         * scm/music-types.scm (music-descriptions): no length for tempo event.
10074
10075         * input/*.ly: add \version everywhere.
10076         
10077         * input/*.ly: update syntax to 1.7 + new-chords.
10078
10079         * VERSION: 1.7.7 released.
10080         
10081         * Documentation/user/*.tely: new chord syntax.
10082
10083         * input/regression/[bc]*.ly (texidoc): syntax updates.
10084         
10085 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10086
10087         * lilypond.words: add vocabulary to be used in auto-completion
10088
10089         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10090
10091         * lilypond.vim: allow note name at EOF
10092
10093 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10094
10095         * buildscripts/new-chords.py (edit): -e option: inline editing.
10096
10097         * input/regression/a*.ly (texidoc): syntax updates.
10098
10099         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10100         music): elucidations. 
10101
10102 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10103
10104         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10105         ly/spanners-init.ly, scm/grob-description.scm,
10106         scm/grob-property-description.scm, scm/music-types.scm,
10107         lily/cluster-engraver.cc, lily/cluster.cc,
10108         lily/include/cluster.hh, input/test/cluster.ly: cluster
10109         implementation
10110
10111         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10112         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10113         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10114
10115         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10116
10117         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10118
10119         * scm/grob-description.scm: bugfix: by default, use default note
10120         head style when engraving ligatures
10121
10122         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10123
10124         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10125         events
10126
10127         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10128
10129         * input/test/ancient-font.ly: bugfix: style -> flag-style
10130
10131         * lily/ligature-engraver.cc: indentation fix
10132
10133         * lily/parser.yy: indentation fixes
10134         
10135 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10136
10137         * input/regression/measure-grouping.ly: more elaborate example.
10138
10139         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10140         ly:div-moment. New functions 
10141
10142         * scm/music-functions.scm (set-time-signature): new function,
10143         allow inline time sig settings with measure grouping.
10144
10145         * lily/parser.yy (command_element): move time sig construction
10146         into Scheme.
10147
10148         * lily/side-position-interface.cc (out_of_staff): new function,
10149         like padding, but keep minimum distance from staff. Easier than
10150         linespanners (dynamics, pedals), but roughly the same effect.
10151
10152 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10153
10154         * emacs-mode.el: Added spanish-note-replacements 
10155         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10156
10157         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10158
10159 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10160
10161         * lilypond.vim: Do not fontify cises, desis, etc.
10162
10163         * vimrc: view dvi with <S-F6>
10164
10165 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10166
10167         * lily/lookup.cc (triangle): new function.
10168
10169         * input/regression/measure-grouping.ly (texidoc): new file: show
10170         triangles and brackets for beat groups of 3 and 2.
10171
10172         * lily/include/measure-grouping-spanner.hh (class
10173         Measure_grouping): new file.
10174
10175         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10176
10177         * lily/measure-grouping-engraver.cc (class
10178         Measure_grouping_engraver): new file.
10179
10180 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10181
10182         * Merge from stable:
10183
10184             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10185         
10186         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10187         stylesheet.
10188
10189         * ly/paper19.ly: Include paper19-init.ly.
10190
10191         * ly/paper19-init.ly: New file.
10192
10193         * Documentation/user/tutorial.itely (First steps): Fix first
10194         example for font test.
10195
10196         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10197
10198         * ChangeLog: Add 1.7.6 release marker (see below).
10199
10200         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10201         Add .py files.
10202
10203 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10204
10205         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10206
10207         * input/tutorial/*.ly: update to new syntax.
10208
10209         * lily/parser.yy (Composite_music): new transpose syntax,
10210         \transpose FROM TO MUSIC. 
10211
10212 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10213
10214         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10215         latex progress/error output to stderr (by default this goes to
10216         stdout).  Show lilypond progress, even when not verbose.
10217
10218         * python/lilylib.py (system): New optional parameter to control
10219         showing of progress.
10220
10221         * scm/backend-documentation-lib.scm (check-dangling-properties):
10222         Fix error message.
10223
10224         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10225         axis, extent.
10226
10227         * scm/grob-property-description.scm (magnify): Remove.
10228         (extent, axis): Add.
10229
10230 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10231
10232         * VERSION: Release 1.7.6.
10233
10234         * scripts/convert-ly.py: more uniformization substitutions.
10235
10236         * buildscripts/new-chords.py (sub_chords): new file.
10237
10238 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10239
10240         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10241         lilypond.map.  Include sauter fonts too.  Cleanups.
10242
10243 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10244
10245         * Documentation/user/tutorial.itely (First steps): change to new
10246         chord/tie/slur/beam notation.
10247
10248         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10249         ties.
10250
10251         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10252         engraver. Process ties in postfix notation, i.e. c8-~ c
10253
10254         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10255
10256         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10257
10258         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10259
10260         * lily/beam-engraver.cc (try_music): accept new-beam-events
10261
10262         * input/regression/chord-scripts.ly (texidoc): new file
10263
10264         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10265         script-events.
10266
10267         * scm/script.scm (default-script-alist): cleanup.
10268
10269         * lily/script-engraver.cc (make_script_from_event): cleanup.
10270
10271         * lily/lyric-combine-music-iterator.cc
10272         (Lyric_combine_music_iterator): remove superfluous events.
10273         (melisma_busy): new function. Fix broken melismas.
10274
10275 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10276
10277         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10278         Remove nonvalid settings. Use descriptive key names.
10279         Use <Return> to indicate the pressing of that key.
10280
10281 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10282
10283         * scripts/lilypond-book.py (option_definitions): Typo.
10284
10285         * scripts/ly2dvi.py: Updates.
10286
10287         * python/lilylib.py (setup_environment, print_environment)
10288         (get_bbox, make_preview): Merge and remove from ly2dvi and
10289         lilypond-book.
10290
10291         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10292
10293         * .cvsignore: Remove some cruft.
10294
10295         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10296         path.
10297
10298         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10299         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10300         throughout.
10301
10302         * python/lilylib.py (quiet_system): Junk
10303         (system): Display error log upon failure.
10304         (read_pipe): New function.  Cleanups and fixes.
10305
10306         * python/*.py: Rename from *.py.in.
10307         
10308         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10309
10310         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10311
10312 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10313
10314         * python/GNUmakefile: Bugfix: handle modules.
10315
10316         * stepmake/stepmake/python-module-targets.make (default): Add
10317         compiled modules. 
10318
10319         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10320         compiling modules.
10321
10322         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10323         Bugfix.  (OUT_PYC_MODULES): Add.
10324
10325 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10326
10327         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10328         Use default paths. Refresh description.
10329
10330 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10331
10332         * VERSION: 1.7.5 released
10333
10334         * input/regression/finger-chords.ly (texidoc): new file.
10335
10336         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10337         support
10338
10339         * lily/fingering-engraver.cc (process_music): remove kludgy
10340         scriptHorizontal stuff.
10341
10342         * lily/script.cc: remove staff-support property.
10343
10344         * lily/new-fingering-engraver.cc (add_fingering): new
10345         file. Fingering engraver for new style chords.
10346
10347 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10348
10349         * lily/parser.yy (bare_number): allow 4 \cm (without
10350         decimal dot). (should backport to 1.6?)
10351
10352         * ly/declarations-init.ly: use Scheme for dimension defs.
10353
10354         * lily/parser.yy (TODO): remove hard coded dimensions, add
10355         REAL NUMBER_IDENTIFIER production.
10356
10357         * lily/rest-collision.cc (force_shift_callback): rewrite using
10358         -done property.
10359
10360         * scm/grob-property-description.scm (rest-collision-done): add
10361         property.
10362         
10363         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10364
10365 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10366
10367         * input/regression/multi-measure-rest-center.ly: new file.
10368
10369         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10370         off horizontally by 0.05 ss. Fixed.
10371
10372 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10373
10374         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10375
10376         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10377
10378 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10379
10380         * lily/tie.cc (get_control_points): also avoid staff lines on the
10381         just outside the outer staff lines
10382
10383 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10384
10385         * ly/params-init.ly: Just define style-alist, no need to
10386         define-public.
10387
10388         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10389         (thanks Han-Wen).
10390
10391         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10392         (FET_FILES): = FONT_FILES.
10393
10394         * Merge from stable:
10395
10396             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10397
10398 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10399
10400         * VERSION: 1.7.4 released.  
10401         
10402         * scm/generate-documentation.scm (string-append): add macro
10403         definitions.
10404
10405         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10406         normal texts.
10407
10408         * lily/multi-measure-rest-engraver.cc: make separate
10409         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10410
10411         * lily/multi-measure-rest.cc: remove text handling. Remove
10412         number-threshold.
10413
10414 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10415
10416         * scm/music-types.scm: doc patch by Graham Percival
10417
10418 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10419
10420         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10421         encoding part.
10422         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10423         (sketch_p): Sketch wants only first four elements of X11 font spec.
10424
10425         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10426
10427         * mf/feta-autometric.mf: Write foundry and family to log.
10428
10429         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10430         font translation table.
10431
10432         * buildscripts/mf-to-table.py: Better font info into afm.
10433
10434         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10435         1.0.9 required.
10436
10437         * configure.in: Whine for mftrace 1.0.9.
10438
10439 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10440
10441         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10442
10443         * lily/main.cc (main_prog): don't try to load init.EXT when
10444         processing foo.EXT.
10445
10446 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10447
10448         * scm/tex.scm (zigzig-line): added.
10449
10450         * scm/ps.scm (zigzag-line): added.
10451
10452         * ps/music-drawing-routines.ps (subvec): added.
10453         (draw_zigzag_line): added.
10454         
10455         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10456         grob properties zigzag-width and zigzag-length.
10457
10458         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10459
10460 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10461
10462         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10463         svg output, including font.
10464
10465 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10466
10467         * scm/lily.scm: Register sodipodi output module.
10468
10469         * scm/sodipodi.scm: New file.
10470
10471         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10472
10473         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10474         comment, after header.
10475         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10476         FullName.  Fix FontName key.
10477
10478 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10479
10480         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10481         and breve rests.
10482         
10483         * input/test/blank-notes.ly: bugfix
10484
10485         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10486         rests. (Kim Shrier)
10487
10488         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10489         
10490 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10491
10492         * scm/tex.scm: 
10493         * scm/ps.scm: Cleanup and remove obsolete junk.
10494
10495         * Documentation/user/internals.itely:
10496         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10497
10498         * lily/parser.yy: Identify shift/reduce problems.
10499
10500         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10501         make-style-sheet.  Too specific for convert-ly?
10502
10503 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10504
10505         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10506
10507         * input/test/*.ly: various fixes.
10508
10509         * lily/music.cc (name): bugfix
10510
10511         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10512
10513         * lily/input-file-results.cc (code): set-point-and-click! ->
10514         set-point-and-click
10515         
10516 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10517
10518         * Use uniform ly: prefix for exported scheme primitive functions.
10519
10520         * scm/music-types.scm: junk compat glue
10521
10522         * scripts/convert-ly.py: add rules for stuff below, junk
10523         compatibility glue for spanrequest.
10524
10525         * lily/parser.yy (verbose_event): remove \spanrequest,
10526         \commandspanrequest, \script. 
10527         
10528         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10529
10530         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10531         for \penalty, \glissando.
10532
10533         * VERSION: release 1.7.3
10534         
10535 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10536
10537         * lily/accidental-engraver.cc: Fix
10538         grace-in-the-beginning-of-measure bug caused by the resent
10539         partial-measure fix.
10540
10541         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
10542         overlap looks too crowded)
10543         
10544 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10545
10546         * lily/parser.yy (assignment): allow SCM expression as assignment.
10547
10548         * lily/include/music-output-def.hh (class Music_output_def):
10549         * lily/music-output-def.cc: 
10550         * lily/paper-def.cc: 
10551         * scm/font.scm (markup-to-properties):
10552         * lily/parser.yy (music_output_def_body): 
10553         remove style_sheet_
10554
10555 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10556
10557         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
10558         length.
10559
10560         * input/regression/spacing-to-grace.ly: new file.
10561
10562         * input/regression/spacing-end-of-line.ly: new file.
10563
10564         * lily/note-spacing.cc (get_spacing): take into account breakable
10565         stuff sticking out at the left (time sig change at line break).
10566
10567         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
10568         raggedright code.
10569
10570         * scm/music-functions.scm (make-voice-props-set): add
10571         staff-position for mm rests.
10572  
10573         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
10574         before grace notes a little.
10575
10576         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
10577
10578         * lily/break-align-interface.cc (do_alignment): right-edge spacing
10579         key adds space at the end of line. 
10580
10581 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10582
10583         * scm/sketch.scm: Fix beams.
10584
10585         * buildscripts/mf-to-table.py: Add EncodingScheme.
10586
10587         * scm/sketch.scm: Resurrect.
10588
10589 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10590
10591         * lily/multi-measure-rest.cc: use breve rests for measure lengths
10592         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
10593
10594 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10595
10596         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
10597
10598         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10599
10600 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10601
10602         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
10603         token for origin information.
10604
10605         * lily/parser.yy (My_lily_lexer): do identifier location and
10606         cloning from lexer.
10607
10608         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
10609         logic out of the parser. Add bar checks on both ends.
10610
10611         * Documentation/user/refman.itely (Multi measure rests): add more
10612         notes about mm rests.
10613
10614 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10615
10616         * input/regression/bar-scripts.ly: Re-enable.
10617
10618         * lily/parser.yy:
10619         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
10620         released rsn.  Bison 1.50 has a crucial bug and won't work.
10621
10622         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10623
10624
10625 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10626
10627         * input/regression/bar-scripts.ly: Blunt documentation build fix.
10628
10629 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10630
10631         * Actually merge changes since 1.6.4 besides ChangeLog, and
10632         resolve conflicts.  Lots of updates, hope all is well.
10633         
10634         * cygwin/lilypond.hint (requires): Add ghostscript.
10635
10636         * scm: Update some (c).
10637         
10638 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10639
10640         * input/test/{various}.ly: add \header fields and texidoc strings.
10641
10642 2002-10-05  Werner Lemberg  <wl@gnu.org>
10643
10644         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
10645         renamed to `output_latex_quoted'.
10646         Added `output_latex_noquote'.
10647         (schedule_lilypond_block): Implement `noquote' option for LaTeX
10648         mode.
10649
10650 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10651
10652         * ChangeLog: Add 1.6.6 release marker.  See below.
10653
10654         * stepmake/stepmake/po-targets.make: Remove --c++ option.
10655
10656         * scripts/midi2ly.py: Fix global syntax warnings.
10657
10658         * GNUmakefile.in: Generate builddir locale tree too.
10659
10660         * scripts/ly2dvi.py:
10661         * scripts/midi2ly.py: 
10662         * scripts/mup2ly.py: 
10663         * scripts/update-lily.py:
10664         * lily/main.cc (setup_paths): Fix for locales setup.
10665
10666 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10667
10668         * Documentation/windows/installing.texi: Soften wording about
10669         necessity of becoming Administrator.  tommie@iae.nl reports this
10670         does not seem to be necessary for his flavour of Windows 2000.
10671         Explicitely discourage text mode mounts.
10672
10673 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10674
10675         * lily/rest.cc (after_line_breaking): backport dot position fix.
10676
10677         * lily/rest-collision.cc (do_shift): also remove dots for suicided
10678         rests. Thanks to Klaus Zimmermann for finding this bug.
10679
10680 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10681
10682         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
10683
10684 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10685
10686         * Documentation/user/music-glossary.tely: fix links.
10687
10688 2002-10-21  Werner Lemberg  <wl@gnu.org>
10689
10690         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
10691         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
10692         scaling factor) only once and use them in the definition of
10693         \embeddedps.
10694         * ps/music-drawing-routines.ps (skeel): Removed.
10695
10696 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10697
10698         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
10699         Solaris7, as we don't use nested $( ) constructs.
10700
10701 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10702
10703         * VERSION: Release 1.6.6.
10704         
10705 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10706
10707         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
10708         as workaround for /bin/sh problems on Solaris7.
10709
10710 2002-10-19  Werner Lemberg  <wl@gnu.org>
10711
10712         * GNUmakefile.in (web-doc): Fix typos.
10713         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
10714         `music-drawing-routines.ps' but emit \special{header=...} once.
10715         * scm/tex.scm (header-end): Updated.
10716
10717 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10718
10719         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
10720         undefined tremolo. 
10721
10722 2002-10-15  Werner Lemberg  <wl@gnu.org>
10723
10724         * scripts/lilypond-book.py (g_make_html): New global variable.
10725         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
10726         if `g_make_html' isn't set.
10727         [main]: Add format `texi-html'.
10728         (option_definitions): Updated.
10729         * Documentation/user/lilypond-book.itely: Updated.
10730
10731         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
10732         * make/ly-rules.make (%.texi, %.nexi): Use it.
10733         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
10734         format to lilypond-book.
10735         * GNUmakefile.in (web-doc): Ditto.
10736
10737 2002-10-14  Werner Lemberg  <wl@gnu.org>
10738
10739         Further improve TeX output.  The produced files are about 40%
10740         smaller.  `lilyponddefs.tex' is now read only once.
10741
10742         * tex/lilyponddefs.tex: Remove footer stuff.
10743         (\ifundefined): Renamed to...
10744         (\lilypondundefined): This.  Use LaTeX's definition to
10745         make it nestable and make it global.
10746         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
10747         output.
10748         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
10749         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
10750         them global.
10751         (\placebox): Renamed to...
10752         (\lyitem): This.
10753         Make it global and call \outputscale by itself.
10754         (\lybox, \lyvrule): New macros to reduce input data.
10755         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
10756         New auxiliary macros.
10757         (\SkipLilydefs, \EndLilyPondOutput): Removed.
10758         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
10759         to...
10760         (\lilypondspace): This and made it global.
10761         (\turnOnPostScript): Renamed to...
10762         (\lilypondpostscript): This and made it global.
10763         (\turnOnExperimentalFeatures): Renamed to...
10764         (\lilypondexperimentalfeatures): This and made it global.
10765         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
10766         (\lilypondsetdimen): This and made it global.
10767         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
10768         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
10769         (all, $(outdir)/music-drawing-routines.ps): New rules.
10770         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
10771         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
10772         start-system, stop-system, stop-last-system, filledbox): Updated to
10773         use the changed macros from lilyponddefs.tex.
10774         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
10775
10776 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10777
10778         * Documentation/windows/installing.texi: Update.
10779
10780 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10781
10782         * VERSION: 1.6.5 released
10783
10784         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
10785
10786 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10787
10788         * scm/translator-property-description.scm (voltaOnThisStaff): add
10789         property.
10790
10791 2002-09-28  Werner Lemberg  <wl@gnu.org>
10792
10793         * scm/tex.scm (header-end): Suppress page numbering.
10794
10795         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
10796         Fix quotation for HTML output.
10797
10798 2002-09-28   Graham Percival   <gperciva@sfu.ca>
10799         
10800         * Documentation/user/refman.itely: grammar and phrasing
10801           fixes to "Note Entry" section.  Also adds a few new examples.
10802
10803 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10804
10805         * flower/include/string-data.icc: include string.h
10806
10807 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10808
10809         * scm/chord-name.scm (chord::inner-name-banter): remove space.
10810
10811 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10812
10813         * Documentation/user/GNUmakefile (extra-local-help): Add.
10814
10815         * stepmake/stepmake/www-targets.make (local-help): Add.
10816
10817 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10818
10819         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
10820         packages.
10821
10822         * Documentation/topdocs/README.texi (Top): building documentation
10823         (not website.)
10824
10825 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10826
10827         * Documentation/user/refman.itely: 
10828         * Documentation/user/tutorial.itely: 
10829         * Documentation/user/music-glossary.tely: Merge changes.
10830
10831         * Documentation/user/glossary.html.in: 
10832         * Documentation/index.texi: 
10833         * Documentation/header.html.in: Accomodate renaming of glossary.
10834         
10835         * Documentation/user/tutorial.itely: Add some glossary references.
10836         
10837         * Documentation/user/refman.itely: Minor fixes.
10838         
10839         * Documentation/user/lilypond.tely: Add glossary do direntry.
10840
10841         * Documentation/user/music-glossary.tely: Rename (previously:
10842         glossary.tely).  Fix anchor placement.
10843
10844         * Documentation/user/GNUmakefile: Make music-glossary.info too.
10845
10846 2002-09-23  Werner Lemberg  <wl@gnu.org>
10847
10848         * scripts/lilypond-book.py (output_dict): Fix handling of
10849         various environments by avoid extraneous newlines.
10850         Rename `output-all' regexp for html to `output-html'.
10851         Replace `output-all' regexp for texi with `output-texi-quote'
10852         and `output-texi-noquote'.
10853         (compose_full_body): Don't override `linewidth' user option
10854         for `singleline'.
10855         (schedule_lilypond_block): Don't indent text specified with
10856         `intertext' option.
10857         Add new option `noquote'.
10858         (compile_all_files): Use latex instead of tex to compile ly
10859         files directly.
10860
10861         * Documentation/user/lilypond-book.itely: Updated and revised.
10862         Improve layout.
10863
10864         * Documentation/user/glossary.tely,
10865         Documentation/user/introduction.itely,
10866         Documentation/user/tutorial.itely,
10867         Documentation/user/refman.itely,
10868         Documentation/user/appendices.itely: Fix overfull LilyPond
10869         boxes caused by the new lilypond-book code.  Other minor
10870         fixes.
10871
10872         * Documentation/user/macros.itexi (@texiflat): Don't emit
10873         trailing space.
10874
10875         * scm/tex.scm (end-output, header-end): Add preamble and
10876         postamble to make lilypond output directly compilable with
10877         latex.
10878
10879         
10880 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10881
10882         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
10883         instructions.
10884
10885 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10886
10887         * Documentation/user/glossary.tely: Add titling and hyperlinks.
10888
10889 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10890
10891         * lily/beam.cc (connect_beams): don't crash if there are quarter
10892         notes in beams.
10893
10894 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
10895
10896         * Documentation/user/refman.itely: corrected ancient clef
10897         docu; added docu on ligatures
10898
10899 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10900
10901         * Documentation/user/glossary.tely,
10902         Documentation/user/refman.itely, input/les-nereides.ly,
10903         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
10904         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
10905         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
10906         Stem properties: flag-style -> stroke-style, style -> flag-style.
10907
10908
10909 2002-09-22  Werner Lemberg  <wl@gnu.org>
10910
10911         * scripts/lilypond-book.py: Add option `notime' to suppress
10912         printing of a time signature.  Specify default indentation of 0pt
10913         if single line fragment.  Don't emit redundant `\paper{ }'.
10914
10915         * Documentation/user/lilypond-book.itely: Updated.
10916
10917         * Documentation/user/glossary.tely: Completely reformatting.
10918
10919 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10920
10921         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
10922
10923 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10924
10925         * Documentation/user/tutorial.itely: Fix links.
10926         
10927         * Documentation/topdocs/index.tely:
10928         * Documentation/index.texi:
10929         * Documentation/header.html.in: Small website fixes and updates.
10930
10931         * debian/: Debian patch by Anthony Fok.
10932
10933 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10934
10935         * Documentation/footer.html.in: How time flies: It's already 2002!
10936
10937         * Documentation/topdocs/index.tely: Stable/development fix.  Use
10938         more descriptive link names than 'here'.
10939
10940 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10941
10942         * VERSION: 1.7.2 released
10943         * VERSION: 1.6.4 released
10944         
10945         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
10946
10947         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
10948         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
10949
10950         * mf/feta-din.mf (test): add x-height and space.
10951
10952         * lily/dynamic-engraver.cc (process_music): take dynamic direction
10953         from ^_ for crescendi. Idem for slurs and phrasing slurs.
10954
10955         * ly/grace-init.ly: add-to-grace-init: function to portably add
10956         settings to \grace. 
10957
10958         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
10959         if we get an absolute dynamic event.
10960  
10961         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
10962
10963         * lily/source-file.cc (get_line): oops. All line numbers were off
10964         by 2. Fix that. 
10965
10966         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
10967         be after the note, combined with -_^, i.e. c4-(-\)-\>  
10968
10969         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
10970
10971         * lily/parser.yy (number_factor): remove (number) as number
10972         expression. ("Let them eat Lisp").
10973
10974 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10975
10976         * lily/horizontal-bracket.cc: new file.
10977
10978         * lily/horizontal-bracket-engraver.cc: new file.
10979
10980         * input/regression/note-group-bracket.ly: new file. Support
10981         horizontal note brackets for music analysis.
10982
10983         * lily/stem.cc (flag): new flag-style: no-flag.
10984
10985         * input/test/stem-cross-staff.ly: new file
10986         
10987         * Documentation/user/internals.itely: Improved formatting, fixing
10988         typos.  Added a section `Output details' to describe how the TeX
10989         code looks like.
10990
10991         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
10992
10993         * lily/parser.yy: remove \dynamicscript.
10994
10995         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
10996         definitions. 
10997
10998         * python/midi.c (midi_error): take two arguments.
10999
11000         * Merge 1.6.5 changes:
11001         
11002 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11003
11004         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11005         staff-space.  Previous 1.5 was probably meant as half-spaces.
11006         (cautionary-style): parentheses (was: smaller).  This is what doco
11007         says, and it seems more logical.
11008
11009         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11010         for 2nd sentence.
11011
11012 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11013
11014         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11015
11016 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11017
11018         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11019
11020 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11021
11022         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11023
11024 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11025
11026         * scm/translator-property-description.scm (voltaOnThisStaff): add
11027         property.
11028
11029 2002-09-28  Werner Lemberg  <wl@gnu.org>
11030
11031         * scm/tex.scm (header-end): Suppress page numbering.
11032
11033         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11034         Fix quotation for HTML output.
11035
11036 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11037         
11038         * Documentation/user/refman.itely: grammar and phrasing
11039           fixes to "Note Entry" section.  Also adds a few new examples.
11040
11041 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11042
11043         * flower/include/string-data.icc: include string.h
11044
11045 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11046
11047         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11048
11049 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11050
11051         * Documentation/user/GNUmakefile (extra-local-help): Add.
11052
11053         * stepmake/stepmake/www-targets.make (local-help): Add.
11054
11055 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11056
11057         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11058         packages.
11059
11060         * Documentation/topdocs/README.texi (Top): building documentation
11061         (not website.)
11062
11063 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11064
11065         * Documentation/user/refman.itely: 
11066         * Documentation/user/tutorial.itely: 
11067         * Documentation/user/music-glossary.tely: Merge changes.
11068
11069         * Documentation/user/glossary.html.in: 
11070         * Documentation/index.texi: 
11071         * Documentation/header.html.in: Accomodate renaming of glossary.
11072         
11073         * Documentation/user/tutorial.itely: Add some glossary references.
11074         
11075         * Documentation/user/refman.itely: Minor fixes.
11076         
11077         * Documentation/user/lilypond.tely: Add glossary do direntry.
11078
11079         * Documentation/user/music-glossary.tely: Rename (previously:
11080         glossary.tely).  Fix anchor placement.
11081
11082         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11083
11084 2002-09-23  Werner Lemberg  <wl@gnu.org>
11085
11086         * scripts/lilypond-book.py (output_dict): Fix handling of
11087         various environments by avoid extraneous newlines.
11088         Rename `output-all' regexp for html to `output-html'.
11089         Replace `output-all' regexp for texi with `output-texi-quote'
11090         and `output-texi-noquote'.
11091         (compose_full_body): Don't override `linewidth' user option
11092         for `singleline'.
11093         (schedule_lilypond_block): Don't indent text specified with
11094         `intertext' option.
11095         Add new option `noquote'.
11096         (compile_all_files): Use latex instead of tex to compile ly
11097         files directly.
11098
11099         * Documentation/user/lilypond-book.itely: Updated and revised.
11100         Improve layout.
11101
11102         * Documentation/user/glossary.tely,
11103         Documentation/user/introduction.itely,
11104         Documentation/user/tutorial.itely,
11105         Documentation/user/refman.itely,
11106         Documentation/user/appendices.itely: Fix overfull LilyPond
11107         boxes caused by the new lilypond-book code.  Other minor
11108         fixes.
11109
11110         * Documentation/user/macros.itexi (@texiflat): Don't emit
11111         trailing space.
11112
11113         * scm/tex.scm (end-output, header-end): Add preamble and
11114         postamble to make lilypond output directly compilable with
11115         latex.
11116
11117         
11118 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11119
11120         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11121         instructions.
11122
11123 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11124
11125         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11126
11127 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11128
11129         * lily/beam.cc (connect_beams): don't crash if there are quarter
11130         notes in beams.
11131
11132 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11133
11134         * Documentation/user/refman.itely: corrected ancient clef
11135         docu; added docu on ligatures
11136
11137 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11138
11139         * Documentation/user/glossary.tely,
11140         Documentation/user/refman.itely, input/les-nereides.ly,
11141         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11142         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11143         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11144         Stem properties: flag-style -> stroke-style, style -> flag-style.
11145
11146 2002-09-22  Werner Lemberg  <wl@gnu.org>
11147
11148         * scripts/lilypond-book.py: Add option `notime' to suppress
11149         printing of a time signature.  Specify default indentation of 0pt
11150         if single line fragment.  Don't emit redundant `\paper{ }'.
11151
11152         * Documentation/user/lilypond-book.itely: Updated.
11153
11154         * Documentation/user/glossary.tely: Completely reformatting.
11155
11156 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11157
11158         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11159
11160 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11161
11162         * Documentation/user/tutorial.itely: Fix links.
11163         
11164         * Documentation/topdocs/index.tely:
11165         * Documentation/index.texi:
11166         * Documentation/header.html.in: Small website fixes and updates.
11167
11168         * debian/: Debian patch by Anthony Fok.
11169
11170 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11171
11172         * Documentation/footer.html.in: How time flies: It's already 2002!
11173
11174         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11175         more descriptive link names than 'here'.
11176
11177 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11178
11179         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11180
11181 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11182
11183         * lily/part-combine-music-iterator.cc (get_state): cleanup
11184         (get_music_info): cleanup.
11185
11186 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11187
11188         * scm/backend-documentation-lib.scm (interface-doc-string):
11189         crosslinks between interfaces and grobs. Headings for interfaces
11190         in grob explanation.
11191
11192 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11193
11194         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11195         dtd).  Add preliminary dtd.
11196         (re-sub-alist): Robustify.
11197
11198 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11199
11200         * lily/include/event-chord-iterator.hh,
11201         lily/context-specced-music-iterator.cc,
11202         lily/event.cc, lily/event-chord-iterator.cc: add
11203
11204 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11205
11206         * lily/: some (c) header fixes.
11207         
11208         * lily/request-chord.cc: Remove.
11209         
11210         * lily/include/event-chord-iterator.hh:
11211         * lily/include/event.hh:
11212         * lily/event-chord.cc: New file.
11213         
11214         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11215         requested.
11216
11217 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11218
11219         * lily/ : rename Request to Event
11220
11221         * lily/parser.yy (command_element): move clef stuff into Scheme.
11222
11223         * lily/:  rename length_mom () to get_length()
11224
11225         * lily/part-combine-music.cc: removed file and class.
11226
11227         * lily/context-specced-music-iterator.cc (class
11228         Context_specced_music_iterator): new file. Obsoletes the
11229         Context_specced_music type.
11230
11231         * scm/music-types.scm (make-repeated-music): put different kinds
11232         of repeated music into music-type table.
11233
11234         * VERSION: 1.7.1 released.
11235
11236         * scm/to-xml.scm: new file.
11237
11238         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11239         new Input representation: dump music as XML.
11240
11241         * scm/engraver-documentation-lib.scm
11242         (engraver-accepts-music-types?): add links from music to engraver,
11243         from music-type to engraver.
11244
11245         * lily/include/command-request.hh: removed
11246         lily/include/musical-request.hh: removed. Removed all _req classes
11247         except Key_change_req. Changes throughout.
11248
11249 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11250
11251         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11252
11253 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11254
11255         * lily/*.cc: specify accepts for many engravers.
11256
11257         * scm/music-documentation-lib.scm: dump music expressions and
11258         music subtypes.
11259
11260         * scm/documentation-lib.scm: complete revision.
11261         Use GOOPS objects to store document tree explicitly. Cleaned up and
11262         sped up doco generation a lot.
11263
11264 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11265
11266         * input/trip.ly (fugaIILeft): add arpeggio
11267
11268         * lily/translator-group.cc (try_music_on_nongroup_children):
11269         oops. The name symbol is in the cdr of the assoc handle.
11270
11271         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11272         Hyphen_req, Glissando_req, Break_req, Mark_req 
11273
11274 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11275
11276         * lily/musical-request.cc (music-duration-length,
11277         music-duration-compress): new functions.
11278
11279         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11280         throughout. Warning doesn't work yet.
11281
11282         * lily/translator-group.cc (try_music_on_nongroup_children):
11283         new implementation: store candidate acceptors in a hashTable.
11284
11285 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11286
11287         * scm/music-types.scm (music-descriptions): change name to
11288         internal-class-name
11289
11290         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11291
11292 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11293
11294         * lily/beam.cc (connect_beams): don't crash if there are quarter
11295         notes in beams.
11296
11297 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11298
11299         * Documentation/user/refman.itely: corrected ancient clef
11300         docu; added docu on ligatures
11301
11302 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11303
11304         * Documentation/user/glossary.tely,
11305         Documentation/user/refman.itely, input/les-nereides.ly,
11306         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11307         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11308         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11309         Stem properties: flag-style -> stroke-style, style -> flag-style.
11310
11311 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11312
11313         * scm/music-functions.scm (music-separator?): don't use name music
11314         property.
11315
11316 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11317
11318         * stepmake/stepmake/generic-targets.make (help): Document check
11319         target.
11320
11321         * lily/new-accidental-engraver.cc: Compile fix.
11322
11323 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11324
11325         * scripts/convert-ly.py: Add rule.
11326
11327         * input/test/music-creation.ly:
11328         * input/test/add-staccato.ly:
11329         * input/test/add-text-script.ly: ly-make-music.
11330
11331         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11332         More ly-make-music renamings.
11333
11334         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11335
11336         * lily/music-constructor.cc (make_music): Add debugging info.
11337
11338         * scm/music-functions.scm (make-simultaneous-music,
11339         (make-sequential-music, context-spec-music):
11340         * scm/music-types.scm (music-descriptions): Get lily to run.
11341
11342 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11343
11344         * lily/command-request.cc (transpose_key_alist): new function.
11345
11346         * lily/key-performer.cc (create_audio_elements): cleanup. 
11347
11348 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11349
11350         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11351
11352         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11353         events-accepted field.
11354
11355         * scm/music-types.scm: new file.
11356
11357         * lily/parser.yy: put music type initialization into scheme,
11358         similar to grob initialization.  Changes throughout.
11359
11360 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11361
11362         * Documentation/user/tutorial.itely: Fix links.
11363         
11364         * Documentation/index.texi: 
11365         * Documentation/header.html.in: 
11366         * Documentation/topdocs/index.tely: Small website fixes and updates.
11367
11368         * debian/: Debian patch by Anthony Fok.
11369
11370 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11371
11372         * Documentation/footer.html.in: How time flies: It's already 2002!
11373
11374         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11375         more descriptive link names than 'here'.
11376
11377         * ROADMAP: Remove test stuff.
11378
11379         * scripts/update-lily.py: Allow auto-building of stable and
11380         development versions.  Bugfixes.
11381
11382 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11383
11384         * VERSION: released 1.7.0
11385
11386         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11387
11388         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11389         positive line widths.
11390
11391 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11392
11393         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11394         go.  Fix comments.
11395
11396         * cygwin: Cygwin updates.
11397
11398 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11399
11400         * Documentation/windows/installing.texi (Top): version for python,
11401         urls for ghostscript (thanks to John Potelle)
11402         
11403         * lily/simultaneous-music-iterator.cc
11404         (Simultaneous_music_iterator): init children_list_ before
11405         triggering GC.
11406
11407         * lily/*-iterator.cc: be even more careful with smobbed copy
11408         constructors. 
11409
11410         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11411         LeftEdge item.
11412
11413 2002-09-15  Werner Lemberg  <wl@gnu.org>
11414
11415         Improving LilyPond's output to make them ordinary TeX boxes with
11416         predictable dimensions.  System boxes are now vertically centered on
11417         the baseline; this offset can be further controlled with
11418         \lilypondscoreshift.
11419
11420         * lily/system.cc (System::post_processing): Pass length of current
11421         system to `start-system' (including any horizontal indentation).
11422
11423         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11424         prettier.
11425         (lily-def): Append `%'.
11426         (start-system): Add parameter `wd'.  Output more TeX code to specify
11427         box dimensions.
11428         (stop-system, stop-last-system): Complement changes in
11429         `start-system'.
11430         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11431         Updated.
11432
11433         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11434         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11435         Write final `\endinput'.
11436
11437         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11438         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11439         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11440         files and macro definitions don't produce spurious spaces and
11441         paragraphs (using \endlinechar).
11442         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11443
11444         * Documentation/user/internals.itely: Improved formatting, fixing
11445         typos.  Added a section `Output details' to describe how the TeX
11446         code looks like.
11447
11448 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11449
11450         * lily/accidental-engraver.cc: Also work with partial measures.
11451
11452 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11453
11454         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11455         spanner.
11456
11457 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11458
11459         * lily/identifier-smob.cc (unpack_identifier): new file.
11460
11461         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11462         pass off scheme expressions as music identifiers.
11463
11464         * scm/lily.scm: reorganisation, cleanups.
11465
11466         * lily/main.cc: small cleanups.
11467
11468 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11469
11470         * lily/ly-module.{cc,hh}: new file.
11471
11472 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11473
11474         * lily/accidental-engraver.cc: Also work with partial measures.
11475
11476 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11477
11478         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11479
11480 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11481
11482         * lily/my-lily-lexer.cc: use SCM module in stead of
11483         Scheme_hash_table. Changes throughout.  
11484
11485 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11486
11487         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11488