]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* input/regression/music-head.ly (texidoc): new file.
[lilypond.git] / ChangeLog
1 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * input/regression/music-head.ly (texidoc): new file.
4
5         * lily/parser.yy (Generic_prefix_music): allow generic
6         music-transformation functions. 
7
8         * lily/include/music-head.hh (is_music_head): new file.
9
10         * lily/music-head.cc (get_music_head_transform): new file.
11
12 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13
14         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
15         empty extent. This fixes ottava brackets on rests. (backportme)
16
17         * make/lilypond.redhat.spec.in (Group): ln png files for info.
18
19         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
20
21         * cygwin/lily-wins.py: update for the lily-wins.py script.
22
23 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
24
25         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
26         code. This will obviate typeset_grob () in the future.  The effect
27         of this is that improperly written spanner handling will result in
28         invalid spanner bounds.
29         (announce_grob): add to elems_ from here
30         (typeset_grob): comment out.  
31
32         * lily/include/engraver.hh (make_spanner): new calling interface
33         for make_{item,spanner}. This obviates most calls to
34         announce_grob().
35                 
36         * scm/music-functions.scm (set-accidental-style): use GrandStaff
37         iso. PianoStaff for piano styles.
38
39 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
40
41         * Documentation/user/music-glossary.tely: add segno after d.s.
42
43 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
44
45         * lily/include/audio-column.hh: remove unused variables.
46         (patch by Michael Welsh Duggan)
47
48         * flower/include/axes.hh (other_axis): inline Axes function
49         (thanks to David Brandon).
50
51 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
52
53         * cygwin/mknetrel: Install image links (backportme).
54
55         * Documentation/user/GNUmakefile (local-install-info): Activate
56         actual installing of image links (backportme).
57
58 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
59
60         * Documentation/user/notation.itely (Measure repeats): Removed
61         unnecessary (and confusing) \context Voice{.
62
63 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
64
65         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
66
67         * lily/page.cc (Page): Do not use ly_scheme_function for
68         volatile/configurable variables (FIXME: better name).
69
70         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
71         get_scmvar).
72
73 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
74
75         * scripts/convert-ly.py (FatalConversionError.subst): use
76         \transposition.
77
78 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
79
80         * lily/include/page.hh (class Page): Declare left_margin ().
81
82         * lily/page.cc: Remove paper var caching.
83
84 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
85
86         * Documentation/user/music-glossary.tely: Add name to @top node.
87         Remove comment from @table definitions (workaround for makinfo
88         bug).
89
90         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
91         ly:stencil-get-expr).  Update callers.
92         (ly:stencil-align-to!):  Return stencil too.
93
94         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
95         stencil.  Remove looped line-based page output.
96         (output_line): Use line stencil.  Remove looped stencil-based line
97         output.
98
99         * lily/page.cc (ly:page-paper-lines): New function.
100
101         * input/test/markup-score.ly: New file.
102
103         * scm/define-markup-commands.scm (stencil): New markup.
104
105         * lily/book.cc (to_stencil): New method.
106
107         * lily/parser.yy (markup): Use it to grok \score.
108
109 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
110
111         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
112
113         * lily/paper-book.cc (pages): Change signature.  Update callers.
114
115         * lily/include/page.hh:
116         * lily/page.cc: New file.
117
118         * lily/paper-line.cc (to_stencil): New method.
119         
120         * lily/paper-outputter.cc (output_stencil): New method.
121
122         * lily/paper-outputter.cc (output_line): Use them.
123
124         * lily/warn.cc: Remove.
125
126         * lily/my-lily-parser.cc (distill_inname): Remove.
127
128         * flower/include/file-name.hh: 
129         * flower/file-name.cc: New file.  Update users.
130
131         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
132         (find): New method of same name.
133
134         * lily/my-lily-parser.cc (ly:parse-file): Use it.
135
136         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
137         constant error message.
138
139 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
140
141         * input/test/{blank-notes.ly,staff-container.ly}: typos.
142
143 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
144
145         * Documentation/user/music-glossary.tely: @table @strong' replaced
146         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
147         (backportme).
148
149 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
150
151         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
152
153         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
154         #{ lily music expression #} that returns an equivalent scheme
155         music expression by parsing the string.
156
157 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
158
159         * lily/my-lily-parser.cc:
160         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
161         SCM string (foo.ly/toto.scm support).
162
163 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
164
165         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
166
167 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
168
169         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
170
171         * scripts/lilypond-book.py: LY code that includes \header is
172         not assumed to be a fragment.
173
174 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
175
176         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
177         tremolo beams up.
178
179         * lily/stem.cc (chord_start_y): Return 0 if no heads.
180         (get_default_stem_end_position): No tremolo head juggling if no
181         heads.  Fixes tremolo crash on rests (backportme).
182
183         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
184
185 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
186
187         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
188         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
189
190         * lily/lexer.ll: Allow \encoding in NOTES mode.
191
192         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
193         for lyrics, not for commands.
194
195         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
196         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
197
198         * input/regression/newaddlyrics.ly: New file.
199
200         * Documentation/topdocs/NEWS.texi: Update.
201
202         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
203         (Music_list): Allow embedded scm.
204
205         * lily/score.cc (ly:score-bookify): New function.
206
207         * lily/music.cc (ly:music-scorify): Idem.
208
209         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
210         (ly:parser-print-score): Idem.
211
212         * scm/lily.scm (default-toplevel-book-handler): Idem.
213         (default-toplevel-music-handler): Idem.
214         (default-toplevel-score-handler): Idem.
215
216         * ly/declarations-init.ly: Set default toplevel handlers.
217
218         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
219
220         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
221         printer for score at toplevel.
222
223 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
224
225         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
226         Fix for simple case: input/simple-song.ly, more complex stuff
227         does not work yet.
228
229 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
230
231         * lily/parser.yy (Prefix_composite_music): split Composite_music
232         in Prefix_composite_music and Grouped_music_list.
233         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
234
235 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
236
237         * scm/lily.scm (toplevel-expression): New define.
238
239         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
240
241         * lily/parser.yy (toplevel_expression): Use it.
242
243         * lily/include/my-lily-parser.hh: Smobbify.
244
245         * lily/my-lily-parser.cc (parse_string): New method.
246         
247         * lily/my-lily-parser.cc (ly:parse-string): New function.
248
249         * Documentation/user/lilypond.tely: Add comment and workaround for
250         gs-8.01 crash.  Fixes make web.
251
252         Simplification of toplevel music.
253         
254         * lily/lexer.ll, lily/parser.yy:
255
256         * In LYRICS mode, return LYRICS_STRING.  This fixes one
257         shift/reduce problem.
258
259         * Use NOTES mode at start of maininput.
260
261         * Grok toplevel composite music expression, put in score and book.
262
263         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
264
265         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
266
267         * input/simple.ly: New file.
268         
269         * input/simple-song.ly: Idem.
270
271 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
272
273         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
274         Sandberg.
275
276 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
277
278         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
279
280 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
281
282         * input/regression/accidental-octave.ly: doc automatic showing
283         of note names.
284
285 2004-04-16  Heikki Junes <janneke@gnu.org>
286
287         * po/fi.po: do "make po && make -C po po-update" at top-level,
288         then "cp po/out/fi.po po/fi.po" and update fields.
289
290         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
291
292 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
293
294         * Documentation/user/introduction.itely (About this manual): Fix
295         templates and regression urls (backportme).
296
297 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
298
299         * ly/engraver-init.ly (Score:graceSettings): Increase
300         beamed-lengths, especially for 32nd notes.
301
302         * Documentation/user/notation.itely (Grace notes): Correct the
303         syntax for add-grace-property example.
304
305 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
306
307         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
308         `Generated' tag.
309
310         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
311         Severely broken (the Debian package, at least).
312
313 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
314
315         * lily/context.cc (find_create_context): assign to lvalue.
316
317 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
318
319         * lily/include/translator.hh (class Translator): rename
320         get_parent_context() to context () to avoid confusion.
321
322         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
323
324         * lily/lexer.ll: change is_string -> ly_c_string_p 
325
326         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
327
328         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
329
330         * VERSION: release 2.3.0
331
332         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
333
334         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
335         if nonempty.
336
337         * lily/include/context.hh (class Context): make members protected.
338         (children_contexts): new accessor function.
339
340         * lily/include/translator.hh (class Translator): make
341         daddy_context_ protected.
342         (class Translator): clean up. 
343
344         * lily/include/context.hh (class Context): make daddy_context_
345         private.
346
347         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
348         higher for finding Voice. (backportme)  
349
350         * lily/include/context.hh (class Context): remove
351         find_context_below() as a method.
352
353         * Documentation/user/notation.itely (The Lyrics context): add note
354         about manual durations
355
356         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
357         encoding.
358
359         * scm/output-tex.scm (text): dump \inputencoding{} for text.
360
361 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
362
363         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
364         \usepackage{inputenc}
365
366         * lily/paper-book.cc (classic_output): don't advance Offset for
367         TeX output.
368
369         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
370         ec-sauter.map in rules
371
372         * mf/ecb.mf (font_identifier): new file, based on ecbx
373
374         * mf/ecb10.mf (gensize): new file.
375
376         * Documentation/topdocs/NEWS.texi (Top): document some more new
377         features.
378
379         * ly/declarations-init.ly: run convert-ly
380
381         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
382         from input-file-results. Remove input-file-results.* 
383
384 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
385
386         * scm/output-ps.scm (font-command): Fix, again.
387
388         * input/test/title-markup.ly: Add \noPagebreak test.
389
390         * lily/score-engraver.cc (try_music): Bugfix.
391
392 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
393
394         * lily/main.cc (main_with_guile): excise dependency options -M and
395         --dep-prefix
396
397         * lily/input-file-results.cc: excise Makefile dependency code
398
399         * Documentation/user/invoking.itexi (Invoking the lilypond
400         binary): remove dep doco
401         
402         * lily/main.cc (main_with_guile): call lilypond-main
403         
404         * scm/lily.scm (lilypond-main): new function: handle multiple files.
405
406         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
407         exception.
408
409         * lily/my-lily-parser.cc: remove paper_description function
410
411         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
412         new function.
413
414         * lily/main.cc: remove global_score_count.
415
416         * lily/book.cc (process): don't take header from global_input_file.
417
418         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
419
420         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
421
422         * lily/music-output-def.cc (LY_DEFINE): new function
423         ly_output_description. This function does the bulk for  setting,
424         parsing and breaking down of an input file.
425
426         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
427         anonymous modules globally. Let's hope they get GCd
428
429         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
430
431 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
432
433         * scm/output-ps.scm (header): Papersize from paper.
434
435         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
436         for classic output.
437
438         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
439         lilypondclassic is defined.
440         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
441
442         * input/regression/between-systems.ly: Remove.
443
444         * python/lilylib.py (get_bbox): Fix regular expression
445         for bounding box.
446
447         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
448
449         * scm/output-tex.scm (stop-page): Use it.
450
451         * scm/output-ps.scm (define-fonts): Bugfix.
452
453         * lily/grob.cc: Add penalty to interface.
454
455         * lily/include/paper-line.hh (class Paper_line): New member
456         var penalty_.
457
458         * lily/system.cc (get_line): Initialise Paper_line with
459         page-penalty's from original grobs.
460
461         * scm/define-music-properties.scm (all-music-properties): Add
462         page-penalty.
463
464         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
465
466         * lily/score-engraver.cc (try_music): Handle page-penalty.
467
468         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
469
470 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
471
472         * ly/declarations-init.ly (melismaEnd): typo
473
474         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
475
476         * scm/output-ps.scm (text): split string into spaces, use moveto
477         for setting space. 
478         
479 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
480
481         * po/nl.po: Update.
482
483         * scm/font.scm (add-cmr-fonts): Typo.
484
485 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
486
487         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
488         font-encoding.
489
490         * scm/define-grobs.scm (all-grob-descriptions): idem.
491
492         * lily/time-signature.cc (numbered_time_signature): idem.
493
494         * scm/font.scm (add-cmr-fonts): use real encoding names for
495         font-encoding.
496
497 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
498
499         * lily/paper-book.cc (classic_output): 
500         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
501         Fixes classic output.
502         (lilypondstart):
503         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
504         kludge.
505
506         * scripts/old-lilypond-book.py: Remove.
507
508         Page layout for SCOREs enclosed in a BOOK:
509
510         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
511         layout tweaking.
512
513         * input/les-nereides.ly (theScore): Add \book.
514         
515         * input/test/title-markup.ly: Add \book.
516
517         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
518         only if 'verbose.
519
520         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
521
522         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
523
524         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
525         * scm/output-tex.scm (start-system): Update for page layout by
526         LilyPond.
527
528         * scm/output-ps.scm (start-system): Previously (new-start-system).
529
530         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
531         passed to define-fonts.
532
533         * lily/paper-column.cc: 
534         * lily/system.cc (get_line):
535         * ly/property-init.ly (newpage): 
536         * scm/define-grob-properties.scm:
537         * scm/output-ps.scm: 
538         * scm/output-tex.scm: Remove between-system-string kludge.
539
540         * scm/output-ps.scm (define-fonts, font-command,
541         font-load-encoding): Handle ENCODING = #f.
542
543         * scm/output-tex.scm (output-scopes): Check if variable is bound.
544
545         * scm/define-markup-commands.scm (fill-line): Use
546         make-simple-markup (WAS: unexisting make-word-markup).
547
548         * lily/text-item.cc (interpret_markup): Bugfix, transpose
549         ENCODING, MARKUP parameters for interpret_string.
550
551         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
552
553         * lily/score.cc (book_rendering): New method.
554         (default_rendering): Create Paper_book helper locally, dump
555         output.
556
557         * lily/my-lily-lexer.cc (the_key_tab): Add book.
558
559         * lily/parser.yy: Handle \book.
560
561         * lily/include/book.hh: 
562         * lily/book.cc: New file.
563
564 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
565
566         * lily/text-item.cc (interpret_string): new file, select font with
567         encoding.
568
569         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
570
571         * scm/define-markup-commands.scm (encoded-simple): new markup command.
572
573         * lily/parser.yy (markup): take encoding from lexer.
574
575 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
576
577         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
578
579         * scm/output-ps.scm: Remove some cruft.
580
581 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
582
583         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
584
585         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
586
587 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
588
589         * scm/font.scm (add-century-schoolbook-fonts):
590         (make-century-schoolbook-tree): New function.
591
592         * input/test/title-markup.ly: Use Century Schoolbook font.
593
594 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
595
596         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
597         to Erik Sandberg) 
598
599         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
600
601         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
602
603         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
604
605         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
606
607 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
608
609         * scm/part-combiner.scm (determine-split-list): bugfix: if no
610         solo-state (at end of solo), we can set the solo status
611         too. (backportme.)
612
613         * input/regression/part-combine-solo-end.ly: new file.
614
615 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
616
617         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
618         flavour abc files.  Really ignore unknown keys (backportme).
619
620 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
621
622         * lily/scaled-font-metric.cc (text_dimension): only multiply with
623         magnification_ when looking up in orig_.
624
625         * scm/output-tex.scm (text): switch off char-mapping.
626
627         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
628         because AFM's encoding field cannot have spaces.
629
630 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
631
632         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
633
634 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
635
636         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
637
638         * mf/cmr.enc: new file, without hi-bit ascii info. 
639
640         * lily/bezier-bow.cc (slur_shape): make indent dependent on
641         width. This removes the 'hook' at the end of a long slur.
642
643         * buildscripts/mf-to-table.py (parse_logfile): don't append
644         encoding to fontname.
645
646 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
647
648         * scm/output-ps.scm (define-fonts): Load .enc only once.
649
650         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
651         too.
652
653 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
654
655         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
656         encoding field.
657
658         * lily/stencil-scheme.cc: remove ly:fontify-atom 
659
660         * ly/portuges.ly (pitchnames): new file.
661
662         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
663         Michael Welsh Duggan
664
665         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
666
667         * ly/nederlands.ly: add comment about digits.
668
669         * lily/scaled-font-metric.cc (derived_mark): idem.
670
671         * scm/encoding.scm (make-encoding-mapping): change permutation to
672         mapping.
673
674         * lily/scaled-font-metric.cc (derived_mark): is a const method.
675         (Modified_font_metric): make alist for coding_description_
676         (LY_DEFINE): remove coding-name.
677
678         * scm/output-tex.scm (text): remove debugging code.
679
680         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
681
682         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
683         from infile.
684
685         * mf/feta-generic.mf: move fet_beginfont into generic code.
686         use fetaMusic (without space) as encoding
687
688         * mf/feta-autometric.mf: take encoding argument
689
690         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
691
692         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
693         use.
694
695         * scm/encoding.scm (read-encoding-file): use symbol for glyph
696         name.
697
698 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
699
700         * input/test/title-markup.ly: Set inputencoding.
701
702         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
703
704         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
705
706         * scm/encoding.scm (get-coding-filename, get-coding-command): New
707         function.
708         (coding-alist): Also hold filename, command.
709         (read-encoding-file): Return symbols.
710
711 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
712
713         * scm/output-tex.scm: remove fontify; text and char take a font
714         argument.
715
716         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
717
718         * lily/scaled-font-metric.cc (text_dimension): init
719         coding_{permutation,table}_ too 
720         (LY_DEFINE): ly:font-encoding, new function return
721
722         * lily/paper-def.cc (find_scaled_font): take input coding from
723         inputcoding paper var.
724
725         * lily/performance.cc (output): remap modulo 16.
726
727         * lily/text-item.cc (interpret_markup): whoops, variable
728         shadowing fixed.
729
730 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
731
732         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
733         symbols, not symbols to strings.
734         
735         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
736         symbols, not symbols to strings.
737
738 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
739
740         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
741         (ly:kpathsea-gulp-file): New function.
742
743         * scm/encoding.scm (read-encoding-file): Use it.
744
745 2004-04-06  Werner Lemberg  <wl@gnu.org>
746
747         * scm/encoding.scm (coding-alist): Fix typo.
748
749 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
750
751         * lily/scaled-font-metric.cc (text_dimension): move function from
752         Font_metric
753         (make_scaled_font_metric): init coding_scheme_ to TeX
754         (text_dimension): use get-coding-vector for non TeX coding_scheme_
755
756         * lily/include/scaled-font-metric.hh (struct
757         Modified_font_metric): rename from Scaled_font_metric
758
759         * scm/encoding.scm (read-encoding-file): split up large function,
760         leave caching to (delay)
761
762         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
763
764 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
765
766         * lily/my-lily-lexer.cc (set_encoding): New method.
767
768         * lily/lexer.ll: Grok \encoding.
769
770         * lily/font-metric.cc (get_encoded_index): New function.
771
772         * lily/include/font-metric.hh (coding_scheme): New method.
773
774         * scm/encoding.scm: New file.
775
776         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
777
778 2004-04-05  Werner Lemberg  <wl@gnu.org>
779
780         * Documentation/user/tutorial.itely: Revised (finished).
781
782         * Documentation/user/macros.itexi (@separate): Removed.
783
784 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
785
786         * scm/output-ps.scm (define-fonts): fix scaling.
787
788         * lily/scaled-font-metric.cc (design_size): add function.
789
790         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
791         partial cut&paste of ly:font-magnification.
792
793 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
794
795         * scm/output-ps.scm (define-fonts):
796         (fontify): Update.
797
798 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
799
800         * po/fr.po: update. (backportme).
801
802         * po/nl.po: update. (backportme). 
803
804         * mf/feta-beugel.mf: document why design size is not fixed.
805
806         * mf/feta-braces-a.mf: rename to stress that it's not design size.
807
808 2004-04-04  Werner Lemberg  <wl@gnu.org>
809
810         * Documentation/user/tutorial.itely: Revised (continued).
811
812 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
813
814         * po/nl.po: Update (backportme).
815
816 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
817
818         * po/de.po: update. (backportme).
819
820         * scm/output-tex.scm (font-command): use ly: functions to
821         construct name.
822         (define-fonts): don't use alist, just dump \font definitions.
823         (font-load-command): calculate proper scaling by taking
824         outputscale from paper argument.
825
826         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
827         expression.
828
829         * lily/paper-outputter.cc (output_header): pass paper arg to
830         define-fonts
831
832         * lily/paper-def.cc (font_descriptions): dump list of
833         Scaled_font_metrics
834         (find_scaled_font): take Font_metric argument, store
835         Scaled_font_metrics in hash-table containing (size ->
836         Scaled_font_metrics) alist.
837         (get_dimension): rename from get_realvar
838
839         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
840         ly:font-magnification, ly:font-name: new functions
841
842 2004-04-03  Werner Lemberg  <wl@gnu.org>
843
844         * Documentation/user/dedication.itely,
845         Documentation/user/preface.itely,
846         Documentation/user/introduction.itely,
847         Documentation/user/tutorial.itely: Revised.
848         Removing leading spaces which distorts output if info files are read
849         with stand-alone info.
850         Removing superfluous inter-word spaces which also distorts output
851         for stand-alone info.
852         Using ` and ' instead of `` and '' everywhere to improve
853         legilibility with stand-alone info
854         Using @samp for single-letter input items and data which contains
855         spaces, @code for other things.
856
857         * lily/grob-interface.cc: Adding copyright.
858         (check_interfaces_for_property): Improve format of warning message.
859
860 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
861
862         * lily/include/font-metric.hh (struct Font_metric): add
863         design_size () method.
864
865         * buildscripts/mf-to-table.py (base): add DesignSize comment.
866
867         * lily/afm.cc (read_afm_file): read design size.
868
869         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
870
871         * scm/music-functions.scm (unfold-repeats): handle dots too.
872
873 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
874
875         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
876         (backportme)
877
878 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
879
880         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
881         lyric indent.  Revert melismaBusyProperties using \unset.
882
883 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
884
885         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
886
887         * lily/parser.yy (command_element): allow redefinition of |
888         meaning.
889
890         * lily/break-align-engraver.cc (acknowledge_grob): construct
891         LeftEdge where the first cause for alignment is coming from.
892         This makes \override Staff.LeftEdge work as expected.
893
894         
895         * lily/slur-performer.cc (Slur_performer): add inits
896
897         * lily/beam-performer.cc (Beam_performer): add inits
898
899 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
900
901         * VERSION (PACKAGE_NAME): release 2.2.0
902
903         * scripts/convert-ly.py (conv): add 2.2.0 rule.
904
905 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
906
907         * lily/cluster.cc (height): Fix warning.
908
909         * lily/parser.yy: Janitorial cleanups.
910
911         * Documentation/user/tutorial.itely (Tutorial): Typo.
912
913 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
914
915         * lily/change-iterator.cc (process): search at multiple context
916         levels. This fixes 
917
918         
919         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
920         not voice-state index for tie state. This fixes a partcombine
921         problem with ties.
922
923         * Documentation/user/tutorial.itely (Commenting input files): add
924         note about convert-ly.
925
926         * input/test/cadenza-skip.ly:  new file.
927
928 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
929
930         * po/nl.po: Spelling fixes.
931
932         * autogen.sh (srcdir): Regenerate.
933
934         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
935         autogen.sh.
936
937         * configure.in: Use C++ to check for C++ header.
938
939         * po/nl.po: Update.
940
941         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
942
943         * lily/event.cc (to_relative_octave): Translatable sentence should
944         be one string.
945
946         * python/lilylib.py (warranty): Year range is not translatable.
947         It's 2004 already!
948
949         * flower/warn.cc (non_fatal_error, warning, programming_error):
950         Remove whitespace from translated string.
951
952 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
953
954         * VERSION: release 2.1.37.
955
956 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
957
958         * configure.in: check for C language.
959
960         * lily/source-file.cc: include strstream without h.
961
962         * scm/documentation-generate.scm (string-append): use name without
963         .texi.
964
965         * autogen.sh (srcdir): SUSE fix.
966
967         * Documentation/user/notation.itely (Ancient clefs): idem.
968
969         * Documentation/user/lilypond-book.itely (Integrating HTML and
970         music): idem.
971
972         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
973
974         * lily/change-iterator.cc (process): use find_existing_context().
975
976         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
977
978         * input/regression/repeat-unfold-tremolo.ly: new file.
979
980         * scm/music-functions.scm (unfold-repeats): undo music compression
981         too.
982
983         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
984         (LY_DEFINE): ly:music-compress new function.
985
986         * scm/part-combiner.scm (determine-split-list): split for voice
987         crossings
988
989         * input/regression/part-combine-cross.ly: new file.
990
991         * scm/part-combiner.scm (make-part-combine-music): don't do
992         relative inside partcombine arguments.
993
994         * scm/music-functions.scm (make-non-relative-music): new function.
995
996         * Documentation/user/notation.itely (Automatic part combining):
997         add note about \relative.
998
999         * lily/part-combine-iterator.cc (construct_children): add
1000         start_moment_ member.
1001
1002         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1003         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1004
1005         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1006
1007         * Documentation/user/changing-defaults.itely (Which properties to
1008         change): fixes.
1009
1010 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1011
1012         * po/fr.po: update.
1013
1014 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1015
1016         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1017
1018         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1019         Reinstate old code that issues warning.  Fixes --srcdir build.
1020
1021 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1022
1023         * input/wilhelmus.ly: New file.
1024
1025         * Documentation/user/notation.itely: 
1026         * Documentation/user/introduction.itely:
1027         * Documentation/user/tutorial.itely: Use quote ly-option instead
1028         of explicit @quotation.  This fixes too long lilypond linewidths
1029         resulting in overful hboxes.
1030
1031         * scripts/lilypond-book.py: Add ly-option: `quote'.
1032
1033 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1034
1035         * tex/titledefs.tex: Avoid that the first score line is extra
1036         indented if instrument is defined but not piece.
1037
1038 2004-03-30  Werner Lemberg  <wl@gnu.org>
1039
1040         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1041         `lilypond/' to info file name.
1042         (@usermanref) [info]: New variant.
1043
1044         * scm/documentation-generate.scm: Fix definition of @usermanref
1045         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1046         to info file name.
1047
1048 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1049
1050         * VERSION: release 2.1.36
1051         
1052         * Documentation/user/changing-defaults.itely (Interpretation
1053         contexts): rewrite introduction.
1054
1055 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1056
1057         * scm/define-markup-commands.scm: Use TeX accents instead of
1058         straight iso-8859-1 encoding in the doc string.
1059
1060 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1061
1062         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1063         space after dotted duration.
1064
1065 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1066
1067         * Documentation/user/introduction.itely: 
1068         * Documentation/user/notation.itely:
1069         * Documentation/user/tutorial.itely: Up all relative examples.
1070         Enclose @lilypond displays in @quotation.  Typos and corrections.
1071
1072         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1073
1074 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1075
1076         * scm/music-functions.scm (make-voice-props-revert): Revert also
1077         MultiMeasureRest staff-position in oneVoice.
1078
1079 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1080
1081         * Documentation/user/changing-defaults.itely, 
1082         Documentation/user/lilypond.tely: few fixes. Place no comma between
1083         two options: a and b, but commas between three options: a, b, and c.
1084         By this manner, grouping is possible: a and b, and c and d.
1085
1086 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1087
1088         * Documentation/user/GNUmakefile: add rule for .nexi
1089
1090 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1091
1092         * Documentation/user/music-glossary.tely: move glossary direntry
1093
1094         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1095         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1096
1097 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1098
1099         * stepmake/aclocal.m4: Verify that gettext configure check with
1100         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1101
1102 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1103
1104         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1105         glob.glob for .png filenames. This catches multipage pngs.  
1106
1107         * Documentation/user/changing-defaults.itely (Determining the grob
1108         property): fix references.
1109
1110         * lily/staff-symbol.cc (print): only add extent if non empty.
1111         This fixes staff-container.ly.
1112
1113         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1114         starting with a mmrest also works.
1115
1116         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1117         PNG for texinfo too.
1118
1119         * po/lilypond.pot: update translation strings.
1120
1121         * VERSION: 2.1.35 released
1122         
1123         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1124         context argument too.
1125
1126         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1127
1128         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1129
1130         * python/lilylib.py (command_name): don't return 1st path
1131         component.
1132
1133         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1134         .png case separately.
1135
1136         * python/lilylib.py (system): typo.
1137         
1138 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1139
1140         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1141         run indent-region.
1142
1143         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1144         Fixes compile.
1145
1146         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1147         Add header.
1148
1149 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1150
1151         * vim/lilypond-indent.vim: small fixes.
1152
1153 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1154
1155         * Documentation/user/notation.itely (Entering lyrics): Add example
1156         with correct english double quotes (at least for LaTeX output,
1157         maybe not a good idea if we switch to PS as the default output
1158         format).
1159
1160 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1161
1162         * lily/staff-performer.cc (create_audio_elements): play instrument
1163         changes before notes arrive. This fixes instrument of the first
1164         note in a score.
1165
1166         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1167         to 1.9.0 conversion.
1168
1169         * lily/mark-engraver.cc: doc string.
1170
1171         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1172
1173         * Documentation/user/introduction.itely (Introduction): new node.
1174
1175 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1176
1177         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1178
1179         * input/regression/spacing-ragged-last.ly: new file.
1180
1181         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1182         spacing.
1183
1184         * scm/font.scm: rewrite using GOOPS.
1185         
1186         * lily/context-def.cc (filter_engravers): derefence pointer.
1187
1188         * lily/lily-guile.cc (type_check_assignment): use
1189         ly_scheme_function iso. scm_primitive_eval where possible.
1190
1191         * lily/performance.cc (output): limit channels at 15. This fixes
1192         percussion inadvertently showing up in large scores.
1193
1194 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1195
1196         * input/regression/tuplet-gap.ly: new file.
1197
1198         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1199         (print): compute gap length from number size, include italic
1200         correction.
1201
1202         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1203         tuplet-bracket
1204
1205         * scm/paper.scm (set-default-paper-size): new function, to be
1206         called at toplevel.
1207         (set-paper-size): new function, to be called inside \paper {}
1208         (set-default-paper-size): new function, to be called at toplevel.
1209
1210         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1211
1212         * lily/beam-performer.cc (process_music): idem.
1213
1214         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1215         
1216         * tex/titledefs.tex: remove scshape for piece.
1217
1218         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1219         font-family
1220
1221         * lily/time-signature.cc (special_time_signature): font-encoding
1222         not family.
1223
1224         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1225         dynamic to head. This fixes p placement in morgenlied.
1226
1227 2004-03-23  Werner Lemberg  <wl@gnu.org>
1228
1229         * stepmake/stepmake/generic-targets.make (help): Improve text.
1230
1231 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1232
1233         * VERSION: 2.1.34 released
1234         
1235         * lily/main.cc (main_with_guile): switch debugging.
1236
1237         * lily/system.cc (get_line): plug leak.
1238
1239         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1240         and contents.
1241         (stencil2line): plug leak.
1242
1243         * Documentation/user/changing-defaults.itely (Determining a grob
1244         property):  new node.
1245         (Layout interfaces): new node.
1246         (Navigating the program reference): new node.
1247
1248         * lily/accidental-engraver.cc (acknowledge_grob): add property
1249         harmonicAccidentals
1250
1251         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1252         general cleanups.
1253         
1254         * input/les-nereides.ly (middleDynamics): resurrect Les
1255         nereides. Remove pedal hack.
1256
1257 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1258
1259         * input/regression/property-grace-polyphony.ly: new file.
1260
1261         * lily/translator-property.cc (execute_pushpop_property): only pop
1262         one instance of the property. This fixes << \\ >> together with
1263         \grace.
1264
1265         * lily/break-align-interface.cc (ordered_elements): we cannot
1266         modify the #'elements property, so return reordered array.
1267
1268 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1269
1270         * buildscripts/lilypond.words.py: remove.
1271         * buildscripts/lilypond-words.py: add new, renamed file. 
1272         Give generated targets and dirs explicitly in arguments.
1273
1274         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1275         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1276         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1277         
1278         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1279
1280         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1281
1282         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1283         orders.
1284
1285         * vim/GNUmakefile: add local-uninstall target.
1286
1287         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1288         
1289         * vim/vimrc: add a one-liner file.
1290
1291         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1292         vimrc in EXTRA_DIST_FILES.
1293
1294         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1295
1296 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1297
1298         * config.make.in: add vimdir.
1299
1300         * vim/GNUmakefile: add local-install.
1301
1302 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1303
1304         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1305         with \lilypondifundefined{blabla}. Solves problem with multiple
1306         titles in the same lilypond-book document.
1307
1308 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1309
1310         * scm/document-backend.scm (interface-doc): sort grob list for
1311         interface.
1312
1313         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1314         pre/post break align-order.
1315
1316         * spelling patch courtesy Edward Sutton.
1317
1318         * Documentation/user/changing-defaults.itely (Changing context
1319         default settings): new node.
1320         (Defining new  contexts): new node.
1321
1322         * scripts/lilypond-book.py (is_derived_class): use numbers
1323         iso. booleans.
1324
1325         * python/lilylib.py (make_ps_images): add margin to PS images.
1326
1327         * scripts/lilypond-book.py (is_derived_class): new function. Take
1328         class arg iso. object.
1329         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1330         for bug in GS/dvips.
1331
1332         * lily/text-item.cc (interpret_markup): idem.
1333
1334         * scm/define-markup-commands.scm: remove split around-space hack.
1335
1336         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1337         function, fold WL's fixes into one function.
1338
1339 2004-03-22  Werner Lemberg  <wl@gnu.org>
1340
1341         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1342         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1343         (Note_column::head_position_interval): Do proper rounding for
1344         calls to Staff_symbol_referencer::get_position.
1345
1346 2004-03-21  Werner Lemberg  <wl@gnu.org>
1347
1348         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1349         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1350         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1351         (My_lily_parser::parse_file): Improve formatting progress indication
1352         sent to stdout.
1353
1354 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1355
1356         * VERSION: 2.1.33 released.
1357
1358         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1359
1360         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1361
1362         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1363         warning is issued about dummy.dep.
1364
1365         * scm/new-font.scm: fix design sizes of nummer
1366
1367 2004-03-21  Werner Lemberg  <wl@gnu.org>
1368
1369         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1370         some annoying warnings from mkdir during `make install'.
1371
1372 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1373
1374         * lily/performer-group-performer.cc (do_announces): call
1375         Performer_group_performer::create_audio_elements () too.
1376
1377         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1378
1379         * scm/define-grobs.scm (all-grob-descriptions): add property
1380         break-align-orders
1381
1382         * lily/global-context.cc (get_default_interpreter): new
1383         function. Override from base class, so no new Score contexts are
1384         created.
1385
1386         * lily/include/stencil.hh (class Stencil): document origin field.
1387
1388         * lily/staff-symbol.cc (print): span staff-symbol on column
1389         extents for non-broken columns. 
1390
1391         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1392         key-signature.
1393
1394         * tex/titledefs.tex: don't use smallcaps for piece.
1395
1396         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1397         translated stencils in the output.
1398
1399         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1400
1401 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1402
1403         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1404         and init ties_created_
1405
1406         * VERSION: release 2.1.32
1407
1408         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1409         doc string from IMPLEMENT_CTOR_CALLBACK().
1410
1411         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1412         that engraver is in a performer hierarchy.
1413
1414 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1415
1416         * vim/lilypond-ftdetect.vim: new file.
1417
1418 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1419
1420         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1421         (compose_ly): default octave should be middle C.
1422
1423         * Documentation/user/changing-defaults.itely (Layout tunings
1424         within contexts): new node.
1425
1426         * lily/include/smobs.hh: document C++ smob interface.
1427
1428         * lily/function-documentation.cc: don't doc functions without
1429         docstring.
1430
1431 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1432
1433         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1434         direntry, so that `info lilypond' goes to Top.
1435
1436         * scm/output-ps.scm (polygon): Fix: add spaces.
1437
1438         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1439         solutions are now optimal too.
1440
1441         * input/test/page-breaks.ly: New file.
1442
1443         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1444         functions into safe module.
1445
1446         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1447         end, prepend zeros.
1448
1449         * scm/output-*.scm: Use ly:number->string rather than
1450         number->string.  Makes for saner output.
1451
1452         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1453         Fixes feta-nummer, feta-din scaling.
1454
1455 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1456
1457         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1458
1459         * scm/music-functions.scm (descend-to-context): new
1460         function. Similar to context-spec-music.
1461         (make-time-signature-set): specify Score as descend-only. This
1462         fixes the polymetric.ly example.
1463
1464         * lily/context-specced-music-iterator.cc (construct_children): add
1465         support for descend-only context spec.
1466
1467         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1468         determine ez-notation letter. 
1469
1470         * lily/system.cc (get_line): start with dumping layer 3. This
1471         fixes ez notation.
1472
1473 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1474
1475         * input/test/title-markup.ly: Stress breaking harder.
1476
1477         * scm/page-layout.scm (height-score): Overfull page scores twice
1478         as bad as underfull (was: by a power).
1479         (walk-lines): Omit first walk-path round (breaking after new node,
1480         without lines).
1481
1482         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1483         diff values are negative.
1484         (output): Bugfix: treat negative vfill differently.
1485
1486         * Documentation/user/lilypond.tely (direntry): Add note about why
1487         `info lilypond' brings up `Invoking LilyPond' node.
1488
1489 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1490
1491         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
1492
1493         * lily/paper-book.cc: Remove cruft.
1494         (output): Bugfix: put vfill between lines.
1495         (pages): Bugfix: set page vars needed for filling.
1496
1497         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
1498         (was: @ar).
1499
1500         * scm/page-layout.scm: Further development.
1501
1502         * ly/declarations-init.ly (paper): Define page-breaking.
1503
1504 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1505
1506         * lily/note-head.cc (brew_ez_stencil): add note-names
1507         property. Provides internationalization for note names.
1508
1509         * Documentation/user/changing-defaults.itely (Creating contexts):
1510         new node.
1511
1512         * lily/grace-iterator.cc (process): descend to child for \grace.
1513
1514         * lily/timing-translator.cc (initialize): Timing_translator adds
1515         Timing alias by itself.
1516
1517         * lily/context.cc (add_alias): new function.
1518
1519         * scm/lily.scm (tex-output-expression): new function, eval within
1520         drawing API. Guards against eval vulnerabilities.
1521
1522         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
1523
1524         * scm/output-ps.scm (scm): export lily drawing API.
1525
1526         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
1527         throughout.
1528
1529 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1530
1531         * scm/page-layout.scm (optimal-page-breaking): New function.
1532         
1533         * lily/paper-book.cc (pages): Use it.
1534
1535 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1536
1537         * lily/include/paper-line.hh (class Paper_line): Full smob.
1538
1539 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1540
1541         * lily/global-context.cc (run_iterator_on_me): fix grace note
1542         nesting by initting measurePosition.
1543
1544         * lily/timing-translator.cc (initialize): do no init
1545         measurePosition
1546         
1547         * lily/include/music-output-def.hh (class Music_output_def): add
1548         input_origin_ field.
1549
1550         * Documentation/user/changing-defaults.itely (Changing context
1551         properties on the fly): new node.
1552
1553         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
1554         function. Only have smobbed_copy (), and do not provide
1555         smobbed_copy() for non-simple smobs. Changes throughout.
1556
1557 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1558
1559         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
1560         start_moment_. Fix by Doug A. Linhardt.
1561
1562 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1563
1564         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
1565         accidentals for harmonic notes.
1566
1567         * lily/note-collision.cc (check_meshing_chords): don't merge heads
1568         of different style. (Thanks to Doug Linhardt).
1569
1570         * Documentation/user/changing-defaults.itely (Scheme tutorial):
1571         new node.
1572
1573 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
1574
1575         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
1576
1577         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
1578         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
1579         vim/lilypond-indent.vim: doc targets and deps in comments.
1580
1581 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1582
1583         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
1584
1585         * lily/system.cc (get_line): Return Paper_line.  Change all users.
1586
1587         * lily/include/paper-line.hh:
1588         * lily/include/paper-line.cc: New file.
1589
1590 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1591
1592         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
1593
1594         * GNUmakefile.in: remove stray make out=www
1595
1596         * input/test/bagpipe.ly (gcdg): octave fixes.
1597
1598         * scm/define-markup-commands.scm (number): use font-encoding
1599         iso. font-family
1600
1601         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
1602         font-encoding.
1603         
1604 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
1605
1606         * lily/parse-scm.cc: compile-bugfix: add missing header files for
1607         `output_format_global' and `PAGE_LAYOUT'.
1608
1609 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1610
1611         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
1612         lily functions in safe mode.
1613
1614         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
1615         Print filename for HTML, LATEX, before texidoc.
1616
1617         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
1618         instructions in output-ps module.
1619
1620         * scm/lily.scm: Do not load output-ps module.
1621
1622         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
1623         safe mode.
1624
1625 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1626
1627         * lily/span-dynamic-performer.cc (process_music): remove spurious
1628         warning.
1629
1630         * lily/context-def.cc (Context_def): init name to ""
1631
1632         * lily/font-interface.cc: add font-encoding property.
1633
1634         * scm/lily.scm (chain-assoc-get): bugfix.
1635
1636         * lily/paper-book.cc (stencil2line): protect static SCM.
1637
1638         * lily/font-interface.cc (text_font_alist_chain): rename function,
1639         and use text-font-defaults. 
1640
1641         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
1642
1643         * scm/paper.scm (paper-set-staff-size): use new function.
1644
1645         * scm/new-font.scm (make-font-tree): new function.
1646
1647 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1648
1649         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
1650
1651         * scm/lily.scm (get-output-module): New function.
1652         (output-alist): Remove ,ps-output-expression.
1653
1654         * scm/output-tex.scm (ps-output-expression): New function.
1655
1656         * scm/output-ps.scm (ps-output-expression): Remove.
1657         (header, start-page): Output page metadata.
1658
1659         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
1660         initialise output_module_.  Do not write part of header.
1661         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
1662         (output_header): Output full header.
1663
1664         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
1665         FIXME.
1666
1667 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1668
1669         * scm/new-font.scm: new file. Tree based font lookup.
1670
1671         * scm/lily.scm (assoc-get): take default argument. Remove
1672         assoc-get-default.
1673         (chain-assoc-get): use chain-assoc-get everywhere.
1674
1675         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1676         autobeamsettings conversion bug.
1677
1678         * lily/include/global-context.hh (Context): clean-up data hiding.
1679
1680         * lily/include/music-iterator.hh (class Music_iterator): clean-up
1681         data hiding.
1682
1683         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
1684
1685         * input/regression/stem-shorten.ly: add chord case.
1686
1687         * lily/stem.cc (get_default_stem_end_position): shorten stems
1688         triggered by note-head positions, not by forced-direction. This
1689         fixes a bug with too short stems.  
1690  
1691 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1692
1693         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
1694         Lilypond_snippet.output_latex): Always call output_print_filename.
1695
1696         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
1697         expand pages.
1698
1699 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1700
1701         * scm/part-combiner.scm (make-autochange-music): switch rests
1702         before switched notes too.
1703
1704         * lily/figured-bass-engraver.cc (process_music): change calling
1705         convention.
1706
1707         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
1708
1709         * scm/define-markup-commands.scm (bracketed-y-column): new markup
1710         command.
1711
1712         * lily/include/stencil.hh (class Stencil): add origin field.
1713
1714         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
1715         function.
1716
1717         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
1718
1719         * lily/lexer.ll: remove support for \$ and $ in identifiers
1720
1721         * lily/sequential-iterator.cc: remove copy_grace_fixups
1722         (get_grace_fixup): slight abstraction of fixup code.
1723
1724         * input/test/title-markup.ly (spaceTest): vary staff sizes.
1725
1726 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
1727
1728         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
1729         in insert-mode. add indenting rules.
1730
1731 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1732
1733         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
1734         protect hack.
1735
1736         * scm/page-layout.scm:
1737         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
1738         layout and titling should now match external latex based version.
1739
1740         * scm/output-tex.scm (output-scopes): Bugfix: only write string
1741         header fields.
1742
1743         * ps/lilyponddefs.ps: Remove automatic page layout.
1744
1745         * scm/output-ps.scm (new-start-system): New interface function.
1746
1747         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
1748
1749         * lily/paper-book.cc (output): Bugfix.
1750
1751 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1752
1753         * VERSION (MY_PATCH_LEVEL): release 2.1.30
1754         
1755 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1756
1757         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
1758         direntries.
1759
1760         * ps/lilyponddefs.ps: Bugfix.
1761
1762         * input/regression/multi-measure-rest-instr-name.ly: Typo.
1763
1764 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1765
1766         * lily/auto-beam-engraver.cc (create_beam): add Stem as
1767         cause. This should fix warnings.
1768
1769         * mf/feta-slag.mf (trill_ne): fix upmordent size.
1770
1771         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
1772         prevent aligned 6ths.
1773
1774         * lily/custos.cc (print): remove adjust-if-on-staffline.
1775
1776 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1777
1778         * lily/paper-book.cc: Do header and footer.
1779
1780 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1781
1782         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
1783
1784         * scm/paper.scm (lineheight): Remove
1785         (head-sep, foot-sep): Add.
1786
1787 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1788
1789         * mf/feta-schrift.mf: reduce portato thickness.
1790
1791         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
1792
1793         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
1794         programming_error ().
1795
1796         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
1797         bracket to last command column.
1798
1799         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
1800         continues on next/prev system.
1801
1802         * input/regression/pedal-end.ly: new file.
1803
1804 2004-03-10  Werner Lemberg  <wl@gnu.org>
1805
1806         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
1807         Remove pmx2ly stuff.
1808         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
1809
1810 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1811
1812         * scm/page-layout.scm: New file.
1813
1814         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
1815         settings.
1816         (Lilypond_snippet.is_outdated): Also check for PNG file.
1817         Workaround for interrupted (web) builds.
1818
1819         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
1820
1821         * ps/lilyponddefs.ps: Use only very small top-marging.
1822         (init-paper): Also pop page size string.
1823         (start-page, stop-page): New function.
1824
1825         * scm/output-ps.scm (header-end): Remove stray exec commands.
1826
1827 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1828
1829         * lily/input-file-results.cc (do_one_file): use new Paper_book()
1830
1831         * lily/score.cc (default_rendering): clean protection.
1832
1833         * lily/paper-book.cc (mark_smob): implement smob marking.
1834
1835         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
1836
1837         * Documentation/user/*.itely: user manual edits. 
1838
1839 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1840
1841         * Documentation/user/converters.itely (Invoking musedata2ly):
1842         remove pmx2ly.
1843
1844         * scripts/pmx2ly: remove script.
1845         
1846 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1847
1848         * lily/score.cc (default_rendering): Protect paper-book members.
1849
1850         * lily/paper-def.cc (smobbed_copy): New method.
1851
1852         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
1853         switch runtime.
1854
1855         * lily/include/music-output.hh (process): Change signature to
1856         return SCM.
1857
1858         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
1859         method.
1860
1861         * lily/paper-score.cc (process): Return stencils rather than
1862         outputting directly.  Remove paper-book kludge.  Delete grobs.
1863         (output): Remove.
1864
1865         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
1866
1867         * lily/score-engraver.cc (get_output): Do not reset pscore_.
1868
1869         * lily/score.cc (default_rendering)
1870         (ly_render_output): Move adding paper-score two levels up.
1871
1872         * lily/system.cc (get_line):
1873         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
1874
1875 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1876
1877         * scm/font.scm (paper20-font-vector): add more design sizes for
1878         number.
1879
1880         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
1881         feta-nummber{5,7,11,13}.
1882
1883         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
1884         for 12pt design size. 
1885
1886 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1887
1888         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
1889
1890 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1891
1892         * lily/font-select.cc (properties_to_font_size_family): Fix
1893         warning message.
1894
1895         * Experimental PostScript latin1 encoding:
1896         
1897         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
1898
1899         * scm/output-ps.scm: Experimental encoding using reencode-font.
1900         * scm/font.scm: Add latin1 `font-shape'.
1901         
1902         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
1903
1904         * ps/lilyponddefs.ps (reencode-font): New function.
1905
1906         * lily/paper-book.cc (get_pages): Simplistic page breaking.
1907
1908         * scm/output-tex.scm (start-page):
1909         (stop-page): New interface function.
1910
1911 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1912
1913         * lily/paper-outputter.cc (output_expr):
1914         (output_header):
1915         (output_line): New method.
1916
1917         * lily/system.cc (get_line):
1918         (get_lines): New method.
1919         (output_scheme):
1920         (output_line): Remove.
1921
1922         * scm/lily.scm (make-title): New function.
1923
1924         * lily/paper-book.cc: 
1925         * lily/include/paper-book.hh: New file.
1926
1927         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
1928         ly-modules.hh).
1929
1930         * lily/ly-module.cc (ly_modules_lookup): New function.
1931
1932         * lily/main.cc (main_with_guile): Move memory leak debug code back.
1933
1934         * scm/output-ps.scm (make-title): Remove.
1935         (output-scopes): Junk header-title test.
1936
1937 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1938
1939         * mf/feta-schrift.mf: thicker dot for portato.
1940
1941         * lily/accidental-placement.cc (position_accidentals): bugfix in
1942         offset, this fixes right-padding of AccidentalPlacement.
1943
1944         * lily/[h-z]*.cc: () formatting.
1945
1946         * Documentation/user/tutorial.itely (An orchestral part): more
1947         fixes for the tutorial.
1948
1949         * scm/translation-functions.scm (fraction-tuplet-formatter):
1950         reverse fraction.
1951
1952         * lily/parser.yy (context_def_spec_block): use \context instead of
1953         \translator.
1954
1955         * lily/[a-g].cc: () style cleanup.
1956
1957         * Documentation/user/tutorial.itely (Automatic and manual beams):
1958         editing of tutorial.
1959
1960 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1961
1962         * buildscripts/mf-to-table.py (base): write encoding name.
1963
1964 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1965
1966         * Documentation/user/GNUmakefile (local-install-info): Issue
1967         warning (for packager, ie, if not installing in /usr or /usr/local).
1968
1969         * lily/stencil-scheme.cc: 
1970         * lily/staff-symbol-referencer.cc: 
1971         * lily/script-column.cc: 
1972         * lily/pitch.cc: 
1973         * lily/music.cc: 
1974         * lily/grob-pq-engraver.cc: 
1975         * lily/font-interface.cc: 
1976         * lily/music-output-def.cc: 
1977         * lily/duration.cc: 
1978         * lily/grob-scheme.cc:
1979         * lily/context-scheme.cc: Put scheme name on first line in
1980         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
1981         style cleanups.
1982
1983         * stepmake/stepmake/scm-vars.make: 
1984         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
1985         Rename and split TAGS_FILES.
1986
1987         * GNUmakefile.in (ALL-TAGS): Remove.
1988         
1989         * stepmake/stepmake/generic-targets.make (TAGS): Also include
1990         deeper TAGS files.  Fixes regexp tags in TOP dir.
1991
1992 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1993
1994         * VERSION: 2.1.29 released.
1995         
1996         * Documentation/user/changing-defaults.itely (Changing defaults):
1997         new file.
1998
1999         * Documentation/user/notation.itely (Notation manual): rename from 
2000         refman.itely
2001
2002         * Documentation/user/notation-appendices.itely (The Feta font):
2003         new file.
2004
2005         * Documentation/user/advanced.itely: add aborted attempt for
2006         advanced topics manual.
2007
2008 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2009
2010         * scm/new-markup.scm: display Markups in sane format. Patch by
2011         Nicolas Sceaux.
2012
2013 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2014
2015         * lily/main.cc: Cleanups.
2016         (setup_localisation): New function.
2017         (sane_putenv): Remove.
2018         (main_with_guile): New name (Was: main_prog).  Remove musings
2019         about possible preparation for GUILE heavy memory usage and
2020         practical uselessness.  Do not set environment variables
2021         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2022         name juggling.
2023         (parse_argv): New function.
2024         (copyright): New function.  It's 2004 already.
2025
2026         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2027         (distill_inname): Move from main.
2028
2029 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2030
2031         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2032
2033         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2034
2035         * Documentation/user/running.itely: new file.
2036
2037         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2038
2039         * lily/score-performer.cc (finish): call Translator::finalize ().
2040
2041 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2042
2043         * lilypond-ftpplugin.vim: renamed to the following file.
2044         * lilypond-ftplugin.vim: new file.
2045
2046         * GNUmakefile.in: update VIM_FILES.
2047
2048 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2049
2050         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2051         props.
2052
2053         * input/test/tie-sparse.ly: remove.
2054
2055         * lily/tie-performer.cc (try_music): copy & paste from
2056         Tie_engraver.
2057
2058         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2059         variable_ref twice.
2060
2061         * lily/key-performer.cc (create_audio_elements): use
2062         alterations-in-key.
2063
2064         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2065
2066 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2067
2068         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2069         handle also quarter tones (not shown as tests). test also flats.
2070
2071         * Documentation/index.html.in: small fixes.
2072
2073 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2074
2075         * input/regression/new-markup-scheme.ly: Typo.
2076
2077         * scm/define-markup-commands.scm (fill-line): New markup.
2078
2079         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2080         (output-paper-def): Fix alignment.
2081         (make-title): Fix height/width scaling.
2082
2083         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2084
2085         * input/test/title-markup.ly: Add remaining titles.  Layout and
2086         font size fixes.  Add simplistic latin1 test.
2087
2088 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2089
2090         * input/test/nested-groups.ly: remove. move content (to next). 
2091         * input/test/staff-bracket.ly: replace content (from prev), this 
2092         has been already in templates.
2093
2094 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2095
2096         * stepmake/autogen.sh: Only issue warning about running configure
2097         without arguments when autogen.sh will actually be running
2098         configure.
2099
2100 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2101
2102         * scm/new-markup.scm (stack-stencil-line): robustness.
2103
2104         * scm/define-markup-commands.scm (simple): robustification of
2105         simple-markup.
2106
2107         * Documentation/user/music-glossary.tely (Top): change central C
2108         to middle C.
2109
2110         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2111
2112 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2113
2114         * input/test/title-markup.ly (spaceTest): Add.
2115
2116         * lily/text-item.cc (interpret_markup): Make line markup from
2117         multi word markup.
2118
2119         * scm/define-markup-commands.scm (word): New markup command.
2120         (simple): Use it.
2121
2122         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2123
2124 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2125
2126         * vim/ftplugin/lilypond.vim:
2127         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2128         show matching paren in insert mode.
2129
2130 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2131
2132         * scm/output-ps.scm (make-title, output-scopes): Further
2133         development.
2134
2135         * input/test/title-markup.ly: New file.
2136
2137         * ps/lilyponddefs.ps: Disable PostScript titling.
2138
2139         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2140
2141 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2142
2143         * lily/arpeggio.cc (width_callback): remove padding.
2144  
2145         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2146
2147         * scm/define-music-types.scm: remove make-music-by-name.
2148
2149         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2150
2151 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2152
2153         * lily/paper-score.cc (process): Output titles using make-title.
2154
2155         * scm/output-ps.scm (output-stencil): Display directly instead of
2156         constructing string.
2157         (make-title): New function.
2158
2159 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2160
2161         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2162         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2163         Move documentation of LaTeX packages for latin1 characters to the
2164         lilypond-book manual.
2165
2166 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2167
2168         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2169
2170         * vimrc: add menu in console and shortcut <F10> for it.
2171
2172         * vim/:
2173         * vim/compiler/:
2174         * vim/syntax/:
2175         * vim/indent/:
2176         * vim/ftplugin/: new directories.
2177         
2178         * vim/filetype.vim: new file.
2179
2180         * lilypond.vim: remove files (see next).
2181         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2182
2183         * vimrc: remove file (see next).
2184         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2185
2186         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2187         add header. apply bindings only locally.
2188
2189         * vim/indent/lilypond.vim: new file.
2190
2191         * vim/ftplugin/lilypond.vim: remove errorformat.
2192         * vim/compiler/lilypond.vim: new file for errorformats.
2193
2194         * Documentation/topdocs/INSTALL.texi: give easier orders.
2195
2196         * ROADMAP: add vim/
2197
2198 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2199
2200         * Documentation/user/introduction.itely (Introduction): Use @image
2201         iso @html <img...>.  Add workaround for images in columns in info.
2202
2203         * stepmake/aclocal.m4: Store computed version in variable.
2204
2205         * configure.in: Export MAKEINFO_VERSION.
2206
2207         * config.make.in (MAKEINFO_VERSION): Add.
2208
2209         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2210
2211         * Documentation/user/GNUmakefile: Only build info with images when
2212         building web.
2213
2214         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2215
2216         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2217         stuff from documentation-targets.make
2218
2219 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2220
2221         * VERSION: 2.1.28 released
2222         
2223         * scripts/convert-ly.py (conv): 
2224
2225 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2226
2227         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2228         \arpeggioBoth. redefine \arpeggioBracket.
2229
2230         * Documentation/user/refman.itely: document new arpeggio
2231         functions.
2232
2233         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2234
2235         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2236
2237         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2238
2239 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2240
2241         * Documentation/user/introduction.itely (Automated engraving):
2242         rewrite introduction using website text.
2243
2244 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2245
2246         * scm/*.scm: make-music-by-name is replaced by make-music, which
2247         also accept music property settings, eg:
2248           (make-music 'TextScriptEvent 'direction DOWN 'text
2249               (make-simple-markup x))
2250
2251         Patch courtesy Nicolas Sceaux
2252
2253         * lily/beam-quanting.cc: cleanup, separate counts for left and
2254         right beam ends.
2255
2256         * lily/side-position-interface.cc (quantised_position): also
2257         quantize staccato position for forced stem directions. 
2258
2259 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2260
2261         * scm/*.scm: Patch by Nicolas Sceaux: 
2262
2263         * scm/music-functions.scm: ly:grob-property and ly:music-property
2264         are made procedure with setters.
2265
2266         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2267         
2268 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2269
2270         * input/test/[t-v]*.ly: finish rewriting texidocs.
2271
2272         * input/test/vaticana.ly: remove.
2273         * input/test/ligature-vaticana.ly: new, renamed file name.
2274
2275         * input/test/stem-centered.ly: remove.
2276         * input/test/mensural-note-heads.ly: new file. take content from
2277         removed file stem-centered.ly.
2278
2279         * input/test/scales-greek.ly: simplify.
2280
2281         * input/test/s*.ly: reformulate texidocs.
2282         
2283         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2284         of missing features.
2285
2286 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2287
2288         * input/test/[j-o]*.ly: update texidocs.
2289
2290 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2291
2292         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2293
2294         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2295         images.
2296
2297         * Documentation/user/lilypond.tely (@direntry): Update.
2298
2299         * stepmake/stepmake/documentation-targets.make
2300         (install-info,uninstall-info): Install into $(package_infodir).
2301         Install images.  Run install-info to update dir.
2302
2303         * config.make.in (package_infodir): Add.
2304
2305         * Documentation/user/GNUmakefile (info-with-images,
2306         local-install-info, local-uninstall-info): New target.
2307
2308 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2309
2310         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2311         gap/threshold.
2312
2313         * lily/beam-quanting.cc (score_slopes_dy): remove
2314         ROUND_TO_ZERO_SLOPE kludge.
2315
2316         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2317
2318         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2319
2320         * lily/global-context.cc (Global_context): alway accept Score
2321         (run_iterator_on_me): cast Context to Score_context, not
2322         Context_def.
2323
2324         * Documentation/user/refman.itely: documentation patch by Edward
2325         Sanford Sutton.
2326
2327         * mf/GNUmakefile: unset sauter-fonts.
2328
2329 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2330
2331         * scripts/lilypond-book.py (output_texinfo): Output @image
2332         descriptions for info too.
2333
2334         * input/test/chord-names-jazz.ly: 
2335         * input/test/embedded-scm.ly: Clarify.
2336
2337         * input/test/cautionaries.ly: Typo.
2338
2339         * lily/input-smob.cc (ly_input_location): Compile fix.
2340
2341 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2342
2343         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2344
2345         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2346         fixes problems with system defaults being reverted with \override
2347         on Score level.
2348
2349         * lily/global-context.cc (Global_context): apply property-ops to
2350         Global_context too. 
2351
2352 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2353
2354         * scm/output-ps.scm (stencil->string): Rewrite.
2355
2356 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2357
2358         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2359         impersonal style.
2360
2361 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2362
2363         * lily/input-smob.cc (ly_input_location: New function.
2364
2365         * scm/define-markup-commands.scm (upright): New markup command.
2366
2367         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2368
2369         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2370
2371         * scm/output-ps.scm (output-stencil): New function.
2372
2373         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2374         of snippet types; fixes @ignore and @verbatim blocks.
2375
2376 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2377
2378         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2379         to a file in printed documentation, instead, refer either to a 
2380         syntax or to an output.
2381
2382 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2383
2384         * input/regression/beam-center-slope.ly: Add test.
2385
2386 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2387
2388         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2389         (SAUTER_FONTS): Reinstate.
2390
2391         * scm/define-markup-commands.scm (caps): New markup command.
2392
2393         * scm/output-ps.scm (output-scopes): Experimental markup output.
2394
2395         * scm/: Add missing headers.
2396
2397         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2398
2399         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2400
2401 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2402
2403         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2404         Stray style cleanups.
2405
2406 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2407
2408         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2409         no dot combination.
2410
2411         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2412         substitute \override Staff.autoBeamSettings too
2413
2414         * Documentation/user/tutorial.itely: proofreading fixes by David
2415         Bobroff
2416
2417 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2418
2419         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2420
2421         * ps/music-drawing-routines.ps: 
2422         * ps/lilyponddefs.ps: Add end markers.
2423
2424 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2425
2426         * VERSION: 2.1.27 released.
2427         
2428         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2429
2430         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2431         obey documentation.
2432
2433 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2434
2435         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2436
2437         * scm/output-ps.scm: Resurrect.
2438         
2439         * scm/output-tex.scm: Minimal cleanups.
2440
2441         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2442
2443         * make/ly-rules.make: Remove any broken lily-*.tex files before
2444         lilypond-book run.
2445
2446         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2447         comment.
2448
2449         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2450         Enabled by default, may save 10% compile time.
2451
2452 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2453
2454         * lily/lyric-phrasing-engraver.cc: remove
2455         
2456         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2457         longer necessary. 
2458
2459         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2460         so lyric-phrasing-engraver is no longer necessary.
2461
2462         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2463         Grob_pq_engraver from Staff.
2464
2465         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2466         busyGrobs directly.
2467
2468         * input/regression/quote-transposition.ly: new file.
2469
2470         * lily/recording-group-engraver.cc (stop_translation_timestep):
2471         store instrumentTuning too. 
2472
2473         * lily/quote-iterator.cc (process): transpose events using
2474         instrumentTuning.
2475
2476         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2477         -> \tuning <pitch>
2478
2479         * lily/parser.yy (command_req): add \tuning command for setting
2480         instrument tuning of staff.
2481
2482         * Documentation/user/GNUmakefile
2483         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2484
2485         * Documentation/user/refman.itely (Customized accidental rules):
2486         typo.
2487
2488 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2489
2490         * Documentation/user/music-glossary.tely: remove the missing norwegian
2491         translation; they can be put in later properly.
2492
2493 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2494
2495         * lily/recording-group-engraver.cc (start_translation_timestep):
2496         init Recording_group_engraver twice.
2497
2498 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2499
2500         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
2501         stray style cleanups:
2502
2503         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
2504         -Wmissing-prototypes.
2505
2506         * flower/include/killing-cons.tcc (Killing_cons): Add template
2507         specifier for car_.
2508
2509         * flower/include/parray.hh (binsearchs): Add template specifier
2510         for maxkey.
2511
2512         * flower/include/interval.hh: Declare elem () with template specfier.
2513
2514 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2515
2516         * elisp/lilypond-indent.el (get-buffer-size): add customization
2517         groups for several variables (Reuben Thomas).
2518
2519 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2520
2521         * Documentation/user/invoking.itexi (Point and click): add index
2522         entry.
2523
2524         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
2525         go under beam.
2526
2527         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
2528         sarabande beam. 
2529
2530         * flower/warn.cc (programming_error): cross fingers not thumbs.
2531
2532         * lily/rest.cc (polyphonic_offset_callback): return 0 when
2533         staff-position is set.
2534
2535         * VERSION: release 2.1.26 
2536         
2537         * scm/chord-entry.scm (construct-chord): process transposition
2538         after processing explicit-11.  
2539
2540 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2541
2542         * lily/parser.yy (add_quote): add syntax for adding quotes:
2543         \addquote "id-string" Music
2544
2545         * scripts/lilypond-book.py (do_file): do not overwrite input file.
2546
2547         * scripts/convert-ly.py (conv): add rules for name changes.
2548
2549         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
2550         music/context/grob property functions. Internally, use
2551         get_property() and set_property() for both.
2552
2553 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
2554
2555         * elisp/lilypond-mode.el (get-buffer-size): define new function,
2556         for Emacs <= 20 (Laurent Martelli).
2557
2558 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2559
2560         * lily/parser.yy (command_element): extract quoted vector in
2561         parser.
2562
2563         * input/regression/quote.ly: new file.
2564
2565         * lily/sequential-iterator.cc (process): only process if moment >= 0.
2566
2567         * lily/parser.yy (command_element): \quote DURATION NAME: support
2568         cue notes. 
2569
2570         * lily/quote-iterator.cc (class Quote_iterator): new file.
2571
2572 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2573
2574         * lily/auto-beam-engraver.cc (try_music): accept and process
2575         beam-forbid-event.
2576
2577         * input/regression/auto-beam-no-beam.ly: new file.
2578
2579 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2580
2581         * lily/accidental.cc (print): Change font-relative-size ->
2582         font-size. Fixes cautionary-style = smaller.
2583
2584 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2585
2586         * lily/system-start-delimiter.cc (staff_brace): remove
2587         font-relative-size
2588
2589         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
2590         forgotten with scm_list_n. Fixes spurious coredumps.
2591
2592         * lily/accidental-engraver.cc (stop_translation_timestep): move
2593         update of localKeySignature to stop_translation_timestep (). This
2594         makes sure that all ties are noticed at the right moment.
2595         (stop_translation_timestep): clear tie only when right-side
2596         notehead was seen.
2597         (number_accidentals_from_sig): cleanup. 
2598
2599         * input/regression/accidental-tie.ly (mus): new file
2600
2601         * input/regression/tie-accidental, tie-break-accidental.ly: remove
2602         these longish tests.
2603
2604 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2605
2606         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
2607
2608         * THANKS: update bugreporter list.
2609
2610         * lily/beam.cc (print): broken beams last until end of staff.
2611         (print): broken beams start from prefatory matter.
2612
2613         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
2614
2615         * lily/paper-score.cc (process): dump header only once.
2616
2617         * lily/paper-outputter.cc (Paper_outputter): move logic into
2618         Scheme.
2619
2620         * scm/output-tex.scm (output-scopes): new function.
2621         (output-paper-def): new function
2622         (tex-string-def): new function
2623         (symbol->tex-key): new function
2624
2625         * scripts/convert-ly.py (conv): add rule for | ~
2626
2627 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
2628
2629         * input/regression/{many}.ly: refresh, trying to guess how
2630         it was designed.
2631
2632 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2633
2634         * VERSION: release 2.1.25
2635
2636         * scm/define-translator-properties.scm
2637         (all-user-translation-properties): add printOctaveNames
2638
2639         * ly/engraver-init.ly: remove Note_event_swallower from
2640         NoteNamesContext.
2641
2642         * lily/note-name-engraver.cc (process_music): new property
2643         printOctaveNames
2644
2645         * lily/context.cc (find_existing_context): remove support for
2646         Current.
2647
2648         * scm/music-functions.scm (set-accidental-style): new function;
2649         duplicate accidental macros.
2650
2651         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
2652
2653         * lily/note-name-engraver.cc (process_music):
2654         process_acknowledged_grobs () -> process_music ()
2655
2656         * scm/part-combiner.scm (determine-split-list): robustification.
2657
2658 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2659
2660         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
2661         lines for falling into beam-gap.
2662         (score_forbidden_quants): check all staff lines for falling in
2663         beam gaps.
2664
2665         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
2666         key/clef/time signatures. 
2667
2668         * input/test/ossia.ly: revise example.
2669
2670         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
2671         cleanup.
2672         
2673         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
2674         comply to Scheme standard.  Remove ly:get-paper-variable
2675
2676 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2677
2678         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
2679
2680 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2681
2682         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
2683         properties from Voice context. This fixes accidental size for
2684         staff-switches during grace contexts.
2685
2686         * lily/note-collision.cc (check_meshing_chords): only wipe heads
2687         if necessary. Else, simply wipe dots.
2688
2689         * input/test/beam-alternate.ly: new file
2690
2691         * input/test/piano-staff-distance.ly: new file.
2692
2693         * lily/translator-group.cc (recurse_down_translators): use
2694         Direction for bottom-up/top-down.
2695
2696         * lily/include/translator.hh (class Translator): add
2697         process_music() and do_announces(). This obviates
2698         recurse_down_{engravers,performers}.
2699
2700         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
2701         \melisma and \melismaEnd
2702
2703         * lily/melisma-engraver.cc (process_music): change to
2704         Melisma_translator, unify with performer. Accept
2705         ManualMelismaEvent.
2706
2707         * ly/engraver-init.ly: add Font_size_engraver.
2708
2709 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2710
2711         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
2712         it hara-kiri.
2713
2714         * input/regression/{many}.ly: improve descriptions trying to figure
2715         out what is tested.
2716
2717 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2718
2719         * lily/slur.cc (broken_trend_offset): robustness fix.
2720
2721         * VERSION: release 2.1.24
2722
2723         * lily/context.cc (find_create_context): go to Score if it exists.
2724
2725         * lily/context-scheme.cc: new file.
2726
2727         * lily/score-translator.cc (get_output): new file.
2728
2729         * lily/include/grob-info.hh: origin_contexts() now does not
2730         include the originating engraver
2731
2732         * lily/translator-group.cc (translator_each): clean up contents,
2733         remove superfluous stubs. Engraver_group_engraver and
2734         Performer_group_performer are the only classes using multiple
2735         inheritance.
2736
2737         * lily/include/score-context.hh (class Score_context): interface
2738         between Score_{engraver,performer} and Global_context.
2739
2740         * lily/include/global-context.hh (Context): change from
2741         global-translator. This is the entry point for contexts; it is not
2742         tweakable using \translator{}. Score is no longer the top context,
2743         but sits underneath Global.
2744
2745         * lily/include/context.hh (class Context): brain surgery: split
2746         out Context functionality from Translator_group. Context is now a
2747         separate type from Translator.
2748
2749 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2750
2751         * lily/include/translator.hh (class Translator): make
2752         get_score_context() and get_global_translator (), and use the one
2753         which is appropriate.
2754
2755         * lily/context.cc: partially put functionality of Translator_group
2756         into Context.
2757
2758         * lily/include/context.hh (Translator): new class: put between
2759         Translator and Translator_group. 
2760
2761         * lily/new-accidental-engraver.cc: remove file.
2762
2763 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2764
2765         * input/regression/{many}.ly: improve descriptions: use complete 
2766         sentences, try to describe what is tested, avoid `we´, do not use 
2767         don't, ... 
2768
2769 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
2770
2771         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
2772         is at EOL.
2773
2774         * Documentation/user/lilypond.tely: declare the topmost node only
2775         once; removes empty line in @contents.
2776
2777         * Documentation/user/music-glossary.tely: really add Finnish author.
2778         Draw more beatiful `->´ arrow in html: &rarr;
2779
2780 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2781
2782         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
2783
2784         * scripts/convert-ly.py (conv): add ly:music-list  change.
2785
2786         * lily/grob.cc: edit doc string.
2787
2788         * scm/define-grob-properties.scm (all-user-grob-properties):
2789         proofreading, editing of doc strings.
2790
2791         * input/regression/tablature-string-tunings.ly: new file.
2792
2793         * lily/staff-symbol-engraver.cc (process_music): new engraver,
2794         listen to stringTunings
2795
2796         * lily/align-interface.cc (align_elements_to_extents): remove Grob
2797         for self-alignment-[XY] code.
2798  
2799 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2800
2801         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
2802         cond) into function. Cleanup.
2803
2804         * lily/text-spanner.cc: remove text-repeat-if-broken property.
2805         
2806         * VERSION (PACKAGE_NAME): 2.1.23 released
2807
2808 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
2809
2810         * Documentation/user/{refman,internals}.itely: small fixes.
2811
2812 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2813
2814         * lily/accidental-engraver.cc (acknowledge_grob): don't make
2815         accidentals for harmonic notes
2816
2817         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
2818         for harmonic notes.
2819
2820         * scm/document-backend.scm (interface-doc): prune Grob
2821         documentation: don't duplicate interface information.
2822
2823         * lily/*.cc: lots of updates of doc strings.
2824
2825 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2826
2827         * input/test/ac-extra-voice.ly (accompany): remove file.
2828
2829         * input/test/maximum-rest-count.ly: remove file.
2830
2831         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2832         conversion rule for \translator { }. Apply everywhere.  
2833
2834         * lily/parser.yy (music_property_def): set property for \once in
2835         the PropertyMusic itself, not the ContextSpec.
2836         (property_operation): change syntax within \translator { }
2837
2838         * scm/define-music-properties.scm (all-music-properties): clean up.
2839
2840         * lily/auto-beam-engraver.cc (test_moment): use
2841         updated_grob_properties() to retrieve autoBeam settings.
2842
2843         * lily/spacing-spanner.cc: bound shortest_playing_len by
2844         measure_length
2845
2846         * lily/spacing-engraver.cc (acknowledge_grob): ignore
2847         multi-measure events for spacing computation.
2848
2849         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
2850         elliptical, to 1.49.
2851
2852         * lily/rest.cc (polyphonic_offset_callback): new function. Do
2853         vertical positioning for polyphony, without RestCollision object.
2854
2855         * lily/note-column.cc (add_head): prevent rests & note heads on
2856         one stem.
2857
2858         * lily/rest-collision.cc (do_shift): ignore rests with beams.
2859         (do_shift): rewrite only-rests case: use common refpoints: the
2860         routine will have sensible results when other rest-translations
2861         have taken place.
2862
2863         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
2864         < 0 case. 
2865
2866         * VERSION: 2.1.22 released
2867         
2868         * input/GNUmakefile (SUBDIRS): remove ascii-art
2869
2870 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2871
2872         * input/: Convert ly files that still had \property.  Fixes make
2873         web.  Remove exta spaces around '='. 
2874
2875         * scripts/convert-ly.py (conv): Redundant space fixes.
2876
2877         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
2878
2879 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2880
2881         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
2882         create scalable PS and PDFs  for input/{test,template,regression}.
2883
2884         * lily/context.cc (is_alias): move function.
2885         (is_alias): add Bottom as context alias. 
2886         (find_create_translator): add Bottom as a context alias for creation.
2887
2888         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
2889
2890         * lily/parser.yy (music_property_def): new syntax for property
2891         assignments:
2892
2893         \set A.B = #C , \unset A.B
2894         \override A.B #C = #D, \revert A.B #C 
2895
2896         * lily/my-lily-lexer.cc: remove \property
2897
2898 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
2899
2900         * Documentation/user/refman.itely: add dots after seealso refs.
2901
2902         * input/template/{many}.ly: harmonise descriptions.
2903
2904         * Documentation/user/music-glossary.itely: add Finnish author.
2905
2906 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2907
2908         * VERSION (PACKAGE_NAME): release 2.1.21
2909
2910 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2911
2912         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
2913
2914         * scripts/lilypond-book.py (snippet_res): @include filename must
2915         not be empty.
2916
2917 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2918
2919         * scm/documentation-generate.scm (markup-doc-string): dump
2920         markup-commands.tely
2921
2922         * scm/define-markup-commands.scm (override): new file.
2923         Move documentation from refman into doc-strings. 
2924
2925         * input/test/staff-container.ly: fix example.
2926
2927         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2928         StaffContainer
2929
2930         * lily/grob.cc: remove point_dimension_callback
2931         (Grob): read forced dimensions from X-extent and Y-extent.
2932         (get_paper): remove preset_extent.
2933
2934         * scm/define-grobs.scm (all-grob-descriptions): remove
2935         point_dimension_callback. 
2936
2937         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
2938         textscript to head. This makes no-spacing-rods work on
2939         DynamicText.
2940
2941         * lily/chord-name.cc: remove props chord, bass, inversion.
2942
2943         * Documentation/user/appendices.itely: add Scheme functions,
2944         context-properties and layout properties to manual.
2945
2946         * scm/part-combiner.scm (determine-split-list): include rests in a
2947         solo1/2 sequence.
2948
2949         * lily/new-part-combine-iterator.cc (substitute_both): new
2950         function.
2951         (class New_pc_iterator): add separate Voice=solo context, fixes
2952         autobeams going from chords to solo.
2953
2954 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2955
2956         * Documentation/user/invoking.itexi (Editor support): Fix typo.
2957
2958         * Documentation/user/tutorial.itely:
2959         * Documentation/user/refman.itely: Add short note about being part
2960         of lilypond.tely.
2961
2962         * COPYING: Make note more clear with respect to files that are
2963         explicitely licenced otherwise (Documention/user/ comes to mind).
2964         
2965         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
2966         comment about barfing of @c,{}.
2967
2968         * Documentation/user/music-glossary.tely: Add list of authors.
2969
2970         * stepmake/stepmake/library-rules.make: Thank Nelson only in
2971         source (was: also in build log).
2972
2973 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2974
2975         * lily/side-position-interface.cc (general_side_position): if
2976         staff-padding is set, then include staff in support too.
2977
2978         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
2979         module workbook
2980
2981         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
2982
2983         * lily/tuplet-engraver.cc: remove tupletInvisible
2984
2985         * scm/define-translator-properties.scm: cleanup, separate in
2986         internal and user props. 
2987
2988         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
2989         LyricsVoice -> Lyrics
2990
2991         * lily/new-part-combine-iterator.cc (process): only print warning
2992         for symbols.
2993
2994 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2995
2996         * scm/part-combiner.scm: Add proper header.
2997
2998         * All but lily/*: The great --2003 --2004 replace; the missing
2999         `bits'.
3000
3001         * TODO: Fix outline mode.  Add book notes.
3002
3003         * ROADMAP: Update.
3004
3005 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3006
3007         * scm/part-combiner.scm (make-autochange-music): use
3008         accumulator. Fixes stack overflow.
3009
3010         * lily/*: rename brew_molecule -> print , molecule-callback ->
3011         print-function
3012
3013         * scm/define-grob-properties.scm: cleanup. Separate into internal
3014         and user properties.
3015
3016         * lily/translator-property.cc (updated_grob_properties): new
3017         function
3018         (execute_pushpop_property): change to new convention:
3019         object property inits are stored as (cons ALIST BASED-ON). This
3020         storage format allows concurrent tweaks in different contexts.
3021
3022 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3023
3024         * TODO: new file.
3025
3026 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3027
3028         * debian/: Late Debian update (sorry Anthony).
3029
3030         * scripts/lilypond-book.py (do_file): Look for input_file in
3031         include path, or ask kpathsea if LATEX.
3032
3033         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3034         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3035         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3036         --header=texidoc.
3037
3038         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3039         relative.
3040
3041         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3042         only when filtering, default to input_base otherwise.  Coding
3043         style fixes.
3044
3045 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3046
3047         * lily/include/translator.hh (class Translator): add virtual
3048         qualifier.
3049
3050 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3051
3052         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3053
3054 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3055
3056         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3057
3058         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3059         (fixes make web).
3060
3061         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3062         live in $(out)-www).
3063
3064         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3065         dependencies.  Add link to .ly source in HTML output.
3066         (Lilypond_snippet.output_html): Handle multiple page picture
3067         output.
3068         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3069         Make usable for output_texinfo again.
3070
3071         * Documentation/user/GNUmakefile: Add static dependency for
3072         lilypond.tely includes.
3073
3074         * Documentation/user/tutorial.itely: Add some lost `relative'
3075         ly-options.
3076
3077 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3078
3079         * lily/include/translator-group.hh: move Music_output_def member
3080         to Global_translator.
3081
3082         * scripts/lilypond-book.py (do_file):  fix latex output.
3083
3084         * VERSION: release 2.1.20
3085         
3086         * scm/part-combiner.scm (determine-split-list): robustness fix 
3087
3088         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3089
3090         * lily/parser.yy (music_output_def_body): plug memory leak.
3091
3092         * lily/translator-group.cc (add_fresh_group_translator): plug
3093         memory leak: unprotect Translator_group once added.   
3094
3095         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3096
3097         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3098         write .dep file.
3099         (Lilypond_snippet.ly): add \renameinput.
3100
3101 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3102
3103         * Documentation/user/refman.itely (Markup command definition): Doc
3104         by Nicolas Sceaux. Rewrite by Han-Wen
3105
3106         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3107         thing of the line.
3108         (brew_molecule): only remove if hyphen is not at the end of line.
3109         (set_spacing_rods): new function: minimum-length specifies
3110         distance between syllables.
3111
3112         * scm/define-grobs.scm (all-grob-descriptions): add
3113         Hyphen_spanner::set_spacing_rods to LyricHyphen
3114
3115         * input/regression/lyric-hyphen-break.ly: new file.
3116
3117         * input/test/lyric-hyphen-retain.ly: new file.
3118
3119         * lily/new-part-combine-iterator.cc (construct_children):
3120         add Rest direction.
3121
3122 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3123
3124         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3125
3126         * Documentation/bibliography/engraving.bib (donemus1982):
3127         update entry.
3128
3129 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3130
3131         * scripts/lilypond-book.py (Substring.__init__): new class.
3132         (Snippet.output_texinfo): add texidoc option.
3133         (Include_snippet.replacement_text): new class.
3134         (Lilypond_snippet.__init__): new class
3135         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3136
3137         * Documentation/user/refman.itely (Sound): 
3138         note about number of channels.
3139
3140         * scm/music-functions.scm (voicify-music): add \context Staff for
3141         << \\ >> polyphony.
3142
3143         * lily/parser.yy (verbose_command_req): \skip now creates
3144         SkipMusic, and does not lead to spurious staves.
3145
3146         * scm/define-music-types.scm (music-descriptions): rename
3147         NonEventSkip to SkipMusic
3148
3149         * input/no-notation/midi-lyric-barcheck.ly: new file.
3150
3151         * input/regression/collision-dots-invert.ly: new file.
3152
3153         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3154         case.
3155
3156         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3157         die if melody died too.
3158
3159 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3160
3161         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3162         with reading from stdin.
3163
3164         * lily/slur-performer.cc (try_music): new file.
3165
3166         * lily/melisma-performer.cc (try_music): new file. Handle
3167         melismata to help lyrics.
3168
3169         * lily/beam-performer.cc (try_music): new file. Handle beam events
3170         to help lyrics.
3171
3172         * lily/score-performer.cc (one_time_step): reinstate
3173         process_music().
3174
3175         * lily/performer.cc (process_music): add to interface.
3176
3177         * lily/performer-group-performer.cc (process_music): new function.
3178
3179         * lily/dot-column.cc (do_shifts): do collision resolution before
3180         dot positioning.
3181         
3182         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3183         file, process printfilename option.
3184         (Snippet.__init__): rewrite: do not use global variables h or
3185         index.
3186         (main): really support -I option.
3187         (find_toplevel_snippets): new code.
3188         (find_toplevel_snippets): reinstate old version, without global
3189         variables.
3190
3191         * tex/texinfo.tex: really add file.
3192         
3193 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3194
3195         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3196         compatibility.
3197
3198 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3199
3200         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3201
3202         * scm/define-translator-properties.scm (drumPitchTable): add
3203         property.
3204
3205         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3206         function.
3207         (help_summary): docstrings.
3208         (do_file): strip the dir of input_base too.
3209
3210 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3211
3212         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3213
3214         * Documentation/user/lilypond-book.itely: Update.
3215
3216         * make/ly-rules.make: Update lilypond-book commands.
3217
3218         * Documentation/user/GNUmakefile: Update makeinfo commands,
3219         lilypond-book flags.
3220
3221         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3222         
3223         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3224
3225         * scripts/filter-lilypond-book.py: Remove.
3226
3227         * Documentation/user/*tely: Update options for new lilypond-book.
3228
3229         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3230         with @macros in @includes.
3231
3232 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3233
3234         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3235         make rest-collision only.
3236
3237         * lily/break-substitution.cc (substitute_one_mutable_property):
3238         clear all-elements using scm_assq_remove_x(). 
3239
3240         * lily/rest-collision.cc (do_shift): shift single rests
3241
3242         * flower/include/array.hh (class Array): rename to is_empty ()
3243
3244         * lily/drum-note-performer.cc: new file: perform drum notes.
3245
3246         * VERSION (PACKAGE_NAME): release 2.1.19.
3247         
3248 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3249
3250         * scripts/filter-lilypond-book.py
3251         (classic_lilypond_book_compatibility): New function.
3252
3253 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3254
3255         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3256
3257         * Grand 2003 -> 2004 search replace. 
3258
3259         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3260         (i.e. < > )
3261
3262         * ly/performer-init.ly: add DrumStaff
3263
3264         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3265         lyric-interface; this prevents lines with only extender lines from
3266         being junked.
3267  
3268         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3269
3270         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3271         extenders right, for once and for all (hopefully).
3272         
3273         * lily/break-substitution.cc (substitute_one_mutable_property):
3274         clear old 'all-elements for System grobs.
3275
3276         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3277         that associatedVoiceContext is always assigned when music & lyrics
3278         are found. 
3279
3280         * ly/engraver-init.ly: remove Lyrics context.
3281         (TabVoice): add noteheads engraver
3282
3283         * input/test/improv.ly: update: do not use Thread switching. 
3284
3285         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3286         squashedPosition is a number  
3287
3288         * Documentation/user/refman.itely (Automatic note splitting):
3289         remove Thread references.
3290
3291         * input/no-notation/pc-direction.ly: remove file.
3292
3293         * ly/engraver-init.ly: remove Thread
3294
3295         * input/regression/tie-chord-partial.ly: remove file.
3296
3297         * scripts/convert-ly.py (conv): \harmonic rule
3298
3299         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3300         notation for harmonic notes: <c' g''\harmonic>
3301
3302         * lily/lily-guile.cc (alist_to_hashq): new function
3303
3304         * scm/lily.scm (alist->hash-table): new function.
3305
3306         * Documentation/user/refman.itely (Percussion staves): update doco.
3307
3308         * input/regression/drums.ly (timb): updates
3309
3310         * lily/note-performer.cc (create_audio_elements): robustness fix.
3311
3312         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3313
3314 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3315
3316         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3317         discard valid matches.
3318
3319 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3320
3321         * lily/drum-note-engraver.cc: new file.
3322
3323         * ly/drumpitch-init.ly: move drum definitions
3324
3325         * scm/drums.scm: remove file.
3326
3327         * lily/*.cc: remove abort-event everywhere.
3328
3329         * lily/note-heads-engraver.cc (process_music): robustification.
3330
3331         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3332         robustification.
3333
3334         * lily/parser.yy (simple_element): add \drums mode.
3335         (simple_element): remove \pitchnames , \chordmodifiers. Use
3336         variables to store this. 
3337
3338         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3339         outside \notes.
3340
3341         * VERSION: release 2.1.18.
3342         
3343         * input/test: remove octave-duplicate.ly
3344
3345 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3346
3347         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3348
3349 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3350
3351         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3352         constructor from Music_iterator. Changes throughout.
3353
3354         * lily/include/music-iterator.hh (class Music_iterator): remove
3355         Music_iterator::skip and Music_iterator::get_pending_events from
3356         interface. Rename report_to -> get_outlet 
3357
3358         * lily/auto-change-iterator.cc: move contents from
3359         new-auto-change-iterator.cc from
3360
3361         * scm/part-combiner.scm: determine split-list from Scheme. 
3362
3363         * lily/new-auto-change-iterator.cc (process): new file.
3364
3365         * lily/parser.yy (part_combined_music): remove old PC cruft.
3366
3367         * ly/engraver-init.ly: remove old
3368         PC cruft.
3369
3370         * Documentation/user/refman.itely (The Lyrics context): note about
3371         extender lines.
3372
3373         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3374         to allow 0-length mmrest events.
3375
3376         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3377
3378         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3379
3380         * lily/spacing-engraver.cc (finalize): robustifications.
3381
3382         * input/regression/new-part-combine-solo-global.ly: new file.
3383
3384         * scm/part-combiner.scm: rewrite.
3385
3386 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3387
3388         * Documentation/user/refman.itely, input/puer-fragment.ly,
3389         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3390         updated for proper use of lyricsto; replaced "(" and ")" ->
3391         "\melisma" and "\melismaEnd"
3392
3393         * input/test/ancient-font.ly: small updates to reduce compile
3394         warnings (TODO: junk this file)
3395
3396         * input/test/gregorian-scripts.ly: added comment about bug
3397
3398         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3399         tiny robustness fix
3400
3401         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3402         recent changes in the feta code); temporarily mapped mensural g
3403         clef to a copy of petrucci g clef until mensural g clef will have
3404         been rewritten
3405
3406         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3407         between mensural and neo-mensural heads (this broke quite a while
3408         ago)
3409
3410         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3411
3412 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3413
3414         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3415         indication.  Fixes for verbatim, multi line comments.
3416
3417 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3418
3419         * input/regression/new-part-combine-solo.ly: more cases.
3420
3421         * lily/slur.cc (height): robustness fix.
3422
3423         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3424
3425         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3426         stemUp/stemDown.
3427
3428         * scm/music-functions.scm (determine-split-list): further analysis.
3429
3430         * lily/script-engraver.cc (try_music): discard duplicate
3431         articulations.
3432
3433         * input/regression/new-part-combine-solo.ly: new file
3434
3435         * input/regression/new-part-combine-a2.ly: new file.
3436
3437         * ly/performer-init.ly: add Devnull
3438
3439         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3440         for \musicglyph #"accidental-*"
3441         (conv): \newpartcombine rule.
3442
3443 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3444
3445         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3446
3447 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3448
3449         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3450         textwidth, --output.
3451
3452 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3453
3454         * scm/new-markup.scm (doubleflat): add accidental markups.
3455
3456         * VERSION: release 2.1.17
3457         
3458         * Documentation/user/refman.itely (Automatic part combining):
3459         revise documentation of the part-combiner.
3460
3461         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3462         
3463         * input/test/part-combine-{moment,staff}.ly: remove file.
3464
3465         * input/regression/pc-mmrest.ly (two): remove file.
3466
3467         * scm/define-music-types.scm (music-descriptions): add
3468         Solo{One,Two}Event and UnisonoEvent
3469
3470         * lily/new-part-combine-iterator.cc (unisono): add state_
3471         variable, signal changes with part-combine-event.
3472
3473         * input/regression/new-part-combine-text.ly: new file.
3474
3475         * lily/part-combine-engraver.cc: new file.
3476
3477 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3478
3479         * scripts/filter-lilypond-book.py: Handle snippet options.
3480
3481 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3482
3483         * scm/music-functions.scm (determine-split-list): detect solo1/2
3484         and unisono.
3485
3486         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3487         revert fix, document why.
3488
3489         * lily/tie-performer.cc (process_music): new function. Set melisma
3490         property.
3491
3492         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
3493         always smaller than bracket size.
3494         (make_bracket): oops. Size of the gap was off by factor 2
3495
3496         * input/test/text-rotate.ly: new file.
3497
3498         * scm/new-markup.scm (markup): a macro that provides a
3499         LilyPond-like syntax in scheme for building markups, in order to
3500         help markup command definition. (Nicolas Sceaux)
3501
3502         * input/test/lyrics-skip-notes.ly: new example.
3503
3504         * lily/parser.yy (post_event): make HYPHEN into postfix event.
3505
3506         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
3507         use is_alias() iso. == . This fixes lyrics on
3508         GregorianTranscriptions. 
3509
3510 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3511
3512         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
3513         \thispagestyle{lastpage} to avoid that it's printed on the second
3514         last page when there's only a single score line on the last page.
3515         (The page breaking mechanism in TeX played some ugly tricks to us.)
3516
3517 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3518
3519         * scripts/filter-lilypond-book.py: Further development.
3520
3521         * input/regression/collision-dots-move.ly: New test.
3522
3523         * lily/note-collision.cc (check_meshing_chords): Move dots on left
3524         hand side note head of non-merged collision to the right.
3525
3526         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
3527         Construct children before accessing property from emtpy
3528         lyrics_context_.
3529         (construct_children): Find thread before finding LyricsVoice.
3530         Create LyricsVoice one if none found, fixes crash (thanks Erik
3531         Sandberg).
3532
3533 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3534
3535         * cygwin/: Forward port.
3536
3537 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3538
3539         * buildscripts/install-info-html.sh: Use Bash.
3540
3541         * cygwin/mknetrel: Patch from Bert.
3542
3543 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3544
3545         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
3546
3547         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
3548         try to copy *png, index.html (Bertalan Fodor).
3549
3550         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
3551
3552 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3553
3554         * lily/note-collision.cc (check_meshing_chords): Do not remove
3555         dots (from down head) when merging similar heads (thanks Matthias
3556         Kilian).  Simplify merge_possible tests and other cleanups
3557
3558         * input/regression/collision-merge-differently-dotted.ly: Add test
3559         for disappearing dots on similar heads for both voices.
3560
3561 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3562
3563         * Documentation/user/invoking.itexi (Invoking lilypond): Document
3564         that tagline overrides copyright for single page scores. Correct
3565         the default tagline value.
3566
3567 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3568
3569         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
3570
3571 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3572
3573         * buildscripts/lilypond-login.sh: Avoid warning about undefined
3574         TEXMF if it's previously unset.
3575
3576 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
3577
3578         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
3579
3580         * input/test/trills.ly: fix the unfolding of lineprall.
3581
3582         * input/test/figured-bass-alternative.ly: fix accidental.
3583
3584 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3585
3586         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
3587         
3588         * input/no-notation/dos-guile.ly: 
3589         * input/no-notation/dos-ps.ly: 
3590         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
3591         
3592         * input/no-notation/safe-include.ly:
3593         * input/no-notation/safe-guile.ly:
3594         * input/no-notation/safe-ps.ly: 
3595         * input/no-notation/safe-tex.ly: New file.
3596
3597         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
3598         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
3599         options now.
3600         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
3601         When in --safe-mode, set environment openout_any=p[aranoid].
3602
3603         * tex/ltest.tex: 
3604         * tex/lilyponddefs.tex: Add \nofiles.
3605
3606         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
3607         options.
3608
3609         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
3610         This allows building the user manual using a binary installation
3611         and a matching unpacked source tree.
3612
3613         * scm/lily.scm (safe-module): New variable. 
3614
3615         * lily/includable-lexer.cc (new_input): Fix error messages.
3616
3617         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
3618         If SAFE, evaluate in safe-module.  Change callers.
3619
3620         * lily/main.cc (Long_option_init): Reinstate safe-mode.
3621
3622         * lily/lexer.ll (embedded_scm): While processing main-input,
3623         invoke ly_parse_scm with safe mode if running in safe-mode.
3624         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
3625         in init.ly for safe-mode.
3626
3627 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3628
3629         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
3630         compatibility with old versions of geometry.sty (compat2
3631         already implied includehead).
3632         Change the page layout slightly so bottom + footskip = top +
3633         headheight + headsep = 16mm, the remaining paperheight-32mm
3634         are used for the music. Increase footskip to 5mm, so the top of
3635         the footer text doesn't touch the music.
3636
3637 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3638
3639         * VERSION: release 2.1.16
3640         
3641         * scm/music-functions.scm (determine-split-list): bugfix: only use
3642         new-active for both voices if both indexes advance. This fixes the
3643         biggest outstanding problem with new-pc. 
3644
3645         * lily/new-part-combine-iterator.cc (construct_children): set more
3646         directions.
3647
3648 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3649
3650         * scripts/convert-ly.py (conv): add instrument rule.
3651
3652         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
3653
3654         * lily/side-position-interface.cc: remove add_staff_support ()
3655         Change all callers to use staff-padding.
3656
3657         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
3658         make_spanner().
3659
3660         * lily/a2-engraver.cc (process_acknowledged_grobs): 
3661
3662         * lily/text-engraver.cc: remove scriptHorizontal property.
3663
3664         * lily/beam.cc (least_squares): also set least-squares-dy for
3665         special case of slanted 2-stem beam to center.
3666
3667         * lily/side-position-interface.cc (out_of_staff): move contents of
3668         out_of_staff into aligned_side.
3669         remove out_of_staff().
3670
3671         * input/regression/measure-grouping.ly: fix warning.
3672
3673         * lily/side-position-interface.cc: add staff-padding support to
3674         Side_position_interface::aligned_side.
3675
3676         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
3677         one get_property too many.
3678
3679         * flower/include/drul-array.hh (linear_combination): new function
3680         (scale_drul): new function
3681
3682         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
3683         operations on empty intervals are silly.
3684
3685 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3686
3687         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
3688         (iso gh_scm2int), fixes crash in new part-combiner.
3689
3690         * configure.in: Up mftrace to 1.0.27.
3691
3692 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3693
3694         * VERSION: release 2.1.15
3695         
3696         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
3697         align all stanza numbers.
3698
3699 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
3700
3701         * Documentation/user/{introduction.itely,refman.itely,
3702         converters.itely}: fix some text inside parentheses; text should
3703         be readable (even) if parentheses are either replaced with commas 
3704         or dropped out.
3705
3706 2004-01-25  Werner Lemberg  <wl@gnu.org>
3707
3708         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
3709         input/test/vaticana.ly, input/test/ancient-font.ly,
3710         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
3711         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
3712         ly/params-as-init.ly, scm/define-grobs.scm,
3713         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
3714
3715         * ly/params-as-init.ly: Removed.  Obsolete.
3716         * buildscripts/lilypond.words.py: Updated.
3717
3718 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3719
3720         * mf/parmesan-clefs.mf: switch off mensural G clefs.
3721
3722         * mf/feta-din{4,5,7,9}.mf: remove.
3723         
3724         * lily/engraver.cc (internal_make_item): centralize item/spanner
3725         factory.
3726
3727         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
3728         do correct chord conversion for ^"sim."  (backportme)
3729         (FatalConversionError.sub_articulations): substitute ^"foo" in
3730         chords too. (backportme)
3731
3732         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
3733         for Fingering.
3734
3735         * lily/side-position-interface.cc (out_of_staff): don't do
3736         anything if staff-padding not defined. 
3737
3738         * mf/feta-params.mf (stafflines): introduce linethickness as
3739         general blackness of the font.
3740
3741         * lily/stem.cc (position_noteheads): rounding error robustness.
3742
3743         * input/regression/rest-collision-beam.ly: move beam/rest stuff
3744         from beam-collision.ly 
3745
3746         * lily/beam.cc (rest_collision_callback): remove direction.
3747
3748         * scm/define-grobs.scm (all-grob-descriptions): remove
3749         enclose-bounds in OttavaBracket and PianoPedalBracket
3750
3751         * scm/new-markup.scm (def-markup-command) new macro, which takes
3752         care of defining the COMMAND-markup and make-COMMAND-markup
3753         procedures, setting markup-signature and keyword-signature object
3754         properties, and pushing the markup command in
3755         markup-function-list.
3756
3757         All markup commands are defined thanks to it.  Users may also use
3758         it to define their own markup commands. (Nicolas Sceaux)
3759
3760         * scm/new-markup.scm: Scheme style clean-up: there should be no
3761         parenthesis alone on a line; LET* should not be used where LET is
3762         enough. (Nicolas Sceaux)
3763
3764 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3765
3766         * scripts/filter-lilypond-book.py: Add script.
3767
3768 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3769
3770         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
3771
3772 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3773
3774         * Documentation/user/refman.itely (Fingering instructions): add
3775         single note chords. 
3776
3777         * lily/multi-measure-rest-engraver.cc: use a single
3778         MultiMeasureEvent for mm rests. This prevents problems with the
3779         new part combiner.
3780
3781         * scm/music-functions.scm (determine-split-list): analysis has
3782         global effect: a difference halfway a phrase makes the entire
3783         phrase be typeset as apart.
3784         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
3785
3786 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3787
3788         * ly/performer-init.ly: add Devnull.
3789
3790         * Documentation/user/refman.itely (Font selection): remove paper20
3791         ref.
3792         
3793 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3794
3795         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
3796
3797 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3798
3799         * scm/music-functions.scm (determine-split-list): bugfixes.
3800
3801         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
3802
3803         * input/test/scales-greek.ly: use C as base, results in different
3804         alterations at the clef.
3805
3806         * input/regression/pedal-ped.ly: new file.
3807
3808         * input/regression/pedal-bracket.ly: new file.
3809
3810         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
3811         replace after_line_breaking()
3812
3813         * lily/line-interface.cc (line): read thickness.
3814         (line): dash-fraction = 0 always for dotted-line style.
3815
3816         * input/test/staff-lines.ly (lower): bugfix.
3817
3818         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
3819         \accepts Devnull into Score.
3820
3821         * scm/lily.scm: remove bla.scm load.
3822
3823 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3824
3825         * VERSION: release 2.1.14
3826         
3827         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
3828
3829         * lily/side-position-interface.cc (general_side_position): add
3830         Staff_symbol_referencer::staff_space ().
3831
3832         * lily/include/context-def.hh: rename from translator-def.hh
3833
3834 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3835
3836         * input/template/piano-dynamics.ly (pedal): Updated definition of
3837         Dynamics such that \cresc works, for example.
3838
3839 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3840
3841         * lily/stem.cc (calc_stem_info): use
3842         Staff_symbol_referencer::staff_space
3843
3844         * lily/beam-quanting.cc (quanting): scale Stem_info 
3845
3846         * lily/beam.cc (rest_collision_callback): use minimum-distance
3847         property for rest/beam collisions.
3848         (rest_collision_callback): bugfixes.
3849
3850         * lily/system.cc (post_processing): extra-offset is now relative
3851         to the size of the current staff.
3852
3853         * scm/music-functions.scm (notice-the-events-for-pc): record all
3854         voices, only analyze "one" and "two".
3855
3856         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
3857         not parent. 
3858
3859         * lily/new-part-combine-iterator.cc (construct_children): create
3860         Devnull from Voice context
3861
3862         * scm/music-functions.scm (determine-split-list): bugfixes.
3863
3864         * lily/lily-guile.cc (robust_scm2int): new function
3865
3866         * lily/staff-symbol-referencer.cc (line_thickness): new
3867         function. Use throughout.
3868
3869         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
3870         in its own context.  Add to preset font-size.
3871
3872         * lily/stem.cc (thickness): new function.
3873
3874         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
3875         compute thickness from ledger-line-thickness.
3876
3877         * lily/note-head.cc (brew_ledger_lines): use
3878         Staff_symbol::get_ledger_line_thickness ().
3879
3880         * lily/beam.cc (rest_collision_callback): use
3881         Staff_symbol_referencer::staff_space().
3882
3883         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
3884         Mus1 Mus2
3885
3886         * lily/include/translator.hh (class Translator): add accepts_list_
3887         so  \with { \denies / \accepts } also works.
3888
3889         * scm/music-functions.scm (determine-split-list): determine split
3890         list from music events.
3891
3892         * lily/new-part-combine-iterator.cc: more states.
3893
3894         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
3895
3896 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3897
3898         * lily/system.cc (set_loose_columns): use the right prebroken cols
3899         for interpolating loose column position.
3900
3901         * lily/text-spanner.cc (brew_molecule): default to no vertical
3902         lines.
3903
3904         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
3905         take space.
3906
3907         * scm/define-grobs.scm (all-grob-descriptions): less padding.
3908
3909 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3910
3911         * scripts/convert-ly.py: Do not test filename when processing
3912         stdin.
3913
3914         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
3915
3916 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3917
3918         * lily/axis-group-engraver.cc (finalize): extra check; if
3919         process_music () is never called, then staffline_ == 0.
3920
3921         * lily/simultaneous-music-iterator.cc (pending_moment): don't
3922         check run_always ().
3923         
3924         * VERSION: release 2.1.13
3925
3926         * input/regression/note-head-style.ly (pattern): cleanup.
3927
3928         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
3929         downloading.
3930
3931         * scm/output-lib.scm (shift-right-at-line-begin): new function:
3932         kludge rehearsalmark placement.
3933
3934         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
3935         , ly:spanner?
3936
3937         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
3938         close to note head for accidentals.
3939
3940         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
3941         tuplet direction.
3942
3943         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
3944
3945 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3946
3947         * lily/include/music-iterator.hh (class Music_iterator): add
3948         substitute_outlet() to iterator API.
3949
3950         * lily/new-part-combine-iterator.cc (construct_children):
3951         New_pc_iterator: new class, better part combining.
3952
3953         * lily/tie-column.cc (werner_directions): new function
3954
3955         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
3956
3957         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
3958         empty objects group spanner as parent
3959
3960         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
3961         slope against graphical slope.
3962
3963         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
3964         for ottava bracket.
3965
3966         * lily/side-position-interface.cc (general_side_position):
3967         opps. reinstate *dir.
3968
3969         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
3970         parser run.
3971
3972         * lily/tuplet-bracket.cc: remove calc_dy ().
3973
3974         * Documentation/user/refman.itely (Balloon help): document balloon
3975         help
3976
3977 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3978
3979         * scm/document-backend.scm (check-dangling-properties): Grob
3980         properties are defined define-grob-properties.scm.
3981         
3982 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3983         
3984         * VERSION: release 2.1.12
3985
3986         * scm/define-grobs.scm (all-grob-descriptions): larger font for
3987         ChordName
3988
3989         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
3990         relation to surroundings.
3991
3992         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
3993         Y-extent to the note-extents: stay clear of the staff.
3994
3995 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3996
3997         * Documentation/user/GNUmakefile
3998         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
3999         iso. copy.
4000
4001         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4002
4003         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4004
4005         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4006
4007         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4008
4009         * lily/line-interface.cc (line): remove thickness from calling interface.
4010
4011         * lily/hairpin.cc: use Line_interface
4012
4013         * lily/line-interface.cc: new file. Line_interface for everything
4014         with dotted/dashed lines.
4015         
4016
4017         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4018
4019         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4020         for constructing ottava brackets.
4021         
4022         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4023         the note heads.
4024
4025         * Documentation/user/internals.itely (Engravers and performers):
4026         fix broken link.
4027
4028         * scm/music-functions.scm (make-mark-set): new function.
4029
4030         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4031         functionally identical to beam.
4032
4033         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4034         () with beam (). 
4035
4036         * Documentation/user/refman.itely (Rehearsal marks): document new
4037         functionality.
4038
4039         * input/regression/rehearsal-mark-number.ly: new file.
4040
4041         * input/regression/rehearsal-mark-letter.ly: new file.
4042
4043         * scm/translation-functions.scm (number->mark-string): new function
4044         (format-mark-letters): new function
4045         (format-mark-numbers): new function
4046
4047         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4048         integer; formatting is done through markFormatter property.
4049         
4050         * scm/define-translator-properties.scm: fold all *-done properties
4051         into positioning-done.
4052
4053         * lily/beam.cc (position_beam): new function
4054         (brew_molecule): make sure that positions are calced before making
4055         the molecule.
4056
4057         * scm/output*.scm (beam):  take 4th argument for function.
4058
4059         * ps/music-drawing-routines.ps: take blot as 4th argument.
4060
4061         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4062         stem to avoid small dents.
4063         
4064 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4065
4066         * VERSION: release 2.1.11
4067
4068         * input/regression/balloon.ly: new file.
4069
4070         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4071         objects, and make help texts. 
4072
4073         * scm/new-markup.scm (parse-simple-duration): parse duration
4074         string to log & dots. (Thanks Nicolas!)
4075
4076         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4077         rule.
4078
4079 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4080
4081         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4082         Lemberg).
4083
4084         * THANKS: alphabetic order.
4085
4086 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4087
4088         * input/regression/note-head-harmonic.ly: new file.
4089
4090         * Documentation/user/internals.itely (Technical manual): explain
4091         difference between music, translation, layout.
4092
4093         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4094
4095         * scm/output-ascii-script.scm (bracket): rounding bfs.
4096
4097         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4098
4099         * ly/paper*.ly: remove files. 
4100         
4101         * scm/paper.scm (set-staff-size): new function: set default
4102         staff-size.
4103
4104         * scripts/convert-ly.py (conv): add conversion rule.
4105
4106         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4107         function.
4108
4109         * scm/paper.scm: new file.
4110         (set-staff-size): new function 
4111         (set-paper-size): new function
4112
4113         * lily/parser.yy (music_output_def_body): restructure definition,
4114         so first Scheme statement in \paper also happens in new scope. 
4115
4116         * lily/system.cc (post_processing): move uniquify_list () to
4117         dumping molecule stage.
4118
4119         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4120         this will mess up scores that use barchecks to shorten measures.
4121
4122         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4123         at 20pt too.
4124
4125         * Documentation/user/tutorial.itely (Printing lyrics): document
4126         \lyricsto
4127
4128         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4129
4130         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4131
4132         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4133         if Voice is not found.
4134
4135         * VERSION: release 2.1.10
4136         
4137         * input/{test,regression}/: remove old-relative 
4138
4139         * lily/lexer.ll: add empty markup signature. 
4140
4141         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4142         strut markup
4143
4144         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4145
4146         * scm/define-translator-properties.scm: update melismata property
4147         doco.
4148
4149         * lily/system.cc (output_lines): revert uniquify_list() patch,
4150         strange side effects seen.
4151         
4152         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4153         dash-period < 0.
4154
4155         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4156         for flute. 
4157
4158 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4159
4160         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4161
4162         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4163
4164         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4165         of line breaks.
4166         (brew_molecule): add padding to left, not right.
4167
4168         * lily/system.cc (uniquify_list): new function
4169         (output_lines): uniquify_list () on all-elements. This fixes
4170         double symbols in the output.
4171
4172         * lily/beam.cc (rest_collision_callback): don't move anything if
4173         staff-position is set.
4174
4175         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4176
4177         * lily/system.cc (typeset_grob): warn if adding twice.
4178
4179         * lily/sequential-iterator.cc (run_always): implement run_always().
4180         (also in other files.)
4181         
4182         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4183
4184         * lily/event.cc (to_relative_octave): add octave-check.
4185
4186         * Documentation/user/refman.itely (Line breaking): add noBreak.
4187
4188         * scm/new-markup.scm (normalsize-markup): add function.
4189         (sans-markup): new function.
4190
4191         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4192         come earlier nowadays.  This fixes beams on grace notes.
4193         
4194         * scm/music-functions.scm (direction-polyphonic-grobs): new
4195         variable, share between override and revert. This fixes script
4196         directions in polyphonic sections. (backportme)
4197
4198 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4199
4200         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4201         breakpoints.
4202
4203         * lily/break-align-interface.cc: add doco
4204
4205         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4206
4207 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4208
4209         * VERSION: release 2.1.9
4210
4211         * scm/document-markup.scm (markup-doc-node): add note about naming.
4212
4213         * scm/new-markup.scm (left-align-markup): bugfix. 
4214
4215         * Documentation/user/refman.itely (Ottava brackets): more doco for
4216         ottava.
4217
4218         * lily/side-position-interface.cc (out_of_staff): also do
4219         out_of_staff() correctly for d == DOWN.
4220
4221         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4222         horizontal line if they move to the right.
4223         
4224         * scm/define-grobs.scm (all-grob-descriptions): set
4225         text-repeat-if-broken for ottava spanner
4226
4227         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4228         property.
4229
4230         * mf/feta18.mf: design size is 18 not 22.5
4231
4232         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4233         Add a single LyricsVoice to a melody. Melismata may be set
4234         individually.
4235
4236         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4237
4238         * lily/dot-column.cc: add stdio.h
4239
4240 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4241
4242         * lily/item.cc: documentation for break-visibility (Thanks, John).
4243
4244 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4245
4246         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4247
4248         * lily/translator-def.cc: rename Translator_def to Context_def.
4249
4250         * Documentation/user/internals.itely (Lexical details): clarify
4251         string def.
4252
4253         * Documentation/user/refman.itely (Rhythmic music): add link to
4254         RhythmicStaff 
4255
4256 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4257
4258         * lily/translator.cc: document start_translation_timestep()
4259
4260         * scm/output-tex.scm (tex-encoded-fontswitch): use
4261         round for rounding (inexact->exact yields rationals)
4262
4263         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4264
4265         * lily/translator-group.cc (get_simple_trans_list): 
4266         new function; construct simple_trans_list_ lazily.
4267         
4268 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4269
4270         * lily/paper-outputter.cc (output_scope): Check if number before
4271         checking exact (guile cvs).
4272
4273         * scm/*: Escape backslashes in scheme strings (guile cvs).
4274
4275 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4276
4277         * Documentation/user/refman.itely (Tablatures basic): annotate
4278         seealso sections.
4279
4280         * lily/*.cc: cleanup of engraver initialize() functions.
4281
4282         * lily/repeat-acknowledge-engraver.cc
4283         (start_translation_timestep): remove first_b_
4284
4285         * lily/tab-note-heads-engraver.cc: listen to string number events
4286         inside < > too. (backportme).
4287
4288         * Documentation/user/refman.itely (Text scripts): add fatText to
4289         index.
4290
4291 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4292
4293         * VERSION: 2.1.8
4294
4295         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4296         footer.
4297
4298         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4299
4300         * lily/bar-check-iterator.cc (process): only warn if
4301         barCheckLastFail was changed.
4302
4303         * scm/define-translator-properties.scm (barCheckLastFail): add
4304         property.
4305
4306         * lily/main.cc (main_prog): print summary of failed files.
4307
4308         * lily/axis-group-engraver.cc: move all spanner creation to
4309         process_music (). Now staffs can be adjusted with \override too.
4310         (Jan, you are a brilliant programmer!)
4311         
4312         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4313
4314 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4315
4316         * Documentation/user/tutorial.itely (Integrating text and music):
4317         Show the commands to produce a PDF as well.
4318
4319 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4320
4321         * lily/translator-def.cc (get_translator_names): accept user
4322         tweaks too. 
4323
4324         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4325         as big as normal heads. 
4326
4327         * input/*ly: run convert-ly
4328         
4329         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4330         () if dependencies are fluked.
4331
4332         * scm/document-translation.scm (engraver-doc-string): update on
4333         latest string/symbol conventions.
4334
4335         * lily/translator-ctors.cc: use Scheme_hash_table.
4336
4337         * lily/translator-def.cc (get_translator_names): new function
4338         (add_context_mod): new function
4339         (get_accepted): new function
4340
4341         * lily/parser.yy (context_mod): put all modifications of
4342         \translator { } in a single production, encode as SCM.
4343
4344         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4345         to use read-only lists, so additions to the definition can be
4346         prepended easily.  
4347
4348         * Documentation/user/invoking.itexi (Editor support): add node on
4349         editor support.
4350
4351         * Documentation/user/refman.itely (Bar check): add lyrics example
4352         of bar checks. 
4353
4354         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4355
4356         * scripts/convert-ly.py (conv): add conversion rule.
4357
4358         * lily/parser.yy: use \change iso. \translator for staff switch.
4359
4360         * lily/my-lily-lexer.cc: add \change.
4361
4362         * scm/define-translator-properties.scm
4363         (default-melisma-properties): add definition.
4364
4365 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4366
4367         * Documentation/user/refman.itely (Bar lines): clarification of
4368         systemStartDelimiter. 
4369
4370         * input/test/slur-shape.ly (x): remove file.
4371
4372         * lily/translator-group.cc (apply_property_operations): new function.
4373
4374 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4375
4376         * lily/parser.yy (optional_prop_ops): allow \with {
4377         PROPERTYSETTINGS } following \context or \new.
4378
4379         * lily/my-lily-lexer.cc: add \with.
4380
4381         * lily/parser.yy (property_operation): clean up definition of
4382         property operations.
4383         (property_op_to_music): new function.
4384         (context_spec_music): new function
4385
4386         * VERSION: 2.1.7 released.
4387         
4388         * input/regression/collision-merge-dots.ly: new file.
4389
4390         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4391         then kill the dots too. 
4392
4393         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4394         set/unset breakableSeparationItem
4395
4396         * lily/separation-item.cc (relative_width): add function.
4397
4398         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4399         only-prebreak-interface
4400
4401         * lily/system.cc (output_lines): only junk only-prebreak-interface
4402         grobs.
4403
4404         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4405         read breakableSeparationItem
4406
4407         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4408
4409         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4410
4411         * lily/dot-column.cc (dot_config_badness): new function:
4412         select the best scoring dot configuration: dots should go close to
4413         the note heads, but be shifted up or down according to conventions.
4414         (print_dot_configuration): idem.
4415         (shift_one): idem
4416         (remove_collision): idem.
4417
4418         * input/regression/dots.ly: add more test cases.
4419
4420 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4421
4422         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4423
4424         * flower/include/interval.hh: rename elem_b to contains 
4425
4426         * lily/tie.cc: change 'heads to 'head-pair.
4427
4428         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4429         fill in 'heads field.
4430
4431         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4432         minimum-length for short ones, and shorten so collisions with the
4433         next syllable are avoided.
4434
4435         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4436         near-zero slopes.
4437         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4438
4439         * lily/dots.cc: remove quantized_position callback. All Y
4440         positioning is done by dot-column.cc
4441
4442         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4443         exhaustive test of all dot positions. This fixes disappearing dots
4444         in dotted chords.
4445
4446 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4447
4448         * mf/feta-klef.mf (test_staff): fatten up G clef
4449         (test_staff): fatten up f clef.
4450         
4451
4452 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4453
4454         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4455         * input/les-nereides.ly: Use latin1 characters for title, like
4456         Morgenlied.
4457
4458 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4459
4460         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4461         cmb10).
4462
4463         * lily/lyric-extender.cc (brew_molecule): add little space before
4464         extender line.
4465
4466         * lily/beam-quanting.cc (score_forbidden_quants): check if
4467         outer stafflines fall in any beam gaps.
4468
4469         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4470         for lyric texts.
4471
4472 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4473
4474         * VERSION: 2.1.6 released.
4475
4476         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4477         this shows the demerits of a user-defined beam position pair.
4478
4479         * scm/define-grobs.scm (all-grob-descriptions): set
4480         beamed-extreme-minimum-free-lengths to a different value.
4481
4482         * lily/scm-option.cc: add debug-beam scm-option
4483
4484         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4485
4486 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4487
4488         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4489
4490         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4491         space after barline.
4492
4493         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
4494
4495         * lily/spacing-spanner.cc (breakable_column_spacing): take average
4496         of spacing wishes, not maximum. Only do this for delta-t == 0. In
4497         the other case, take standard column-breakable spacing. Do not
4498         warn about "no spacing wishes".
4499
4500         This fixes wide spaces after barlines in very loose lines.
4501
4502         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
4503
4504 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4505
4506         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
4507         acknowledge_grob lyric-syllable, not lyric-text.
4508
4509         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
4510         dashes of length #'length separated by #'dash-period. 
4511
4512         * lily/lyric-extender.cc (brew_molecule): idem
4513
4514         * lily/multi-measure-rest.cc (big_rest): idem
4515
4516         * lily/system-start-delimiter.cc (simple_bar): idem
4517
4518         * lily/bar-line.cc (simple_barline): use rounded box
4519
4520         * VERSION: release 2.1.5
4521
4522         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4523         music): move note about dvips to more visible place.
4524
4525         * lily/lyric-phrasing-engraver.cc: move from
4526         new-phrasing-engraver.cc, remove old cruft (syllable-group,
4527         lyric-phrasing-engraver.hh)
4528         
4529         * lyric-align.ly: remove file
4530         
4531         * scripts/convert-ly.py (FatalConversionError.func): add removal
4532         rule for automaticMelismata
4533
4534         * ly/engraver-init.ly (ScoreContext): switch on
4535         New_phrasing_engraver by default.
4536
4537         * lily/slur-engraver.cc (class Slur_engraver):
4538         process_acknowledged_grobs -> process_music.
4539         (try_music): signal melismata correctly.
4540
4541         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
4542         word-space, right-trim-amount, and extend past right bound only
4543         for note heads.
4544
4545         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
4546         lyric-extender support: add note-heads to the extender
4547         automatically.
4548
4549         * lily/parser.yy: extender is now post_event. 
4550
4551         * lily/accidental-engraver.cc (number_accidentals): remove
4552         spurious warning about non-parent contexts.
4553
4554         * lily/music-output-def.cc (assign_translator): \translator { }
4555         for a Foo context implicitly redefines \FooContext.
4556
4557         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
4558         fixes.
4559
4560         * lily/slur.cc (brew_molecule): don't use stafflinethickness
4561         doubly in slur weight. 
4562
4563         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
4564         combination.
4565
4566         * scm/define-grobs.scm (all-grob-descriptions): change clef -
4567         staffbar distance.
4568
4569         * scripts/lilypond.py (global_latex_preamble): crank down size of
4570         the margins. Now there is a 12 mm top and bottom margin, which
4571         should correspond with the printable area of modern printers.
4572
4573         This enlarges the music height of the printable page a little.
4574
4575         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
4576         signs. Use \markup instead.
4577         (accreg_pen): tweak for accordeon asterisk.
4578
4579 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4580
4581         * lily/melisma-engraver.cc (try_music): use melisma_busy()
4582
4583         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
4584
4585         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
4586
4587         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
4588
4589         * scm/define-grobs.scm (all-grob-descriptions): change
4590         StanzaNumber description: make side support, i.s.o. breakable.
4591         use Instrument_name_engraver for texts in the margin.
4592
4593         * scm/define-translator-properties.scm: remove
4594         melismaEngraverBusy, stz property.
4595
4596         * *.cc: naming: change empty_b () into is_empty ()
4597
4598         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
4599
4600         * input/regression/lyric-phrasing-new.ly: new file.
4601
4602         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
4603         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
4604         melismata are now left-aligned.
4605
4606 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4607
4608         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
4609
4610         * mf/feta19.mf: remove.
4611         
4612         * mf/feta-klef.mf (test_staff): more tweaks
4613
4614         * mf/feta-toevallig.mf: more small size tweaks.
4615
4616         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
4617         rests for smaller sizes.
4618
4619         * mf/feta-bolletjes.mf: fix cross heads.
4620
4621         * VERSION: release 2.1.4
4622         
4623         * scripts/convert-ly.py (FatalConversionError.func): add rule for
4624         deprecated #'ancient font family
4625
4626         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
4627         it is a string or number.
4628
4629         * scm/output-lib.scm (note-head-style->attachment-coordinates):
4630         change calling convention of stem-attachment function. 
4631
4632         * buildscripts/mf-to-table.py: read and dump WX/WY fields
4633
4634         * mf/feta-autometric.mf: dump WX/WY fields too
4635         
4636         * mf/parmesan-heads.mf: idem.
4637
4638         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
4639         attachment coordinates.
4640
4641         * lily/note-head.cc (stem_attachment_coordinate): read stem
4642         attachment from the notehead glyphs WX/WY fields.
4643
4644         * lily/include/font-metric.hh (struct Font_metric): add methods
4645         get_indexed_wxwy (), make a distinction between looking up by
4646         index and ASCII  
4647
4648         * mf/feta-bolletjes.mf: rewrite note head MF code.
4649         (test_outlines): make heads more rotund for smaller sizes. 
4650
4651 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4652
4653         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
4654         throughout. Font scaling fixes throughout.
4655
4656         * mf/feta-sleur,slur.mf: remove. 
4657
4658         * mf/feta-slag.mf: rewrite.
4659
4660 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4661
4662         * VERSION: release 2.1.3
4663
4664         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
4665
4666         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
4667
4668         * lily/mark-engraver.cc (process_music): fix mark
4669         \default. (backportme)
4670
4671         * stepmake/stepmake/automatically-generated.sub.make (default):
4672         use -n for head/tail commands. 
4673
4674         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
4675         heads with the same pitch.
4676
4677 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4678
4679         * lily/recording-group-engraver.cc (finalize): set protected_scm
4680         member to '() before finalizing.
4681
4682         * lily/translator-group.cc (finalize): remove removal_processing () 
4683
4684         * lily/recording-group-engraver.cc: new engraver: record
4685         synchronized start & end times for each music object.
4686
4687         * lily/parser.yy (toplevel_expression): execute score rendering
4688         during parsing. Cleanup output-filename handling; this is no
4689         longer done with global variables.
4690         (translator_spec_body): allow \type modification too.
4691
4692         * lily/score.cc:  ly:run-translator: new function
4693         (LY_DEFINE): ly:render-output new function.
4694
4695         Separate interpreting and rendering, and make available as
4696         functions at Scheme level.
4697
4698 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4699
4700         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
4701         (musicxml-node->string):
4702         (xml-node->string):
4703         (music-to-musicxml): New function.
4704
4705 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4706
4707         * VERSION: 2.1.2 released
4708
4709         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
4710
4711         * scm/font.scm (paper20-font-vector): discouple font design sizes
4712         from sizes specified in .ly file: store all design sizes of a font
4713         in a single vector.
4714
4715         * lily/font-select.cc (get_font_by_design_size): new function
4716
4717         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
4718         add parmesan,feta in sizes 14 and 18.
4719         
4720         * mf/feta-toevallig.mf: use blot diameter for double sharp.
4721
4722         * lily/font-size-engraver.cc (acknowledge_grob): change definition
4723         of fontSize: this now sets font-size
4724
4725 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4726
4727         * VERSION: 2.1.1 released
4728         
4729         * Documentation/user/refman.itely (Tuning objects): add note about
4730         concurrent tweaks in different contexts. 
4731
4732         * lily/tie-engraver.cc (acknowledge_grob): use
4733         Staff_symbol_referencer::get_position iso. reading staff-position
4734         directly.
4735
4736         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
4737         currentMusicalColumn as left span-point for bracket. The bracket
4738         is too long when there are accidentals.
4739
4740 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4741
4742         * buildscripts/lilypond-profile.sh,
4743         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
4744         Thanks to Reuben Thomas <rrt@mupsych.org>
4745
4746 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
4747
4748         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
4749         Wurbel <wurbel@univ-tln.fr>.
4750
4751 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4752
4753         * scripts/midi2ly.py: Add space after chords.
4754
4755 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
4756
4757         * input/regression/{many}: add few @code{ ... }.
4758
4759 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4760
4761         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
4762         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
4763         Removed cmbx5, cmbx6 (which are included in teTeX)
4764         and cmbxti14 which is not used in fonts.scm.
4765
4766 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
4767
4768         * lily/midi-item.cc: fine tune quarter tones.
4769
4770 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
4771
4772         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
4773         new function, warn how many cents are missing in fine tuning.
4774
4775 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
4776
4777         * input/bugs/rhytmicstaff-tie.ly: add file.
4778
4779         * THANKS: Create skeleton for 2.1.
4780
4781 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
4782
4783         * input/test/bar-lines.ly (TODO): dashed "|".
4784
4785 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
4786
4787         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
4788         input/regression/tie-chord.ly: Fix spell for tying.
4789
4790         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
4791
4792         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
4793         new file (renamed, see above).
4794
4795         * Documentation/user/lilypond-book.itely
4796         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
4797         * input/example-1.ly input/example-2.ly input/example-3.ly
4798         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
4799         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
4800         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
4801         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
4802         * scripts/lilypond-book.py scripts/lilypond.py
4803         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
4804         * vimrc: replace ly2dvi with lilypond and remove silly comments.
4805
4806         * Documentation/user/lilypond.tely: update version.
4807
4808         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
4809         Remove extra spaces in each @node, fixes spaces.
4810
4811 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4812
4813         * scripts/lilypond-book.py (output_dict): Add definition of
4814         \lilypondbook also for LaTeX output. Solves several bug reports.
4815
4816 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
4817
4818         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
4819
4820 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
4821
4822         * input/test/transposition.ly: Fix key signatures, given in comments.
4823
4824 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4825
4826         * scm/midi.scm (instrument-names-alist),
4827         Documentation/user/appendices.itely: Correct spelling of shakuhachi
4828
4829 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4830
4831         * input/test/temporary-stave.ly (texidoc): New example based on an
4832         email question from Ralph Little.
4833
4834 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4835
4836         * VERSION: release 2.1.0
4837         
4838         * lily/note-performer.cc (try_music): accept busy-playing-event.
4839
4840         * lily/swallow-perf.cc (try_music): return false for
4841         busy-playing-event and melisma-playing-event.
4842
4843 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4844
4845         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
4846         >> in \score.
4847
4848 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4849
4850         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
4851         that articulation_substitute will not move beam start again.
4852         (articulation_substitute): Bugfix: remove stray space so that new
4853         old chords ending '>>' does not get broken up.
4854         (sub_chord): Use TAB for indentation (not spaces).
4855         
4856         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
4857         Bugfix for startup: Use ?^ instead of ?\^.
4858
4859 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4860
4861         * lily/lyric-combine-music-iterator.cc
4862         (Lyric_combine_music_iterator): change init order, to prevent GC
4863         segfaults.
4864
4865         * lily/context-specced-music-iterator.cc (construct_children): 
4866         only change  translator if found. This fixes a core dump problem.
4867
4868 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4869
4870         * scm/slur.scm (default-slur-extremity-rules): use equal? for
4871         comparison.
4872
4873         * mf/feta-bolletjes.mf: make hole in half note little
4874         smaller for stem attachment.
4875
4876         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
4877
4878         * mf/feta-banier.mf: don't draw stem with flag, just small square
4879         attachment.
4880
4881         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
4882
4883         * mf/feta-banier.mf: remove upstem/downstem characters.
4884
4885         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
4886
4887         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
4888         stafflinethickness (in the default)
4889
4890         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
4891
4892         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
4893
4894         * Documentation/topdocs/INSTALL.texi (Top): reorder.
4895
4896         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
4897
4898         * lily/include/directional-element-interface.hh:
4899         junk class, make {get,set}_grob_direction functions.
4900
4901         * lily/slur.cc (get_attachment): do something sensible when
4902         attaching to stem without heads (eg. a rest).
4903
4904         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
4905         forcing up to staff.  remove #'support-head property
4906         (brew_molecule): small cleanup.
4907         (flag): remove #'grace property.
4908
4909 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4910
4911         * cygwin/postinstall-lilypond.sh: 
4912         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
4913         (Volker Zell).
4914
4915 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4916
4917         * scripts/lilypond-book.py: resurrect 'eps' option. 
4918         (TexiPaper.to_eps): use -Ppdf for EPS files.
4919
4920         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
4921
4922         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
4923
4924         * VERSION: release 2.0.1
4925
4926         * lily/bezier.cc (get_other_coordinate): change assert into
4927         warning.
4928
4929         * lily/note-head.cc (internal_brew_molecule): make left protusion
4930         smaller, to accomodate for natural sign.
4931         (internal_brew_molecule): only do this when the accidental is
4932         close enough.
4933         (extent): new function
4934
4935         * lily/skyline.cc (merge_skyline): new function
4936         (heighten_skyline): new function
4937
4938         * lily/accidental-placement.cc (position_accidentals) 
4939         (position_accidentals): fix todo.
4940
4941 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4942
4943         * input/test/+.ly (texidoc): put version number inline.
4944
4945         * GNUmakefile.in: remove rsync-web target.
4946         
4947         * input/regression/bar-scripts.ly (onestaff): raggedright
4948
4949 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4950
4951         * lily/*.cc: remove #if 0'd code in couple of places.
4952
4953         * lily/midi-stream.cc (operator <<): rewrite.
4954
4955         * lily/note-head.cc (internal_brew_molecule): 
4956         only make ledgers when the Staff symbol has lines.
4957
4958         * ly/property-init.ly (arpeggioBracket): simplify
4959
4960         * lily/translator-group.cc (execute_pushpop_property): use
4961         SCM_EQ_P for comparing keys. This fixes reverting
4962         auto-beam-settings.
4963
4964 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4965 *
4966         * lily/midi-stream.cc (operator <<): Also write MIDI string when
4967         midi_debug_global_b.
4968         (operator <<): Normalise loop.
4969
4970 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4971
4972         * scripts/lilypond.py (escape_path): revise.
4973
4974         * scm/music-functions.scm (set-output-property): new function.
4975         
4976 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4977
4978         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
4979         use addmakeflags again.
4980
4981         * cygwin/lily-wins.py (escape_shell): New function; use it.
4982
4983         * scripts/lilypond.py (escape_shell): Escape quotes and other
4984         spaces too.  Do not escape escaping backslashes.
4985
4986         * make/srcdir.make.in (web-install): Must call install-WWW now.
4987
4988         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
4989         dependency
4990
4991 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4992
4993         * scripts/lilypond.py (escape_path): escape quotes too. 
4994
4995         * Documentation/user/lilypond.tely (Unified index): rename Index
4996         to accomodate Windows breakage.
4997
4998         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
4999
5000         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5001         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5002         target not a source.
5003
5004 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5005
5006         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5007         addmakeflags.  Build and install doc and web also when building on
5008         Cygwin.
5009
5010         * mf/GNUmakefile: Bugfix.
5011
5012         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5013         target web.
5014
5015         * cygwin/lily-wins.py: Quote filename.
5016
5017 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5018
5019         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5020
5021 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5022
5023         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5024         settings.
5025
5026         * configure.in: Require g++ > 3.0.4.
5027
5028         * mf/GNUmakefile: Bugfix: Add list.ly target.
5029         
5030         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5031
5032         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5033         make omf directory, add uninstall targets.
5034
5035 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5036
5037         * lily/tie-performer.cc (initialize): init prev_event
5038
5039         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5040
5041         * lily/script-engraver.cc (make_script_from_event): don't crash on
5042         non-string articulation-type.
5043
5044         * lily/new-fingering-engraver.cc (add_script): don't crash on
5045         0 scripts 
5046         (acknowledge_grob): warn about text script events.
5047
5048 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5049
5050         * buildscript/lilypond.words: fix path for drums.scm.
5051
5052 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5053
5054         * lily/spacing-spanner.cc (note_spacing): don't make longer
5055         durations than measure-length.
5056
5057         * VERSION: release 2.0.0
5058
5059         * GNUmakefile.in (rsync-web): version independent rsync target.
5060
5061         * input/test/+.ly (texidoc): idem.
5062
5063         * input/regression/+.ly: print version number.
5064
5065         * input/regression/accidentals.ly (mel): shorten.
5066
5067         * input/regression/accidental-octave.ly (texidoc): shorten.
5068
5069         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5070
5071         * input/regression/completion-heads-polyphony.ly: octave
5072
5073         * input/regression/beam-manual.ly: remove
5074
5075         * input/regression/beam-chord.ly: remove
5076
5077         * input/regression/grace-dynamic.ly: remove
5078         
5079         * input/regression/grace-volta-repeat.ly: octave fixes.
5080
5081         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5082
5083         * lily/parser.yy (step_number): semitones for chord entry too.
5084         (make_chord_step): more robust code, semitones. 
5085
5086         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5087
5088         * input/regression/breathing-sign.ly (texidoc): split ancient and
5089         normal breathing signs.
5090
5091         * scm/define-grobs.scm (all-grob-descriptions): swap
5092         beamed-extreme-minimum-free-lengths and
5093         beamed-minimum-free-lengths; the 'extreme' case should allow
5094         shorter stems. This fixes forced directions on beamed 32nd and
5095         shorter notes.
5096
5097         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5098         quartertones, not semitones.
5099         (NoteNamesContext): swallow more event types
5100
5101         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5102
5103         * VERSION (PACKAGE_NAME): release 1.9.10
5104
5105 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5106
5107         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5108         set note head as cause of note-column.  This gives a better error
5109         message.
5110
5111 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5112
5113         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5114
5115 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5116
5117         * mf/GNUmakefile (pfa_warning): instruct 
5118
5119         * stepmake/aclocal.m4: typo.
5120
5121         * Documentation/user/cheatsheet.itely: more verbose examples.
5122
5123         * input/regression/clefs.ly: remove bogus docstring.
5124
5125 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5126
5127         * GNUmakefile.in (SUBDIRS): Add elisp.
5128
5129         * elisp/lilypond-mode.el: 
5130         * elisp/lilypond-init.el: 
5131         * elisp/lilypond-indent.el: 
5132         * elisp/lilypond-font-lock.el: Move from top dir.
5133
5134         * stepmake/stepmake/elisp-vars.make: New file.
5135
5136         * config.make.in (elispdir): Add.
5137
5138         * Documentation/topdocs/INSTALL.texi: Typo.
5139
5140         * make/ly-rules.make: Test for files instead of touching void and
5141         ignoring errors.
5142
5143         * GNUmakefile.in:
5144         * make/lilypond.redhat.spec.in:
5145         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5146         <builddir>, adding
5147         
5148              (push "<builddir>/share/lilypond/elisp" load-path)
5149
5150         to your ~/.emacs.el should give you LilyPond-mode again.
5151
5152         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5153         regexp for DOS/Windows, we are too paranoid to fix others.
5154
5155 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5156
5157         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5158
5159         * input/test/chord-names-jazz.ly (banterProperties): fix
5160
5161         * lily/parser.yy (bass_mod): bass figure alterations are semi
5162         tones, not quarter tones
5163
5164         * lily/beam.cc (set_stem_lengths): only lengthen stems
5165         for gapped beams.
5166
5167         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5168         by beamcount.
5169
5170         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5171         a warning that the warning may erroneous.
5172
5173         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5174         target.
5175
5176         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5177         targets.
5178
5179         * GNUmakefile.in ($(config_h)): config.h should depend on
5180         config.hh.in .
5181         (lilypond.words): remove fontball stuff.
5182
5183         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5184
5185         * configure.in: remove pktrace reference.
5186
5187         * GNUmakefile.in (rsync-web): permissions and ownership for
5188         website.
5189
5190         * lily/volta-engraver.cc (staff_eligible): new function.
5191         (stop_translation_timestep): kill off spanners if not eligible.
5192
5193         * VERSION (PATCH_LEVEL): release 1.9.9
5194
5195         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5196
5197         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5198         length is more important than forbidden quants.
5199         
5200 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5201
5202         * buildscripts/lilypond.words: order words in search order,
5203         add lilypond.words.vim to be generated.
5204
5205         * lilypond.vim: use lilypond.words.vim for keyword matching.
5206
5207         * lilypond-mode.el: use search order. fix word selection rules.
5208
5209         * lilypond-font-lock.el: fix fontifying long durations.
5210
5211         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5212
5213 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5214
5215         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5216
5217         * stepmake/stepmake/generic-targets.make:
5218         * stepmake/stepmake/bin/make-version.py: 
5219         * stepmake/aclocal.m4:
5220         * make/stepmake.make:
5221         * make/toplevel-version.make: Build fixes: remove last traces of
5222           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5223
5224         * lily/beam.cc: Add gap-count property.
5225
5226 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5227
5228         * scm/define-grob-properties.scm (gap-count): add gap-count
5229
5230         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5231
5232 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5233
5234         * cygwin/mknetrel.doc: Typo.
5235
5236         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5237
5238         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5239
5240 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5241
5242         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5243         sizes. Remove support for 'ledger'(=tabloid+landscape).
5244
5245 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5246
5247         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5248         sauter PFAs.
5249
5250         * configure.in: remove VERSION stuff once again.
5251
5252         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5253
5254         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5255         for chord names.
5256
5257         * mf/GNUmakefile: always trace pfa fonts.
5258         (SAUTER_FONTS): add cmss[567] too fonts
5259
5260         * configure.in: require mftrace. 
5261
5262         * lily/staff-performer.cc (new_instrument_string): don't look at
5263         instrument property.
5264
5265         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5266         is_direction is the C++ one. Similar for ly_axis_p and
5267         ly_number_pair_p
5268
5269 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5270
5271         * lily/beam.cc (brew_molecule): read gap-count to determine
5272         number of tremolo (gapped) beams.
5273
5274         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5275         shorter than 1/8
5276
5277         * flower/include/array.hh (default_compare): new function
5278
5279         * cygwin/mknetrel: Native fixes.
5280
5281         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5282
5283 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5284
5285         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5286         feature for Windows.
5287
5288         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5289
5290         * cygwin/mknetrel: Updates for native use on Cygwin.
5291
5292         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5293
5294         * stepmake/stepmake/help2man-rules.make: 
5295         * cygwin/mknetrel: Bugfix for manpages.
5296
5297         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5298         $(builddir).  Stepmake is a normal subdirectory now, that is not
5299         configured.  Another srcdir build fix.
5300
5301         * Documentation/topdocs/INSTALL.texi,
5302         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5303         lilypond-init.el, lilypond-mode.el, debian/rules,
5304         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5305         rename generated file lilypond.words to lilypond.words.el.
5306
5307 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5308
5309         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5310
5311         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5312         GNUmakefile.in.
5313
5314 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5315
5316         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5317         when cross building.
5318
5319         * configure.in: srcdir build fix.
5320
5321         * cygwin/GNUmakefile:
5322         * cygwin/lily-wins.py:
5323         * cygwin/postremove-lilypond.sh: 
5324         * cygwin/postinstall-lilypond.sh: Merge from stable.
5325
5326         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5327         s/ly2dvi/lilypond/.
5328
5329 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5330
5331         * lily/slur.cc (after_line_breaking): only set control points if
5332         none supplied yet.
5333
5334         * input/test/slur-manual.ly: new file.
5335
5336         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5337         <<  >> chords too.
5338
5339         * VERSION (PACKAGE_NAME): release 1.9.8
5340
5341         * scripts/lilypond.py (escape_path): escape spaces in directory names
5342
5343         * input/test/text-spanner.ly: fixes.
5344
5345 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5346
5347         * buildscripts/lilypond.words.py: add drum names as note names to
5348         Emacs-mode.
5349
5350 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5351
5352         * input/regression/hairpin-dashed.ly: new file.
5353
5354         * scripts/convert-ly.py (conv): warn about dash-length.
5355
5356         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5357         automatically if we get a new one.
5358
5359         * lily/lookup.cc (dashed_line): new function
5360
5361         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5362         dash-fraction.
5363
5364 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5365
5366         * buildscripts/lilypond.words.py: extract note names.
5367
5368         * lilypond-mode.el: take note names from lilypond.words -file.
5369         small fix in the use of string-match.
5370
5371         * lilypond-font-lock.el: use lilypond.words for note names, add 
5372         maxima to note a duration.
5373
5374 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5375
5376         * lily/breathing-sign.cc: remove railtracks() function. 
5377
5378         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5379
5380         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5381         (brew_molecule): bugfix don't make arpeggio shorter when
5382         arpeggio-direction is set.
5383
5384         *  debian/rules: small corrections in the (Pedro K)
5385
5386         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5387         examples.
5388
5389         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5390         special (repeat) bar comes along.
5391
5392         * input/regression/auto-beam-bar.ly: update.
5393
5394         * scripts/lilypond-book.py (output_dict): remove support for the
5395         EPS option.
5396
5397         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5398         VerticalAlignment and VerticalAxisGroup this fixes the size
5399         computations for the entire system.
5400  
5401         * input/les-nereides.ly (bass): remove superfluous fontSize.
5402
5403         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5404         causes directory of file to be added to include path.
5405
5406         * input/regression/beam-break.ly: test single stem beams.
5407
5408         * input/regression/system-start-bracket.ly: fix.
5409
5410         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5411
5412         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5413
5414         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5415         (score_stem_lengths): do something sensible for single stem beams.
5416
5417         * lily/beam.cc (least_squares): add kludge for single stem beams.
5418
5419         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5420         keySignature to list of broken things.
5421
5422         * input/regression/keys.ly: fix.
5423
5424         * VERSION (PACKAGE_NAME): release 1.9.7
5425
5426         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5427
5428         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5429
5430         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5431         (quartertone_pitch): new function
5432
5433         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5434         flat. WARNING: FONT CHANGED.
5435
5436         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5437
5438         * lily/accidental-placement.cc (add_accidental): support for
5439         quarter tones.
5440
5441         * ly/LANGUAGEs.ly: use symbols for alterations.
5442
5443         * mf/feta-toevallig.mf: change accidental codes. 
5444
5445         * scm/lily.scm (ly:get-option): switch on debugging only for
5446         --verbose.
5447
5448         * lily/lily-guile.cc: remove ly:verbose?
5449
5450         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5451
5452         * lily/parser.yy (TODO): only do gh_call() for apply with
5453         procedure argument.
5454
5455         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5456         stuff in accordance with new timing of tie-events.
5457
5458         * lily/my-lily-lexer.cc: remove \outputproperty
5459
5460         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5461
5462         * scm/define-translator-properties.scm (melismaBusyProperties):
5463         add melismaBusyProperties property.
5464
5465 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5466
5467         * input/test/ambitus-mixed.ly (texidoc): new file.
5468
5469         * buildscripts/mutopia-index.py (find): prune debugging
5470
5471         * lily/side-position-interface.cc: doc updates
5472
5473         * Documentation/user/refman.itely: updates, tweaks.
5474
5475         * lily/parser.yy (Simple_music): remove outputproperty
5476
5477         * make/stepmake.make: use VERSION again; importing VERSION via
5478         autoconf dependencies is too hairy.
5479
5480 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5481
5482         * lilypond-mode.el: allow `-' for keywords and identifiers.
5483
5484 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5485
5486         * VERSION: release 1.9.6
5487         
5488         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5489         iso. ly2dvi.
5490
5491         * Documentation/user/*.itely: fixes everywhere
5492
5493         * lily/completion-note-heads-engraver.cc: rewrite engraver:
5494         produce ties from the engraver itself, do not broadcast TieEvent.
5495
5496         * lily/my-lily-lexer.cc: remove pitch & duration.
5497
5498         * lily/parser.yy (TODO): remove \pitch and \duration
5499
5500         * input/test/explicit.ly: remove file.
5501
5502         * Documentation/user/refman.itely (Pitches): remove \pitch 
5503         \duration command.
5504
5505 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5506
5507         * buildscripts/lilypond.words.py: add all slur types to Emacs
5508         insertion menu, suppose everything is postfixed by dropping 
5509         unnecessary `-' -marks.
5510
5511 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5512
5513         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
5514         tremoloed stems.
5515
5516         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
5517         head for flagged stems.
5518
5519         * lily/stem.cc (get_default_stem_end_position): futz with extra
5520         stem length if there is a stem tremolo.
5521
5522         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
5523         it would be too small.
5524
5525         * lily/font-metric.cc: return #f for non-existent glyph.
5526         
5527         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
5528         exported through config.make.
5529
5530         * input/regression/clef-oct.ly: new file.
5531
5532         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
5533         transposition.
5534
5535         * input/template/*.ly: remove old relative.
5536
5537         * ly/english.ly: add X names for double sharp.
5538
5539 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5540
5541         * lily/font-select.cc: new file handle font selection routines.
5542
5543         * lily/parser.yy: add ; (Patrick Atamaniuk)
5544
5545         * input/test/time-signature-double.ly: use markups for double time
5546         sigs.
5547
5548         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
5549         ChordNames.SeparationItem #'padding for adjusting space after chords.
5550         
5551         * lily/music-output-def.cc (LY_DEFINE): 
5552         new function ly:paper-lookup.
5553         
5554         * mf/parmesan-clefs.mf: use # quantities for char_box
5555         offsets. Fixes overflow errors in the PFA. 
5556
5557         * scm/new-markup.scm (strut-markup): change calling interface for
5558         markup. Pass paper-def, not grob. This would allow \markup to be
5559         used separately from grobs.
5560
5561         * lily/paper-def.cc: new function ly:paper-font; this function
5562         replaces ly:get-font.
5563
5564         * lily/include/font-interface.hh (struct Font_interface): take
5565         Paper_def iso. Grob for get_font().
5566
5567 2003-09-14  Graham Percival  <gperlist@shaw.ca>
5568
5569         * Documentation/user/ tutorial.itely, refman.itely: add warning
5570         about \key and accidentals.
5571
5572 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5573
5574         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
5575
5576         * Documentation/user/*.itely: manual tweaks
5577
5578 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
5579
5580         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
5581         cleanup; bugfix: exact_center
5582
5583         * Documentation/user/refman.itely: added more documentation on
5584         ambitus according to recent questions on lilypond-user list
5585
5586 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5587
5588         * input/regression/ottava.ly (texidoc): demo 15ma too.
5589
5590         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
5591
5592         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
5593         octave fixes.
5594
5595 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5596
5597         * lily/lexer.ll: add \r to the rules for newlines; this fixes
5598         problems on older Mac editors.
5599
5600 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
5601
5602         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
5603
5604 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
5605
5606         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
5607         mf/parmesan-clefs.mf: added comments on character alignment and
5608         set_char_box() conventions
5609
5610         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
5611         set_char_box()'s
5612
5613         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
5614
5615 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
5616
5617         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
5618
5619 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
5620
5621         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
5622         shortened to avoid almost-collision with staff line; code cleanup;
5623         other custodes: fixed char boxes; code cleanup
5624
5625 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5626
5627         * configure.in: release 1.9.5
5628         
5629         * scripts/lilypond.py (global_latex_preamble): only set
5630         twosideshift if 'twoside' is in latexoptions 
5631
5632         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
5633
5634         * VERSION: remove
5635
5636         * scripts/*2ly.py: update <> syntax
5637
5638 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5639
5640         * lily/chord-name-engraver.cc (process_music): add origin for
5641         chord name.
5642
5643         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
5644
5645         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
5646         bass notes for exceptions too.
5647
5648         * scm/define-grobs.scm (all-grob-descriptions): rename
5649         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
5650
5651         * scm/define-grob-properties.scm (remove-first): add remove-first
5652         property for orchestral scores.
5653
5654         * Documentation/user/*.itely: switch <<>> and <> 
5655
5656         * lily/glissando-engraver.cc (process_music): bugfix: move line to
5657         last_line only once. This fixes the two consecutive glissandi problem.
5658
5659 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
5660
5661         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
5662         error message "flexa-width undefined"
5663
5664         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5665         lily/include/gregorian-ligature.hh: print warning when ignoring
5666         head prefixes on flexa shapes
5667
5668         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
5669         space before a series of inclinatum heads
5670
5671         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5672         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
5673         cleanups
5674
5675         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
5676         and char_box
5677
5678 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
5679
5680         * input/regression/breathing-sign.ly: tiny fixes
5681
5682         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
5683         semantical collision with vaticana ligatures
5684
5685         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5686         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
5687         now consistent with mensural ligatures
5688
5689         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5690         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
5691         context pitches and staff position; dto. for virga stem; removed
5692         obsolete virga and clivis characters from parmesan font (WARNING:
5693         font changed)
5694
5695         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
5696         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
5697
5698         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5699         scm/define-grob-properties.scm: consistency fix: renamed
5700         join_left->add_cauda
5701
5702         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
5703         appendix length; bugfix: yoffs_bt for reverse direction punctum
5704         characters
5705
5706         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
5707         small cleanups; added more docu
5708
5709         * lily/mensural-ligature-engraver.cc,
5710         lily/vaticana-ligature-engraver.cc,
5711         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
5712         computation to CoherentLigatureEngraver
5713
5714         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
5715         scm/define-grob-properties.scm: bugfix: added missing linea and
5716         cavum properties; bugfix: removed dead semivocalis property
5717
5718         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
5719         length; redesigned quilisma, stropha and auctum
5720
5721         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
5722         line thickness
5723
5724         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
5725         Documentation/user/refman.itely: bugfix: introduced shifted
5726         epiphonus head to avoid collision with adjacent plica
5727
5728 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5729
5730         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
5731
5732         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
5733
5734 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5735
5736         * Documentation/user/tutorial.itely (A lead sheet): remove
5737         duplicate chords.
5738
5739         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
5740
5741 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5742
5743         * Documentation/bibliography/computer-notation.bib (isbn): add
5744         xivcim publication.
5745
5746 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
5747
5748         * GNUmakefile.in: drop lilypond.words for generation.
5749
5750 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
5751
5752         * buildscripts/lilypond.words.py: take filename (also) from an arg.
5753
5754         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
5755
5756 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5757
5758         * input/test/figured-bass-alternate.ly (fl): new file.
5759
5760         * Documentation/topdocs/README.texi (Top): clarifications.
5761
5762         * Documentation/bibliography/computer-notation.bib (isbn): add phd
5763         theses of Gieseking and Renz.
5764
5765         * GNUmakefile.in (README_FILES): remove README.mandrake.
5766
5767 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
5768
5769         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
5770         from source files and search patterns listed in the script.
5771
5772         * GNUmakefile.in: add target `lilypond.words'.
5773
5774         * lilypond.words: remove file, generated by `make lilypond.words'.
5775
5776         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
5777
5778 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
5779
5780         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
5781
5782 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5783
5784         * VERSION: 1.9.4 released
5785
5786         * scripts/convert-ly.py (FatalConversionError.figures_replace):
5787         rule for < > <-> << >> substitution
5788
5789         * lily/lexer.ll: exchange meaning of << >> and < > 
5790
5791         * VERSION (PACKAGE_NAME): 1.9.3 released
5792
5793         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
5794         pages unconditionally.
5795
5796 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5797
5798         * Documentation/user/music-glossary.tely (Top): small syntax
5799         fixes.
5800
5801         * scm/music-functions.scm (remove-tag): filter \tagged music
5802         expressions.
5803
5804         * input/regression/tag-filter.ly (texidoc): new file.
5805
5806         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
5807         symbol2 .. ) etc. 
5808
5809         * scripts/convert-ly.py (FatalConversionError.conv): fingering
5810         convert rule.
5811
5812         * Documentation/user/refman.itely (Fingering instructions): adjust
5813         manual.
5814
5815         * lily/new-fingering-engraver.cc (position_scripts): don't crash
5816         for borderline cases (e.g. 1 fingering.)
5817         (position_scripts): revise interface, use fingerOrientations to
5818         set fingering positions.
5819
5820         * scm/document-translation.scm (context-doc): add aliases to
5821         automated documentation.
5822
5823         * make/lilypond-vars.make: remove stepmake compat glue.
5824
5825         * make/generic-vars.make: remove cruft.
5826
5827         * lily/main.cc (main): don't identify binary.
5828
5829 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5830
5831         * lily/include/translator.hh (class Translator): remove
5832         type_string_ , use symbol for context name throughout.
5833         Changes through whole source tree.
5834
5835         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
5836         set PDF as default, and always make PDF.
5837
5838         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
5839
5840 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
5841
5842         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
5843         Documentation/user/refman.itely input/regression/allfontstyle.ly
5844         input/regression/grace-types.ly:
5845         fix spelling for acciaccatura (Webster's 1913).
5846
5847 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5848
5849         * lily/main.cc (usage): adjust blurb, include url.
5850
5851         * input/regression/breathing-sign.ly (texidoc): transpose up
5852
5853 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
5854
5855         * input/regression/breathing-sign.ly: changed ancient examples to
5856         be relevant (by request of Han-Wen); updated BreathingSign text
5857         property according to new syntax.
5858
5859         * ly/gregorian-init.ly: updated BreathingSign text property
5860         according to new syntax
5861
5862 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5863
5864         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
5865         (Clef): index entries for clefs.
5866
5867         * python/lilylib.py (system): remove errorlog files.
5868         
5869 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
5870
5871         * lilypond.words: add \new and new graces. Add dynamics to menus
5872         keeping 1.8.x compatibility; after all the engraving relating to 
5873         notes becomes postfixed `-' marks will be removed.
5874
5875 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5876
5877         * lily/molecule.cc (align_to): idem.
5878
5879         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
5880         
5881         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
5882         accacciatura everywhere.
5883
5884         * VERSION (PACKAGE_NAME): released 1.9.2
5885
5886         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
5887
5888         * scm/document-markup.scm (markup-doc-node): sort markup function
5889         list.
5890
5891         * lily/paper-outputter.cc (output_version): change "Lily was here"
5892         into  "Engraved by LilyPond"
5893
5894         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
5895         on unquoted strings before \notenames.
5896
5897         * lily/parser.yy (lyric_element): allow markup as lyric text. This
5898         increases the number of s/r reductions to 4.
5899
5900         * scm/new-markup.scm (fraction-markup): \fraction command.
5901
5902         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
5903         mode
5904
5905         * lily/lookup.cc (round_filled_box): rename function.
5906         (LY_DEFINE): round-filled-box: change signature.
5907
5908         * Documentation/user/refman.itely: revise section explaining grace
5909         notes.
5910
5911         * lily/translator-scheme.cc (LY_DEFINE): add ! to
5912         ly:set-context-property
5913
5914         * input/*/*.ly (vmus): use \new everywhere.
5915
5916         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
5917
5918         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
5919         default
5920
5921         * scm/music-functions.scm (set-stop-grace-properties)
5922         (set-start-grace-properties, add-grace-property): new functions
5923         for modular grace tweak control.
5924
5925         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
5926         
5927 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5928
5929         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
5930
5931         * GNUmakefile.in (install-pfa-fonts):
5932         (get-pfa-fonts): New target.
5933
5934         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
5935         install-pfa-fonts help.
5936
5937 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5938
5939         * lily/translator-scheme.cc (LY_DEFINE):
5940         ly:context-pushpop-property new function.
5941         (LY_DEFINE): new function ly:translator-find  
5942         new function ly:translator?
5943         (LY_DEFINE): new function ly:context?
5944
5945         * lily/translator-def.cc: remove
5946         Translator_def::apply_pushpop_property().
5947
5948         * python/lilylib.py (read_pipe): only store and display error log
5949         if verbose not set.
5950         (read_pipe): only display log if it contains something.
5951
5952 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5953
5954         * Documentation/misc/GNUmakefile: Re-add.
5955         (TEXTS): Add CHANGES.
5956
5957 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
5958
5959         * lilypond.words: add \newcontext.
5960
5961 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5962
5963         * lily/tie-performer.cc (stop_translation_timestep): only flush
5964         tied_notes when we have actually made a tie. Fixes bugs with ties
5965         in polyphonic scores.
5966
5967 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5968
5969         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
5970         they do not exist.
5971
5972 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5973
5974         * VERSION (PACKAGE_NAME): released 1.9.1 
5975
5976         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
5977         Instrument_name_engraver
5978
5979         * lily/tie-performer.cc (create_audio_elements): bugfix
5980
5981         * Documentation/user/music-glossary.tely (Top): comment out
5982         font-style statements.
5983
5984         * input/test/force-hshift.ly: revise example.
5985
5986         * Documentation/bibliography/engraving.bib (note): typos.
5987
5988         * configure.in: bump GCC requirements to 3.x
5989
5990         * lily/include/audio-item.hh (class Audio_tie): rename
5991         note_l_drul_ to note_drul_
5992
5993         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
5994
5995         * lily/parser.yy (relative_music): whoops. All \relative were off
5996         by ...  a lot .... Ahem.
5997
5998         * scm/define-music-types.scm (music-descriptions): idem.
5999
6000         * lily/beam-engraver.cc: move new-beam-event to beam-event
6001
6002         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6003         to Tie_engraver
6004
6005         * input/regression/bar-number.ly: remove unnecessary old-relative
6006         options.
6007         
6008         * Documentation/user/internals.itely (Creating contexts): document
6009         \newcontext
6010
6011         * lily/parser.yy (Composite_music): add \newcontext
6012
6013         * Documentation/user/refman.itely (MIDI block): add note about
6014         dotted tempos.
6015
6016         * scm/font.scm: remove old markup legacy
6017
6018         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6019
6020         * lily/breathing-sign.cc (brew_molecule): remove function
6021
6022         * lily/text-item.cc: remove old-style markups.
6023         (interpret_markup): C++ version of markup function
6024         (brew_molecule): idem.
6025
6026         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6027         as Scheme variable.
6028
6029         * scripts/convert-ly.py (conv): dashes rule.
6030         Apply rule.
6031
6032         * Documentation/user/lilypond-book.itely: syntax fixes. 
6033
6034 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6035
6036         * VERSION (PACKAGE_NAME): release 1.9.0
6037
6038         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6039         note about dvips. (Should backport.)
6040
6041         * scripts/convert-ly.py
6042         (FatalConversionError.articulation_substitute): add
6043         convert-new-chords code. Remove convert-new-chords.py
6044
6045         * Documentation/user/refman.itely (Octave check): document
6046         \octave.
6047
6048         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6049         \relative changes.
6050
6051         * lily/parser.yy (command_element): octave check:
6052
6053            \octave PITCH
6054
6055         checks that PITCH (without octave) yields PITCH (with octave) in
6056         \relative
6057
6058         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6059
6060         * lily/scm-option.cc: ly:set-option now has the default argument
6061         #t.
6062
6063         * lily/lexer.ll: add \renameinput
6064
6065         * python/lilylib.py (command_name): robustifications.
6066
6067         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6068         /dev/stderr. This is ash compatible.
6069
6070         * ly/init.ly: add warning if compatibility was not necessary.
6071
6072         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6073
6074         * flower/include/string-handle.icc: formatting cleanups, rename
6075         references by ref_count_.
6076
6077 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6078
6079         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6080         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6081         package libs separately, fix conflicting php variable out=/dev/vc/
6082         invoking `unset out', declare menus, use only one icon-file, fix
6083         doc-path in menu.
6084
6085 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6086
6087         * scripts/convert-ly.py (FatalConversionError.conv): typo
6088
6089         * Documentation/misc/GNUmakefile: restore misc directory.
6090
6091         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6092
6093         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6094         Petites-Preludes 
6095
6096         * input/test/partial-blank.ly (quickmeasure): syntax
6097
6098         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6099         attachment property.
6100
6101         * Documentation/user/refman.itely: remove superfluous -'s 
6102         (Grace notes): ) fixes.
6103
6104         * lily/music.cc: generic compress(), transpose() functions. Remove
6105         others.
6106
6107         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6108         style markup entry.
6109
6110         * lily/parser.yy: all articulations postfix; remove obligatory -
6111         for [,  ) and \!
6112         
6113         * lily/music.cc (to_relative_octave): write generic
6114         to_relative_octave function; various relative cleanups.
6115         Hmmm.
6116
6117         * lily/scm-option.cc: add options new-relative and old-relative
6118
6119         * po/sv.po: new po file.
6120
6121         * Documentation/user/refman.itely (Dynamics): website
6122         fixes. (should backport!)
6123
6124 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6125
6126         * make/lilypond.mandrake.spec.in: declare version only once.
6127
6128 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6129
6130         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6131         meaning for now.
6132
6133 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6134
6135         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6136
6137         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6138
6139         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6140
6141         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6142
6143         * lily/music.cc (var): add ly:music-transpose function.
6144
6145         * lily/parser.yy (pre_events): remove prefix articulations.
6146
6147         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6148
6149         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6150
6151         * Documentation/user/refman.itely (Text markup): add comment about
6152         markup in header.
6153
6154 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6155
6156         * lily/paper-outputter.cc (write_header_fields_to_file): 
6157         only dump value if it is a string.
6158
6159         * flower/include/dictionary.hh: remove.
6160         
6161         * Documentation/ChangeLog-1.5: add back old log.
6162
6163         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6164         .pfas from a .deb.
6165
6166 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6167
6168         * Documentation/bibliography/engraving.bib: add entry for
6169         Jaschinski's Notation
6170
6171 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6172
6173         * Documentation/user/refman.itely (Beaming): add note about
6174         allowBeamBreak
6175
6176 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6177
6178         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6179         GregorianTranscription contexts
6180
6181         * ly/engraver-init.ly: vaticana contexts: minor fixes
6182
6183         * Documentation/user/refman.itely (Ancient notation): added note
6184         on appendix length bug
6185
6186         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6187         input/test/vaticana.ly: use vaticana contexts; small fixes
6188
6189 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6190
6191         * flower/hash.cc: Remove.
6192
6193         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6194         to (nonexistent?) hash_func_ identifier.
6195
6196         * python/midi.c (midi_error, midi_warning): Use char const* for
6197         __FUNCTION__ argument.
6198
6199         * python/gettext.py: Remove.  We already require python 2.1, which
6200         includes gettext.py.
6201
6202         * configure.in: Require python 2.1, as INSTALL.texi says.
6203         it.
6204
6205         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6206         versions 1.50 and 1.75.  Remove note about lexer patch.
6207
6208 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6209
6210         * Documentation/topdocs/INSTALL.texi: Update type1 font
6211         description to actual situation.  Add comment about new font ball
6212         layout.
6213
6214         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6215         in $LILYPONDPREFIX suffices for installation.
6216
6217 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6218
6219         * debian/control (Build-Depends): Add flex-old as alternative to
6220         flex.  Deprecate bison 1.75.
6221
6222 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6223
6224         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6225         Vaticana contexts
6226
6227         * Documentation/user/refman.itely (Ancient notation): documented
6228         some bugs; tiny fixes; added docu on Vaticana contexts
6229
6230         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6231         scripts
6232
6233 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6234
6235         * Documentation/user/refman.itely (Ancient notation): added some
6236         introductory words; added section on ancient time signatures;
6237         added some @seealso and @refcommands; small fixes and
6238         beautifications
6239
6240 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6241
6242         * input/regression/note-head-style.ly: many fixes and updates
6243
6244         * Documentation/user/refman.itely: added small sections on ancient
6245         accidentals, rests and flags; revised ancient note head section;
6246         small wording/spelling fixes
6247
6248         * input/test/rests.ly: layout fixes
6249
6250 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6251
6252         * input/puer-fragment.ly: bugfix: central C position of do clef
6253
6254         * ly/gregorian-init.ly: workaround: add small padding space before
6255         divisiones (the correct fix would be the spacing engine to handle
6256         this)
6257
6258 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6259
6260         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6261         cue-notes.ly: minor fixes.
6262
6263 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6264
6265         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6266         input/test/custos-style.ly
6267
6268         * Documentation/index.html.in: bugfix: link to Tutorial.html
6269
6270         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6271         to neumes; bugfix: "et": epiphonus, not just a simple pes
6272
6273 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6274
6275         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6276
6277         * lilypond.words: add new features: markup, column, center, \[ \].
6278         
6279 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6280
6281         * Documentation/topdocs/NEWS.texi, DEDICATION,
6282         stepmake/bin/add-html-footer.py
6283         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6284         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6285         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6286         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6287         added (only) after a sentence which is complete; if the sentence is 
6288         not ended a comma `,' or nothing is used. fix also spaces.
6289
6290 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6291
6292         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6293         requirements to plain 1.6.
6294
6295         * buildscripts/mutopia-index.py (read_lilypond_header): update
6296         mutopia-index.py to 1.4 syntax [sic]
6297
6298 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6299
6300         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6301
6302 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6303
6304         * Documentation/index.html.in: url for regression pdf
6305
6306         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6307
6308         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6309
6310         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6311
6312         * VERSION: 1.8.0 released
6313         
6314         * GNUmakefile.in (local-WWW-post): footify build fix.
6315
6316         * configure.in: require GUILE 1.6.4
6317
6318         * Documentation/user/GNUmakefile: don't copy *.png for
6319         lilypond-internals
6320
6321         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6322         local-WWW-post target.
6323         (rsync-web): add rsync-web target
6324
6325         * Documentation/user/introduction.itely (Music notation and
6326         engraving): add neume example
6327
6328         * input/puer-fragment.ly (cantus): add puer-fragment
6329
6330 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6331
6332         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6333         to notes, so that equalizer is actualy being used.
6334
6335         * scm/midi.scm (instrument-equalizer-alist):
6336         (absolute-volume-alist): Define public, so that user can copy or
6337         override.
6338
6339         * lily/key-performer.cc (create_audio_elements): Check for minor
6340         key.  Only if key is minor, set MIDI key to minor.
6341
6342 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6343
6344         * Documentation/user/refman.itely (Hiding staffs): fixes.
6345
6346         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6347
6348         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6349         vertical extents to deal with Hara kiri correctly.
6350
6351         * input/regression/hara-kiri-short.ly: remove
6352
6353         * input/regression/hara-kiri-pianostaff.ly: update test.
6354
6355         * Documentation/user/*.tely: remove WEBTITLE
6356
6357         * scm/output-tex.scm (comment): idem.
6358
6359         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6360
6361         * scm/music-functions.scm (make-lyric-event): new function
6362
6363         * scm/lily.scm (lilypond-version): new function
6364
6365         * input/test/version-output.ly: new file.
6366
6367         * Documentation/user/lilypond.tely: add version number to
6368         front-page.
6369
6370 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6371
6372         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6373
6374 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6375
6376         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6377
6378         * Documentation/user/refman.itely (Hiding staffs): rename node.
6379
6380 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6381
6382         * input/regression/new-markup-syntax.ly (texidoc): remove
6383         molecule-callback override.
6384
6385 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6386
6387         * input/les-nereides.ly: Mark tweaks with %tweak.
6388
6389         * Debian patch, see debian/changelog (Anthony Fok).
6390
6391 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6392
6393         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6394         problem.
6395
6396 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6397
6398         * Documentation/user/refman.itely (Text markup): Fix language bug.
6399
6400 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6401
6402         * input/* : postfix syntax fixes.
6403
6404         * Documentation/user/refman.itely (Text markup): add note about
6405         raise/lower with ^ or _ .
6406         
6407         * po/fi.po: fix \\apply strings.
6408
6409         * lily/parser.yy (open_event): warn for prefix articulations.
6410
6411 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6412
6413         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6414         fix also on parmesan font.
6415
6416 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6417
6418         * VERSION 1.7.30 released
6419         
6420         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6421
6422         * buildscripts/mutopia-index.py (headertext): rewording
6423
6424 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6425
6426         * scm/new-markup.scm (strut-markup): new markup function.
6427
6428         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6429         space also when no accidental is there.
6430
6431 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6432
6433         * input/les-nereides.ly: Updates.
6434
6435 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6436
6437         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6438         which repeats the tag insertion selected from "Insert tag" menu.
6439
6440 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6441
6442         * lily/all-font-metrics.cc (find_font): load AFM files first only
6443         for feta fonts. This fixes problems with TeXlive and other TeX
6444         distros that include AFM files for the CM fonts. 
6445
6446         * scm/font.scm (qualifiers-to-font-name): remove.
6447
6448         * lily/paper-def.cc: remove get_var.
6449
6450         * input/trip.ly: remove file.
6451         
6452         * input/regression/spacing-note-flags.ly (raggedright): remove
6453         stafflinethickness
6454
6455         * input/les-nereides.ly: update to new syntax, cleanups.
6456
6457 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6458
6459         * Documentation/user/refman.itely: Clarify shortest-note problem
6460         of autobeamer.
6461
6462 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6463
6464         * lilypond-mode.el: Add each word to regexps only once.
6465
6466         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6467         is based on the syntax definitions in lilypond.words. Remove all 
6468         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6469         LilyPond->Insert menu is generated by the entries in lilypond.words 
6470         to which have been given a syntax definition.
6471
6472         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6473         \notes, \relative, \score, \simultaneous, \transpose.
6474
6475         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6476
6477         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6478         
6479         * lilypond-mode.el: add menu keywords separately.
6480
6481         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6482
6483 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6484
6485         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6486         current ugly installation method for PFA fonts.
6487
6488 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6489
6490         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6491         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
6492
6493         * Documentation/user/music-glossary.tely: update legato.
6494
6495 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6496
6497         * lexer-gcc-3.0.patch: Remove.
6498
6499         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
6500
6501 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6502
6503         * debian/rules (binary-arch): remove NEWS.
6504
6505 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
6506
6507         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
6508         stepmake/bin{ many }: polish the `--help's of different scripts;
6509         model taken from the core-utils of Linux.
6510
6511         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
6512
6513 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6514
6515         * flower/parse-afm.cc (parseCharMetrics): add warnings.
6516
6517         * flower/libc-extension.cc: idem.
6518
6519         * flower/include/libc-extension.hh: protect against isinf macros.
6520
6521 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
6522
6523         * { many }: Use two uppercase letters in LilyPond.
6524
6525         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
6526
6527         * VERSION: 1.7.29 released.
6528         
6529 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6530
6531         * lily/tie.cc: add TODO comment.
6532
6533         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
6534
6535         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
6536         linejoins and linecaps. This fixes problems with occasional spikes
6537         on slur/tie endings.
6538         
6539         * input/regression/font-name.ly: don't use PS fonts for
6540         compatibility reasons. 
6541
6542         * mutopia/claop.py (accents): update to 1.8
6543
6544         * Documentation/user/music-glossary.tely (Top): remove 13pt.
6545
6546         * Documentation/user/macros.itexi: don't color glossary links.
6547
6548         * Documentation/user/invoking.itexi (Error messages): new section
6549
6550 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6551
6552         * input/regression/font-name.ly: add file.
6553
6554         * scm/document-backend.scm (grob-doc): remove <hr> from
6555         lilypond-internals
6556
6557         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
6558         reqd version to 1.6.4 
6559
6560         * lily/font-interface.cc (get_font): bugfix: take font-name from
6561         alist chain too. This fixes font-name override for \markup.
6562
6563 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6564
6565         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
6566
6567         * input/test/polymetric-differing-notes.ly: Compile fix.
6568
6569 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
6570
6571         * Documentation/user/refman.itely: fixed typo
6572
6573         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
6574         before flexa
6575
6576 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6577
6578         * input/test/{ many }: search & fix some typos.
6579
6580 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6581
6582         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
6583         images.
6584
6585         * scm/music-functions.scm (make-voice-props-set): set Script /
6586         TextScript dir for polyphony too.
6587
6588         * scm/define-grobs.scm (all-grob-descriptions): decrease space
6589         before clef.
6590
6591         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
6592
6593 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
6594
6595         * Documentation/user/refman.itely (Percussion): Small
6596         clarifications and fixes.
6597
6598         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
6599         threads. This fixes different heads playing simultaneously.
6600
6601 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6602
6603         * Documentation/user/{ many }: increase readability (read through 
6604         User manual from `one big page').
6605
6606 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6607
6608         * input/test/polymetric-differing-notes.ly: add example with
6609         disparate note values.
6610
6611         * input/test/polymetric.ly: rename from poly-metric
6612
6613         * scripts/ly2dvi.py (include_path): bugfix: use outbase
6614         iso. outname.
6615
6616         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
6617         G-clef bbox to real char extents. This fixes the G-clef being
6618         offset too much to the right.
6619         document perc clef offset.
6620
6621         WARNING: FONT CHANGED.
6622
6623         * Documentation/user/tutorial.itely (Tutorial): move menu.
6624
6625 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6626
6627         * buildscripts/lilypond-profile.sh (Error): trim error message.
6628
6629         * Documentation/user/invoking.itexi (Invoking the lilypond
6630         binary): add note about path.
6631
6632         * Documentation/user/macros.itexi: add @c at EOL, hopefully
6633         suppresses superfluous spaces.
6634
6635 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6636
6637         * buildscripts/lilypond-profile.sh: Add documentation to error
6638         message.
6639
6640         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
6641
6642 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6643
6644         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
6645         <mike@ossmann.com>)
6646
6647         * Documentation/bibliography/computer-notation.bib (pages): prune
6648         unscientific language.
6649
6650         * Documentation/user/GNUmakefile: copy unsplit file to
6651         lilypond.html (idem for lilypond-internals).
6652
6653         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
6654
6655         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
6656
6657         * python/lilylib.py (lilypond_version): 2.1 proof version check.
6658
6659         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
6660         fix.
6661         
6662 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
6663
6664         * Documentation/user/{ various }: bind text snippets with their
6665         examples, e.g. by punctuation: This is an example.
6666
6667 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6668
6669         * ly/performer-init.ly (VoiceContext): Typos.
6670
6671         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
6672         builds, leave final-install to toplevel srcdir makefile.
6673
6674         * make/srcdir.make.in (install): New target.
6675
6676 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6677
6678         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
6679         This fixes core dump on MIDI output (Simon Weatherill).
6680
6681         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
6682         on local-WWW-post.
6683
6684 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6685
6686         * make/lilypond.redhat.spec.in: add dvips to reqs.
6687
6688 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6689
6690         * make/srcdir.make.in (web): Add special web target.
6691
6692         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
6693         from inner $(LOOP).
6694
6695         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
6696
6697         * stepmake/stepmake/generic-targets.make (www-targets-help):
6698         * GNUmakefile.in (web-install): Install in $(webdir).
6699
6700         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
6701
6702         * cygwin/changelog: 
6703         * cygwin/mknetrel: Update.
6704
6705         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
6706         (html-doc): Remove (use: web).
6707
6708         * stepmake/stepmake/script-rules.make: 
6709         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
6710         Fix $(config_make) dependencies for srcdir build.
6711
6712         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
6713         target for srcdir build.
6714
6715         * stepmake/make/stepmake.make: 
6716         * make/srcdir.make.in: 
6717         * GNUmakefile.in:
6718         * make/stepmake.make (config_make): Rename variable (was:
6719         configuration).
6720
6721 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6722
6723         * Documentation/user/internals.itely (Manipulating music
6724         expressions): run lilypond on example too.
6725
6726         * flower/include/libc-extension.hh: move lrint define to
6727         header. bugfix.
6728         
6729 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6730
6731         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
6732         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
6733         do we recurse whole tree?).
6734
6735         * GNUmakefile.in (html-doc): Resurrect.
6736
6737         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
6738         obsolete $(package-icon) dependency.
6739
6740 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6741
6742         * Documentation/user/refman.itely (Automatic staff changes):
6743         add seealso 
6744
6745         * Documentation/index.html.in: link to bigpage.
6746
6747         * Documentation/user/tutorial.itely (Tutorial): streamline.
6748
6749         * Documentation/index.html.in: url typo.
6750
6751         * VERSION (PACKAGE_NAME): release 1.7.28
6752
6753         * python/lilylib.py (error_log): remove '/' from name.
6754
6755         * input/regression/pedal.ly: remove; dups input/test/
6756         
6757         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
6758
6759         * Documentation/index.html.in: python style doco index.
6760
6761         * Documentation/{footer,header}.html.in (src): remove, 
6762
6763         * Documentation/pictures: remove all but lelie-logo.xpm.
6764
6765         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
6766         before running makeinfo.
6767
6768         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
6769         @code{}
6770
6771 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6772
6773         * input/test/bar-number-regular-interval.ly: rename.
6774
6775         * Documentation/user/*: various fixes. 
6776
6777 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
6778
6779         * Documentation/{ many }: polish for update-all-menus. typos.
6780
6781         * po/fi.po: fixes.
6782
6783         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
6784
6785         * buildscripts/mutopia-index.py: polish.
6786
6787         * input/regression/{ many }, input/test{ many }: polish texidocs.
6788
6789 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6790
6791         * scripts/convert-ly.py (FatalConversionError.conv): rule for
6792         pedal-style
6793
6794         * lily/text-spanner.cc (brew_molecule): use bracket-flare
6795         iso. edge-widen.
6796
6797         * lily/piano-pedal-engraver.cc (process_music): change from
6798         process_acknowledged ()
6799
6800         * lily/piano-pedal-bracket.cc: new file. Change
6801         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
6802         cleaned up.
6803
6804         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
6805
6806         * input/regression/tuplets.ly (texidoc): rename file.
6807
6808         * po/fr.po: update
6809
6810         * buildscripts/lilypond-profile.sh: error message if script is not
6811         sourced.
6812
6813         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
6814         bracket-flare
6815         (make_bracket): simplify code.
6816
6817         * lily/parser.yy (verbose_command_req): catch typos in \key scale
6818         argument.
6819
6820         * python/lilylib.py (lilypond_version_check): new function
6821
6822         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
6823
6824         * scripts/ly2dvi.py (run_lilypond): add version check.
6825
6826         * scripts/lilypond-book.py (option_definitions): typo
6827
6828         * scripts/ly2dvi.py (include_path): typo
6829
6830         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
6831
6832         * lily/parse-scm.cc (parse_handler): typo
6833
6834         * Documentation/user/macros.itexi: use @heading for headings.
6835
6836         * Documentation/user/refman.itely: updates, fixes.
6837
6838 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
6839
6840         * po/fi.po: add Finnish translations. fixes.
6841
6842         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
6843
6844         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
6845         from lily/glissando-engraver.cc.
6846
6847 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6848
6849         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
6850         for non-first _broken_ bracket.
6851
6852         * Documentation/user/refman.itely: corrections.
6853
6854 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6855
6856         * lily/new-fingering-engraver.cc (position_scripts): add heads to
6857         support of the fingerings.
6858
6859         * po/fr.po: French translation update.
6860
6861         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
6862         strings.
6863
6864 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6865
6866         * Documentation/user/introduction.itely: Small fixes.
6867
6868 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
6869
6870         * Documentation/topdocs/AUTHORS.texi: polish.
6871
6872 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6873
6874         * Documentation/user/introduction.itely: revise
6875
6876         * Documentation/user/tutorial.itely: reorganise.
6877
6878         * Documentation/topdocs/index.tely: remove.
6879
6880         * Documentation/header.html.in: prune.
6881
6882         * GNUmakefile.in: clean up web building.
6883
6884         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
6885         target.
6886
6887 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
6888
6889         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
6890
6891         * lilypond-mode.el: turn on blink-matching-paren.
6892
6893 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6894
6895         * scm/output-sodipodi.scm (svg-header): Fix typo.
6896
6897 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6898
6899         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
6900         fixes a security hole.
6901
6902         * scripts/lilypond-book.py (original_dir): remove temp_dir
6903
6904         * scm/document-translation.scm: use @code tags.
6905
6906 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
6907
6908         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
6909
6910         * lilypond-mode.el: add a buffer-local post-command-hook to set
6911         context dependent syntax-table after each cursor event. Remove old
6912         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
6913
6914         * lilypond-indent.el: update comments.
6915
6916         * Documentation/footer.html.in: add period.
6917
6918 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6919
6920         * make/lilypond.redhat.spec.in (Group): don't strip binary.
6921
6922         * scm/document-translation.scm (document-property-operation): add
6923         @code{} tags.
6924
6925         * VERSION (PACKAGE_NAME): release 1.7.27
6926
6927         * config.make.in: add PAPER variable
6928
6929         * buildscripts/new-chords.py (help): add help text
6930
6931         * Documentation/user/introduction.itely (Typography and program
6932         architecture):  fixes.
6933
6934         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
6935         for texinfo and dvips. This fixes problems with PDF output of the
6936         wrong size.
6937
6938         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
6939         DVIPS_PAPERSIZE variable
6940
6941         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
6942         TEXINFO_PAPERSIZE variable 
6943
6944 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6945
6946         * mf/feta-macros.mf: whoops: only draw lines for test situations.
6947
6948         * mf/feta-toevallig.mf: lowres fixes.
6949
6950 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6951
6952         * NEWS: Typo and fill-paragraph fixes.
6953
6954         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
6955         cast #define.
6956
6957         * configure.in: 
6958         * config.hh.in: Check for lrint.
6959
6960 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6961
6962         * VERSION: 1.7.26 released
6963
6964         * lily/separation-item.cc: add padding property.
6965
6966         * input/test/*.ly: various fixes, remove solo-a2.ly
6967
6968         * scm/new-markup.scm (brew-new-markup-molecule): arg order
6969         bugfix. Fixes old-style markup compatibility.
6970
6971         * Documentation/user/introduction.itely (Introduction): historical
6972         elucidations
6973
6974         * Documentation/user/music-glossary.tely (Top): linewidth fix.
6975
6976         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
6977
6978         * Documentation/index.texi (Top): cleanup.
6979
6980         * Documentation/user/introduction.itely (Introduction): rewrite
6981         introduction, 
6982         (Music notation and  engraving): about notation. Add flat-picture
6983
6984 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6985
6986         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
6987         separation items. This keeps lyrics from bumping into each other.
6988
6989 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6990
6991         * GNUmakefile.in (topdocs-web): New target.
6992         (local-web): Depend on topdocs-web; fixes html-doc.
6993
6994 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6995
6996         * po/lilypond.pot: run po-replace
6997
6998         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
6999
7000         * scm/drums.scm (reset-drum-kit): new function.
7001
7002         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7003
7004         * scripts/update-lily.py: remove
7005         
7006         * VERSION: release 1.7.25
7007         
7008         * Documentation/user/introduction.itely (Introduction): rewrite
7009         start of introduction.
7010
7011 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7012
7013         * lily/all-font-metrics.cc: fixed typo
7014
7015 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7016
7017         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7018         LilyPond-mode-context-set-syntax-table): new functions to define
7019         the syntax table according to context.
7020
7021         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7022
7023 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7024
7025         * Documentation/user/refman.itely (Figured bass): 
7026         language nit courtesy http://www.vocabula.com
7027
7028         * GNUmakefile.in: remove no kpathsea hack.
7029
7030         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7031         doco.
7032
7033         * GNUmakefile.in: remove web-doc target.
7034
7035         * lily/all-font-metrics.cc (find_afm): add message about
7036         buildscripts/clean-fonts.sh 
7037
7038         * scm/define-music-properties.scm (figure): use string for 'figure
7039
7040         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7041
7042         * input/regression/ : add raggedright = ##t where applicable. 
7043         
7044         * scm/bass-figure.scm (make-bass-figure-markup): add
7045         alignBassFigureAccidentals property.
7046
7047         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7048         bracket.
7049
7050         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7051         syllables widths into account for minimum-length.
7052
7053         * input/test/staff-container.ly: update file
7054
7055         * input/test/stem.ly: remove
7056
7057         * lily/event.cc (LY_DEFINE): add ly: prefix.
7058
7059         * input/test/clef-manual-control.ly: from manual-clef
7060
7061         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7062
7063         * input/test/different-time-signatures.ly: move to poly-metric.ly
7064
7065         * input/test/hara-kiri*,scales.ly: remove
7066         
7067         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7068         with chord-names-jazz.ly)
7069
7070         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7071         get scalable cm fonts too.
7072
7073         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7074         --encoding for mftrace if present.
7075
7076         * input/regression/slur-area.ly: move from test/
7077
7078         * input/test/: remove simple-slur-endings slur-attachment
7079         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7080         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7081         slur-symmetry slur-symmetry tie-broken.ly
7082
7083         * scm/drums.scm (set-drum-kit): add function.
7084
7085         * Documentation/user/refman.itely (Percussion staves): use
7086         set-drum-kit
7087
7088         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7089         too
7090         (Global_measure.set_timesig): handle 3/8 time sig too.
7091
7092         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7093         note about triangle note heads.
7094
7095         * scm/drums.scm: use alist for instrument-settings. This fixes the
7096         bug with assigning to drums in the .ly file.
7097
7098         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7099         CHANGED.
7100
7101         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7102         cluster-beacon-interface
7103
7104         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7105
7106         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7107
7108         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7109
7110         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7111         to get positions.
7112
7113         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7114         make ClusterSpannerBeacon to record Y positions. This removes the
7115         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7116         make cluster-note-events.
7117
7118 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7119
7120         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7121
7122         * configure.in: Use lily/main.cc as identifying source file.
7123
7124         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7125
7126         * config.hh.in: 
7127         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7128
7129         * configure.in: Require PYTHON >= 2.0.
7130
7131         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7132           $PYTHON for include dir location.
7133         (STEPMAKE_PYTHON): New function.  Use
7134         
7135             PYTHON=foo ./configure
7136
7137           to override.
7138
7139 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7140
7141         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7142         something.
7143
7144         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7145         ftp.lilypond.org everywhere.
7146
7147 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7148
7149         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7150         detected.
7151
7152         * Documentation/user/refman.itely (Grace notes): note on explicit
7153         contexts
7154
7155 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7156
7157         * lilypond-font-lock.el: add a comment about LilyPond specific
7158         escape characters: ^, - and _, in the syntax table.
7159
7160         * Documentation/user/appendices.itely: a majuscule fix.
7161
7162 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7163
7164         * input/test/trills.ly (endHorizScript): fixes.
7165
7166         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7167         notation, move from regression.
7168
7169         * input/test/script-stack.ly: change name from stacked-scripts
7170
7171         * input/test/ossia.ly: octave errors.
7172
7173         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7174         for midi-volume-equaliser
7175
7176 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7177
7178         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7179         cm fonts.
7180
7181         * mf/feta-beugel.mf: don't multiply font_count by 10.
7182
7183         * lily/lookup.cc (horizontal_line): new function. Use
7184         horizontal-line in output backends.
7185
7186         * Documentation/user/tutorial.itely (An orchestral part): new
7187         section on orchestral stuff and identifiers.
7188
7189 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7190
7191         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7192         some interference to other modes.
7193
7194 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7195
7196         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7197         not maximum of spacing wishes in polyphonic situations.
7198
7199         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7200         number
7201
7202         * lilypond-indent.el: remove paren matching. 
7203
7204         * lily/text-item.cc (interpret_new_markup): new function
7205         use iso. text2molecule.
7206
7207         * lily/main.cc (notice): change FSF address 
7208
7209         * po/de.po: update PO file to 1.6.
7210
7211 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7212
7213         * Documentation/user/ {many}: Add periods and remove spaces.
7214         
7215 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7216
7217         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7218         Disable buffer-locally default paren hook and make a new one. 
7219
7220         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7221         locally LilyPond-paren-mode. Add todo for mouse double-click.
7222
7223 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7224
7225         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7226         Disable buffer-locally default paren idle timer and make a new one. 
7227
7228         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7229         locally LilyPond-show-paren-mode. Add to menu a toggle for
7230         LilyPond-show-paren-function.
7231
7232 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7233
7234         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7235
7236 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7237
7238         * Documentation/user/refman.itely: spelling fix.
7239
7240         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7241         paren highlight function definitions. add todo for
7242         LilyPond-show-paren-mode.
7243
7244 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7245
7246         * input/template/jazz-combo.ly: new file.
7247
7248 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7249
7250         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7251         lo-res fixes.
7252
7253         * mf/feta-schrift.mf: bugfix in varcoda sign.
7254         WARNING: FONT CHANGED
7255
7256         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7257         in accordance with lexer.ll.   
7258
7259 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7260
7261         * Documentation/user/tutorial.itely: Edit introduction.
7262
7263 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7264
7265         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7266         ly:grob-staff-position
7267
7268 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7269
7270         * scm/to-xml.scm: import srfi-1
7271
7272         * VERSION (MAJOR_VERSION):  release 1.7.24
7273
7274         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7275
7276         * scripts/lilypond-book.py (do_file): put texidoc before image.
7277         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7278
7279         * input/regression/*.ly: fix snippet octaves 
7280
7281         * input/test/spanner-after-break-tweak.ly: import
7282         broken-spanner-adjustment
7283
7284         * input/no-notation/midi-transposing.ly: move from input/test/
7285
7286         * input/test/: remove chord-markup
7287
7288         * input/regression/instrument-name-partial.ly: move from input/test.
7289
7290         * input/test/vertical-text.ly: remove
7291
7292         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7293         space above lyrics lines.
7294
7295         * input/test/uniform-breaking.ly: remove file.
7296
7297         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7298         uniform spacing density. 
7299
7300         * input/test/chords.ly (keys): remove file.
7301
7302         * scm/documentation-lib.scm (oop): use srfi-1 too.
7303
7304         * input/regression/*.ly: add \version
7305
7306         * Documentation/user/*.itely: various fixes.
7307
7308         * buildscripts/mf-to-table.py (base): break table every three
7309         symbols.
7310
7311         * input/:  remove %% new-chords-done %% .
7312
7313         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7314         os-music.ly
7315         
7316 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7317
7318         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7319
7320         * scm/new-markup.scm (box-markup): new function.
7321         (box-markup): new function. Contributed by Dick Schoeller
7322         <schoeller@attbi.com>
7323
7324         * scm/lily.scm: remove reduce-no-unit 
7325         (list-insert-separator): use fold-right
7326
7327         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7328         of arguments. 
7329
7330         * NEWS: more neutral language for ancient notation 
7331
7332         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7333         inside pointing beaming for chord tremolo.
7334
7335         * Documentation/user/lilypond-book.itely: minor editing
7336
7337 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7338
7339         * NEWS: added news for 1.8 regarding ancient notation
7340
7341         * Documentation/user/refman.itely (Gregorian square neumes
7342         ligatures): fixed typo
7343
7344         * lily/vaticana-ligature-engraver.cc,
7345         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7346         lower/upper head of Pes only when heads are stacked
7347
7348         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7349         scm/define-grob-properties.scm: cleanup: make "join-left" a
7350         boolean grob property and save delta pitch in grob property
7351         "delta-pitch" instead
7352
7353         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7354
7355 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7356
7357         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7358         completely borked
7359
7360         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7361         (try_music): bug fix: beam multiplicity was completely borked.
7362
7363         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7364         first-n, butfirst-n in favor of srfi-1 functions.
7365         remove string-join, string-pad in favor of srfi-13 functions.
7366
7367         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7368
7369         * NEWS: use complete sentences.
7370
7371         * Documentation/user/introduction.itely (Example applications):
7372         add note about databases and lilypond-book.
7373
7374         * input/test/volta.ly: remove file
7375
7376         * input/regression/volta-broken-left-edge.ly: simplify file
7377
7378 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7379
7380         * Documentation/user/refman.itely (Constructing a tweak): new
7381         subsection.
7382
7383         * Documentation/user/tutorial.itely (Fine tuning layout): add
7384         common tweaks.
7385
7386         * scm/define-grobs.scm (TextScript): use new brewer.
7387
7388 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7389
7390         * VERSION: release 1.7.23
7391
7392         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7393
7394         * python/lilylib.py (make_ps_images): bugfixes.
7395
7396         * input/regression/volta-multi-staff.ly: new file.
7397
7398         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7399
7400         * Documentation/user/tutorial.itely (Piano staffs): new section.
7401         (Setting variables): new section
7402         (Fine tuning layout): new section
7403
7404         * input/just-friends.ly: remove file. Superseeded by
7405         input/test/chords-without-melody.ly
7406
7407         * ly/property-init.ly: add all commands to refman.
7408
7409         * scm/define-translator-properties.scm: remove
7410         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7411
7412         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7413         name. Underscores botch up PS output.
7414
7415         * scm/define-translator-properties.scm: remove
7416         textNonEmpty, oneBeat, regularSpacingDelta
7417
7418         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7419         rule for automaticBars.
7420
7421         * lily/timing-engraver.cc (start_translation_timestep): change
7422         barNonAuto to automaticBars
7423
7424 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7425
7426         * input/test/perform-tie.ly: delete file.
7427
7428 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7429
7430         * Documentation/user/refman.itely (Gregorian square neumes
7431         ligatures): bugfix: do not show ledger lines in neumes table
7432         (fixed by setting staff symbol to transparent rather than removing
7433         it from staff context)
7434
7435 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7436
7437         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7438         glue into brew-new-markup-molecule.
7439
7440         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7441
7442         * Documentation/user/introduction.itely (Computerized typography):
7443         new section
7444
7445         * Documentation/user/tutorial.itely (An orchestral part): remove
7446         pc example from tutorial.
7447
7448         * input/tutorial/lilbook.tex: use screech-boink
7449
7450         * scripts/lilypond-book.py (compile_all_files): split formatting
7451         output body and scheduling lilypond compilation.
7452         (format_lilypond_output_bodies): new function
7453         (format_lilypond_block): new function
7454         (html_pages): allow multi-page images in HTML
7455
7456         * python/lilylib.py (make_ps_images): rename function from
7457         make_preview, merge with make_page_images
7458
7459 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7460
7461         * input/test/key-clefs.ly: moved to regression.
7462
7463         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7464
7465         * input/no-notation/README: added note about midi-*.ly files.
7466
7467         * input/test/two-key.ly: moved to no-notation/parse5.ly
7468
7469         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7470         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7471
7472         * input/test/ {various}: modified comments, marked some for deletion.
7473
7474         * input/test/lines.ly: deleted file; duplicate of
7475         embedded-postscript.ly
7476
7477         * input/test/mmrest-collision: moved to regression.
7478
7479 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7480
7481         * scm/chord-name.scm (note-name->markup): don't superscript root
7482         alterations in chordnames.
7483
7484 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7485
7486         * Documentation/user/refman.itely (Multi measure rests): more
7487         index/cross-referencing.
7488
7489         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7490
7491         * scm/font.scm: remove properties-to-font-name code.
7492
7493         * scm/define-grob-properties.scm: remove 'type
7494
7495         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
7496         conversion
7497
7498         * lily/text-spanner.cc: change 'type grob prop to 'style 
7499
7500         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
7501         "first" flag to decide whether to make a start-repeat
7502
7503         * input/regression/grace-volta-repeat-2.ly: new file.
7504
7505 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7506
7507         * lilypond-indent.el: rename generic functions to LilyPond-*
7508
7509 2003-06-22  Graham Percival  <gperlist@shaw.ca>
7510
7511         * input/test/thumb.ly: delete, merged into refman.
7512
7513         * Documentation/user/refman.itely: added thumb info to Fingering.
7514
7515         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
7516         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
7517         vertical-align.ly : deleted files.
7518
7519 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7520
7521         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
7522
7523         * lily/line-spanner.cc (broken_trend_offset): remove function.
7524         (get_broken_offset): idem.
7525         (brew_molecule): rewrite the line-break case.
7526
7527         * input/regression/follow-voice-break.ly:  new file.
7528
7529         * lily/line-spanner.cc (after_line_breaking): remove lines at the
7530         start of a system.
7531
7532 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7533
7534         * input/test/tuplet-rest.ly: moved to regression.
7535
7536         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
7537         deleted file.
7538
7539         * input/test/ {many} : marked file for possible deletion.
7540
7541 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7542
7543         * input/regression/beam-funky.ly: add note about (disputed)
7544         correct beaming.
7545
7546         * ly/engraver-init.ly (ScoreContext): put key-signature after
7547         staff-bar
7548         
7549 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7550
7551         * input/test/ broken.ly lyric-phrasing.ly: deleted.
7552
7553         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
7554
7555         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
7556
7557         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
7558         stem-extend was deleted (it was duplicate example, and not as
7559         good).
7560
7561         * input/test/[s-z]*.ly: add texidoc index.
7562
7563 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7564
7565         * lily/slur.cc (get_boundary_notecolumn_y): change name from
7566         get_first_notecolumn_y
7567
7568         * lily/spanner.cc (broken_spanner_index): new function.
7569
7570 2003-06-19  Graham Percival  <gperlist@shaw.ca>
7571
7572         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
7573         lyric-hyphen.ly : moved to regression.
7574
7575         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
7576         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
7577
7578         * input/test/instrument-name-mmrest.ly: moved to
7579         ../regression/multi-measure-rest-instr-name.ly
7580
7581         * input/test/knee-sym.ly: moved to
7582         ../regression/beam-knee-symmetry.ly.
7583
7584         * input/test/hymn.ly: change comments.
7585
7586         * input/test/[p-r]*.ly: add texidoc index.
7587
7588 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7589
7590         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
7591         to postfix syntax
7592         
7593         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
7594         syntax.
7595
7596         * VERSION: release 1.7.22
7597
7598 2003-06-18  Graham Percival  <gperlist@shaw.ca>
7599
7600         * input/test/[h-k]*.ly: added texidoc index.
7601
7602         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
7603
7604         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
7605
7606         * input/test/ various : mark files for deletion or moving to
7607         regression.
7608
7609         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
7610
7611         * input/test/[l-o]*.ly: added texidoc index.
7612
7613 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7614
7615         * scm/music-functions.scm (make-ottava-set): 
7616         only do ottavation if centralCPosition is set.
7617
7618         * lily/translator-scheme.cc (ly:context-property-where-defined):
7619         return '() if not found.
7620
7621 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
7622
7623         * lilypond-mode.el (LilyPond-un-comment-region): removed.
7624         Use one command for both commenting and uncommenting.
7625
7626         * lilypond-indent.el (LilyPond-comment-region): new function,
7627         (un)comments each line separately.
7628
7629         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
7630         
7631         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
7632         imenu is not added by default; adapted from f90.el,
7633         makes Help-menu, which does not fit, visible in XEmacs.
7634         
7635 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
7636
7637         * lilypond-mode.el: Set show-paren-mode local; minor-mode
7638         show-paren-mode sets blink-matching-paren-on-screen local.
7639         Try to make show-paren-function to paren-highlight local.
7640
7641         * lilypond-indent.el (LilyPond-scan-sexps): new function.
7642         Copy definitions of Emacs' show-paren-function and
7643         XEmacs' paren-highlight and make minimal changes;
7644         add comments about locality. 
7645         Fix matching first open-paren-char in '<< .. >>'.
7646
7647 2003-06-16  Graham Percival  <gperlist@shaw.ca>
7648
7649         * input/test/g*: added texidoc index.
7650
7651         * input/test/[a-g]*: added raggedright==#t when it
7652          seemed appropiate.
7653
7654         * input/test/ fake-grace.ly figured-bass.ly : removed file.
7655
7656         * Documentation/topdoc/INSTALL.texi: removed false warnings
7657         about gcc 3.3.
7658
7659 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7660
7661         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
7662
7663         * input/test/chords-without-melody.ly (texidoc): add from
7664         input/just-friends.ly
7665
7666         * input/regression/size{13--26}.ly: move from input/
7667
7668         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
7669         input/{star-spangled-banner,twinkle}.ly: remove 
7670         
7671         * lily/slur.cc: remove slur over rest warnings.
7672
7673         * lily/note-spacing.cc (get_spacing): include left part of right
7674         object in fixed space. This fixes stretched space before
7675         accidentals.
7676
7677         * input/regression/spacing-accidental-stretch.ly: new file.
7678
7679 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
7680
7681         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
7682         Reduce to 16pt.
7683
7684 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7685
7686         * input/regression/spacing-knee.ly: docstring
7687
7688         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
7689
7690         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
7691         input/tutorial/{test,solar,flowing}.ly: remove
7692
7693         * input/rhythm.ly: remove
7694
7695         * input/mutopia/F.Schubert/standchen.ly: update syntax.
7696
7697         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
7698         update syntax. 
7699
7700         * scm/define-grobs.scm (all-grob-descriptions): set
7701         knee-spacing-correction to 1.0
7702
7703         * lily/note-spacing.cc (stem_dir_correction): compute knee
7704         correction using stem-thickness and head width.
7705
7706         * input/regression/beam-quanting-horizontal.ly: update texidoc
7707
7708         * scm/define-grobs.scm (all-grob-descriptions): set
7709         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
7710         This fixes 32nd beams for noteheads in spaces quants.
7711
7712         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
7713
7714 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
7715
7716         * README.mandrake: Change lilypond-extras to lilypond-documentation.
7717
7718 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7719
7720         * input/test/dpncnt.ly,part-combine-score.ly: remove.
7721
7722         * VERSION (PACKAGE_NAME): release 1.7.21
7723
7724         * input/regression/stem-shorten.ly: new file.
7725
7726         * lily/stem.cc (get_default_stem_end_position): revise stem
7727         shortening code.
7728
7729         * input/regression/spacing-multi-tuplet.ly: move from input/test/
7730
7731         * input/test/{scripts,volta-start,sleur}.ly: remove
7732         
7733         * input/regression/span-bar.ly: smaller file.
7734
7735         * input/regression/spacing-{natural,tight,loose}.ly: remove
7736
7737         * input/test/markup.ly: remove
7738
7739         * scripts/lilypond-book.py: put printfilename in separate chunk,
7740         so texidoc is printed after the filename.  
7741
7742 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7743
7744         * make/lilypond.mandrake.spec.in: fix docdirs.
7745
7746 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7747
7748         * input/regression/beam-french.ly: bugfix.
7749
7750         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
7751
7752         * input/regression/(various).ly: add raggedright = #t.
7753
7754         * input/regression/auto-beam.ly: move from abe.ly
7755
7756 2003-06-13  Graham Percival  <gperlist@shaw.ca>
7757
7758         * input/test/f*.ly: added texinfo index.
7759         
7760         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
7761
7762 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7763
7764         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
7765         quant penalty for beam just outside staff.
7766
7767         * input/regression/beam-quanting-horizontal.ly (texidoc): move
7768         from beam-pos.ly,  remove non-horizontal tests. 
7769
7770         * input/test/(various): cleanup header info. 
7771
7772         * input/test/tchaikovsky.ly: remove file.
7773
7774         * scm/chord-generic-names.scm: move from
7775         double-plus-new-chord-name.scm
7776
7777         * input/test/orchestscore.ly: remove file
7778
7779         * Documentation/user/refman.itely (Vocal music): update documentation.
7780
7781         * scm/define-translator-properties.scm (chordNoteNamer): remove
7782         chordNameStyle, use chordNameFunction
7783
7784         * scm/chord-name.scm (set-chord-name-style): remove
7785         set-chord-name-style. Use \property chordNameFunction.
7786
7787 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7788
7789         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
7790         music): remove @TeX{} command.
7791
7792 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7793
7794         * lilypond-indent.el (scan-sexps): Renamed to
7795         aargh-this-breaks-other-emacs-modes-scan-sexps.
7796
7797 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7798
7799         * lilypond-indent.el: Fix: match concurrent one-char opening and 
7800         closing slurs: '()', etc. Add comments.
7801
7802         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
7803
7804         * lilypond-font-lock.el: match unending string at eof.
7805
7806         * make/lilypond.mandrake.spec.in: refreshed packed file list.
7807         
7808 2003-06-10  Graham Percival  <gperlist@shaw.ca>
7809
7810         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
7811         input/test/beam-dir.ly input/test/beam-position.ly    
7812         input/test/beam-suspect.ly input/test/beam-trend.ly    
7813         input/test/beams.ly input/test/crescendo-text.ly : deleted
7814         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
7815         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
7816         * input/test/default-bars.ly: moved to bar-always.ly
7817         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
7818
7819 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7820
7821         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
7822
7823 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7824
7825         * scm/chord-ignatzek-names.scm (remove-step): rename file.
7826
7827 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
7828
7829         * lilypond-indent.el: Match better slurs in scheme expressions.
7830         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
7831
7832         * Documentation/user/invoking.itexi: document Emacs' paren matching.
7833
7834 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7835
7836         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
7837
7838         * input/ac-extra-voice.ly: Add texidoc.
7839
7840         * ly/chord-modifiers-init.ly: 
7841         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
7842         and chordNameExceptionsPartial for new chord names.
7843
7844         * input/test/chord-names-dpnj.ly: 
7845         * input/test/dpncnt.ly: Update.
7846
7847         * scm/chord-name.scm: 
7848         * scm/double-plus-new-chord-name.scm: Add compatibility for new
7849         chord selection and options.
7850
7851         * ly/chord-modifiers-init.ly: Add exceptions 
7852
7853         * scm/define-translator-properties.scm (chordNameStyle) 
7854         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
7855
7856 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
7857
7858         * ly/property-init.ly (germanChords): Added.
7859         (semiGermanChords): Added.
7860         
7861         * input/test/chord-names-german.ly: Use new macros
7862         
7863 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
7864
7865         * lilypond-indent.el: Use similar parenthesis highlighting for 
7866         Emacs and XEmacs through redefinitions of parenthesis highlighting 
7867         functions; removed LilyPond-show-paren-function. Fix indenting.
7868         Turn paren-matching on also in XEmacs.
7869
7870         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
7871         as needed by parenthesis highlighting functions (in scan-sexp).
7872
7873 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7874
7875         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
7876         function.
7877         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
7878
7879 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
7880
7881         * lilypond-indent.el: tune regexp for show-paren-function.
7882
7883 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7884
7885         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
7886         for all LilyPond-produced tex snippets.
7887
7888         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
7889         fixes one line --preview output of ly2dvi.
7890
7891 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
7892
7893         * lilypond-indent.el: match only one type of slurs in
7894         LilyPond-show-paren-function.
7895
7896 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7897
7898         * debian/GNUmakefile (EXTRA_DIST_FILES): 
7899         * debian/lilypond1.7.dirs: 
7900         * debian/lilypond1.7-doc.dirs: New file.
7901
7902         * input/regression/chord-name-exceptions.ly: Add parameter for
7903         ignatzekExceptions.  Quote hash in docstring.
7904
7905 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
7906
7907         * lilypond-indent.el (show-paren-function): define show-paren-function
7908         as LilyPond-blink-matching-open and use it for closing parens.
7909         Let LilyPond-blink-matching-open know whether a bracket was inserted.
7910
7911         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
7912         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
7913         LilyPond-blink-matching-paren in order to match both open and close
7914         brackets.
7915         
7916 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
7917
7918         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
7919         testing by modifying the code from FSF Emacs paren.el. Add comments.
7920
7921 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7922
7923         * input/test/dpncnt.ly: Transpose example to match new
7924         default \chords octave.  Add comment.
7925         
7926         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
7927         comment about octave change.
7928
7929 2003-06-04  Graham Percival  <gperlist@shaw.ca>
7930
7931         * input/test/[d,e]: added texinfo index tags.
7932         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
7933
7934 2003-06-04  Graham Percival  <gperlist@shaw.ca>
7935
7936         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
7937
7938 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
7939
7940         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
7941         as in blink-matching-open.
7942
7943 2003-06-03  Graham Percival  <gperlist@shaw.ca>
7944
7945         * input/test/[a-c]: more comments in files.
7946         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
7947         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
7948         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
7949         mark file for proposed deletion.
7950         * input/test: renaming files:
7951         auto-beam-4-8.ly to beam-auto-4-8.ly
7952         auto-beam-override.ly to beam-auto-override.ly
7953         auto-beam.ly to beam-auto.ly
7954         blank.ly to blank-paper.ly
7955         absolute-volume.ly to dynamic-absolute-volume.ly
7956
7957 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7958
7959         * input/test/dpncnt.ly: 
7960         * input/test/chord-names-dpnj.ly: Resurrect.
7961
7962         * lily/my-lily-lexer.cc: Remove chordnames keyword.
7963
7964         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
7965
7966         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
7967         Better docstring, add parameter OMIT-ROOT, tidy up.
7968
7969 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
7970
7971         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
7972
7973 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7974
7975         * scm/output-ascii-script.scm (as-font-alist-alist):
7976         (as-properties-to-font-name):
7977         (as-make-style-sheet): Remove.
7978
7979         * scm/font.scm (as-make-font-list): New function.
7980         (as-font-sheet-alist): New variable.
7981
7982         * ly/paper-as9-init.ly: 
7983         * ly/paper-as5-init.ly: Update.
7984
7985         * ly/paper-as5.ly:
7986         * ly/paper-as9.ly: New file.
7987
7988 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
7989
7990         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
7991
7992 2003-05-28  Graham Percival  <gperlist@shaw.ca>
7993         * input/sondag-morgen/*: removed due to copyright concerns.
7994         * input/[a,b]*.ly: added a newline at the end of the texinfo
7995         doc string (produces better output in HTML version).
7996         * input/c*.ly: added texinfo index and added comments to
7997         aid in future changes to input/test/ files.
7998
7999 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8000         
8001         * Documentation/user/refman.itely: fixed build problem (missing
8002         file) caused by previous renaming.
8003
8004 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8005         
8006         * input/test/[a,b]*.ly: added texinfo index and added comments to
8007         aid in future changes to input/test/ files.
8008         * input/test/bar-number-every-5-reset.ly: renamed to
8009         bar-number-every-five-reset.ly
8010         * input/test/bar-script-visibility.ly: renamed to
8011         bar-number-show-all.ly
8012
8013 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8014
8015         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8016         to Voice.
8017
8018         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8019         out note-line and glissando functionality.
8020         
8021         * lily/line-spanner.cc (brew_molecule): cleanup.
8022
8023 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8024
8025         * scripts/as2text.scm: Use rdelim module.
8026         (start-system): Rename from start-line.
8027         (stop-system): Rename from stop-line.
8028         (af-gulp-file): Use string iso symbol for getenv.
8029
8030         * scm/output-ascii-script.scm: Add guile and lily modules.
8031         (font-name-alist): New variable.
8032         (draw-line): New function.
8033
8034         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8035         (Were these silently removed, without ChangeLog entry?)
8036
8037 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8038
8039         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8040         process 2nd ottava correctly.
8041
8042 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8043
8044         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8045
8046 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8047
8048         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8049
8050 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8051
8052         * VERSION: release 1.7.20
8053         
8054         * lily/text-spanner.cc (brew_molecule): clean up function. This
8055         fixes bugs with broken 8va spanners.
8056
8057         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8058         This prevents spurious line-breaks with raggedright
8059         
8060 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8061
8062         * lily/key-performer.cc (create_audio_elements): always use major
8063         key
8064
8065         * Documentation/user/internals.itely: updates
8066
8067         * input/regression/beam-break.ly: new file.
8068
8069         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8070         beams if starting or terminating stems have 'beaming set.)
8071
8072         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8073         property.
8074
8075         * lily/parser.yy (verbose_command_req): add comment about scales.
8076
8077 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8078
8079         * lilypond-indent.el: adjust regexps in bracket-matching.
8080
8081 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8082
8083         * Documentation/user/refman.itely: more tiny fixes
8084
8085         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8086         "Chord names"; added table with input syntax for solesmes neumes
8087         table; added some words about rationale on input syntax design
8088
8089         * lily/gregorian-ligature-engraver.cc,
8090         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8091         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8092         alignment of Pes Initio Debilis
8093
8094         * Documentation/user/refman.itely,
8095         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8096         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8097         bugs in the solesmes neumes table
8098
8099 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8100
8101         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8102         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8103
8104         * lilypond-mode.el: fix tag-score. small improvements.
8105
8106 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8107
8108         * .cvsignore: Add aclocal.m4.
8109
8110         * lily/music-constructor.cc: Include <assert.h>.
8111
8112 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8113
8114         * ly/engraver-init.ly (HaraKiriStaffContext): use
8115         RemoveEmptyStaffContext instead.
8116
8117         * Documentation/user/refman.itely: updates
8118
8119 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8120
8121         * Documentation/user/refman.itely: added solesmes neumes table;
8122         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8123         bugfix: "Ornaments" -> "Articulations"
8124
8125         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8126
8127 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8128
8129         * lilypond-indent.el: Add a message about trying to match \] or \).
8130         
8131 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8132         
8133         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8134         obsolete "arithmetic_*"
8135
8136         * input/bugs/ligatures.ly: removed (will be put into a different
8137         directory later)
8138
8139 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8140
8141         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8142         libkpathsea (Maurizio Tomasi).
8143
8144 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8145
8146         * input/regression/repeat-slash.ly (texidoc): new file
8147
8148         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8149         slash repeats separately. Slash repeats and %
8150         repeats can now be nested.
8151
8152 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8153
8154         * lilypond-indent.el: Add preliminary test for closing \] and \).
8155         
8156 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8157
8158         * lily/gregorian-ligature-engraver.cc,
8159         lily/vaticana-ligature-engraver.cc,
8160         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8161         mf/parmesan-heads.mf: various semivocalis related bugfixes
8162
8163         * input/bugs/ligatures.ly: new file demonstrating problems with
8164         ligatures
8165         
8166 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8167
8168         * lilypond-mode.el,
8169         lilypond-font-lock.el,
8170         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8171
8172 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8173
8174         * lilypond-mode.el: Remove outdated code. Stress the difference 
8175         between Emacs and XEmacs definitions.
8176
8177         * lilypond-mode.el,
8178         lilypond-indent.el: Define a function interactive only when necessary.
8179
8180 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8181
8182         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8183         Use inactive regions also in XEmacs.
8184
8185 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8186
8187         * Documentation/user/refman.itely (Repeat syntax): more updates
8188
8189         * lily/simple-spacer.cc (solve): move solution process into
8190         solve(). This fixes a bug with collisions and raggedright = ##t.
8191  
8192         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8193
8194         * ly/engraver-init.ly: remove GraceContext. Update examples.
8195
8196 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8197
8198         * GNUmakefile.in (fonts): Also make fontball.
8199
8200         * Website fixes:
8201
8202         * ly/engraver-init.ly (GraceContext): Add.
8203
8204         * run:
8205
8206             convert-ly $(find . -name *.ly)
8207
8208         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8209         new chords.
8210
8211 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8212
8213         * VERSION: 1.7.19 released
8214         
8215         * scm/music-functions.scm (set-octavation): new function.
8216
8217         * input/regression/ottava.ly: new file
8218
8219         * lily/translator-scheme.cc (LY_DEFINE): new function
8220         ly:unset-context-property
8221         (LY_DEFINE) new function ly:context-property-where-defined: 
8222
8223 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8224
8225         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8226
8227         * lilypond.words: add few.
8228
8229         * input/test/script-chart.ly: fix typo.
8230
8231 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8232
8233         * scm/define-grobs.scm: uniform naming for definitions and output
8234         routine files. 
8235
8236         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8237         scm/context-description.scm
8238
8239         * lily/parser.yy (translator_spec_body): add \description to the
8240         \translator{} body syntax.
8241
8242         * lily/ottava-engraver.cc: new file.
8243
8244         * scm/chord-name.scm (natural-chord-alteration): replace old
8245         chord stuff. 
8246
8247         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8248
8249         * Documentation/user/refman.itely (Metronome marks): update doco.
8250
8251         * input/regression/markup-note.ly: new file
8252
8253         * input/regression/metronome-marking.ly: new file
8254
8255         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8256
8257         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8258         metronome marks.
8259
8260 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8261
8262         * Documentation/user/GNUmakefile: Compatibility fix for new
8263         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8264         for making binary packages; info splitting bug has been fixed.
8265
8266         * Documentation/user/refman.itely: Compile fixes.
8267
8268 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8269
8270         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8271         Count \midi -keywords also for a region.
8272
8273 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8274
8275         * lily/lookup.cc (LY_DEFINE): new function
8276
8277         * Documentation/user/tutorial.itely: updates
8278
8279 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8280
8281         * lilypond-mode.el: Allow Midi on buffer.
8282         Use only '.ly'-extension, remove '.sly' and '.fly'.
8283         Allow use of inactive regions. Invoke next Command on Master file, 
8284         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8285
8286 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8287
8288         * Documentation/user/tutorial.itely: updates.
8289
8290 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8291
8292         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8293
8294 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8295
8296         * lily/coherent-ligature-engraver.cc: fixed typo
8297
8298         * lily/coherent-ligature-engraver.cc,
8299         lily/gregorian-ligature-engraver.cc,
8300         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8301         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8302         lily/vaticana-ligature-engraver.cc,
8303         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8304         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8305         removed all ligature specific stuff from NoteHead code
8306
8307         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8308         ligatures now use regular noteheads
8309
8310         * lily/vaticana-ligature.cc: tiny code cleanups
8311
8312         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8313         space between two adjacent noteheads of the same pitch
8314
8315         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8316         description; cleanup: removed obsolete font-family settings
8317
8318 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8319
8320         * lily/coherent-ligature-engraver.cc,
8321         lily/gregorian-ligature-engraver.cc,
8322         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8323         lily/mensural-ligature-engraver.cc,
8324         lily/vaticana-ligature-engraver.cc,
8325         lily/include/gregorian-ligature-engraver.hh: updated for new
8326         Coherent_ligature_engraver; added comments that describe the basic
8327         design ideas of the ligature implementation
8328
8329         * lily/coherent-ligature-engraver.cc,
8330         lily/include/coherent-ligature-engraver.hh: new file: shared code
8331         between mensural ligatures and Gregorian chant notation ligatures
8332
8333 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8334
8335         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8336         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8337         use only two arguments in sit-for, use no arguments in
8338         read-char-exclusive, backspace is not a character (127) in XEmacs.
8339
8340         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8341
8342 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8343
8344         * lilypond-mode.el: un-commenting works after syntax-table fix.
8345
8346         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8347         group, verbose commenting for syntax table.
8348
8349         * lilypond-indent.el: add TODO for ligature slurs.
8350
8351 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8352
8353         * lilypond-mode.el: Move comments of parenthesis matching away,
8354         (blink-matching-paren-on-screen) fix blinking in Emacs.
8355
8356         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8357         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8358
8359         * lilypond-indent.el: Add TODO for parenthesis matching.
8360
8361 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8362
8363         * lilypond-mode.el: Fix XEmacs: 
8364         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8365         invoke explicitly easy-menu-add (in Emacs done automatically).
8366         
8367         * lilypond.words: Add few words from input/*/*.ly.
8368
8369 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8370
8371         * VERSION (PATCH_LEVEL): release 1.7.18
8372
8373         * scripts/lilypond-book.py: only print basename for printfilename
8374         option
8375
8376         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8377         and syntax updates.
8378
8379 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8380
8381         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8382         better parametrisation. Move fatness of bulb downward.
8383
8384         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8385         glyph names. Underscores are not allowed .ps encoding files.
8386
8387 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8388
8389         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8390         variable "packed" for packed right-ragged mode
8391
8392         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8393         unused variable ragged; fixed indentation
8394
8395         * Documentation/user/refman.itely: tiny cleanups in ancient
8396         clef and custos section
8397
8398 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8399
8400         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8401         \applyoutput PROCEDURE
8402
8403         * lily/my-lily-lexer.cc: add \applyoutput.
8404
8405         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8406
8407         * lily/text-item.cc: clean text-interface description
8408
8409 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8410
8411         * input/{regression,test}/: use postfix for slur endings and beam
8412         begins.
8413
8414         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8415         style beams too. 
8416
8417         * input/regression/lyrics-melisma-beam.ly: new file.
8418
8419         * lily/lyric-engraver.cc (process_music): change from
8420         process_acknowledged_grobs()
8421
8422         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8423         functions to set and revert auto-beam settings.
8424
8425 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8426
8427         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8428
8429 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8430
8431         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8432         Documentation/user/lilypond.tely: fixed some typos; updated author
8433         info
8434
8435         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8436         #"" -> #'flag-style = #'()
8437
8438         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8439         cleanup: removed dead #includes
8440
8441         * lily/gregorian-ligature-engraver.cc,
8442         lily/include/gregorian-ligature.hh,
8443         scm/grob-property-description.scm: small cleanups, small spacing
8444         fixes
8445
8446         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8447         lily/vaticana-ligature.cc,
8448         lily/include/gregorian-ligature-engraver.hh,
8449         scm/grob-property-description.scm, scm/music-types.scm:
8450         "porrectus" -> "pes or flexa"
8451
8452         * ly/engraver-init.ly, scm/grob-description.scm,
8453         scm/grob-property-description.scm: junked porrectus, now handled
8454         by ligature code
8455
8456         * scm/grob-description.scm: bugfix: added space-alist entry for
8457         breathing sign/custos
8458
8459 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8460
8461         * Another grand 2003 update.
8462         
8463         * Remove mentioning of `mudela'; There's no such thing.
8464
8465 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8466
8467         * Documentation/user/preface.itely (Preface to version 1.8): update
8468
8469         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8470
8471         * Documentation/user/converters.itely (Invoking convert-ly): revise
8472
8473         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8474
8475         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8476
8477 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8478
8479         * Documentation/user/internals.itely: more updates.
8480
8481 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8482
8483         * Documentation/user/refman.itely: revise 
8484
8485         * Documentation/user/internals.itely: revise
8486
8487         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8488
8489 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8490
8491         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
8492         beautification: reformatted ancient clefs section; cleanup: small
8493         wording fixes
8494
8495 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
8496
8497         * lilypond.words: added words for chant notation, sorted
8498         alphabetically through "sort lilypond.words"
8499
8500 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
8501
8502         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
8503         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
8504         chant notation
8505
8506 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
8507
8508         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
8509         prevent TeX from interpreting them as long dash
8510
8511         * input/test/vaticana.ly: updated
8512
8513         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
8514         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
8515         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
8516         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
8517         fixes
8518
8519         * mf/parmesan-heads.mf: ledger endings: removed dead code
8520
8521 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8522
8523         * VERSION: 1.7.17 released
8524         
8525         * Documentation/user/GNUmakefile
8526         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
8527         files too.
8528
8529         * scm/document-markup.scm: new file: document all markup
8530         functions.
8531
8532         * scm/documentation-generate.scm: rename all documentation modules
8533         to document-*.scm
8534
8535         * scripts/lilypond-book.py: generate link to .ly file iso. link to
8536         .png
8537
8538         * input/test/divisiones.ly: added
8539
8540         * input/regression/output-property.ly: new file
8541
8542         * lily/cluster.cc: change cluster-interface to use style property
8543
8544 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
8545
8546         * input/test/chord-names-german.ly: modified.
8547
8548         * scm/chords-ignatzek.scm:
8549           chord-name->german-markup: Added
8550           note-name->german-markup: Changed (now producing lowercase notenames)
8551
8552         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
8553         
8554 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8555
8556         * scripts/convert-ly.py (FatalConversionError.conv):
8557         divisiominima -> divisioMinima, etc.
8558
8559         * ly/engraver-init.ly (FiguredBassContext): add
8560         Separating_line_group_engraver to Figured bass context.
8561
8562         * ly/german-chords-init.ly: remove file
8563
8564         * input/test/chord-names-german.ly (scm): new file.
8565
8566         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
8567
8568         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
8569         Chord_name_engraver
8570
8571         * Documentation/user/refman.itely: lots of updates.
8572
8573         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
8574         new file
8575
8576         * input/test/bar-number-every-5-reset.ly: new file.
8577
8578 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8579
8580         * input/regression/chord-name-major7.ly: new file
8581
8582         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
8583         if specced explicitly.
8584
8585         * input/regression/chord-name-entry-11.ly: new file.
8586
8587         * input/test/slur-beautiful.ly: new file.
8588
8589         * Documentation/user/refman.itely: updates.
8590
8591         * input/regression/collisions.ly (threevoice): cleanup.
8592
8593         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
8594
8595 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8596
8597         * Documentation/user/*.itely: various updates.
8598
8599         * ly/spanners-init.ly: enddecr/ endcr.
8600
8601         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
8602         of tutorial
8603
8604 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8605
8606         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
8607
8608         * lily/new-chord-name-engraver.cc (process_music): use octavation
8609         (a number) instead of original-pitch to store inversions. This
8610         fixes a problem with transposed chords with inversions.  
8611
8612 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8613
8614         * stepmake/aclocal.m4: Include compile fix for broken flex, as
8615         used in includable-lexer.hh.
8616
8617         * lily/includable-lexer.cc: Bugfix: include config.h.
8618
8619         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
8620         circumvention of Debian packaging bug.
8621
8622 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8623
8624         * flex-2.5.31 hits Debian/unstable.  Fixes below.
8625         
8626         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
8627
8628         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
8629         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
8630
8631         * lily/include/includable-lexer.hh: 
8632         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
8633
8634         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
8635
8636         * aclocal.m4: Regenerate.
8637
8638         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
8639         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
8640
8641         * scm/pdf.scm (use-modules): Include lily.
8642
8643         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
8644         Noordkamp).
8645         (use-modules): Include lily.
8646         (lily-def): Bugfix: include tex-val in let.
8647
8648 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
8649
8650         * lilypond-mode.el: sensible error if lilypond.words not found.
8651
8652         * lilypond.words: add few words.
8653
8654 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
8655
8656         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
8657
8658         * mf/parmesan-scripts.mf: fixed typo in char name
8659
8660 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8661
8662         * VERSION: 1.7.16 released
8663
8664         * python/lilylib.py (setup_temp): temporary directories are mode 700.
8665         (this is a security vulnerability).
8666
8667         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
8668
8669         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
8670         add staff support.
8671
8672 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
8673
8674         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
8675         ly/script-init.ly, scm/script.scm: bugfix: renamed
8676         fermata->signumcongruentiae to fix naming clash with feta font
8677
8678 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8679
8680         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
8681
8682         * lily/multi-measure-rest-engraver.cc
8683         (start_translation_timestep): use grace timing too for determining
8684         when to make mmrest.
8685         (start_translation_timestep): clear numbers too.
8686
8687 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
8688
8689         * scm/music-types.scm: compile fix: escape braces
8690
8691         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
8692         work around font selection problem
8693
8694         * Documentation/user/refman.itely: BreathingSign: added docu for
8695         property "text"
8696
8697 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8698
8699         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
8700         information.
8701
8702 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8703
8704         * lily/multi-measure-rest-engraver.cc (class
8705         Multi_measure_rest_engraver): make multiple Number objects, one
8706         for each MultiMeasureTextEvent.
8707
8708         * scm/music-functions.scm (glue-mm-rest-texts): use
8709         MultiMeasureTextEvent
8710
8711         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
8712
8713         * Documentation/user/refman.itely (Multi measure rests): update.
8714
8715 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8716
8717         * lily/ly-module.cc (ly_copy_module_variables): use
8718         scm_internal_hash_fold() for iterating modules.
8719
8720 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
8721
8722         * Documentation/user/refman.itely: Section Custodes: added more
8723         example code
8724
8725         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
8726         neo-mensural rests to parmesan font
8727
8728         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
8729         header
8730
8731 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8732
8733         * Documentation/user/macros.itexi: @fileref macro.
8734
8735         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
8736         each file. 
8737
8738 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
8739
8740         * lily/include/custos.hh, make/lilypond.suse.spec.in,
8741         Documentation/topdocs/AUTHORS.texi: updated my email address
8742
8743         * Documentation/user/refman.itely: updated custos documentation;
8744         beautified divisiones example; beautified articulations table
8745
8746         * lily/breathing-sign.cc: bugfix: finalis molecule
8747
8748 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
8749
8750         * Documentation/user/refman.itely: added docu for
8751         contemporary fermata symbols, gregorian breathing signs; small fixes
8752
8753         * ly/gregorian-init.ly: removed obsolete #'type props
8754
8755 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8756
8757         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
8758         minimum-length property correctly.
8759
8760 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8761
8762         * scm/music-functions.scm (make-multi-measure-rest): set input
8763         locations for multimeasure rests.
8764
8765 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
8766
8767         * input/regression/breathing-sign.ly: updated to for ancient
8768         notation
8769
8770 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8771
8772         * scripts/ly2dvi.py: Add newline.
8773
8774 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8775
8776         * scripts/ly2dvi.py (dependency_files): Compile fix.
8777
8778 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8779
8780         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
8781         (make_html_menu_file): --html menu. 
8782
8783 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8784
8785         * scripts/ly2dvi.py (run_dvips): +add the .map file 
8786
8787 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8788
8789         * input/screech-boink.ly: new file.
8790
8791 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8792
8793         * scripts/lilypond-book.py (make_lilypond_file): convert
8794         lilypond-file to lilypond block directly, without going through
8795         begin/end lilypond text.
8796         
8797
8798 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
8799
8800         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
8801         scm/grob-description.scm: moved Michael's original breathing sign
8802         code in brew_molecule() to divisio_minima(); provided new
8803         brew_molecule() that effectively replaces the
8804         Text_item::brew_molecule callback (with additional fallback to
8805         Michael's original code); added callbacks for brewing divisio
8806         maior/maxima and finalis
8807
8808         * gregorian-init.ly: added breathing sign shortcuts for virgula,
8809         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
8810
8811         * script-init.ly: added shortfermata, longfermata,
8812         verylongfermata, varcoda
8813
8814         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
8815         longfermata, verylongfermata, varcomma, varcoda
8816
8817 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8818
8819         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
8820           Remove all noquote and insert a few quote.
8821         
8822         * Documentation/user/lilypond-book.itely (Music fragment options),
8823           scripts/lilypond-book.py: Don't include quotation blocks by
8824           default. Introduce option quote instead of noquote
8825
8826 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8827
8828         * VERSION: 1.7.15 released
8829         
8830         * Documentation/user/lilypond.tely: omf updates.
8831
8832         * buildscripts/texi2omf.py (omf_vars): include version.date
8833
8834         * make/lilypond.redhat.spec.in: fixes for spec file. 
8835
8836         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
8837         by function definition: lily now requires a recent GNU Make.
8838
8839         * scripts/lilypond-book.py (write_deps): remove .tex dependency
8840         writing.
8841
8842         * make/ly-rules.make: remove .ly -> .tex rule
8843
8844         * Documentation/user/refman.itely (Figured bass): revised figured
8845         bass example.
8846
8847 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8848
8849         * stepmake/stepmake/omf-targets.make (local-install): add
8850         scrollkeeper-update message.
8851
8852         * scripts/lilypond-book.py (lilypond_binary): explicity add path
8853         to binary.
8854         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
8855
8856         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
8857
8858         * Documentation/user/converters.itely (Invoking midi2ly): add
8859         track/channel notice.
8860
8861 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8862
8863         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
8864
8865         * lily/parser.yy (scalar): DIGIT is also a scalar.
8866
8867         * Documentation/user/music-glossary.tely: add @omf tags
8868
8869         * Documentation/user/lilypond.tely: add @omf tags
8870
8871         * scm/generate-documentation.scm (string-append): add @omf tags.
8872
8873         * stepmake/stepmake/omf-*: new files 
8874
8875         * input/regression/multi-measure-rest.ly (texidoc): add doco
8876
8877         * GNUmakefile.in (web-doc-install): add web-doc-install target
8878
8879         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
8880         fixes crashes while dumping MIDI.
8881
8882         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
8883         midi
8884
8885 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8886
8887         * buildscripts/texi2omf.py: new file.
8888
8889         * mf/feta-beugel.mf: include font count, not staffsize (16) in
8890         font-name
8891
8892 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8893
8894         * input/regression/beam-manual-beaming.ly (texidoc): new file.
8895
8896         * lily/sequential-iterator.cc (descend_to_child): call
8897         descend_to_child() for all types of music.
8898
8899 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8900
8901         * scm/translator-property-description.scm: Add
8902         bassFigureFormatFunction.  Replace some entries.
8903
8904 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8905
8906         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
8907         clean out.
8908
8909 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8910
8911         * scripts/midi2ly.py (Note.dump): never dump duration for
8912         dump_dur=0.
8913
8914         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
8915         new function
8916
8917         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
8918         figures using new markups. Much simpler, and should improve layout
8919         a little.
8920
8921         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
8922
8923 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8924
8925         * ly/engraver-init.ly: use Hara kiri by default for 
8926         ChordNames, FiguredBass and Lyrics(Voice) context. 
8927
8928         * lily/axis-group-engraver.cc (acknowledge_grob): use
8929         rhythmic-grob-interface for selecting items not to hara-kiri'd 
8930
8931         * scm/new-markup.scm (markup-function-list): add bracket,
8932         vbracket.
8933
8934         * ly/engraver-init.ly (ChordNamesContext): set
8935         minimumVerticalExtent
8936
8937 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8938
8939         * input/test/time-signature-double.ly: new file 
8940
8941         * input/regression/collision-head-chords.ly (texidoc): new file.
8942
8943         * lily/type-swallow-translator.cc: add note swallow translator 
8944
8945         * input/test/time-signature-double.ly: new file.
8946
8947         * lily/type-swallow-translator.cc: add Rest_swallow_translator
8948
8949         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
8950         (FiguredBassContext): idem.
8951
8952         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
8953
8954         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
8955
8956         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
8957
8958         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
8959         .afm dependency
8960
8961         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
8962
8963         * python/lilylib.py (make_page_images): add function.
8964
8965         * scripts/ly2dvi.py (run_latex): include title in preview image.
8966
8967         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
8968         from lilypond-book for <ly2dvifile> tags in HTML.
8969
8970         * scripts/ly2dvi.py (option_definitions): add --debug option to
8971         print out environment.
8972
8973         * input/regression/tie-chord-partial.ly: new file.
8974
8975 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
8976
8977         * lilypond.words: add 3
8978
8979 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8980
8981         * scm/new-markup.scm (markup-function-list): add finger-markup
8982
8983         * input/tutorial/brahms-tweaked.ly: new markup 
8984
8985         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
8986
8987         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
8988         crash when processing '() markup
8989
8990         * input/regression/breathing-sign.ly (texidoc): add caesura example.
8991
8992         * lily/breathing-sign.cc (railtracks): another caesura.
8993
8994         * mf/feta-schrift.mf: caesura symbol. 
8995
8996 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8997
8998         * scripts/convert-ly.py (FatalConversionError.conv): add
8999         ly:molecule-XXX conversions.
9000
9001         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9002
9003         * input/regression/multi-measure-rest-text.ly: new file.
9004
9005         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9006         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9007
9008         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9009         ScoreContext
9010
9011         * scm/new-markup.scm (center-markup): \center markup.
9012
9013         * scm/music-functions.scm: remove pitchify scripts.
9014
9015         * lily/music.cc (print_smob): display music name if available 
9016
9017 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9018
9019         * Documentation/user/refman.itely (Instrument names): remove
9020         \turnOff doco.
9021
9022 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9023
9024         * lily/score.cc (mark_smob): bugfix.
9025
9026         * input/regression/rehearsal-mark.ly: new file.
9027
9028         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9029         report error at the current token again.
9030
9031 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9032
9033         * cygwin/mknetrel: Exit if doc build fails.
9034
9035         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9036
9037 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9038
9039         * scm/music-types.scm (music-descriptions): add doc strings
9040
9041 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9042
9043         * lily/lexer.ll: 
9044         * lily/include/my-lily-lexer.hh: 
9045         * lily/include/includable-lexer.hh: Add flex kludge.
9046
9047         * config.hh.in: 
9048         * config.make.in: 
9049         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9050         cruft.
9051         
9052         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9053         code.
9054
9055 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9056
9057         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9058
9059         * lily/parser.yy (new_chord): Compile fix.
9060
9061 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9062
9063         * Documentation/user/refman.itely (Tuning groups of objects):
9064         remove documentation for \turnOff. 
9065
9066         * lily/percent-repeat-engraver.cc (try_music): add correct
9067         processing moments for double-measure percents as well.
9068
9069         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9070
9071         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9072         grob prop type. 
9073
9074         * Documentation/user/refman.itely (Printing named chords): add
9075         chord name tweak doco.
9076
9077         * input/template/gregorian-transcription.ly: new file.
9078
9079 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9080
9081         * VERSION: 1.7.13 released
9082         
9083         * input/test/*: lots of cleanups/comment-outs/removals in chord
9084         examples
9085         
9086         * input/regression/*: lots of cleanups/comment-outs/removals in
9087         chord examples
9088         
9089         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9090         options
9091
9092         * lily/new-chord-name-engraver.cc (process_music): give original
9093         inversion pitch to chord name routine.
9094
9095         * input/tutorial/os-score.ly: update to new markup
9096
9097         * Documentation/user/appendices.itely: simply include
9098         chords-ignatzek. 
9099
9100         * Documentation/user/refman.itely (Chords mode): add documentation
9101         for chord mode.
9102
9103         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9104         not present in chord.
9105         (construct-chord): add inversion and bass support.
9106
9107         * lily/chord.cc: junk contents.
9108
9109 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9110
9111         * Documentation/user/refman.itely:
9112         * Documentation/user/music-glossary.tely: fix. 
9113
9114 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9115
9116         * scm/chord-entry.scm (construct-chord): move chord construction
9117         to Scheme.
9118
9119         * lily/parser.yy (new_chord): new setup for chord entry.
9120
9121 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9122
9123         * lilypond.words:
9124         * Documentation/user/music-glossary.tely: add ambitus.
9125
9126 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9127
9128         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9129
9130         * lily/include/*.hh: string() -> to_string()
9131
9132         * scm/chords-ignatzek.scm: new file.
9133
9134         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9135         standard chord name exceptions.
9136
9137         * scm/translator-property-description.scm (chordNameSeparator):
9138         add property.
9139         (majorSevenSymbol): add property
9140
9141         * lily/translator-scheme.cc (ly:context-properties): new function
9142         (ly:context-parent): new function.
9143         (print_smob): print context name.
9144
9145         * lily/music.cc (ly:get-music-length): new function
9146         (print_smob): don't print properties.
9147
9148         * lily/duration.cc (duration<?): new function
9149
9150         * input/regression/chords-funky-ignatzek.ly: new file.
9151
9152         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9153         jazz chords.
9154
9155         * lily/pitch.cc (ly:pitch-diff): new function.
9156
9157         * input/regression/chords-ignatzek.ly: new file.
9158
9159 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9160
9161         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9162         pitches for jazz chords.
9163
9164 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9165
9166         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9167
9168 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9169
9170         * lilypond.words: add 1
9171
9172 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9173
9174         * Documentation/topdocs/AUTHORS.texi: refine.
9175
9176 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9177
9178         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9179         
9180         * lilypond.words: add one.
9181
9182 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9183
9184         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9185         Fontify bass note in chords, e.g., e in c1/e.
9186         
9187 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9188
9189         * Documentation/user/music-glossary.tely: Dutch updates and
9190         additions (Arent Storm).
9191
9192 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9193
9194         * input/regression/ambitus.ly:  move file.      
9195
9196         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9197
9198         * lily/event.cc (transpose): add tonic property to Key_change_req
9199         and to Key_engraver.
9200
9201 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9202
9203         * Documentation/user/refman.itely: fix typo.
9204
9205         * lilypond.words: removed wrong identifiers.
9206
9207 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9208
9209         * mf/feta-toevallig.mf: make flat stem shorter 
9210
9211 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9212
9213         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9214
9215         * lilypond.words: add from Phrasing slur.
9216         
9217 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9218
9219         * lilypond-mode.el: allow launching multiple ViewPS processes.
9220         
9221         * lilypond.words: add from Text markup.
9222
9223 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9224
9225         * input/test/ossia.ly (texidoc): add comment.
9226
9227         * input/regression/voice-follower.ly: new file.
9228
9229         * mf/feta-toevallig.mf: make flat heavier.
9230
9231         * lily/cluster-engraver.cc: clean up Cluster engraver
9232
9233         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9234         Engraver. Use Note_column to compute Y positions and deal with
9235         line break stuff.
9236
9237 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9238
9239         * lily/stem.cc: move french-beaming to stem.
9240
9241 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9242
9243         * lilypond-font-lock.el: fontify all durations in chords.
9244
9245         * lilypond.words: add from lily/my-lily-lexer.cc
9246
9247 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9248
9249         * VERSION: release 1.7.12
9250
9251         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9252
9253         * lily/gregorian-ligature.cc: new file
9254
9255         * lily/*: the Great 2003 search & replace.
9256
9257         * Documentation/user/refman.itely (Manual repeat commands): add
9258         note about font selection.
9259
9260 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9261
9262         * lilypond-mode.el: propose recompiling midi while invoking playing,
9263         not while stopping playing.
9264
9265 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9266
9267         * lilypond.words: add one.
9268
9269         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9270         and expressional note grouping. Fontify chord modes.
9271
9272 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9273
9274         * Documentation/user/music-glossary.tely (Top): translate melisma.
9275
9276 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9277
9278         * Documentation/user/music-glossary.tely (Top): add melisma.
9279
9280 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9281
9282         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9283         interfaces for (abstract) grob GregorianLigature
9284
9285         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9286         renamed head* -> glyph_name*, x-shift* -> x-offset*
9287
9288         * scm/grob-property-description.scm: bugfix: added missing descriptions
9289
9290 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9291
9292         * input/test/chord-names-dpnj.ly: New file.
9293
9294         * scm/double-plus-new-chord-name.scm: Implement full and partial
9295         exceptions.
9296
9297         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9298
9299         * scm/double-plus-new-chord-name.scm
9300         (double-plus-new-chord->markup): Fix sub->markup.
9301
9302
9303 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9304
9305         * lily/custos-engraver.cc: added TODO; editorial changes
9306
9307         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9308         consistency with other ligature engravers; removed access on (now)
9309         private variable _ligature of Ligature_engraver
9310
9311         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9312         renamed last_bound -> last_bound_; issue programming_error on
9313         abstract method calls; moved primitives code from
9314         Mensural_bracket_engraver to here (because almost ligature
9315         engravers will need it); renamed try_stop_ligature () ->
9316         typeset_ligature (); bugfix: store primitives of finished ligature
9317         in separate variable finished_primitives_ to avoid clash on input
9318         like "\] \["; added current_ligature () to enable access on
9319         private variable _ligature
9320
9321         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9322         (now in super class); renamed try_stop_ligature () ->
9323         typeset_ligature ()
9324
9325         * lily/mensural-ligature.cc: issue programming_error on abstract
9326         method calls
9327
9328         * lily/note-heads-engraver.cc: added TODO comment upon bool
9329         in_ligature
9330
9331         * mf/parmesan-heads.mf: fixed some of set_char_box()
9332
9333         * scm/grob-description.scm: added VaticanaLigature
9334
9335         * scm/grob-property-description.scm: added neume prefix properties
9336
9337         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9338         lily/include/gregorian-ligature-engraver.hh,
9339         lily/include/gregorian-ligature.hh: new files; framework for
9340         gregorian ligature engravers such as vaticana
9341
9342         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9343         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9344         vaticana style ligature implementation (still somewhat uncomplete)
9345
9346 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9347
9348         * VERSION: release 1.7.11
9349
9350         * scripts/convert-ly.py: add ly:pitch-transpose rule
9351
9352 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9353
9354         * input/test/dpncnt.ly: New file.
9355
9356         * lily/my-lily-lexer.cc: Add chordnames keyword.
9357
9358         * lily/parser.yy (chordnames_block): Parse chord name exception
9359         lists, see input/test/dpncnt.ly.
9360
9361         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9362         function.
9363
9364         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9365         filter-out too.
9366
9367         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9368         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9369         pitch functions (except for ly:make-pitch, but that's apparently
9370         some sort of scheme naming standard?).
9371
9372         * scm/lily.scm (!=): define-public.
9373
9374         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9375
9376 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9377
9378         * scm/double-plus-new-chord-name.scm
9379         (double-plus-new-chord-name->markup): New file.
9380
9381 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9382
9383         * python/lilylib.py (make_preview): don't suppress progress for
9384         bbox extraction.
9385
9386 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9387
9388         * Documentation/user/appendices.itely (scheme): update for new syntax.
9389
9390         * input/regression/chord-name-styles.ly: new file
9391
9392         * lily/instrument-name-engraver.cc: create instrument names
9393         without barline too.  Allows instrument name on ChordNames  
9394
9395         * scm/new-markup.scm (interpret-markup): allow simple strings as
9396         markup too.
9397
9398 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9399
9400         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9401         (step->markup-accidental): Fix: add accidental.
9402         (chord::inner-name-american): 
9403         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9404         append stray '/' if last superscript addition was 'o'.
9405
9406         * scm/new-markup.scm (normal-size-sub-markup) 
9407         (normal-size-super-markup): New function.
9408
9409         * lily/source-file.cc (Source_file): Add warning for possibly
9410         intentional but suspicious initialization.
9411
9412         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9413         add comments about cut-and-paste programming.
9414
9415         * flower/rational.cc (lcm): Not used; comment out.
9416
9417 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9418
9419         * lily/new-fingering-engraver.cc (position_scripts): use
9420         fingerHorizontalDirection to determine fingering horizontal
9421         directions.
9422  
9423         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9424         fingering support.
9425
9426         * scripts/convert-ly.py (FatalConversionError.conv): add style
9427         conversion rule. 
9428
9429         * scm/chord-name.scm (set-chord-name-style): new function.
9430         (new-chord-name-brew-molecule): revise to interpret markup only
9431         (new-chord->markup): cleanuppish rewrite. To be called from the
9432         new engraver.
9433
9434         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9435         Markup earlier, during interpreting.
9436
9437         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9438         style settings. Rename to chord-names-*.ly
9439
9440 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9441
9442         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9443         markup code and update to new markup.  Most probably broke some of
9444         it.
9445         
9446 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9447
9448         * Documentation/user/refman.itely: added docu for ambitus and
9449         clusters
9450
9451         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9452         ly_quote_scm() in lookup.cc
9453
9454         * mf/parmesan-clefs.mf: set_char_box fix
9455
9456         * lily/cluster-engraver.cc: junk implicit protection; use
9457         Protected_scm instead
9458
9459 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9460
9461         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9462         throughout.
9463
9464         * scm/new-markup.scm: Turn-off error-triggering test code.
9465
9466 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9467
9468         * scm/new-markup.scm (markup-thrower-typecheck) 
9469         (markup-typecheck?):  add full typechecking functions.
9470         (make-markup-maker): add make-FOO-markup functions.
9471         (markup-argument-list-error): nice error checking messages.
9472         (make-markup): better function: less quoting escapades.
9473
9474 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9475
9476         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9477
9478 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9479
9480         * cygwin/lilypond.hint (requires): Add cygwin.
9481
9482         * .cvsignore: Remove stepmake (huh!?!), add lib.
9483
9484         * GNUmakefile.in: Add libdir links for builddir runs.
9485
9486         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9487         instead of datadir.
9488
9489         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9490         local_lilypond_libdir.
9491
9492         * config.make.in (lilypond_libdir): Add.
9493
9494         * stepmake/stepmake/substitute-rules.make: 
9495         * stepmake/stepmake/script-rules.make: 
9496         * stepmake/stepmake/python-module-rules.make:
9497         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
9498         lilypond-python-module patch.
9499
9500 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9501
9502         * Documentation/user/refman.itely (Graphical interfaces): add note
9503         about xml2ly.
9504
9505 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9506
9507         * scripts/ly2dvi.py (run_dvips): remove trailing newline
9508
9509 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9510
9511         * VERSION: released 1.7.10
9512
9513         * scripts/musedata2ly.py (): idem
9514
9515         * scripts/midi2ly.py (dump_chord): idem
9516
9517         * scripts/etf2ly.py (version): idem 
9518
9519         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
9520
9521         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
9522
9523         * scm/tex.scm (tex-output-expression): remove eval compat
9524         glut. Other output files too.
9525
9526         * scm/chord-name.scm: don't export anything from chord module.
9527
9528         * input/test/american-chords.ly: idem
9529
9530         * input/test/banter-chords.ly (texidoc): idem
9531
9532         * input/test/Cc-chords.ly: add breakage notes.
9533
9534         * Documentation/user/refman.itely (Text markup): rewrite manual
9535         section.
9536
9537         * lily/parser.yy (scalar): allow \markup { } as property value. 
9538
9539         * scm/chord-name.scm: complete new markup usage
9540
9541         * scm/grob-description.scm (all-grob-descriptions): use new markup
9542         texts by default
9543
9544 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9545
9546         * scm/chord-name.scm: partial move to new markup texts.
9547
9548 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9549
9550         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
9551
9552         * scm/bass-figure.scm (brew-bass-figure): make stack direction
9553         settable.
9554
9555 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
9556
9557         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
9558         invoked for old midi, wait for killing.
9559
9560 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
9561
9562         * Documentation/user/music-glossary.tely: Finnishing.
9563
9564 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9565
9566         * mf/feta-nummer-code.mf: some kerning pairs.
9567
9568 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
9569
9570         * scm/output-lib.scm (set-bar-number-visibility): Context-function
9571         Added.
9572
9573         * Documentation/user/refman.itely (Bar numbers):
9574         set-bar-number-visibility added, modulo-bar-number removed again
9575         (sorry).
9576
9577 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
9578
9579         * scm/output-lib.scm (modulo-bar-number-visible): add function.
9580
9581         * Documentation/user/refman.itely: add modulo-bar-number-visible.
9582
9583         * Documentation/user/music-glossary.tely: translate into Finnish.
9584
9585 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9586
9587         * lilypond-mode.el: add shortcut for 2midi
9588
9589         * lilypond-font-lock.el: fontify lyrics
9590
9591 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
9592
9593         * scm/drums.scm : use 1.7.x names.
9594
9595         * input/regression/drums.ly : Don't use << chords >>
9596
9597 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9598
9599         * lilypond-mode.el: tidy, add TODO
9600
9601         * make/lilypond.mandrake.spec.in: install-info quietly.
9602
9603 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9604
9605         * input/test/markup.ly: use new syntax.
9606
9607 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9608
9609         * ly/params-init.ly (interscoreline): add word-space
9610
9611         * input/test/metronome.ly (eighthNote): idem.
9612
9613         * input/test/script-priority.ly: use new markup
9614
9615         * lily/parser.yy (markup): allow HEAD markup0 markup1 
9616
9617         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
9618
9619         * lily/parser.yy (gen_text_def): bugfix.
9620         (full_markup): allow markup identifier.
9621
9622 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
9623
9624         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
9625         jobs at the same time. Add horizontal lines to Command menu.
9626         Allow one compiling job -- propose killing others before a new one.
9627
9628         * lilypond.words: add markup, teeny, etc.
9629
9630 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
9631
9632         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
9633         Allow only one type of midi process; launching Midi either stops
9634         midis or plays the current midi and launching MidiAll stops midis
9635         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
9636         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
9637
9638 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9639
9640         * lily/text-engraver.cc (process_acknowledged_grobs): use new
9641         markup  for new markup texts.
9642
9643         * lily/mark-engraver.cc (process_music): idem
9644         
9645         * lily/instrument-name-engraver.cc (create_text): idem
9646
9647         * scm/new-markup.scm (magnify-markup): new function.
9648
9649         * scm/molecule.scm (stack-lines): bugfix.
9650
9651         * lily/font-interface.cc (get_font): take font-magnification from
9652         alist chain.
9653
9654 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9655
9656         * lily/molecule-scheme.cc: move scheme functions to separate file.
9657
9658         * lily/font-metric.cc  (ly_get_glyph): new function. 
9659         
9660         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
9661         (italic-markup, dynamic-markup): new functions
9662         (font-markup): new function
9663
9664         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
9665         padding and minimum
9666
9667 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
9668
9669         * lily/accidental-engraver.cc:
9670         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
9671
9672 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
9673
9674         * lilypond.vim:
9675         * lilypond-font-lock.el: Put \longa as duration. Accept only 
9676         [a-zA-Z] for user defined identifiers. Separate note cases 
9677         with and without a duration (allow cis\longaX).
9678
9679         * lilypond.words: Add words from Info.
9680
9681 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9682
9683         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
9684
9685 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
9686
9687         * lilypond-mode.el: Propose reverting buffer before a command if
9688         it was edited with an another editor.
9689
9690 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9691
9692         * lily/molecule.cc (ly_translate_molecule): new function
9693
9694         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
9695         into libdir
9696
9697         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
9698
9699         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
9700
9701 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
9702
9703         * lilypond.words: take \words from Info-index.
9704
9705 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9706
9707         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
9708
9709 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
9710
9711         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
9712
9713 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
9714
9715         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
9716         and lilypond-documentation.
9717
9718 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9719
9720         * lily/parser.yy: Compile fix (bison 1.75).
9721
9722 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9723
9724         * VERSION: 1.7.9 released
9725
9726         * scm/music-functions.scm (shift-one-duration-log): refactor.
9727         Use music-map.
9728
9729         * input/regression/chord-tremolo.ly (texidoc): add dot test.
9730
9731         * NEWS: update.
9732
9733         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
9734         argument
9735         
9736         * scm/music-functions.scm (display-music): new function
9737         (music-map): change arg order.
9738
9739         * input/regression/new-markup-syntax.scm: new file
9740
9741         * lily/parser.yy (markup): add \markup { .. } syntax.
9742
9743         * scm/new-markup.scm (override-markup): new function
9744         (lookup-markup): new function
9745         (music-markup): new function
9746         (lookup-markup-command): use markup-signature to store argument
9747         format for parser.
9748
9749         * lily/lexer.ll: preliminary \markup syntax. 
9750
9751 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
9752
9753         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
9754         add pre/post-dependencies and menus with icons from source.
9755
9756         * Documentation/pictures/lilypond-48x48.xpm:
9757         * Documentation/pictures/lilypond-32x32.xpm:
9758         * Documentation/pictures/lilypond-16x16.xpm: new files, background
9759         transparent.
9760
9761         * stepmake/stepmake/generic-targets.make:
9762         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
9763
9764 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9765
9766         * input/regression/music-map.ly (texidoc): new file.
9767
9768         * scm/music-functions.scm (music-map): new function
9769
9770 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9771
9772         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
9773
9774 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
9775
9776         * input/test/to-xml.ly:
9777         * lily/ligature-engraver.cc: Fixes documentation.
9778
9779         * lilypond.mandrake.spec.in:
9780         * lilypond.redhat.spec.in: Add lilypond.words.
9781
9782         * Documentation/user/refman.itely: Mention Info inside emacs.
9783         
9784         * lilypond.suse.spec.in:
9785         * lilypond.redhat.spec.in:
9786         * lilypond.mandrake.spec.in: Set root-owner for doc
9787         (tobbe@nyvalls.se).
9788
9789 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9790
9791         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
9792         os.popen.read ().
9793
9794 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9795
9796         * scripts/ly2dvi.py (include_path): print warning if failing anything.
9797
9798         * python/lilylib.py (error): add space
9799
9800 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9801
9802         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
9803         distribution.
9804
9805 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9806
9807         * lily/paper-outputter.cc (Paper_outputter): close port when
9808         finishing score.
9809
9810 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9811
9812         * scm/sodipodi.scm: Fixes.
9813
9814 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
9815
9816         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
9817
9818         * buildscripts/make-font-dir.py: Fix. 
9819
9820 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
9821
9822         * lilypond-mode.el: Add support for Info inside Emacs.
9823
9824 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9825
9826         * buildscripts/make-font-dir.py: 
9827         * mf/GNUmakefile: Make sodipodi font map.
9828
9829         * scm/sodipodi.scm: Add more output functions.
9830
9831         * mf/feta-nummer.mf: 
9832         * mf/feta-beugel.mf: Add font_coding_scheme.
9833
9834         * lily/paper-outputter.cc (output_header): Fix creator string.
9835
9836 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
9837
9838         * lilypond-mode.el (LilyPond-autocompletion): invoked with
9839         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
9840
9841         * lilypond.words: add two (Everybody can add/remove words now!).
9842
9843         * debian/rules:
9844         * make/lilypond.suse.spec.in:
9845         * make/lilypond.mandrake.spec.in:
9846         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
9847
9848         * Documentation/user/refman.itely: Mention autocompletion.
9849
9850 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9851
9852         * scripts/ly2dvi.py: Add paper sizes.
9853
9854         * lily/timing-engraver.cc: 
9855         * lily/time-signature.cc: 
9856         * lily/span-bar.cc: 
9857         * lily/grob-scheme.cc: Code formatting fixes.
9858
9859         * scm/sodipodi.scm: 
9860         * scm/sketch.scm:
9861         * buildscripts/mf-to-table.py: 
9862         * buildscripts/make-font-dir.py: Font testing.
9863
9864 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
9865
9866         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
9867         inserts try-completion and shows all-completions.
9868
9869         * lilypond.words: '\' -> '\\'
9870
9871         * lilypond-mode.el: load libraries in the end, lilypond.words defines
9872         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
9873         
9874         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
9875         and LilyPond-reserved-words.
9876         
9877 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
9878
9879         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
9880         from load-path.
9881         
9882         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
9883         the mini-buffer with Control-Shift-c.
9884         
9885 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9886
9887         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
9888         duration. This fixes \tempo taking time.
9889
9890 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9891
9892         * lily/volta-engraver.cc (process_acknowledged_grobs): 
9893         Allow for text markup in repeatCommands. 
9894
9895 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
9896
9897         * lilypond-mode.el (LilyPond-insert-string): new function, use it
9898         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
9899         Get rid of skeleton.el-dependency.
9900
9901         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
9902
9903 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9904
9905         * lily/beam-engraver.cc (stop_translation_timestep): reset
9906         now_stop_ev_
9907
9908         * lily/scm-option.cc: add parse-protect to ly:set-option
9909
9910         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
9911
9912 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9913
9914         * lily/include/ligature-bracket.hh: removed
9915         * lily/ligature-bracket.cc: removed
9916
9917         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
9918         .tex
9919
9920         * lily/beam.cc (set_beaming): don't change beam count on rests.
9921         (brew_molecule): always set flag-width > 0.
9922
9923 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
9924
9925         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
9926         chars, remove instructions; instead, refer to lilypond-init.el and
9927         Documentation/topdocs/INSTALL.texi.
9928
9929         * lilypond.words: add identifiers and reserved words.
9930
9931         * Documentation/topdocs/INSTALL.texi: separate sections for installing
9932         files and adding a load-path.
9933
9934         * lilypond-init.el: Instructions, extracted from 
9935         Documentation/topdocs/INSTALL.texi. 
9936         
9937 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9938
9939         * VERSION: 1.7.8 released 
9940
9941         * lily/grob.cc (warning): better robustness fix.
9942
9943 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
9944
9945         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
9946
9947         * lily/cluster-engraver.cc: stick better to variable naming
9948         conventions
9949
9950         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
9951         until stop_translation_timestep()
9952
9953         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
9954         min/max coordinates to backend, but no musical info such as
9955         pitches
9956
9957         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
9958
9959         * lily/grob.cc: robustness fix: warning(): do not crash if
9960         cause is not set
9961
9962         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
9963         the much more elaborated tuplet brackets than the very naive and
9964         simple ligature bracket grob
9965
9966 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9967
9968         * Documentation/user/refman.itely (Analysis brackets): add
9969         horizontal bracket doco.
9970
9971         * ly/property-init.ly (setMmRestFermata): added.
9972
9973         * Documentation/user/refman.itely (Multi measure rests): fermatas
9974         on mm rests.
9975
9976         * input/regression/apply-context.ly (texidoc): new file
9977
9978         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
9979         code to be executed during interpretation. Possible applications:
9980         smart octavation, more advanced bar checks. 
9981
9982         * lily/apply-context-iterator.cc: new file.
9983
9984 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9985
9986         * input/test/new-markup.ly: new file.
9987
9988         * lily/text-item.cc (text_to_molecule): new function
9989
9990         * scm/new-markup.scm (lambda): new file
9991
9992         * lily/function-documentation.cc (ly_add_function_documentation):
9993         add proc property as well
9994
9995 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9996
9997         * Documentation/user/music-glossary.tely (Top): add custos.
9998
9999 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10000
10001         * Documentation/topdocs/INSTALL.texi: advise how to include source
10002         path to Emacs load-path and improve language.
10003
10004 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10005
10006         * GNUmakefile.in: config.h message fix.
10007
10008         * autogen.sh:
10009         * aclocal.m4: Regenerate.
10010
10011         * configure.in: 
10012         * config.make.in: 
10013         * stepmake/config.make.in: 
10014         * stepmake/configure.in: 
10015         * stepmake/autogen.sh: 
10016         * stepmake/aclocal.m4: Update for autoconf 2.56.
10017
10018 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10019
10020         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10021         to install Emacs-mode. Instructions how to use vim-mode.
10022
10023 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10024
10025         * scm/music-types.scm (music-descriptions): no length for tempo event.
10026
10027         * input/*.ly: add \version everywhere.
10028         
10029         * input/*.ly: update syntax to 1.7 + new-chords.
10030
10031         * VERSION: 1.7.7 released.
10032         
10033         * Documentation/user/*.tely: new chord syntax.
10034
10035         * input/regression/[bc]*.ly (texidoc): syntax updates.
10036         
10037 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10038
10039         * lilypond.words: add vocabulary to be used in auto-completion
10040
10041         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10042
10043         * lilypond.vim: allow note name at EOF
10044
10045 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10046
10047         * buildscripts/new-chords.py (edit): -e option: inline editing.
10048
10049         * input/regression/a*.ly (texidoc): syntax updates.
10050
10051         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10052         music): elucidations. 
10053
10054 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10055
10056         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10057         ly/spanners-init.ly, scm/grob-description.scm,
10058         scm/grob-property-description.scm, scm/music-types.scm,
10059         lily/cluster-engraver.cc, lily/cluster.cc,
10060         lily/include/cluster.hh, input/test/cluster.ly: cluster
10061         implementation
10062
10063         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10064         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10065         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10066
10067         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10068
10069         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10070
10071         * scm/grob-description.scm: bugfix: by default, use default note
10072         head style when engraving ligatures
10073
10074         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10075
10076         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10077         events
10078
10079         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10080
10081         * input/test/ancient-font.ly: bugfix: style -> flag-style
10082
10083         * lily/ligature-engraver.cc: indentation fix
10084
10085         * lily/parser.yy: indentation fixes
10086         
10087 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10088
10089         * input/regression/measure-grouping.ly: more elaborate example.
10090
10091         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10092         ly:div-moment. New functions 
10093
10094         * scm/music-functions.scm (set-time-signature): new function,
10095         allow inline time sig settings with measure grouping.
10096
10097         * lily/parser.yy (command_element): move time sig construction
10098         into Scheme.
10099
10100         * lily/side-position-interface.cc (out_of_staff): new function,
10101         like padding, but keep minimum distance from staff. Easier than
10102         linespanners (dynamics, pedals), but roughly the same effect.
10103
10104 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10105
10106         * emacs-mode.el: Added spanish-note-replacements 
10107         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10108
10109         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10110
10111 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10112
10113         * lilypond.vim: Do not fontify cises, desis, etc.
10114
10115         * vimrc: view dvi with <S-F6>
10116
10117 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10118
10119         * lily/lookup.cc (triangle): new function.
10120
10121         * input/regression/measure-grouping.ly (texidoc): new file: show
10122         triangles and brackets for beat groups of 3 and 2.
10123
10124         * lily/include/measure-grouping-spanner.hh (class
10125         Measure_grouping): new file.
10126
10127         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10128
10129         * lily/measure-grouping-engraver.cc (class
10130         Measure_grouping_engraver): new file.
10131
10132 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10133
10134         * Merge from stable:
10135
10136             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10137         
10138         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10139         stylesheet.
10140
10141         * ly/paper19.ly: Include paper19-init.ly.
10142
10143         * ly/paper19-init.ly: New file.
10144
10145         * Documentation/user/tutorial.itely (First steps): Fix first
10146         example for font test.
10147
10148         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10149
10150         * ChangeLog: Add 1.7.6 release marker (see below).
10151
10152         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10153         Add .py files.
10154
10155 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10156
10157         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10158
10159         * input/tutorial/*.ly: update to new syntax.
10160
10161         * lily/parser.yy (Composite_music): new transpose syntax,
10162         \transpose FROM TO MUSIC. 
10163
10164 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10165
10166         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10167         latex progress/error output to stderr (by default this goes to
10168         stdout).  Show lilypond progress, even when not verbose.
10169
10170         * python/lilylib.py (system): New optional parameter to control
10171         showing of progress.
10172
10173         * scm/backend-documentation-lib.scm (check-dangling-properties):
10174         Fix error message.
10175
10176         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10177         axis, extent.
10178
10179         * scm/grob-property-description.scm (magnify): Remove.
10180         (extent, axis): Add.
10181
10182 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10183
10184         * VERSION: Release 1.7.6.
10185
10186         * scripts/convert-ly.py: more uniformization substitutions.
10187
10188         * buildscripts/new-chords.py (sub_chords): new file.
10189
10190 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10191
10192         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10193         lilypond.map.  Include sauter fonts too.  Cleanups.
10194
10195 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10196
10197         * Documentation/user/tutorial.itely (First steps): change to new
10198         chord/tie/slur/beam notation.
10199
10200         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10201         ties.
10202
10203         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10204         engraver. Process ties in postfix notation, i.e. c8-~ c
10205
10206         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10207
10208         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10209
10210         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10211
10212         * lily/beam-engraver.cc (try_music): accept new-beam-events
10213
10214         * input/regression/chord-scripts.ly (texidoc): new file
10215
10216         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10217         script-events.
10218
10219         * scm/script.scm (default-script-alist): cleanup.
10220
10221         * lily/script-engraver.cc (make_script_from_event): cleanup.
10222
10223         * lily/lyric-combine-music-iterator.cc
10224         (Lyric_combine_music_iterator): remove superfluous events.
10225         (melisma_busy): new function. Fix broken melismas.
10226
10227 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10228
10229         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10230         Remove nonvalid settings. Use descriptive key names.
10231         Use <Return> to indicate the pressing of that key.
10232
10233 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10234
10235         * scripts/lilypond-book.py (option_definitions): Typo.
10236
10237         * scripts/ly2dvi.py: Updates.
10238
10239         * python/lilylib.py (setup_environment, print_environment)
10240         (get_bbox, make_preview): Merge and remove from ly2dvi and
10241         lilypond-book.
10242
10243         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10244
10245         * .cvsignore: Remove some cruft.
10246
10247         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10248         path.
10249
10250         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10251         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10252         throughout.
10253
10254         * python/lilylib.py (quiet_system): Junk
10255         (system): Display error log upon failure.
10256         (read_pipe): New function.  Cleanups and fixes.
10257
10258         * python/*.py: Rename from *.py.in.
10259         
10260         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10261
10262         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10263
10264 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10265
10266         * python/GNUmakefile: Bugfix: handle modules.
10267
10268         * stepmake/stepmake/python-module-targets.make (default): Add
10269         compiled modules. 
10270
10271         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10272         compiling modules.
10273
10274         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10275         Bugfix.  (OUT_PYC_MODULES): Add.
10276
10277 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10278
10279         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10280         Use default paths. Refresh description.
10281
10282 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10283
10284         * VERSION: 1.7.5 released
10285
10286         * input/regression/finger-chords.ly (texidoc): new file.
10287
10288         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10289         support
10290
10291         * lily/fingering-engraver.cc (process_music): remove kludgy
10292         scriptHorizontal stuff.
10293
10294         * lily/script.cc: remove staff-support property.
10295
10296         * lily/new-fingering-engraver.cc (add_fingering): new
10297         file. Fingering engraver for new style chords.
10298
10299 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10300
10301         * lily/parser.yy (bare_number): allow 4 \cm (without
10302         decimal dot). (should backport to 1.6?)
10303
10304         * ly/declarations-init.ly: use Scheme for dimension defs.
10305
10306         * lily/parser.yy (TODO): remove hard coded dimensions, add
10307         REAL NUMBER_IDENTIFIER production.
10308
10309         * lily/rest-collision.cc (force_shift_callback): rewrite using
10310         -done property.
10311
10312         * scm/grob-property-description.scm (rest-collision-done): add
10313         property.
10314         
10315         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10316
10317 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10318
10319         * input/regression/multi-measure-rest-center.ly: new file.
10320
10321         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10322         off horizontally by 0.05 ss. Fixed.
10323
10324 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10325
10326         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10327
10328         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10329
10330 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10331
10332         * lily/tie.cc (get_control_points): also avoid staff lines on the
10333         just outside the outer staff lines
10334
10335 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10336
10337         * ly/params-init.ly: Just define style-alist, no need to
10338         define-public.
10339
10340         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10341         (thanks Han-Wen).
10342
10343         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10344         (FET_FILES): = FONT_FILES.
10345
10346         * Merge from stable:
10347
10348             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10349
10350 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10351
10352         * VERSION: 1.7.4 released.  
10353         
10354         * scm/generate-documentation.scm (string-append): add macro
10355         definitions.
10356
10357         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10358         normal texts.
10359
10360         * lily/multi-measure-rest-engraver.cc: make separate
10361         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10362
10363         * lily/multi-measure-rest.cc: remove text handling. Remove
10364         number-threshold.
10365
10366 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10367
10368         * scm/music-types.scm: doc patch by Graham Percival
10369
10370 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10371
10372         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10373         encoding part.
10374         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10375         (sketch_p): Sketch wants only first four elements of X11 font spec.
10376
10377         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10378
10379         * mf/feta-autometric.mf: Write foundry and family to log.
10380
10381         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10382         font translation table.
10383
10384         * buildscripts/mf-to-table.py: Better font info into afm.
10385
10386         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10387         1.0.9 required.
10388
10389         * configure.in: Whine for mftrace 1.0.9.
10390
10391 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10392
10393         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10394
10395         * lily/main.cc (main_prog): don't try to load init.EXT when
10396         processing foo.EXT.
10397
10398 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10399
10400         * scm/tex.scm (zigzig-line): added.
10401
10402         * scm/ps.scm (zigzag-line): added.
10403
10404         * ps/music-drawing-routines.ps (subvec): added.
10405         (draw_zigzag_line): added.
10406         
10407         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10408         grob properties zigzag-width and zigzag-length.
10409
10410         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10411
10412 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10413
10414         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10415         svg output, including font.
10416
10417 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10418
10419         * scm/lily.scm: Register sodipodi output module.
10420
10421         * scm/sodipodi.scm: New file.
10422
10423         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10424
10425         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10426         comment, after header.
10427         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10428         FullName.  Fix FontName key.
10429
10430 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10431
10432         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10433         and breve rests.
10434         
10435         * input/test/blank-notes.ly: bugfix
10436
10437         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10438         rests. (Kim Shrier)
10439
10440         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10441         
10442 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10443
10444         * scm/tex.scm: 
10445         * scm/ps.scm: Cleanup and remove obsolete junk.
10446
10447         * Documentation/user/internals.itely:
10448         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10449
10450         * lily/parser.yy: Identify shift/reduce problems.
10451
10452         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10453         make-style-sheet.  Too specific for convert-ly?
10454
10455 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10456
10457         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10458
10459         * input/test/*.ly: various fixes.
10460
10461         * lily/music.cc (name): bugfix
10462
10463         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10464
10465         * lily/input-file-results.cc (code): set-point-and-click! ->
10466         set-point-and-click
10467         
10468 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10469
10470         * Use uniform ly: prefix for exported scheme primitive functions.
10471
10472         * scm/music-types.scm: junk compat glue
10473
10474         * scripts/convert-ly.py: add rules for stuff below, junk
10475         compatibility glue for spanrequest.
10476
10477         * lily/parser.yy (verbose_event): remove \spanrequest,
10478         \commandspanrequest, \script. 
10479         
10480         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10481
10482         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10483         for \penalty, \glissando.
10484
10485         * VERSION: release 1.7.3
10486         
10487 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10488
10489         * lily/accidental-engraver.cc: Fix
10490         grace-in-the-beginning-of-measure bug caused by the resent
10491         partial-measure fix.
10492
10493         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
10494         overlap looks too crowded)
10495         
10496 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10497
10498         * lily/parser.yy (assignment): allow SCM expression as assignment.
10499
10500         * lily/include/music-output-def.hh (class Music_output_def):
10501         * lily/music-output-def.cc: 
10502         * lily/paper-def.cc: 
10503         * scm/font.scm (markup-to-properties):
10504         * lily/parser.yy (music_output_def_body): 
10505         remove style_sheet_
10506
10507 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10508
10509         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
10510         length.
10511
10512         * input/regression/spacing-to-grace.ly: new file.
10513
10514         * input/regression/spacing-end-of-line.ly: new file.
10515
10516         * lily/note-spacing.cc (get_spacing): take into account breakable
10517         stuff sticking out at the left (time sig change at line break).
10518
10519         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
10520         raggedright code.
10521
10522         * scm/music-functions.scm (make-voice-props-set): add
10523         staff-position for mm rests.
10524  
10525         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
10526         before grace notes a little.
10527
10528         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
10529
10530         * lily/break-align-interface.cc (do_alignment): right-edge spacing
10531         key adds space at the end of line. 
10532
10533 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10534
10535         * scm/sketch.scm: Fix beams.
10536
10537         * buildscripts/mf-to-table.py: Add EncodingScheme.
10538
10539         * scm/sketch.scm: Resurrect.
10540
10541 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10542
10543         * lily/multi-measure-rest.cc: use breve rests for measure lengths
10544         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
10545
10546 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10547
10548         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
10549
10550         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10551
10552 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10553
10554         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
10555         token for origin information.
10556
10557         * lily/parser.yy (My_lily_lexer): do identifier location and
10558         cloning from lexer.
10559
10560         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
10561         logic out of the parser. Add bar checks on both ends.
10562
10563         * Documentation/user/refman.itely (Multi measure rests): add more
10564         notes about mm rests.
10565
10566 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10567
10568         * input/regression/bar-scripts.ly: Re-enable.
10569
10570         * lily/parser.yy:
10571         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
10572         released rsn.  Bison 1.50 has a crucial bug and won't work.
10573
10574         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10575
10576
10577 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10578
10579         * input/regression/bar-scripts.ly: Blunt documentation build fix.
10580
10581 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10582
10583         * Actually merge changes since 1.6.4 besides ChangeLog, and
10584         resolve conflicts.  Lots of updates, hope all is well.
10585         
10586         * cygwin/lilypond.hint (requires): Add ghostscript.
10587
10588         * scm: Update some (c).
10589         
10590 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10591
10592         * input/test/{various}.ly: add \header fields and texidoc strings.
10593
10594 2002-10-05  Werner Lemberg  <wl@gnu.org>
10595
10596         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
10597         renamed to `output_latex_quoted'.
10598         Added `output_latex_noquote'.
10599         (schedule_lilypond_block): Implement `noquote' option for LaTeX
10600         mode.
10601
10602 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10603
10604         * ChangeLog: Add 1.6.6 release marker.  See below.
10605
10606         * stepmake/stepmake/po-targets.make: Remove --c++ option.
10607
10608         * scripts/midi2ly.py: Fix global syntax warnings.
10609
10610         * GNUmakefile.in: Generate builddir locale tree too.
10611
10612         * scripts/ly2dvi.py:
10613         * scripts/midi2ly.py: 
10614         * scripts/mup2ly.py: 
10615         * scripts/update-lily.py:
10616         * lily/main.cc (setup_paths): Fix for locales setup.
10617
10618 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10619
10620         * Documentation/windows/installing.texi: Soften wording about
10621         necessity of becoming Administrator.  tommie@iae.nl reports this
10622         does not seem to be necessary for his flavour of Windows 2000.
10623         Explicitely discourage text mode mounts.
10624
10625 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10626
10627         * lily/rest.cc (after_line_breaking): backport dot position fix.
10628
10629         * lily/rest-collision.cc (do_shift): also remove dots for suicided
10630         rests. Thanks to Klaus Zimmermann for finding this bug.
10631
10632 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10633
10634         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
10635
10636 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10637
10638         * Documentation/user/music-glossary.tely: fix links.
10639
10640 2002-10-21  Werner Lemberg  <wl@gnu.org>
10641
10642         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
10643         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
10644         scaling factor) only once and use them in the definition of
10645         \embeddedps.
10646         * ps/music-drawing-routines.ps (skeel): Removed.
10647
10648 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10649
10650         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
10651         Solaris7, as we don't use nested $( ) constructs.
10652
10653 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10654
10655         * VERSION: Release 1.6.6.
10656         
10657 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10658
10659         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
10660         as workaround for /bin/sh problems on Solaris7.
10661
10662 2002-10-19  Werner Lemberg  <wl@gnu.org>
10663
10664         * GNUmakefile.in (web-doc): Fix typos.
10665         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
10666         `music-drawing-routines.ps' but emit \special{header=...} once.
10667         * scm/tex.scm (header-end): Updated.
10668
10669 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10670
10671         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
10672         undefined tremolo. 
10673
10674 2002-10-15  Werner Lemberg  <wl@gnu.org>
10675
10676         * scripts/lilypond-book.py (g_make_html): New global variable.
10677         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
10678         if `g_make_html' isn't set.
10679         [main]: Add format `texi-html'.
10680         (option_definitions): Updated.
10681         * Documentation/user/lilypond-book.itely: Updated.
10682
10683         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
10684         * make/ly-rules.make (%.texi, %.nexi): Use it.
10685         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
10686         format to lilypond-book.
10687         * GNUmakefile.in (web-doc): Ditto.
10688
10689 2002-10-14  Werner Lemberg  <wl@gnu.org>
10690
10691         Further improve TeX output.  The produced files are about 40%
10692         smaller.  `lilyponddefs.tex' is now read only once.
10693
10694         * tex/lilyponddefs.tex: Remove footer stuff.
10695         (\ifundefined): Renamed to...
10696         (\lilypondundefined): This.  Use LaTeX's definition to
10697         make it nestable and make it global.
10698         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
10699         output.
10700         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
10701         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
10702         them global.
10703         (\placebox): Renamed to...
10704         (\lyitem): This.
10705         Make it global and call \outputscale by itself.
10706         (\lybox, \lyvrule): New macros to reduce input data.
10707         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
10708         New auxiliary macros.
10709         (\SkipLilydefs, \EndLilyPondOutput): Removed.
10710         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
10711         to...
10712         (\lilypondspace): This and made it global.
10713         (\turnOnPostScript): Renamed to...
10714         (\lilypondpostscript): This and made it global.
10715         (\turnOnExperimentalFeatures): Renamed to...
10716         (\lilypondexperimentalfeatures): This and made it global.
10717         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
10718         (\lilypondsetdimen): This and made it global.
10719         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
10720         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
10721         (all, $(outdir)/music-drawing-routines.ps): New rules.
10722         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
10723         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
10724         start-system, stop-system, stop-last-system, filledbox): Updated to
10725         use the changed macros from lilyponddefs.tex.
10726         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
10727
10728 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10729
10730         * Documentation/windows/installing.texi: Update.
10731
10732 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10733
10734         * VERSION: 1.6.5 released
10735
10736         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
10737
10738 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10739
10740         * scm/translator-property-description.scm (voltaOnThisStaff): add
10741         property.
10742
10743 2002-09-28  Werner Lemberg  <wl@gnu.org>
10744
10745         * scm/tex.scm (header-end): Suppress page numbering.
10746
10747         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
10748         Fix quotation for HTML output.
10749
10750 2002-09-28   Graham Percival   <gperciva@sfu.ca>
10751         
10752         * Documentation/user/refman.itely: grammar and phrasing
10753           fixes to "Note Entry" section.  Also adds a few new examples.
10754
10755 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10756
10757         * flower/include/string-data.icc: include string.h
10758
10759 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10760
10761         * scm/chord-name.scm (chord::inner-name-banter): remove space.
10762
10763 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10764
10765         * Documentation/user/GNUmakefile (extra-local-help): Add.
10766
10767         * stepmake/stepmake/www-targets.make (local-help): Add.
10768
10769 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10770
10771         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
10772         packages.
10773
10774         * Documentation/topdocs/README.texi (Top): building documentation
10775         (not website.)
10776
10777 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10778
10779         * Documentation/user/refman.itely: 
10780         * Documentation/user/tutorial.itely: 
10781         * Documentation/user/music-glossary.tely: Merge changes.
10782
10783         * Documentation/user/glossary.html.in: 
10784         * Documentation/index.texi: 
10785         * Documentation/header.html.in: Accomodate renaming of glossary.
10786         
10787         * Documentation/user/tutorial.itely: Add some glossary references.
10788         
10789         * Documentation/user/refman.itely: Minor fixes.
10790         
10791         * Documentation/user/lilypond.tely: Add glossary do direntry.
10792
10793         * Documentation/user/music-glossary.tely: Rename (previously:
10794         glossary.tely).  Fix anchor placement.
10795
10796         * Documentation/user/GNUmakefile: Make music-glossary.info too.
10797
10798 2002-09-23  Werner Lemberg  <wl@gnu.org>
10799
10800         * scripts/lilypond-book.py (output_dict): Fix handling of
10801         various environments by avoid extraneous newlines.
10802         Rename `output-all' regexp for html to `output-html'.
10803         Replace `output-all' regexp for texi with `output-texi-quote'
10804         and `output-texi-noquote'.
10805         (compose_full_body): Don't override `linewidth' user option
10806         for `singleline'.
10807         (schedule_lilypond_block): Don't indent text specified with
10808         `intertext' option.
10809         Add new option `noquote'.
10810         (compile_all_files): Use latex instead of tex to compile ly
10811         files directly.
10812
10813         * Documentation/user/lilypond-book.itely: Updated and revised.
10814         Improve layout.
10815
10816         * Documentation/user/glossary.tely,
10817         Documentation/user/introduction.itely,
10818         Documentation/user/tutorial.itely,
10819         Documentation/user/refman.itely,
10820         Documentation/user/appendices.itely: Fix overfull LilyPond
10821         boxes caused by the new lilypond-book code.  Other minor
10822         fixes.
10823
10824         * Documentation/user/macros.itexi (@texiflat): Don't emit
10825         trailing space.
10826
10827         * scm/tex.scm (end-output, header-end): Add preamble and
10828         postamble to make lilypond output directly compilable with
10829         latex.
10830
10831         
10832 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10833
10834         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
10835         instructions.
10836
10837 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10838
10839         * Documentation/user/glossary.tely: Add titling and hyperlinks.
10840
10841 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10842
10843         * lily/beam.cc (connect_beams): don't crash if there are quarter
10844         notes in beams.
10845
10846 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
10847
10848         * Documentation/user/refman.itely: corrected ancient clef
10849         docu; added docu on ligatures
10850
10851 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10852
10853         * Documentation/user/glossary.tely,
10854         Documentation/user/refman.itely, input/les-nereides.ly,
10855         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
10856         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
10857         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
10858         Stem properties: flag-style -> stroke-style, style -> flag-style.
10859
10860
10861 2002-09-22  Werner Lemberg  <wl@gnu.org>
10862
10863         * scripts/lilypond-book.py: Add option `notime' to suppress
10864         printing of a time signature.  Specify default indentation of 0pt
10865         if single line fragment.  Don't emit redundant `\paper{ }'.
10866
10867         * Documentation/user/lilypond-book.itely: Updated.
10868
10869         * Documentation/user/glossary.tely: Completely reformatting.
10870
10871 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10872
10873         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
10874
10875 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10876
10877         * Documentation/user/tutorial.itely: Fix links.
10878         
10879         * Documentation/topdocs/index.tely:
10880         * Documentation/index.texi:
10881         * Documentation/header.html.in: Small website fixes and updates.
10882
10883         * debian/: Debian patch by Anthony Fok.
10884
10885 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10886
10887         * Documentation/footer.html.in: How time flies: It's already 2002!
10888
10889         * Documentation/topdocs/index.tely: Stable/development fix.  Use
10890         more descriptive link names than 'here'.
10891
10892 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10893
10894         * VERSION: 1.7.2 released
10895         * VERSION: 1.6.4 released
10896         
10897         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
10898
10899         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
10900         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
10901
10902         * mf/feta-din.mf (test): add x-height and space.
10903
10904         * lily/dynamic-engraver.cc (process_music): take dynamic direction
10905         from ^_ for crescendi. Idem for slurs and phrasing slurs.
10906
10907         * ly/grace-init.ly: add-to-grace-init: function to portably add
10908         settings to \grace. 
10909
10910         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
10911         if we get an absolute dynamic event.
10912  
10913         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
10914
10915         * lily/source-file.cc (get_line): oops. All line numbers were off
10916         by 2. Fix that. 
10917
10918         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
10919         be after the note, combined with -_^, i.e. c4-(-\)-\>  
10920
10921         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
10922
10923         * lily/parser.yy (number_factor): remove (number) as number
10924         expression. ("Let them eat Lisp").
10925
10926 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10927
10928         * lily/horizontal-bracket.cc: new file.
10929
10930         * lily/horizontal-bracket-engraver.cc: new file.
10931
10932         * input/regression/note-group-bracket.ly: new file. Support
10933         horizontal note brackets for music analysis.
10934
10935         * lily/stem.cc (flag): new flag-style: no-flag.
10936
10937         * input/test/stem-cross-staff.ly: new file
10938         
10939         * Documentation/user/internals.itely: Improved formatting, fixing
10940         typos.  Added a section `Output details' to describe how the TeX
10941         code looks like.
10942
10943         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
10944
10945         * lily/parser.yy: remove \dynamicscript.
10946
10947         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
10948         definitions. 
10949
10950         * python/midi.c (midi_error): take two arguments.
10951
10952         * Merge 1.6.5 changes:
10953         
10954 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10955
10956         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
10957         staff-space.  Previous 1.5 was probably meant as half-spaces.
10958         (cautionary-style): parentheses (was: smaller).  This is what doco
10959         says, and it seems more logical.
10960
10961         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
10962         for 2nd sentence.
10963
10964 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10965
10966         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
10967
10968 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10969
10970         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
10971
10972 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10973
10974         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
10975
10976 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10977
10978         * scm/translator-property-description.scm (voltaOnThisStaff): add
10979         property.
10980
10981 2002-09-28  Werner Lemberg  <wl@gnu.org>
10982
10983         * scm/tex.scm (header-end): Suppress page numbering.
10984
10985         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
10986         Fix quotation for HTML output.
10987
10988 2002-09-28   Graham Percival   <gperciva@sfu.ca>
10989         
10990         * Documentation/user/refman.itely: grammar and phrasing
10991           fixes to "Note Entry" section.  Also adds a few new examples.
10992
10993 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10994
10995         * flower/include/string-data.icc: include string.h
10996
10997 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10998
10999         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11000
11001 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11002
11003         * Documentation/user/GNUmakefile (extra-local-help): Add.
11004
11005         * stepmake/stepmake/www-targets.make (local-help): Add.
11006
11007 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11008
11009         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11010         packages.
11011
11012         * Documentation/topdocs/README.texi (Top): building documentation
11013         (not website.)
11014
11015 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11016
11017         * Documentation/user/refman.itely: 
11018         * Documentation/user/tutorial.itely: 
11019         * Documentation/user/music-glossary.tely: Merge changes.
11020
11021         * Documentation/user/glossary.html.in: 
11022         * Documentation/index.texi: 
11023         * Documentation/header.html.in: Accomodate renaming of glossary.
11024         
11025         * Documentation/user/tutorial.itely: Add some glossary references.
11026         
11027         * Documentation/user/refman.itely: Minor fixes.
11028         
11029         * Documentation/user/lilypond.tely: Add glossary do direntry.
11030
11031         * Documentation/user/music-glossary.tely: Rename (previously:
11032         glossary.tely).  Fix anchor placement.
11033
11034         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11035
11036 2002-09-23  Werner Lemberg  <wl@gnu.org>
11037
11038         * scripts/lilypond-book.py (output_dict): Fix handling of
11039         various environments by avoid extraneous newlines.
11040         Rename `output-all' regexp for html to `output-html'.
11041         Replace `output-all' regexp for texi with `output-texi-quote'
11042         and `output-texi-noquote'.
11043         (compose_full_body): Don't override `linewidth' user option
11044         for `singleline'.
11045         (schedule_lilypond_block): Don't indent text specified with
11046         `intertext' option.
11047         Add new option `noquote'.
11048         (compile_all_files): Use latex instead of tex to compile ly
11049         files directly.
11050
11051         * Documentation/user/lilypond-book.itely: Updated and revised.
11052         Improve layout.
11053
11054         * Documentation/user/glossary.tely,
11055         Documentation/user/introduction.itely,
11056         Documentation/user/tutorial.itely,
11057         Documentation/user/refman.itely,
11058         Documentation/user/appendices.itely: Fix overfull LilyPond
11059         boxes caused by the new lilypond-book code.  Other minor
11060         fixes.
11061
11062         * Documentation/user/macros.itexi (@texiflat): Don't emit
11063         trailing space.
11064
11065         * scm/tex.scm (end-output, header-end): Add preamble and
11066         postamble to make lilypond output directly compilable with
11067         latex.
11068
11069         
11070 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11071
11072         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11073         instructions.
11074
11075 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11076
11077         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11078
11079 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11080
11081         * lily/beam.cc (connect_beams): don't crash if there are quarter
11082         notes in beams.
11083
11084 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11085
11086         * Documentation/user/refman.itely: corrected ancient clef
11087         docu; added docu on ligatures
11088
11089 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11090
11091         * Documentation/user/glossary.tely,
11092         Documentation/user/refman.itely, input/les-nereides.ly,
11093         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11094         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11095         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11096         Stem properties: flag-style -> stroke-style, style -> flag-style.
11097
11098 2002-09-22  Werner Lemberg  <wl@gnu.org>
11099
11100         * scripts/lilypond-book.py: Add option `notime' to suppress
11101         printing of a time signature.  Specify default indentation of 0pt
11102         if single line fragment.  Don't emit redundant `\paper{ }'.
11103
11104         * Documentation/user/lilypond-book.itely: Updated.
11105
11106         * Documentation/user/glossary.tely: Completely reformatting.
11107
11108 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11109
11110         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11111
11112 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11113
11114         * Documentation/user/tutorial.itely: Fix links.
11115         
11116         * Documentation/topdocs/index.tely:
11117         * Documentation/index.texi:
11118         * Documentation/header.html.in: Small website fixes and updates.
11119
11120         * debian/: Debian patch by Anthony Fok.
11121
11122 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11123
11124         * Documentation/footer.html.in: How time flies: It's already 2002!
11125
11126         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11127         more descriptive link names than 'here'.
11128
11129 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11130
11131         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11132
11133 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11134
11135         * lily/part-combine-music-iterator.cc (get_state): cleanup
11136         (get_music_info): cleanup.
11137
11138 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11139
11140         * scm/backend-documentation-lib.scm (interface-doc-string):
11141         crosslinks between interfaces and grobs. Headings for interfaces
11142         in grob explanation.
11143
11144 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11145
11146         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11147         dtd).  Add preliminary dtd.
11148         (re-sub-alist): Robustify.
11149
11150 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11151
11152         * lily/include/event-chord-iterator.hh,
11153         lily/context-specced-music-iterator.cc,
11154         lily/event.cc, lily/event-chord-iterator.cc: add
11155
11156 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11157
11158         * lily/: some (c) header fixes.
11159         
11160         * lily/request-chord.cc: Remove.
11161         
11162         * lily/include/event-chord-iterator.hh:
11163         * lily/include/event.hh:
11164         * lily/event-chord.cc: New file.
11165         
11166         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11167         requested.
11168
11169 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11170
11171         * lily/ : rename Request to Event
11172
11173         * lily/parser.yy (command_element): move clef stuff into Scheme.
11174
11175         * lily/:  rename length_mom () to get_length()
11176
11177         * lily/part-combine-music.cc: removed file and class.
11178
11179         * lily/context-specced-music-iterator.cc (class
11180         Context_specced_music_iterator): new file. Obsoletes the
11181         Context_specced_music type.
11182
11183         * scm/music-types.scm (make-repeated-music): put different kinds
11184         of repeated music into music-type table.
11185
11186         * VERSION: 1.7.1 released.
11187
11188         * scm/to-xml.scm: new file.
11189
11190         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11191         new Input representation: dump music as XML.
11192
11193         * scm/engraver-documentation-lib.scm
11194         (engraver-accepts-music-types?): add links from music to engraver,
11195         from music-type to engraver.
11196
11197         * lily/include/command-request.hh: removed
11198         lily/include/musical-request.hh: removed. Removed all _req classes
11199         except Key_change_req. Changes throughout.
11200
11201 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11202
11203         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11204
11205 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11206
11207         * lily/*.cc: specify accepts for many engravers.
11208
11209         * scm/music-documentation-lib.scm: dump music expressions and
11210         music subtypes.
11211
11212         * scm/documentation-lib.scm: complete revision.
11213         Use GOOPS objects to store document tree explicitly. Cleaned up and
11214         sped up doco generation a lot.
11215
11216 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11217
11218         * input/trip.ly (fugaIILeft): add arpeggio
11219
11220         * lily/translator-group.cc (try_music_on_nongroup_children):
11221         oops. The name symbol is in the cdr of the assoc handle.
11222
11223         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11224         Hyphen_req, Glissando_req, Break_req, Mark_req 
11225
11226 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11227
11228         * lily/musical-request.cc (music-duration-length,
11229         music-duration-compress): new functions.
11230
11231         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11232         throughout. Warning doesn't work yet.
11233
11234         * lily/translator-group.cc (try_music_on_nongroup_children):
11235         new implementation: store candidate acceptors in a hashTable.
11236
11237 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11238
11239         * scm/music-types.scm (music-descriptions): change name to
11240         internal-class-name
11241
11242         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11243
11244 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11245
11246         * lily/beam.cc (connect_beams): don't crash if there are quarter
11247         notes in beams.
11248
11249 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11250
11251         * Documentation/user/refman.itely: corrected ancient clef
11252         docu; added docu on ligatures
11253
11254 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11255
11256         * Documentation/user/glossary.tely,
11257         Documentation/user/refman.itely, input/les-nereides.ly,
11258         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11259         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11260         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11261         Stem properties: flag-style -> stroke-style, style -> flag-style.
11262
11263 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11264
11265         * scm/music-functions.scm (music-separator?): don't use name music
11266         property.
11267
11268 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11269
11270         * stepmake/stepmake/generic-targets.make (help): Document check
11271         target.
11272
11273         * lily/new-accidental-engraver.cc: Compile fix.
11274
11275 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11276
11277         * scripts/convert-ly.py: Add rule.
11278
11279         * input/test/music-creation.ly:
11280         * input/test/add-staccato.ly:
11281         * input/test/add-text-script.ly: ly-make-music.
11282
11283         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11284         More ly-make-music renamings.
11285
11286         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11287
11288         * lily/music-constructor.cc (make_music): Add debugging info.
11289
11290         * scm/music-functions.scm (make-simultaneous-music,
11291         (make-sequential-music, context-spec-music):
11292         * scm/music-types.scm (music-descriptions): Get lily to run.
11293
11294 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11295
11296         * lily/command-request.cc (transpose_key_alist): new function.
11297
11298         * lily/key-performer.cc (create_audio_elements): cleanup. 
11299
11300 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11301
11302         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11303
11304         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11305         events-accepted field.
11306
11307         * scm/music-types.scm: new file.
11308
11309         * lily/parser.yy: put music type initialization into scheme,
11310         similar to grob initialization.  Changes throughout.
11311
11312 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11313
11314         * Documentation/user/tutorial.itely: Fix links.
11315         
11316         * Documentation/index.texi: 
11317         * Documentation/header.html.in: 
11318         * Documentation/topdocs/index.tely: Small website fixes and updates.
11319
11320         * debian/: Debian patch by Anthony Fok.
11321
11322 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11323
11324         * Documentation/footer.html.in: How time flies: It's already 2002!
11325
11326         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11327         more descriptive link names than 'here'.
11328
11329         * ROADMAP: Remove test stuff.
11330
11331         * scripts/update-lily.py: Allow auto-building of stable and
11332         development versions.  Bugfixes.
11333
11334 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11335
11336         * VERSION: released 1.7.0
11337
11338         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11339
11340         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11341         positive line widths.
11342
11343 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11344
11345         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11346         go.  Fix comments.
11347
11348         * cygwin: Cygwin updates.
11349
11350 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11351
11352         * Documentation/windows/installing.texi (Top): version for python,
11353         urls for ghostscript (thanks to John Potelle)
11354         
11355         * lily/simultaneous-music-iterator.cc
11356         (Simultaneous_music_iterator): init children_list_ before
11357         triggering GC.
11358
11359         * lily/*-iterator.cc: be even more careful with smobbed copy
11360         constructors. 
11361
11362         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11363         LeftEdge item.
11364
11365 2002-09-15  Werner Lemberg  <wl@gnu.org>
11366
11367         Improving LilyPond's output to make them ordinary TeX boxes with
11368         predictable dimensions.  System boxes are now vertically centered on
11369         the baseline; this offset can be further controlled with
11370         \lilypondscoreshift.
11371
11372         * lily/system.cc (System::post_processing): Pass length of current
11373         system to `start-system' (including any horizontal indentation).
11374
11375         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11376         prettier.
11377         (lily-def): Append `%'.
11378         (start-system): Add parameter `wd'.  Output more TeX code to specify
11379         box dimensions.
11380         (stop-system, stop-last-system): Complement changes in
11381         `start-system'.
11382         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11383         Updated.
11384
11385         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11386         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11387         Write final `\endinput'.
11388
11389         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11390         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11391         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11392         files and macro definitions don't produce spurious spaces and
11393         paragraphs (using \endlinechar).
11394         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11395
11396         * Documentation/user/internals.itely: Improved formatting, fixing
11397         typos.  Added a section `Output details' to describe how the TeX
11398         code looks like.
11399
11400 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11401
11402         * lily/accidental-engraver.cc: Also work with partial measures.
11403
11404 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11405
11406         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11407         spanner.
11408
11409 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11410
11411         * lily/identifier-smob.cc (unpack_identifier): new file.
11412
11413         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11414         pass off scheme expressions as music identifiers.
11415
11416         * scm/lily.scm: reorganisation, cleanups.
11417
11418         * lily/main.cc: small cleanups.
11419
11420 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11421
11422         * lily/ly-module.{cc,hh}: new file.
11423
11424 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11425
11426         * lily/accidental-engraver.cc: Also work with partial measures.
11427
11428 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11429
11430         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11431
11432 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11433
11434         * lily/my-lily-lexer.cc: use SCM module in stead of
11435         Scheme_hash_table. Changes throughout.  
11436
11437 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11438
11439         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11440