]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(print): use coordinate, not (0,0) for
[lilypond.git] / ChangeLog
1 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
4         empty extent. This fixes ottava brackets on rests. (backportme)
5
6         * make/lilypond.redhat.spec.in (Group): ln png files for info.
7
8         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
9
10         * cygwin/lily-wins.py: update for the lily-wins.py script.
11
12 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13
14         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
15         code. This will obviate typeset_grob () in the future.  The effect
16         of this is that improperly written spanner handling will result in
17         invalid spanner bounds.
18         (announce_grob): add to elems_ from here
19         (typeset_grob): comment out.  
20
21         * lily/include/engraver.hh (make_spanner): new calling interface
22         for make_{item,spanner}. This obviates most calls to
23         announce_grob().
24                 
25         * scm/music-functions.scm (set-accidental-style): use GrandStaff
26         iso. PianoStaff for piano styles.
27
28 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
29
30         * Documentation/user/music-glossary.tely: add segno after d.s.
31
32 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
33
34         * lily/include/audio-column.hh: remove unused variables.
35         (patch by Michael Welsh Duggan)
36
37         * flower/include/axes.hh (other_axis): inline Axes function
38         (thanks to David Brandon).
39
40 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
41
42         * cygwin/mknetrel: Install image links (backportme).
43
44         * Documentation/user/GNUmakefile (local-install-info): Activate
45         actual installing of image links (backportme).
46
47 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
48
49         * Documentation/user/notation.itely (Measure repeats): Removed
50         unnecessary (and confusing) \context Voice{.
51
52 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
53
54         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
55
56         * lily/page.cc (Page): Do not use ly_scheme_function for
57         volatile/configurable variables (FIXME: better name).
58
59         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
60         get_scmvar).
61
62 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
63
64         * scripts/convert-ly.py (FatalConversionError.subst): use
65         \transposition.
66
67 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
68
69         * lily/include/page.hh (class Page): Declare left_margin ().
70
71         * lily/page.cc: Remove paper var caching.
72
73 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
74
75         * Documentation/user/music-glossary.tely: Add name to @top node.
76         Remove comment from @table definitions (workaround for makinfo
77         bug).
78
79         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
80         ly:stencil-get-expr).  Update callers.
81         (ly:stencil-align-to!):  Return stencil too.
82
83         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
84         stencil.  Remove looped line-based page output.
85         (output_line): Use line stencil.  Remove looped stencil-based line
86         output.
87
88         * lily/page.cc (ly:page-paper-lines): New function.
89
90         * input/test/markup-score.ly: New file.
91
92         * scm/define-markup-commands.scm (stencil): New markup.
93
94         * lily/book.cc (to_stencil): New method.
95
96         * lily/parser.yy (markup): Use it to grok \score.
97
98 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
99
100         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
101
102         * lily/paper-book.cc (pages): Change signature.  Update callers.
103
104         * lily/include/page.hh:
105         * lily/page.cc: New file.
106
107         * lily/paper-line.cc (to_stencil): New method.
108         
109         * lily/paper-outputter.cc (output_stencil): New method.
110
111         * lily/paper-outputter.cc (output_line): Use them.
112
113         * lily/warn.cc: Remove.
114
115         * lily/my-lily-parser.cc (distill_inname): Remove.
116
117         * flower/include/file-name.hh: 
118         * flower/file-name.cc: New file.  Update users.
119
120         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
121         (find): New method of same name.
122
123         * lily/my-lily-parser.cc (ly:parse-file): Use it.
124
125         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
126         constant error message.
127
128 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
129
130         * input/test/{blank-notes.ly,staff-container.ly}: typos.
131
132 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
133
134         * Documentation/user/music-glossary.tely: @table @strong' replaced
135         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
136         (backportme).
137
138 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
139
140         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
141
142         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
143         #{ lily music expression #} that returns an equivalent scheme
144         music expression by parsing the string.
145
146 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
147
148         * lily/my-lily-parser.cc:
149         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
150         SCM string (foo.ly/toto.scm support).
151
152 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
153
154         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
155
156 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
157
158         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
159
160         * scripts/lilypond-book.py: LY code that includes \header is
161         not assumed to be a fragment.
162
163 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
164
165         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
166         tremolo beams up.
167
168         * lily/stem.cc (chord_start_y): Return 0 if no heads.
169         (get_default_stem_end_position): No tremolo head juggling if no
170         heads.  Fixes tremolo crash on rests (backportme).
171
172         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
173
174 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
175
176         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
177         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
178
179         * lily/lexer.ll: Allow \encoding in NOTES mode.
180
181         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
182         for lyrics, not for commands.
183
184         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
185         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
186
187         * input/regression/newaddlyrics.ly: New file.
188
189         * Documentation/topdocs/NEWS.texi: Update.
190
191         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
192         (Music_list): Allow embedded scm.
193
194         * lily/score.cc (ly:score-bookify): New function.
195
196         * lily/music.cc (ly:music-scorify): Idem.
197
198         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
199         (ly:parser-print-score): Idem.
200
201         * scm/lily.scm (default-toplevel-book-handler): Idem.
202         (default-toplevel-music-handler): Idem.
203         (default-toplevel-score-handler): Idem.
204
205         * ly/declarations-init.ly: Set default toplevel handlers.
206
207         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
208
209         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
210         printer for score at toplevel.
211
212 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
213
214         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
215         Fix for simple case: input/simple-song.ly, more complex stuff
216         does not work yet.
217
218 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
219
220         * lily/parser.yy (Prefix_composite_music): split Composite_music
221         in Prefix_composite_music and Grouped_music_list.
222         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
223
224 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
225
226         * scm/lily.scm (toplevel-expression): New define.
227
228         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
229
230         * lily/parser.yy (toplevel_expression): Use it.
231
232         * lily/include/my-lily-parser.hh: Smobbify.
233
234         * lily/my-lily-parser.cc (parse_string): New method.
235         
236         * lily/my-lily-parser.cc (ly:parse-string): New function.
237
238         * Documentation/user/lilypond.tely: Add comment and workaround for
239         gs-8.01 crash.  Fixes make web.
240
241         Simplification of toplevel music.
242         
243         * lily/lexer.ll, lily/parser.yy:
244
245         * In LYRICS mode, return LYRICS_STRING.  This fixes one
246         shift/reduce problem.
247
248         * Use NOTES mode at start of maininput.
249
250         * Grok toplevel composite music expression, put in score and book.
251
252         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
253
254         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
255
256         * input/simple.ly: New file.
257         
258         * input/simple-song.ly: Idem.
259
260 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
261
262         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
263         Sandberg.
264
265 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
266
267         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
268
269 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
270
271         * input/regression/accidental-octave.ly: doc automatic showing
272         of note names.
273
274 2004-04-16  Heikki Junes <janneke@gnu.org>
275
276         * po/fi.po: do "make po && make -C po po-update" at top-level,
277         then "cp po/out/fi.po po/fi.po" and update fields.
278
279         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
280
281 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
282
283         * Documentation/user/introduction.itely (About this manual): Fix
284         templates and regression urls (backportme).
285
286 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
287
288         * ly/engraver-init.ly (Score:graceSettings): Increase
289         beamed-lengths, especially for 32nd notes.
290
291         * Documentation/user/notation.itely (Grace notes): Correct the
292         syntax for add-grace-property example.
293
294 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
295
296         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
297         `Generated' tag.
298
299         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
300         Severely broken (the Debian package, at least).
301
302 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
303
304         * lily/context.cc (find_create_context): assign to lvalue.
305
306 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
307
308         * lily/include/translator.hh (class Translator): rename
309         get_parent_context() to context () to avoid confusion.
310
311         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
312
313         * lily/lexer.ll: change is_string -> ly_c_string_p 
314
315         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
316
317         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
318
319         * VERSION: release 2.3.0
320
321         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
322
323         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
324         if nonempty.
325
326         * lily/include/context.hh (class Context): make members protected.
327         (children_contexts): new accessor function.
328
329         * lily/include/translator.hh (class Translator): make
330         daddy_context_ protected.
331         (class Translator): clean up. 
332
333         * lily/include/context.hh (class Context): make daddy_context_
334         private.
335
336         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
337         higher for finding Voice. (backportme)  
338
339         * lily/include/context.hh (class Context): remove
340         find_context_below() as a method.
341
342         * Documentation/user/notation.itely (The Lyrics context): add note
343         about manual durations
344
345         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
346         encoding.
347
348         * scm/output-tex.scm (text): dump \inputencoding{} for text.
349
350 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
351
352         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
353         \usepackage{inputenc}
354
355         * lily/paper-book.cc (classic_output): don't advance Offset for
356         TeX output.
357
358         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
359         ec-sauter.map in rules
360
361         * mf/ecb.mf (font_identifier): new file, based on ecbx
362
363         * mf/ecb10.mf (gensize): new file.
364
365         * Documentation/topdocs/NEWS.texi (Top): document some more new
366         features.
367
368         * ly/declarations-init.ly: run convert-ly
369
370         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
371         from input-file-results. Remove input-file-results.* 
372
373 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
374
375         * scm/output-ps.scm (font-command): Fix, again.
376
377         * input/test/title-markup.ly: Add \noPagebreak test.
378
379         * lily/score-engraver.cc (try_music): Bugfix.
380
381 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
382
383         * lily/main.cc (main_with_guile): excise dependency options -M and
384         --dep-prefix
385
386         * lily/input-file-results.cc: excise Makefile dependency code
387
388         * Documentation/user/invoking.itexi (Invoking the lilypond
389         binary): remove dep doco
390         
391         * lily/main.cc (main_with_guile): call lilypond-main
392         
393         * scm/lily.scm (lilypond-main): new function: handle multiple files.
394
395         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
396         exception.
397
398         * lily/my-lily-parser.cc: remove paper_description function
399
400         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
401         new function.
402
403         * lily/main.cc: remove global_score_count.
404
405         * lily/book.cc (process): don't take header from global_input_file.
406
407         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
408
409         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
410
411         * lily/music-output-def.cc (LY_DEFINE): new function
412         ly_output_description. This function does the bulk for  setting,
413         parsing and breaking down of an input file.
414
415         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
416         anonymous modules globally. Let's hope they get GCd
417
418         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
419
420 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
421
422         * scm/output-ps.scm (header): Papersize from paper.
423
424         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
425         for classic output.
426
427         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
428         lilypondclassic is defined.
429         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
430
431         * input/regression/between-systems.ly: Remove.
432
433         * python/lilylib.py (get_bbox): Fix regular expression
434         for bounding box.
435
436         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
437
438         * scm/output-tex.scm (stop-page): Use it.
439
440         * scm/output-ps.scm (define-fonts): Bugfix.
441
442         * lily/grob.cc: Add penalty to interface.
443
444         * lily/include/paper-line.hh (class Paper_line): New member
445         var penalty_.
446
447         * lily/system.cc (get_line): Initialise Paper_line with
448         page-penalty's from original grobs.
449
450         * scm/define-music-properties.scm (all-music-properties): Add
451         page-penalty.
452
453         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
454
455         * lily/score-engraver.cc (try_music): Handle page-penalty.
456
457         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
458
459 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
460
461         * ly/declarations-init.ly (melismaEnd): typo
462
463         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
464
465         * scm/output-ps.scm (text): split string into spaces, use moveto
466         for setting space. 
467         
468 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
469
470         * po/nl.po: Update.
471
472         * scm/font.scm (add-cmr-fonts): Typo.
473
474 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
475
476         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
477         font-encoding.
478
479         * scm/define-grobs.scm (all-grob-descriptions): idem.
480
481         * lily/time-signature.cc (numbered_time_signature): idem.
482
483         * scm/font.scm (add-cmr-fonts): use real encoding names for
484         font-encoding.
485
486 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
487
488         * lily/paper-book.cc (classic_output): 
489         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
490         Fixes classic output.
491         (lilypondstart):
492         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
493         kludge.
494
495         * scripts/old-lilypond-book.py: Remove.
496
497         Page layout for SCOREs enclosed in a BOOK:
498
499         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
500         layout tweaking.
501
502         * input/les-nereides.ly (theScore): Add \book.
503         
504         * input/test/title-markup.ly: Add \book.
505
506         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
507         only if 'verbose.
508
509         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
510
511         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
512
513         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
514         * scm/output-tex.scm (start-system): Update for page layout by
515         LilyPond.
516
517         * scm/output-ps.scm (start-system): Previously (new-start-system).
518
519         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
520         passed to define-fonts.
521
522         * lily/paper-column.cc: 
523         * lily/system.cc (get_line):
524         * ly/property-init.ly (newpage): 
525         * scm/define-grob-properties.scm:
526         * scm/output-ps.scm: 
527         * scm/output-tex.scm: Remove between-system-string kludge.
528
529         * scm/output-ps.scm (define-fonts, font-command,
530         font-load-encoding): Handle ENCODING = #f.
531
532         * scm/output-tex.scm (output-scopes): Check if variable is bound.
533
534         * scm/define-markup-commands.scm (fill-line): Use
535         make-simple-markup (WAS: unexisting make-word-markup).
536
537         * lily/text-item.cc (interpret_markup): Bugfix, transpose
538         ENCODING, MARKUP parameters for interpret_string.
539
540         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
541
542         * lily/score.cc (book_rendering): New method.
543         (default_rendering): Create Paper_book helper locally, dump
544         output.
545
546         * lily/my-lily-lexer.cc (the_key_tab): Add book.
547
548         * lily/parser.yy: Handle \book.
549
550         * lily/include/book.hh: 
551         * lily/book.cc: New file.
552
553 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
554
555         * lily/text-item.cc (interpret_string): new file, select font with
556         encoding.
557
558         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
559
560         * scm/define-markup-commands.scm (encoded-simple): new markup command.
561
562         * lily/parser.yy (markup): take encoding from lexer.
563
564 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
565
566         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
567
568         * scm/output-ps.scm: Remove some cruft.
569
570 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
571
572         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
573
574         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
575
576 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
577
578         * scm/font.scm (add-century-schoolbook-fonts):
579         (make-century-schoolbook-tree): New function.
580
581         * input/test/title-markup.ly: Use Century Schoolbook font.
582
583 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
584
585         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
586         to Erik Sandberg) 
587
588         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
589
590         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
591
592         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
593
594         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
595
596 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
597
598         * scm/part-combiner.scm (determine-split-list): bugfix: if no
599         solo-state (at end of solo), we can set the solo status
600         too. (backportme.)
601
602         * input/regression/part-combine-solo-end.ly: new file.
603
604 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
605
606         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
607         flavour abc files.  Really ignore unknown keys (backportme).
608
609 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
610
611         * lily/scaled-font-metric.cc (text_dimension): only multiply with
612         magnification_ when looking up in orig_.
613
614         * scm/output-tex.scm (text): switch off char-mapping.
615
616         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
617         because AFM's encoding field cannot have spaces.
618
619 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
620
621         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
622
623 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
624
625         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
626
627         * mf/cmr.enc: new file, without hi-bit ascii info. 
628
629         * lily/bezier-bow.cc (slur_shape): make indent dependent on
630         width. This removes the 'hook' at the end of a long slur.
631
632         * buildscripts/mf-to-table.py (parse_logfile): don't append
633         encoding to fontname.
634
635 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
636
637         * scm/output-ps.scm (define-fonts): Load .enc only once.
638
639         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
640         too.
641
642 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
643
644         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
645         encoding field.
646
647         * lily/stencil-scheme.cc: remove ly:fontify-atom 
648
649         * ly/portuges.ly (pitchnames): new file.
650
651         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
652         Michael Welsh Duggan
653
654         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
655
656         * ly/nederlands.ly: add comment about digits.
657
658         * lily/scaled-font-metric.cc (derived_mark): idem.
659
660         * scm/encoding.scm (make-encoding-mapping): change permutation to
661         mapping.
662
663         * lily/scaled-font-metric.cc (derived_mark): is a const method.
664         (Modified_font_metric): make alist for coding_description_
665         (LY_DEFINE): remove coding-name.
666
667         * scm/output-tex.scm (text): remove debugging code.
668
669         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
670
671         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
672         from infile.
673
674         * mf/feta-generic.mf: move fet_beginfont into generic code.
675         use fetaMusic (without space) as encoding
676
677         * mf/feta-autometric.mf: take encoding argument
678
679         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
680
681         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
682         use.
683
684         * scm/encoding.scm (read-encoding-file): use symbol for glyph
685         name.
686
687 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
688
689         * input/test/title-markup.ly: Set inputencoding.
690
691         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
692
693         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
694
695         * scm/encoding.scm (get-coding-filename, get-coding-command): New
696         function.
697         (coding-alist): Also hold filename, command.
698         (read-encoding-file): Return symbols.
699
700 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
701
702         * scm/output-tex.scm: remove fontify; text and char take a font
703         argument.
704
705         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
706
707         * lily/scaled-font-metric.cc (text_dimension): init
708         coding_{permutation,table}_ too 
709         (LY_DEFINE): ly:font-encoding, new function return
710
711         * lily/paper-def.cc (find_scaled_font): take input coding from
712         inputcoding paper var.
713
714         * lily/performance.cc (output): remap modulo 16.
715
716         * lily/text-item.cc (interpret_markup): whoops, variable
717         shadowing fixed.
718
719 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
720
721         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
722         symbols, not symbols to strings.
723         
724         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
725         symbols, not symbols to strings.
726
727 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
728
729         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
730         (ly:kpathsea-gulp-file): New function.
731
732         * scm/encoding.scm (read-encoding-file): Use it.
733
734 2004-04-06  Werner Lemberg  <wl@gnu.org>
735
736         * scm/encoding.scm (coding-alist): Fix typo.
737
738 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
739
740         * lily/scaled-font-metric.cc (text_dimension): move function from
741         Font_metric
742         (make_scaled_font_metric): init coding_scheme_ to TeX
743         (text_dimension): use get-coding-vector for non TeX coding_scheme_
744
745         * lily/include/scaled-font-metric.hh (struct
746         Modified_font_metric): rename from Scaled_font_metric
747
748         * scm/encoding.scm (read-encoding-file): split up large function,
749         leave caching to (delay)
750
751         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
752
753 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
754
755         * lily/my-lily-lexer.cc (set_encoding): New method.
756
757         * lily/lexer.ll: Grok \encoding.
758
759         * lily/font-metric.cc (get_encoded_index): New function.
760
761         * lily/include/font-metric.hh (coding_scheme): New method.
762
763         * scm/encoding.scm: New file.
764
765         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
766
767 2004-04-05  Werner Lemberg  <wl@gnu.org>
768
769         * Documentation/user/tutorial.itely: Revised (finished).
770
771         * Documentation/user/macros.itexi (@separate): Removed.
772
773 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
774
775         * scm/output-ps.scm (define-fonts): fix scaling.
776
777         * lily/scaled-font-metric.cc (design_size): add function.
778
779         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
780         partial cut&paste of ly:font-magnification.
781
782 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
783
784         * scm/output-ps.scm (define-fonts):
785         (fontify): Update.
786
787 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
788
789         * po/fr.po: update. (backportme).
790
791         * po/nl.po: update. (backportme). 
792
793         * mf/feta-beugel.mf: document why design size is not fixed.
794
795         * mf/feta-braces-a.mf: rename to stress that it's not design size.
796
797 2004-04-04  Werner Lemberg  <wl@gnu.org>
798
799         * Documentation/user/tutorial.itely: Revised (continued).
800
801 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
802
803         * po/nl.po: Update (backportme).
804
805 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
806
807         * po/de.po: update. (backportme).
808
809         * scm/output-tex.scm (font-command): use ly: functions to
810         construct name.
811         (define-fonts): don't use alist, just dump \font definitions.
812         (font-load-command): calculate proper scaling by taking
813         outputscale from paper argument.
814
815         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
816         expression.
817
818         * lily/paper-outputter.cc (output_header): pass paper arg to
819         define-fonts
820
821         * lily/paper-def.cc (font_descriptions): dump list of
822         Scaled_font_metrics
823         (find_scaled_font): take Font_metric argument, store
824         Scaled_font_metrics in hash-table containing (size ->
825         Scaled_font_metrics) alist.
826         (get_dimension): rename from get_realvar
827
828         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
829         ly:font-magnification, ly:font-name: new functions
830
831 2004-04-03  Werner Lemberg  <wl@gnu.org>
832
833         * Documentation/user/dedication.itely,
834         Documentation/user/preface.itely,
835         Documentation/user/introduction.itely,
836         Documentation/user/tutorial.itely: Revised.
837         Removing leading spaces which distorts output if info files are read
838         with stand-alone info.
839         Removing superfluous inter-word spaces which also distorts output
840         for stand-alone info.
841         Using ` and ' instead of `` and '' everywhere to improve
842         legilibility with stand-alone info
843         Using @samp for single-letter input items and data which contains
844         spaces, @code for other things.
845
846         * lily/grob-interface.cc: Adding copyright.
847         (check_interfaces_for_property): Improve format of warning message.
848
849 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
850
851         * lily/include/font-metric.hh (struct Font_metric): add
852         design_size () method.
853
854         * buildscripts/mf-to-table.py (base): add DesignSize comment.
855
856         * lily/afm.cc (read_afm_file): read design size.
857
858         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
859
860         * scm/music-functions.scm (unfold-repeats): handle dots too.
861
862 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
863
864         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
865         (backportme)
866
867 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
868
869         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
870         lyric indent.  Revert melismaBusyProperties using \unset.
871
872 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
873
874         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
875
876         * lily/parser.yy (command_element): allow redefinition of |
877         meaning.
878
879         * lily/break-align-engraver.cc (acknowledge_grob): construct
880         LeftEdge where the first cause for alignment is coming from.
881         This makes \override Staff.LeftEdge work as expected.
882
883         
884         * lily/slur-performer.cc (Slur_performer): add inits
885
886         * lily/beam-performer.cc (Beam_performer): add inits
887
888 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
889
890         * VERSION (PACKAGE_NAME): release 2.2.0
891
892         * scripts/convert-ly.py (conv): add 2.2.0 rule.
893
894 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
895
896         * lily/cluster.cc (height): Fix warning.
897
898         * lily/parser.yy: Janitorial cleanups.
899
900         * Documentation/user/tutorial.itely (Tutorial): Typo.
901
902 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
903
904         * lily/change-iterator.cc (process): search at multiple context
905         levels. This fixes 
906
907         
908         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
909         not voice-state index for tie state. This fixes a partcombine
910         problem with ties.
911
912         * Documentation/user/tutorial.itely (Commenting input files): add
913         note about convert-ly.
914
915         * input/test/cadenza-skip.ly:  new file.
916
917 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
918
919         * po/nl.po: Spelling fixes.
920
921         * autogen.sh (srcdir): Regenerate.
922
923         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
924         autogen.sh.
925
926         * configure.in: Use C++ to check for C++ header.
927
928         * po/nl.po: Update.
929
930         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
931
932         * lily/event.cc (to_relative_octave): Translatable sentence should
933         be one string.
934
935         * python/lilylib.py (warranty): Year range is not translatable.
936         It's 2004 already!
937
938         * flower/warn.cc (non_fatal_error, warning, programming_error):
939         Remove whitespace from translated string.
940
941 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
942
943         * VERSION: release 2.1.37.
944
945 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
946
947         * configure.in: check for C language.
948
949         * lily/source-file.cc: include strstream without h.
950
951         * scm/documentation-generate.scm (string-append): use name without
952         .texi.
953
954         * autogen.sh (srcdir): SUSE fix.
955
956         * Documentation/user/notation.itely (Ancient clefs): idem.
957
958         * Documentation/user/lilypond-book.itely (Integrating HTML and
959         music): idem.
960
961         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
962
963         * lily/change-iterator.cc (process): use find_existing_context().
964
965         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
966
967         * input/regression/repeat-unfold-tremolo.ly: new file.
968
969         * scm/music-functions.scm (unfold-repeats): undo music compression
970         too.
971
972         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
973         (LY_DEFINE): ly:music-compress new function.
974
975         * scm/part-combiner.scm (determine-split-list): split for voice
976         crossings
977
978         * input/regression/part-combine-cross.ly: new file.
979
980         * scm/part-combiner.scm (make-part-combine-music): don't do
981         relative inside partcombine arguments.
982
983         * scm/music-functions.scm (make-non-relative-music): new function.
984
985         * Documentation/user/notation.itely (Automatic part combining):
986         add note about \relative.
987
988         * lily/part-combine-iterator.cc (construct_children): add
989         start_moment_ member.
990
991         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
992         stem-tremolo by stem object. This fixes no stem for tremolo bug.
993
994         * lily/stem-tremolo.cc (print): don't crash for no-stem.
995
996         * Documentation/user/changing-defaults.itely (Which properties to
997         change): fixes.
998
999 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1000
1001         * po/fr.po: update.
1002
1003 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1004
1005         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1006
1007         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1008         Reinstate old code that issues warning.  Fixes --srcdir build.
1009
1010 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1011
1012         * input/wilhelmus.ly: New file.
1013
1014         * Documentation/user/notation.itely: 
1015         * Documentation/user/introduction.itely:
1016         * Documentation/user/tutorial.itely: Use quote ly-option instead
1017         of explicit @quotation.  This fixes too long lilypond linewidths
1018         resulting in overful hboxes.
1019
1020         * scripts/lilypond-book.py: Add ly-option: `quote'.
1021
1022 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1023
1024         * tex/titledefs.tex: Avoid that the first score line is extra
1025         indented if instrument is defined but not piece.
1026
1027 2004-03-30  Werner Lemberg  <wl@gnu.org>
1028
1029         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1030         `lilypond/' to info file name.
1031         (@usermanref) [info]: New variant.
1032
1033         * scm/documentation-generate.scm: Fix definition of @usermanref
1034         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1035         to info file name.
1036
1037 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1038
1039         * VERSION: release 2.1.36
1040         
1041         * Documentation/user/changing-defaults.itely (Interpretation
1042         contexts): rewrite introduction.
1043
1044 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1045
1046         * scm/define-markup-commands.scm: Use TeX accents instead of
1047         straight iso-8859-1 encoding in the doc string.
1048
1049 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1050
1051         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1052         space after dotted duration.
1053
1054 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1055
1056         * Documentation/user/introduction.itely: 
1057         * Documentation/user/notation.itely:
1058         * Documentation/user/tutorial.itely: Up all relative examples.
1059         Enclose @lilypond displays in @quotation.  Typos and corrections.
1060
1061         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1062
1063 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1064
1065         * scm/music-functions.scm (make-voice-props-revert): Revert also
1066         MultiMeasureRest staff-position in oneVoice.
1067
1068 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1069
1070         * Documentation/user/changing-defaults.itely, 
1071         Documentation/user/lilypond.tely: few fixes. Place no comma between
1072         two options: a and b, but commas between three options: a, b, and c.
1073         By this manner, grouping is possible: a and b, and c and d.
1074
1075 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1076
1077         * Documentation/user/GNUmakefile: add rule for .nexi
1078
1079 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1080
1081         * Documentation/user/music-glossary.tely: move glossary direntry
1082
1083         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1084         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1085
1086 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1087
1088         * stepmake/aclocal.m4: Verify that gettext configure check with
1089         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1090
1091 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1092
1093         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1094         glob.glob for .png filenames. This catches multipage pngs.  
1095
1096         * Documentation/user/changing-defaults.itely (Determining the grob
1097         property): fix references.
1098
1099         * lily/staff-symbol.cc (print): only add extent if non empty.
1100         This fixes staff-container.ly.
1101
1102         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1103         starting with a mmrest also works.
1104
1105         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1106         PNG for texinfo too.
1107
1108         * po/lilypond.pot: update translation strings.
1109
1110         * VERSION: 2.1.35 released
1111         
1112         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1113         context argument too.
1114
1115         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1116
1117         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1118
1119         * python/lilylib.py (command_name): don't return 1st path
1120         component.
1121
1122         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1123         .png case separately.
1124
1125         * python/lilylib.py (system): typo.
1126         
1127 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1128
1129         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1130         run indent-region.
1131
1132         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1133         Fixes compile.
1134
1135         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1136         Add header.
1137
1138 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1139
1140         * vim/lilypond-indent.vim: small fixes.
1141
1142 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1143
1144         * Documentation/user/notation.itely (Entering lyrics): Add example
1145         with correct english double quotes (at least for LaTeX output,
1146         maybe not a good idea if we switch to PS as the default output
1147         format).
1148
1149 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1150
1151         * lily/staff-performer.cc (create_audio_elements): play instrument
1152         changes before notes arrive. This fixes instrument of the first
1153         note in a score.
1154
1155         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1156         to 1.9.0 conversion.
1157
1158         * lily/mark-engraver.cc: doc string.
1159
1160         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1161
1162         * Documentation/user/introduction.itely (Introduction): new node.
1163
1164 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1165
1166         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1167
1168         * input/regression/spacing-ragged-last.ly: new file.
1169
1170         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1171         spacing.
1172
1173         * scm/font.scm: rewrite using GOOPS.
1174         
1175         * lily/context-def.cc (filter_engravers): derefence pointer.
1176
1177         * lily/lily-guile.cc (type_check_assignment): use
1178         ly_scheme_function iso. scm_primitive_eval where possible.
1179
1180         * lily/performance.cc (output): limit channels at 15. This fixes
1181         percussion inadvertently showing up in large scores.
1182
1183 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1184
1185         * input/regression/tuplet-gap.ly: new file.
1186
1187         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1188         (print): compute gap length from number size, include italic
1189         correction.
1190
1191         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1192         tuplet-bracket
1193
1194         * scm/paper.scm (set-default-paper-size): new function, to be
1195         called at toplevel.
1196         (set-paper-size): new function, to be called inside \paper {}
1197         (set-default-paper-size): new function, to be called at toplevel.
1198
1199         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1200
1201         * lily/beam-performer.cc (process_music): idem.
1202
1203         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1204         
1205         * tex/titledefs.tex: remove scshape for piece.
1206
1207         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1208         font-family
1209
1210         * lily/time-signature.cc (special_time_signature): font-encoding
1211         not family.
1212
1213         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1214         dynamic to head. This fixes p placement in morgenlied.
1215
1216 2004-03-23  Werner Lemberg  <wl@gnu.org>
1217
1218         * stepmake/stepmake/generic-targets.make (help): Improve text.
1219
1220 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1221
1222         * VERSION: 2.1.34 released
1223         
1224         * lily/main.cc (main_with_guile): switch debugging.
1225
1226         * lily/system.cc (get_line): plug leak.
1227
1228         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1229         and contents.
1230         (stencil2line): plug leak.
1231
1232         * Documentation/user/changing-defaults.itely (Determining a grob
1233         property):  new node.
1234         (Layout interfaces): new node.
1235         (Navigating the program reference): new node.
1236
1237         * lily/accidental-engraver.cc (acknowledge_grob): add property
1238         harmonicAccidentals
1239
1240         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1241         general cleanups.
1242         
1243         * input/les-nereides.ly (middleDynamics): resurrect Les
1244         nereides. Remove pedal hack.
1245
1246 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1247
1248         * input/regression/property-grace-polyphony.ly: new file.
1249
1250         * lily/translator-property.cc (execute_pushpop_property): only pop
1251         one instance of the property. This fixes << \\ >> together with
1252         \grace.
1253
1254         * lily/break-align-interface.cc (ordered_elements): we cannot
1255         modify the #'elements property, so return reordered array.
1256
1257 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1258
1259         * buildscripts/lilypond.words.py: remove.
1260         * buildscripts/lilypond-words.py: add new, renamed file. 
1261         Give generated targets and dirs explicitly in arguments.
1262
1263         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1264         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1265         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1266         
1267         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1268
1269         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1270
1271         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1272         orders.
1273
1274         * vim/GNUmakefile: add local-uninstall target.
1275
1276         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1277         
1278         * vim/vimrc: add a one-liner file.
1279
1280         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1281         vimrc in EXTRA_DIST_FILES.
1282
1283         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1284
1285 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1286
1287         * config.make.in: add vimdir.
1288
1289         * vim/GNUmakefile: add local-install.
1290
1291 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1292
1293         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1294         with \lilypondifundefined{blabla}. Solves problem with multiple
1295         titles in the same lilypond-book document.
1296
1297 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1298
1299         * scm/document-backend.scm (interface-doc): sort grob list for
1300         interface.
1301
1302         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1303         pre/post break align-order.
1304
1305         * spelling patch courtesy Edward Sutton.
1306
1307         * Documentation/user/changing-defaults.itely (Changing context
1308         default settings): new node.
1309         (Defining new  contexts): new node.
1310
1311         * scripts/lilypond-book.py (is_derived_class): use numbers
1312         iso. booleans.
1313
1314         * python/lilylib.py (make_ps_images): add margin to PS images.
1315
1316         * scripts/lilypond-book.py (is_derived_class): new function. Take
1317         class arg iso. object.
1318         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1319         for bug in GS/dvips.
1320
1321         * lily/text-item.cc (interpret_markup): idem.
1322
1323         * scm/define-markup-commands.scm: remove split around-space hack.
1324
1325         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1326         function, fold WL's fixes into one function.
1327
1328 2004-03-22  Werner Lemberg  <wl@gnu.org>
1329
1330         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1331         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1332         (Note_column::head_position_interval): Do proper rounding for
1333         calls to Staff_symbol_referencer::get_position.
1334
1335 2004-03-21  Werner Lemberg  <wl@gnu.org>
1336
1337         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1338         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1339         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1340         (My_lily_parser::parse_file): Improve formatting progress indication
1341         sent to stdout.
1342
1343 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1344
1345         * VERSION: 2.1.33 released.
1346
1347         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1348
1349         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1350
1351         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1352         warning is issued about dummy.dep.
1353
1354         * scm/new-font.scm: fix design sizes of nummer
1355
1356 2004-03-21  Werner Lemberg  <wl@gnu.org>
1357
1358         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1359         some annoying warnings from mkdir during `make install'.
1360
1361 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1362
1363         * lily/performer-group-performer.cc (do_announces): call
1364         Performer_group_performer::create_audio_elements () too.
1365
1366         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1367
1368         * scm/define-grobs.scm (all-grob-descriptions): add property
1369         break-align-orders
1370
1371         * lily/global-context.cc (get_default_interpreter): new
1372         function. Override from base class, so no new Score contexts are
1373         created.
1374
1375         * lily/include/stencil.hh (class Stencil): document origin field.
1376
1377         * lily/staff-symbol.cc (print): span staff-symbol on column
1378         extents for non-broken columns. 
1379
1380         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1381         key-signature.
1382
1383         * tex/titledefs.tex: don't use smallcaps for piece.
1384
1385         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1386         translated stencils in the output.
1387
1388         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1389
1390 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1391
1392         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1393         and init ties_created_
1394
1395         * VERSION: release 2.1.32
1396
1397         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1398         doc string from IMPLEMENT_CTOR_CALLBACK().
1399
1400         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1401         that engraver is in a performer hierarchy.
1402
1403 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1404
1405         * vim/lilypond-ftdetect.vim: new file.
1406
1407 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1408
1409         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1410         (compose_ly): default octave should be middle C.
1411
1412         * Documentation/user/changing-defaults.itely (Layout tunings
1413         within contexts): new node.
1414
1415         * lily/include/smobs.hh: document C++ smob interface.
1416
1417         * lily/function-documentation.cc: don't doc functions without
1418         docstring.
1419
1420 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1421
1422         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1423         direntry, so that `info lilypond' goes to Top.
1424
1425         * scm/output-ps.scm (polygon): Fix: add spaces.
1426
1427         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1428         solutions are now optimal too.
1429
1430         * input/test/page-breaks.ly: New file.
1431
1432         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1433         functions into safe module.
1434
1435         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1436         end, prepend zeros.
1437
1438         * scm/output-*.scm: Use ly:number->string rather than
1439         number->string.  Makes for saner output.
1440
1441         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1442         Fixes feta-nummer, feta-din scaling.
1443
1444 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1445
1446         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1447
1448         * scm/music-functions.scm (descend-to-context): new
1449         function. Similar to context-spec-music.
1450         (make-time-signature-set): specify Score as descend-only. This
1451         fixes the polymetric.ly example.
1452
1453         * lily/context-specced-music-iterator.cc (construct_children): add
1454         support for descend-only context spec.
1455
1456         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1457         determine ez-notation letter. 
1458
1459         * lily/system.cc (get_line): start with dumping layer 3. This
1460         fixes ez notation.
1461
1462 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1463
1464         * input/test/title-markup.ly: Stress breaking harder.
1465
1466         * scm/page-layout.scm (height-score): Overfull page scores twice
1467         as bad as underfull (was: by a power).
1468         (walk-lines): Omit first walk-path round (breaking after new node,
1469         without lines).
1470
1471         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1472         diff values are negative.
1473         (output): Bugfix: treat negative vfill differently.
1474
1475         * Documentation/user/lilypond.tely (direntry): Add note about why
1476         `info lilypond' brings up `Invoking LilyPond' node.
1477
1478 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1479
1480         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
1481
1482         * lily/paper-book.cc: Remove cruft.
1483         (output): Bugfix: put vfill between lines.
1484         (pages): Bugfix: set page vars needed for filling.
1485
1486         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
1487         (was: @ar).
1488
1489         * scm/page-layout.scm: Further development.
1490
1491         * ly/declarations-init.ly (paper): Define page-breaking.
1492
1493 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1494
1495         * lily/note-head.cc (brew_ez_stencil): add note-names
1496         property. Provides internationalization for note names.
1497
1498         * Documentation/user/changing-defaults.itely (Creating contexts):
1499         new node.
1500
1501         * lily/grace-iterator.cc (process): descend to child for \grace.
1502
1503         * lily/timing-translator.cc (initialize): Timing_translator adds
1504         Timing alias by itself.
1505
1506         * lily/context.cc (add_alias): new function.
1507
1508         * scm/lily.scm (tex-output-expression): new function, eval within
1509         drawing API. Guards against eval vulnerabilities.
1510
1511         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
1512
1513         * scm/output-ps.scm (scm): export lily drawing API.
1514
1515         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
1516         throughout.
1517
1518 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1519
1520         * scm/page-layout.scm (optimal-page-breaking): New function.
1521         
1522         * lily/paper-book.cc (pages): Use it.
1523
1524 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1525
1526         * lily/include/paper-line.hh (class Paper_line): Full smob.
1527
1528 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1529
1530         * lily/global-context.cc (run_iterator_on_me): fix grace note
1531         nesting by initting measurePosition.
1532
1533         * lily/timing-translator.cc (initialize): do no init
1534         measurePosition
1535         
1536         * lily/include/music-output-def.hh (class Music_output_def): add
1537         input_origin_ field.
1538
1539         * Documentation/user/changing-defaults.itely (Changing context
1540         properties on the fly): new node.
1541
1542         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
1543         function. Only have smobbed_copy (), and do not provide
1544         smobbed_copy() for non-simple smobs. Changes throughout.
1545
1546 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1547
1548         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
1549         start_moment_. Fix by Doug A. Linhardt.
1550
1551 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1552
1553         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
1554         accidentals for harmonic notes.
1555
1556         * lily/note-collision.cc (check_meshing_chords): don't merge heads
1557         of different style. (Thanks to Doug Linhardt).
1558
1559         * Documentation/user/changing-defaults.itely (Scheme tutorial):
1560         new node.
1561
1562 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
1563
1564         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
1565
1566         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
1567         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
1568         vim/lilypond-indent.vim: doc targets and deps in comments.
1569
1570 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1571
1572         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
1573
1574         * lily/system.cc (get_line): Return Paper_line.  Change all users.
1575
1576         * lily/include/paper-line.hh:
1577         * lily/include/paper-line.cc: New file.
1578
1579 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1580
1581         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
1582
1583         * GNUmakefile.in: remove stray make out=www
1584
1585         * input/test/bagpipe.ly (gcdg): octave fixes.
1586
1587         * scm/define-markup-commands.scm (number): use font-encoding
1588         iso. font-family
1589
1590         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
1591         font-encoding.
1592         
1593 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
1594
1595         * lily/parse-scm.cc: compile-bugfix: add missing header files for
1596         `output_format_global' and `PAGE_LAYOUT'.
1597
1598 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1599
1600         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
1601         lily functions in safe mode.
1602
1603         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
1604         Print filename for HTML, LATEX, before texidoc.
1605
1606         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
1607         instructions in output-ps module.
1608
1609         * scm/lily.scm: Do not load output-ps module.
1610
1611         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
1612         safe mode.
1613
1614 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1615
1616         * lily/span-dynamic-performer.cc (process_music): remove spurious
1617         warning.
1618
1619         * lily/context-def.cc (Context_def): init name to ""
1620
1621         * lily/font-interface.cc: add font-encoding property.
1622
1623         * scm/lily.scm (chain-assoc-get): bugfix.
1624
1625         * lily/paper-book.cc (stencil2line): protect static SCM.
1626
1627         * lily/font-interface.cc (text_font_alist_chain): rename function,
1628         and use text-font-defaults. 
1629
1630         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
1631
1632         * scm/paper.scm (paper-set-staff-size): use new function.
1633
1634         * scm/new-font.scm (make-font-tree): new function.
1635
1636 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1637
1638         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
1639
1640         * scm/lily.scm (get-output-module): New function.
1641         (output-alist): Remove ,ps-output-expression.
1642
1643         * scm/output-tex.scm (ps-output-expression): New function.
1644
1645         * scm/output-ps.scm (ps-output-expression): Remove.
1646         (header, start-page): Output page metadata.
1647
1648         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
1649         initialise output_module_.  Do not write part of header.
1650         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
1651         (output_header): Output full header.
1652
1653         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
1654         FIXME.
1655
1656 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1657
1658         * scm/new-font.scm: new file. Tree based font lookup.
1659
1660         * scm/lily.scm (assoc-get): take default argument. Remove
1661         assoc-get-default.
1662         (chain-assoc-get): use chain-assoc-get everywhere.
1663
1664         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1665         autobeamsettings conversion bug.
1666
1667         * lily/include/global-context.hh (Context): clean-up data hiding.
1668
1669         * lily/include/music-iterator.hh (class Music_iterator): clean-up
1670         data hiding.
1671
1672         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
1673
1674         * input/regression/stem-shorten.ly: add chord case.
1675
1676         * lily/stem.cc (get_default_stem_end_position): shorten stems
1677         triggered by note-head positions, not by forced-direction. This
1678         fixes a bug with too short stems.  
1679  
1680 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1681
1682         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
1683         Lilypond_snippet.output_latex): Always call output_print_filename.
1684
1685         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
1686         expand pages.
1687
1688 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1689
1690         * scm/part-combiner.scm (make-autochange-music): switch rests
1691         before switched notes too.
1692
1693         * lily/figured-bass-engraver.cc (process_music): change calling
1694         convention.
1695
1696         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
1697
1698         * scm/define-markup-commands.scm (bracketed-y-column): new markup
1699         command.
1700
1701         * lily/include/stencil.hh (class Stencil): add origin field.
1702
1703         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
1704         function.
1705
1706         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
1707
1708         * lily/lexer.ll: remove support for \$ and $ in identifiers
1709
1710         * lily/sequential-iterator.cc: remove copy_grace_fixups
1711         (get_grace_fixup): slight abstraction of fixup code.
1712
1713         * input/test/title-markup.ly (spaceTest): vary staff sizes.
1714
1715 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
1716
1717         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
1718         in insert-mode. add indenting rules.
1719
1720 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1721
1722         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
1723         protect hack.
1724
1725         * scm/page-layout.scm:
1726         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
1727         layout and titling should now match external latex based version.
1728
1729         * scm/output-tex.scm (output-scopes): Bugfix: only write string
1730         header fields.
1731
1732         * ps/lilyponddefs.ps: Remove automatic page layout.
1733
1734         * scm/output-ps.scm (new-start-system): New interface function.
1735
1736         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
1737
1738         * lily/paper-book.cc (output): Bugfix.
1739
1740 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1741
1742         * VERSION (MY_PATCH_LEVEL): release 2.1.30
1743         
1744 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1745
1746         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
1747         direntries.
1748
1749         * ps/lilyponddefs.ps: Bugfix.
1750
1751         * input/regression/multi-measure-rest-instr-name.ly: Typo.
1752
1753 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1754
1755         * lily/auto-beam-engraver.cc (create_beam): add Stem as
1756         cause. This should fix warnings.
1757
1758         * mf/feta-slag.mf (trill_ne): fix upmordent size.
1759
1760         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
1761         prevent aligned 6ths.
1762
1763         * lily/custos.cc (print): remove adjust-if-on-staffline.
1764
1765 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1766
1767         * lily/paper-book.cc: Do header and footer.
1768
1769 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1770
1771         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
1772
1773         * scm/paper.scm (lineheight): Remove
1774         (head-sep, foot-sep): Add.
1775
1776 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1777
1778         * mf/feta-schrift.mf: reduce portato thickness.
1779
1780         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
1781
1782         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
1783         programming_error ().
1784
1785         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
1786         bracket to last command column.
1787
1788         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
1789         continues on next/prev system.
1790
1791         * input/regression/pedal-end.ly: new file.
1792
1793 2004-03-10  Werner Lemberg  <wl@gnu.org>
1794
1795         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
1796         Remove pmx2ly stuff.
1797         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
1798
1799 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1800
1801         * scm/page-layout.scm: New file.
1802
1803         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
1804         settings.
1805         (Lilypond_snippet.is_outdated): Also check for PNG file.
1806         Workaround for interrupted (web) builds.
1807
1808         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
1809
1810         * ps/lilyponddefs.ps: Use only very small top-marging.
1811         (init-paper): Also pop page size string.
1812         (start-page, stop-page): New function.
1813
1814         * scm/output-ps.scm (header-end): Remove stray exec commands.
1815
1816 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1817
1818         * lily/input-file-results.cc (do_one_file): use new Paper_book()
1819
1820         * lily/score.cc (default_rendering): clean protection.
1821
1822         * lily/paper-book.cc (mark_smob): implement smob marking.
1823
1824         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
1825
1826         * Documentation/user/*.itely: user manual edits. 
1827
1828 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1829
1830         * Documentation/user/converters.itely (Invoking musedata2ly):
1831         remove pmx2ly.
1832
1833         * scripts/pmx2ly: remove script.
1834         
1835 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1836
1837         * lily/score.cc (default_rendering): Protect paper-book members.
1838
1839         * lily/paper-def.cc (smobbed_copy): New method.
1840
1841         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
1842         switch runtime.
1843
1844         * lily/include/music-output.hh (process): Change signature to
1845         return SCM.
1846
1847         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
1848         method.
1849
1850         * lily/paper-score.cc (process): Return stencils rather than
1851         outputting directly.  Remove paper-book kludge.  Delete grobs.
1852         (output): Remove.
1853
1854         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
1855
1856         * lily/score-engraver.cc (get_output): Do not reset pscore_.
1857
1858         * lily/score.cc (default_rendering)
1859         (ly_render_output): Move adding paper-score two levels up.
1860
1861         * lily/system.cc (get_line):
1862         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
1863
1864 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1865
1866         * scm/font.scm (paper20-font-vector): add more design sizes for
1867         number.
1868
1869         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
1870         feta-nummber{5,7,11,13}.
1871
1872         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
1873         for 12pt design size. 
1874
1875 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1876
1877         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
1878
1879 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1880
1881         * lily/font-select.cc (properties_to_font_size_family): Fix
1882         warning message.
1883
1884         * Experimental PostScript latin1 encoding:
1885         
1886         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
1887
1888         * scm/output-ps.scm: Experimental encoding using reencode-font.
1889         * scm/font.scm: Add latin1 `font-shape'.
1890         
1891         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
1892
1893         * ps/lilyponddefs.ps (reencode-font): New function.
1894
1895         * lily/paper-book.cc (get_pages): Simplistic page breaking.
1896
1897         * scm/output-tex.scm (start-page):
1898         (stop-page): New interface function.
1899
1900 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1901
1902         * lily/paper-outputter.cc (output_expr):
1903         (output_header):
1904         (output_line): New method.
1905
1906         * lily/system.cc (get_line):
1907         (get_lines): New method.
1908         (output_scheme):
1909         (output_line): Remove.
1910
1911         * scm/lily.scm (make-title): New function.
1912
1913         * lily/paper-book.cc: 
1914         * lily/include/paper-book.hh: New file.
1915
1916         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
1917         ly-modules.hh).
1918
1919         * lily/ly-module.cc (ly_modules_lookup): New function.
1920
1921         * lily/main.cc (main_with_guile): Move memory leak debug code back.
1922
1923         * scm/output-ps.scm (make-title): Remove.
1924         (output-scopes): Junk header-title test.
1925
1926 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1927
1928         * mf/feta-schrift.mf: thicker dot for portato.
1929
1930         * lily/accidental-placement.cc (position_accidentals): bugfix in
1931         offset, this fixes right-padding of AccidentalPlacement.
1932
1933         * lily/[h-z]*.cc: () formatting.
1934
1935         * Documentation/user/tutorial.itely (An orchestral part): more
1936         fixes for the tutorial.
1937
1938         * scm/translation-functions.scm (fraction-tuplet-formatter):
1939         reverse fraction.
1940
1941         * lily/parser.yy (context_def_spec_block): use \context instead of
1942         \translator.
1943
1944         * lily/[a-g].cc: () style cleanup.
1945
1946         * Documentation/user/tutorial.itely (Automatic and manual beams):
1947         editing of tutorial.
1948
1949 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1950
1951         * buildscripts/mf-to-table.py (base): write encoding name.
1952
1953 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1954
1955         * Documentation/user/GNUmakefile (local-install-info): Issue
1956         warning (for packager, ie, if not installing in /usr or /usr/local).
1957
1958         * lily/stencil-scheme.cc: 
1959         * lily/staff-symbol-referencer.cc: 
1960         * lily/script-column.cc: 
1961         * lily/pitch.cc: 
1962         * lily/music.cc: 
1963         * lily/grob-pq-engraver.cc: 
1964         * lily/font-interface.cc: 
1965         * lily/music-output-def.cc: 
1966         * lily/duration.cc: 
1967         * lily/grob-scheme.cc:
1968         * lily/context-scheme.cc: Put scheme name on first line in
1969         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
1970         style cleanups.
1971
1972         * stepmake/stepmake/scm-vars.make: 
1973         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
1974         Rename and split TAGS_FILES.
1975
1976         * GNUmakefile.in (ALL-TAGS): Remove.
1977         
1978         * stepmake/stepmake/generic-targets.make (TAGS): Also include
1979         deeper TAGS files.  Fixes regexp tags in TOP dir.
1980
1981 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1982
1983         * VERSION: 2.1.29 released.
1984         
1985         * Documentation/user/changing-defaults.itely (Changing defaults):
1986         new file.
1987
1988         * Documentation/user/notation.itely (Notation manual): rename from 
1989         refman.itely
1990
1991         * Documentation/user/notation-appendices.itely (The Feta font):
1992         new file.
1993
1994         * Documentation/user/advanced.itely: add aborted attempt for
1995         advanced topics manual.
1996
1997 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1998
1999         * scm/new-markup.scm: display Markups in sane format. Patch by
2000         Nicolas Sceaux.
2001
2002 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2003
2004         * lily/main.cc: Cleanups.
2005         (setup_localisation): New function.
2006         (sane_putenv): Remove.
2007         (main_with_guile): New name (Was: main_prog).  Remove musings
2008         about possible preparation for GUILE heavy memory usage and
2009         practical uselessness.  Do not set environment variables
2010         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2011         name juggling.
2012         (parse_argv): New function.
2013         (copyright): New function.  It's 2004 already.
2014
2015         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2016         (distill_inname): Move from main.
2017
2018 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2019
2020         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2021
2022         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2023
2024         * Documentation/user/running.itely: new file.
2025
2026         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2027
2028         * lily/score-performer.cc (finish): call Translator::finalize ().
2029
2030 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2031
2032         * lilypond-ftpplugin.vim: renamed to the following file.
2033         * lilypond-ftplugin.vim: new file.
2034
2035         * GNUmakefile.in: update VIM_FILES.
2036
2037 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2038
2039         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2040         props.
2041
2042         * input/test/tie-sparse.ly: remove.
2043
2044         * lily/tie-performer.cc (try_music): copy & paste from
2045         Tie_engraver.
2046
2047         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2048         variable_ref twice.
2049
2050         * lily/key-performer.cc (create_audio_elements): use
2051         alterations-in-key.
2052
2053         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2054
2055 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2056
2057         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2058         handle also quarter tones (not shown as tests). test also flats.
2059
2060         * Documentation/index.html.in: small fixes.
2061
2062 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2063
2064         * input/regression/new-markup-scheme.ly: Typo.
2065
2066         * scm/define-markup-commands.scm (fill-line): New markup.
2067
2068         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2069         (output-paper-def): Fix alignment.
2070         (make-title): Fix height/width scaling.
2071
2072         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2073
2074         * input/test/title-markup.ly: Add remaining titles.  Layout and
2075         font size fixes.  Add simplistic latin1 test.
2076
2077 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2078
2079         * input/test/nested-groups.ly: remove. move content (to next). 
2080         * input/test/staff-bracket.ly: replace content (from prev), this 
2081         has been already in templates.
2082
2083 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2084
2085         * stepmake/autogen.sh: Only issue warning about running configure
2086         without arguments when autogen.sh will actually be running
2087         configure.
2088
2089 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2090
2091         * scm/new-markup.scm (stack-stencil-line): robustness.
2092
2093         * scm/define-markup-commands.scm (simple): robustification of
2094         simple-markup.
2095
2096         * Documentation/user/music-glossary.tely (Top): change central C
2097         to middle C.
2098
2099         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2100
2101 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2102
2103         * input/test/title-markup.ly (spaceTest): Add.
2104
2105         * lily/text-item.cc (interpret_markup): Make line markup from
2106         multi word markup.
2107
2108         * scm/define-markup-commands.scm (word): New markup command.
2109         (simple): Use it.
2110
2111         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2112
2113 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2114
2115         * vim/ftplugin/lilypond.vim:
2116         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2117         show matching paren in insert mode.
2118
2119 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2120
2121         * scm/output-ps.scm (make-title, output-scopes): Further
2122         development.
2123
2124         * input/test/title-markup.ly: New file.
2125
2126         * ps/lilyponddefs.ps: Disable PostScript titling.
2127
2128         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2129
2130 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2131
2132         * lily/arpeggio.cc (width_callback): remove padding.
2133  
2134         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2135
2136         * scm/define-music-types.scm: remove make-music-by-name.
2137
2138         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2139
2140 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2141
2142         * lily/paper-score.cc (process): Output titles using make-title.
2143
2144         * scm/output-ps.scm (output-stencil): Display directly instead of
2145         constructing string.
2146         (make-title): New function.
2147
2148 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2149
2150         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2151         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2152         Move documentation of LaTeX packages for latin1 characters to the
2153         lilypond-book manual.
2154
2155 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2156
2157         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2158
2159         * vimrc: add menu in console and shortcut <F10> for it.
2160
2161         * vim/:
2162         * vim/compiler/:
2163         * vim/syntax/:
2164         * vim/indent/:
2165         * vim/ftplugin/: new directories.
2166         
2167         * vim/filetype.vim: new file.
2168
2169         * lilypond.vim: remove files (see next).
2170         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2171
2172         * vimrc: remove file (see next).
2173         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2174
2175         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2176         add header. apply bindings only locally.
2177
2178         * vim/indent/lilypond.vim: new file.
2179
2180         * vim/ftplugin/lilypond.vim: remove errorformat.
2181         * vim/compiler/lilypond.vim: new file for errorformats.
2182
2183         * Documentation/topdocs/INSTALL.texi: give easier orders.
2184
2185         * ROADMAP: add vim/
2186
2187 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2188
2189         * Documentation/user/introduction.itely (Introduction): Use @image
2190         iso @html <img...>.  Add workaround for images in columns in info.
2191
2192         * stepmake/aclocal.m4: Store computed version in variable.
2193
2194         * configure.in: Export MAKEINFO_VERSION.
2195
2196         * config.make.in (MAKEINFO_VERSION): Add.
2197
2198         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2199
2200         * Documentation/user/GNUmakefile: Only build info with images when
2201         building web.
2202
2203         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2204
2205         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2206         stuff from documentation-targets.make
2207
2208 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2209
2210         * VERSION: 2.1.28 released
2211         
2212         * scripts/convert-ly.py (conv): 
2213
2214 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2215
2216         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2217         \arpeggioBoth. redefine \arpeggioBracket.
2218
2219         * Documentation/user/refman.itely: document new arpeggio
2220         functions.
2221
2222         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2223
2224         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2225
2226         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2227
2228 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2229
2230         * Documentation/user/introduction.itely (Automated engraving):
2231         rewrite introduction using website text.
2232
2233 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2234
2235         * scm/*.scm: make-music-by-name is replaced by make-music, which
2236         also accept music property settings, eg:
2237           (make-music 'TextScriptEvent 'direction DOWN 'text
2238               (make-simple-markup x))
2239
2240         Patch courtesy Nicolas Sceaux
2241
2242         * lily/beam-quanting.cc: cleanup, separate counts for left and
2243         right beam ends.
2244
2245         * lily/side-position-interface.cc (quantised_position): also
2246         quantize staccato position for forced stem directions. 
2247
2248 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2249
2250         * scm/*.scm: Patch by Nicolas Sceaux: 
2251
2252         * scm/music-functions.scm: ly:grob-property and ly:music-property
2253         are made procedure with setters.
2254
2255         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2256         
2257 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2258
2259         * input/test/[t-v]*.ly: finish rewriting texidocs.
2260
2261         * input/test/vaticana.ly: remove.
2262         * input/test/ligature-vaticana.ly: new, renamed file name.
2263
2264         * input/test/stem-centered.ly: remove.
2265         * input/test/mensural-note-heads.ly: new file. take content from
2266         removed file stem-centered.ly.
2267
2268         * input/test/scales-greek.ly: simplify.
2269
2270         * input/test/s*.ly: reformulate texidocs.
2271         
2272         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2273         of missing features.
2274
2275 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2276
2277         * input/test/[j-o]*.ly: update texidocs.
2278
2279 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2280
2281         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2282
2283         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2284         images.
2285
2286         * Documentation/user/lilypond.tely (@direntry): Update.
2287
2288         * stepmake/stepmake/documentation-targets.make
2289         (install-info,uninstall-info): Install into $(package_infodir).
2290         Install images.  Run install-info to update dir.
2291
2292         * config.make.in (package_infodir): Add.
2293
2294         * Documentation/user/GNUmakefile (info-with-images,
2295         local-install-info, local-uninstall-info): New target.
2296
2297 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2298
2299         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2300         gap/threshold.
2301
2302         * lily/beam-quanting.cc (score_slopes_dy): remove
2303         ROUND_TO_ZERO_SLOPE kludge.
2304
2305         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2306
2307         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2308
2309         * lily/global-context.cc (Global_context): alway accept Score
2310         (run_iterator_on_me): cast Context to Score_context, not
2311         Context_def.
2312
2313         * Documentation/user/refman.itely: documentation patch by Edward
2314         Sanford Sutton.
2315
2316         * mf/GNUmakefile: unset sauter-fonts.
2317
2318 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2319
2320         * scripts/lilypond-book.py (output_texinfo): Output @image
2321         descriptions for info too.
2322
2323         * input/test/chord-names-jazz.ly: 
2324         * input/test/embedded-scm.ly: Clarify.
2325
2326         * input/test/cautionaries.ly: Typo.
2327
2328         * lily/input-smob.cc (ly_input_location): Compile fix.
2329
2330 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2331
2332         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2333
2334         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2335         fixes problems with system defaults being reverted with \override
2336         on Score level.
2337
2338         * lily/global-context.cc (Global_context): apply property-ops to
2339         Global_context too. 
2340
2341 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2342
2343         * scm/output-ps.scm (stencil->string): Rewrite.
2344
2345 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2346
2347         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2348         impersonal style.
2349
2350 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2351
2352         * lily/input-smob.cc (ly_input_location: New function.
2353
2354         * scm/define-markup-commands.scm (upright): New markup command.
2355
2356         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2357
2358         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2359
2360         * scm/output-ps.scm (output-stencil): New function.
2361
2362         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2363         of snippet types; fixes @ignore and @verbatim blocks.
2364
2365 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2366
2367         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2368         to a file in printed documentation, instead, refer either to a 
2369         syntax or to an output.
2370
2371 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2372
2373         * input/regression/beam-center-slope.ly: Add test.
2374
2375 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2376
2377         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2378         (SAUTER_FONTS): Reinstate.
2379
2380         * scm/define-markup-commands.scm (caps): New markup command.
2381
2382         * scm/output-ps.scm (output-scopes): Experimental markup output.
2383
2384         * scm/: Add missing headers.
2385
2386         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2387
2388         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2389
2390 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2391
2392         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2393         Stray style cleanups.
2394
2395 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2396
2397         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2398         no dot combination.
2399
2400         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2401         substitute \override Staff.autoBeamSettings too
2402
2403         * Documentation/user/tutorial.itely: proofreading fixes by David
2404         Bobroff
2405
2406 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2407
2408         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2409
2410         * ps/music-drawing-routines.ps: 
2411         * ps/lilyponddefs.ps: Add end markers.
2412
2413 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2414
2415         * VERSION: 2.1.27 released.
2416         
2417         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2418
2419         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2420         obey documentation.
2421
2422 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2423
2424         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2425
2426         * scm/output-ps.scm: Resurrect.
2427         
2428         * scm/output-tex.scm: Minimal cleanups.
2429
2430         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2431
2432         * make/ly-rules.make: Remove any broken lily-*.tex files before
2433         lilypond-book run.
2434
2435         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2436         comment.
2437
2438         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2439         Enabled by default, may save 10% compile time.
2440
2441 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2442
2443         * lily/lyric-phrasing-engraver.cc: remove
2444         
2445         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2446         longer necessary. 
2447
2448         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2449         so lyric-phrasing-engraver is no longer necessary.
2450
2451         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2452         Grob_pq_engraver from Staff.
2453
2454         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2455         busyGrobs directly.
2456
2457         * input/regression/quote-transposition.ly: new file.
2458
2459         * lily/recording-group-engraver.cc (stop_translation_timestep):
2460         store instrumentTuning too. 
2461
2462         * lily/quote-iterator.cc (process): transpose events using
2463         instrumentTuning.
2464
2465         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2466         -> \tuning <pitch>
2467
2468         * lily/parser.yy (command_req): add \tuning command for setting
2469         instrument tuning of staff.
2470
2471         * Documentation/user/GNUmakefile
2472         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2473
2474         * Documentation/user/refman.itely (Customized accidental rules):
2475         typo.
2476
2477 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2478
2479         * Documentation/user/music-glossary.tely: remove the missing norwegian
2480         translation; they can be put in later properly.
2481
2482 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2483
2484         * lily/recording-group-engraver.cc (start_translation_timestep):
2485         init Recording_group_engraver twice.
2486
2487 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2488
2489         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
2490         stray style cleanups:
2491
2492         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
2493         -Wmissing-prototypes.
2494
2495         * flower/include/killing-cons.tcc (Killing_cons): Add template
2496         specifier for car_.
2497
2498         * flower/include/parray.hh (binsearchs): Add template specifier
2499         for maxkey.
2500
2501         * flower/include/interval.hh: Declare elem () with template specfier.
2502
2503 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2504
2505         * elisp/lilypond-indent.el (get-buffer-size): add customization
2506         groups for several variables (Reuben Thomas).
2507
2508 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2509
2510         * Documentation/user/invoking.itexi (Point and click): add index
2511         entry.
2512
2513         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
2514         go under beam.
2515
2516         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
2517         sarabande beam. 
2518
2519         * flower/warn.cc (programming_error): cross fingers not thumbs.
2520
2521         * lily/rest.cc (polyphonic_offset_callback): return 0 when
2522         staff-position is set.
2523
2524         * VERSION: release 2.1.26 
2525         
2526         * scm/chord-entry.scm (construct-chord): process transposition
2527         after processing explicit-11.  
2528
2529 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2530
2531         * lily/parser.yy (add_quote): add syntax for adding quotes:
2532         \addquote "id-string" Music
2533
2534         * scripts/lilypond-book.py (do_file): do not overwrite input file.
2535
2536         * scripts/convert-ly.py (conv): add rules for name changes.
2537
2538         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
2539         music/context/grob property functions. Internally, use
2540         get_property() and set_property() for both.
2541
2542 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
2543
2544         * elisp/lilypond-mode.el (get-buffer-size): define new function,
2545         for Emacs <= 20 (Laurent Martelli).
2546
2547 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2548
2549         * lily/parser.yy (command_element): extract quoted vector in
2550         parser.
2551
2552         * input/regression/quote.ly: new file.
2553
2554         * lily/sequential-iterator.cc (process): only process if moment >= 0.
2555
2556         * lily/parser.yy (command_element): \quote DURATION NAME: support
2557         cue notes. 
2558
2559         * lily/quote-iterator.cc (class Quote_iterator): new file.
2560
2561 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2562
2563         * lily/auto-beam-engraver.cc (try_music): accept and process
2564         beam-forbid-event.
2565
2566         * input/regression/auto-beam-no-beam.ly: new file.
2567
2568 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2569
2570         * lily/accidental.cc (print): Change font-relative-size ->
2571         font-size. Fixes cautionary-style = smaller.
2572
2573 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2574
2575         * lily/system-start-delimiter.cc (staff_brace): remove
2576         font-relative-size
2577
2578         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
2579         forgotten with scm_list_n. Fixes spurious coredumps.
2580
2581         * lily/accidental-engraver.cc (stop_translation_timestep): move
2582         update of localKeySignature to stop_translation_timestep (). This
2583         makes sure that all ties are noticed at the right moment.
2584         (stop_translation_timestep): clear tie only when right-side
2585         notehead was seen.
2586         (number_accidentals_from_sig): cleanup. 
2587
2588         * input/regression/accidental-tie.ly (mus): new file
2589
2590         * input/regression/tie-accidental, tie-break-accidental.ly: remove
2591         these longish tests.
2592
2593 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2594
2595         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
2596
2597         * THANKS: update bugreporter list.
2598
2599         * lily/beam.cc (print): broken beams last until end of staff.
2600         (print): broken beams start from prefatory matter.
2601
2602         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
2603
2604         * lily/paper-score.cc (process): dump header only once.
2605
2606         * lily/paper-outputter.cc (Paper_outputter): move logic into
2607         Scheme.
2608
2609         * scm/output-tex.scm (output-scopes): new function.
2610         (output-paper-def): new function
2611         (tex-string-def): new function
2612         (symbol->tex-key): new function
2613
2614         * scripts/convert-ly.py (conv): add rule for | ~
2615
2616 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
2617
2618         * input/regression/{many}.ly: refresh, trying to guess how
2619         it was designed.
2620
2621 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2622
2623         * VERSION: release 2.1.25
2624
2625         * scm/define-translator-properties.scm
2626         (all-user-translation-properties): add printOctaveNames
2627
2628         * ly/engraver-init.ly: remove Note_event_swallower from
2629         NoteNamesContext.
2630
2631         * lily/note-name-engraver.cc (process_music): new property
2632         printOctaveNames
2633
2634         * lily/context.cc (find_existing_context): remove support for
2635         Current.
2636
2637         * scm/music-functions.scm (set-accidental-style): new function;
2638         duplicate accidental macros.
2639
2640         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
2641
2642         * lily/note-name-engraver.cc (process_music):
2643         process_acknowledged_grobs () -> process_music ()
2644
2645         * scm/part-combiner.scm (determine-split-list): robustification.
2646
2647 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2648
2649         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
2650         lines for falling into beam-gap.
2651         (score_forbidden_quants): check all staff lines for falling in
2652         beam gaps.
2653
2654         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
2655         key/clef/time signatures. 
2656
2657         * input/test/ossia.ly: revise example.
2658
2659         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
2660         cleanup.
2661         
2662         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
2663         comply to Scheme standard.  Remove ly:get-paper-variable
2664
2665 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2666
2667         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
2668
2669 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2670
2671         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
2672         properties from Voice context. This fixes accidental size for
2673         staff-switches during grace contexts.
2674
2675         * lily/note-collision.cc (check_meshing_chords): only wipe heads
2676         if necessary. Else, simply wipe dots.
2677
2678         * input/test/beam-alternate.ly: new file
2679
2680         * input/test/piano-staff-distance.ly: new file.
2681
2682         * lily/translator-group.cc (recurse_down_translators): use
2683         Direction for bottom-up/top-down.
2684
2685         * lily/include/translator.hh (class Translator): add
2686         process_music() and do_announces(). This obviates
2687         recurse_down_{engravers,performers}.
2688
2689         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
2690         \melisma and \melismaEnd
2691
2692         * lily/melisma-engraver.cc (process_music): change to
2693         Melisma_translator, unify with performer. Accept
2694         ManualMelismaEvent.
2695
2696         * ly/engraver-init.ly: add Font_size_engraver.
2697
2698 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2699
2700         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
2701         it hara-kiri.
2702
2703         * input/regression/{many}.ly: improve descriptions trying to figure
2704         out what is tested.
2705
2706 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2707
2708         * lily/slur.cc (broken_trend_offset): robustness fix.
2709
2710         * VERSION: release 2.1.24
2711
2712         * lily/context.cc (find_create_context): go to Score if it exists.
2713
2714         * lily/context-scheme.cc: new file.
2715
2716         * lily/score-translator.cc (get_output): new file.
2717
2718         * lily/include/grob-info.hh: origin_contexts() now does not
2719         include the originating engraver
2720
2721         * lily/translator-group.cc (translator_each): clean up contents,
2722         remove superfluous stubs. Engraver_group_engraver and
2723         Performer_group_performer are the only classes using multiple
2724         inheritance.
2725
2726         * lily/include/score-context.hh (class Score_context): interface
2727         between Score_{engraver,performer} and Global_context.
2728
2729         * lily/include/global-context.hh (Context): change from
2730         global-translator. This is the entry point for contexts; it is not
2731         tweakable using \translator{}. Score is no longer the top context,
2732         but sits underneath Global.
2733
2734         * lily/include/context.hh (class Context): brain surgery: split
2735         out Context functionality from Translator_group. Context is now a
2736         separate type from Translator.
2737
2738 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2739
2740         * lily/include/translator.hh (class Translator): make
2741         get_score_context() and get_global_translator (), and use the one
2742         which is appropriate.
2743
2744         * lily/context.cc: partially put functionality of Translator_group
2745         into Context.
2746
2747         * lily/include/context.hh (Translator): new class: put between
2748         Translator and Translator_group. 
2749
2750         * lily/new-accidental-engraver.cc: remove file.
2751
2752 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2753
2754         * input/regression/{many}.ly: improve descriptions: use complete 
2755         sentences, try to describe what is tested, avoid `we´, do not use 
2756         don't, ... 
2757
2758 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
2759
2760         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
2761         is at EOL.
2762
2763         * Documentation/user/lilypond.tely: declare the topmost node only
2764         once; removes empty line in @contents.
2765
2766         * Documentation/user/music-glossary.tely: really add Finnish author.
2767         Draw more beatiful `->´ arrow in html: &rarr;
2768
2769 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2770
2771         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
2772
2773         * scripts/convert-ly.py (conv): add ly:music-list  change.
2774
2775         * lily/grob.cc: edit doc string.
2776
2777         * scm/define-grob-properties.scm (all-user-grob-properties):
2778         proofreading, editing of doc strings.
2779
2780         * input/regression/tablature-string-tunings.ly: new file.
2781
2782         * lily/staff-symbol-engraver.cc (process_music): new engraver,
2783         listen to stringTunings
2784
2785         * lily/align-interface.cc (align_elements_to_extents): remove Grob
2786         for self-alignment-[XY] code.
2787  
2788 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2789
2790         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
2791         cond) into function. Cleanup.
2792
2793         * lily/text-spanner.cc: remove text-repeat-if-broken property.
2794         
2795         * VERSION (PACKAGE_NAME): 2.1.23 released
2796
2797 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
2798
2799         * Documentation/user/{refman,internals}.itely: small fixes.
2800
2801 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2802
2803         * lily/accidental-engraver.cc (acknowledge_grob): don't make
2804         accidentals for harmonic notes
2805
2806         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
2807         for harmonic notes.
2808
2809         * scm/document-backend.scm (interface-doc): prune Grob
2810         documentation: don't duplicate interface information.
2811
2812         * lily/*.cc: lots of updates of doc strings.
2813
2814 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2815
2816         * input/test/ac-extra-voice.ly (accompany): remove file.
2817
2818         * input/test/maximum-rest-count.ly: remove file.
2819
2820         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2821         conversion rule for \translator { }. Apply everywhere.  
2822
2823         * lily/parser.yy (music_property_def): set property for \once in
2824         the PropertyMusic itself, not the ContextSpec.
2825         (property_operation): change syntax within \translator { }
2826
2827         * scm/define-music-properties.scm (all-music-properties): clean up.
2828
2829         * lily/auto-beam-engraver.cc (test_moment): use
2830         updated_grob_properties() to retrieve autoBeam settings.
2831
2832         * lily/spacing-spanner.cc: bound shortest_playing_len by
2833         measure_length
2834
2835         * lily/spacing-engraver.cc (acknowledge_grob): ignore
2836         multi-measure events for spacing computation.
2837
2838         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
2839         elliptical, to 1.49.
2840
2841         * lily/rest.cc (polyphonic_offset_callback): new function. Do
2842         vertical positioning for polyphony, without RestCollision object.
2843
2844         * lily/note-column.cc (add_head): prevent rests & note heads on
2845         one stem.
2846
2847         * lily/rest-collision.cc (do_shift): ignore rests with beams.
2848         (do_shift): rewrite only-rests case: use common refpoints: the
2849         routine will have sensible results when other rest-translations
2850         have taken place.
2851
2852         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
2853         < 0 case. 
2854
2855         * VERSION: 2.1.22 released
2856         
2857         * input/GNUmakefile (SUBDIRS): remove ascii-art
2858
2859 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2860
2861         * input/: Convert ly files that still had \property.  Fixes make
2862         web.  Remove exta spaces around '='. 
2863
2864         * scripts/convert-ly.py (conv): Redundant space fixes.
2865
2866         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
2867
2868 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2869
2870         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
2871         create scalable PS and PDFs  for input/{test,template,regression}.
2872
2873         * lily/context.cc (is_alias): move function.
2874         (is_alias): add Bottom as context alias. 
2875         (find_create_translator): add Bottom as a context alias for creation.
2876
2877         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
2878
2879         * lily/parser.yy (music_property_def): new syntax for property
2880         assignments:
2881
2882         \set A.B = #C , \unset A.B
2883         \override A.B #C = #D, \revert A.B #C 
2884
2885         * lily/my-lily-lexer.cc: remove \property
2886
2887 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
2888
2889         * Documentation/user/refman.itely: add dots after seealso refs.
2890
2891         * input/template/{many}.ly: harmonise descriptions.
2892
2893         * Documentation/user/music-glossary.itely: add Finnish author.
2894
2895 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2896
2897         * VERSION (PACKAGE_NAME): release 2.1.21
2898
2899 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2900
2901         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
2902
2903         * scripts/lilypond-book.py (snippet_res): @include filename must
2904         not be empty.
2905
2906 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2907
2908         * scm/documentation-generate.scm (markup-doc-string): dump
2909         markup-commands.tely
2910
2911         * scm/define-markup-commands.scm (override): new file.
2912         Move documentation from refman into doc-strings. 
2913
2914         * input/test/staff-container.ly: fix example.
2915
2916         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2917         StaffContainer
2918
2919         * lily/grob.cc: remove point_dimension_callback
2920         (Grob): read forced dimensions from X-extent and Y-extent.
2921         (get_paper): remove preset_extent.
2922
2923         * scm/define-grobs.scm (all-grob-descriptions): remove
2924         point_dimension_callback. 
2925
2926         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
2927         textscript to head. This makes no-spacing-rods work on
2928         DynamicText.
2929
2930         * lily/chord-name.cc: remove props chord, bass, inversion.
2931
2932         * Documentation/user/appendices.itely: add Scheme functions,
2933         context-properties and layout properties to manual.
2934
2935         * scm/part-combiner.scm (determine-split-list): include rests in a
2936         solo1/2 sequence.
2937
2938         * lily/new-part-combine-iterator.cc (substitute_both): new
2939         function.
2940         (class New_pc_iterator): add separate Voice=solo context, fixes
2941         autobeams going from chords to solo.
2942
2943 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2944
2945         * Documentation/user/invoking.itexi (Editor support): Fix typo.
2946
2947         * Documentation/user/tutorial.itely:
2948         * Documentation/user/refman.itely: Add short note about being part
2949         of lilypond.tely.
2950
2951         * COPYING: Make note more clear with respect to files that are
2952         explicitely licenced otherwise (Documention/user/ comes to mind).
2953         
2954         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
2955         comment about barfing of @c,{}.
2956
2957         * Documentation/user/music-glossary.tely: Add list of authors.
2958
2959         * stepmake/stepmake/library-rules.make: Thank Nelson only in
2960         source (was: also in build log).
2961
2962 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2963
2964         * lily/side-position-interface.cc (general_side_position): if
2965         staff-padding is set, then include staff in support too.
2966
2967         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
2968         module workbook
2969
2970         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
2971
2972         * lily/tuplet-engraver.cc: remove tupletInvisible
2973
2974         * scm/define-translator-properties.scm: cleanup, separate in
2975         internal and user props. 
2976
2977         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
2978         LyricsVoice -> Lyrics
2979
2980         * lily/new-part-combine-iterator.cc (process): only print warning
2981         for symbols.
2982
2983 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2984
2985         * scm/part-combiner.scm: Add proper header.
2986
2987         * All but lily/*: The great --2003 --2004 replace; the missing
2988         `bits'.
2989
2990         * TODO: Fix outline mode.  Add book notes.
2991
2992         * ROADMAP: Update.
2993
2994 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2995
2996         * scm/part-combiner.scm (make-autochange-music): use
2997         accumulator. Fixes stack overflow.
2998
2999         * lily/*: rename brew_molecule -> print , molecule-callback ->
3000         print-function
3001
3002         * scm/define-grob-properties.scm: cleanup. Separate into internal
3003         and user properties.
3004
3005         * lily/translator-property.cc (updated_grob_properties): new
3006         function
3007         (execute_pushpop_property): change to new convention:
3008         object property inits are stored as (cons ALIST BASED-ON). This
3009         storage format allows concurrent tweaks in different contexts.
3010
3011 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3012
3013         * TODO: new file.
3014
3015 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3016
3017         * debian/: Late Debian update (sorry Anthony).
3018
3019         * scripts/lilypond-book.py (do_file): Look for input_file in
3020         include path, or ask kpathsea if LATEX.
3021
3022         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3023         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3024         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3025         --header=texidoc.
3026
3027         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3028         relative.
3029
3030         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3031         only when filtering, default to input_base otherwise.  Coding
3032         style fixes.
3033
3034 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3035
3036         * lily/include/translator.hh (class Translator): add virtual
3037         qualifier.
3038
3039 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3040
3041         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3042
3043 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3044
3045         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3046
3047         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3048         (fixes make web).
3049
3050         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3051         live in $(out)-www).
3052
3053         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3054         dependencies.  Add link to .ly source in HTML output.
3055         (Lilypond_snippet.output_html): Handle multiple page picture
3056         output.
3057         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3058         Make usable for output_texinfo again.
3059
3060         * Documentation/user/GNUmakefile: Add static dependency for
3061         lilypond.tely includes.
3062
3063         * Documentation/user/tutorial.itely: Add some lost `relative'
3064         ly-options.
3065
3066 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3067
3068         * lily/include/translator-group.hh: move Music_output_def member
3069         to Global_translator.
3070
3071         * scripts/lilypond-book.py (do_file):  fix latex output.
3072
3073         * VERSION: release 2.1.20
3074         
3075         * scm/part-combiner.scm (determine-split-list): robustness fix 
3076
3077         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3078
3079         * lily/parser.yy (music_output_def_body): plug memory leak.
3080
3081         * lily/translator-group.cc (add_fresh_group_translator): plug
3082         memory leak: unprotect Translator_group once added.   
3083
3084         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3085
3086         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3087         write .dep file.
3088         (Lilypond_snippet.ly): add \renameinput.
3089
3090 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3091
3092         * Documentation/user/refman.itely (Markup command definition): Doc
3093         by Nicolas Sceaux. Rewrite by Han-Wen
3094
3095         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3096         thing of the line.
3097         (brew_molecule): only remove if hyphen is not at the end of line.
3098         (set_spacing_rods): new function: minimum-length specifies
3099         distance between syllables.
3100
3101         * scm/define-grobs.scm (all-grob-descriptions): add
3102         Hyphen_spanner::set_spacing_rods to LyricHyphen
3103
3104         * input/regression/lyric-hyphen-break.ly: new file.
3105
3106         * input/test/lyric-hyphen-retain.ly: new file.
3107
3108         * lily/new-part-combine-iterator.cc (construct_children):
3109         add Rest direction.
3110
3111 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3112
3113         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3114
3115         * Documentation/bibliography/engraving.bib (donemus1982):
3116         update entry.
3117
3118 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3119
3120         * scripts/lilypond-book.py (Substring.__init__): new class.
3121         (Snippet.output_texinfo): add texidoc option.
3122         (Include_snippet.replacement_text): new class.
3123         (Lilypond_snippet.__init__): new class
3124         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3125
3126         * Documentation/user/refman.itely (Sound): 
3127         note about number of channels.
3128
3129         * scm/music-functions.scm (voicify-music): add \context Staff for
3130         << \\ >> polyphony.
3131
3132         * lily/parser.yy (verbose_command_req): \skip now creates
3133         SkipMusic, and does not lead to spurious staves.
3134
3135         * scm/define-music-types.scm (music-descriptions): rename
3136         NonEventSkip to SkipMusic
3137
3138         * input/no-notation/midi-lyric-barcheck.ly: new file.
3139
3140         * input/regression/collision-dots-invert.ly: new file.
3141
3142         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3143         case.
3144
3145         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3146         die if melody died too.
3147
3148 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3149
3150         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3151         with reading from stdin.
3152
3153         * lily/slur-performer.cc (try_music): new file.
3154
3155         * lily/melisma-performer.cc (try_music): new file. Handle
3156         melismata to help lyrics.
3157
3158         * lily/beam-performer.cc (try_music): new file. Handle beam events
3159         to help lyrics.
3160
3161         * lily/score-performer.cc (one_time_step): reinstate
3162         process_music().
3163
3164         * lily/performer.cc (process_music): add to interface.
3165
3166         * lily/performer-group-performer.cc (process_music): new function.
3167
3168         * lily/dot-column.cc (do_shifts): do collision resolution before
3169         dot positioning.
3170         
3171         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3172         file, process printfilename option.
3173         (Snippet.__init__): rewrite: do not use global variables h or
3174         index.
3175         (main): really support -I option.
3176         (find_toplevel_snippets): new code.
3177         (find_toplevel_snippets): reinstate old version, without global
3178         variables.
3179
3180         * tex/texinfo.tex: really add file.
3181         
3182 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3183
3184         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3185         compatibility.
3186
3187 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3188
3189         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3190
3191         * scm/define-translator-properties.scm (drumPitchTable): add
3192         property.
3193
3194         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3195         function.
3196         (help_summary): docstrings.
3197         (do_file): strip the dir of input_base too.
3198
3199 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3200
3201         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3202
3203         * Documentation/user/lilypond-book.itely: Update.
3204
3205         * make/ly-rules.make: Update lilypond-book commands.
3206
3207         * Documentation/user/GNUmakefile: Update makeinfo commands,
3208         lilypond-book flags.
3209
3210         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3211         
3212         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3213
3214         * scripts/filter-lilypond-book.py: Remove.
3215
3216         * Documentation/user/*tely: Update options for new lilypond-book.
3217
3218         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3219         with @macros in @includes.
3220
3221 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3222
3223         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3224         make rest-collision only.
3225
3226         * lily/break-substitution.cc (substitute_one_mutable_property):
3227         clear all-elements using scm_assq_remove_x(). 
3228
3229         * lily/rest-collision.cc (do_shift): shift single rests
3230
3231         * flower/include/array.hh (class Array): rename to is_empty ()
3232
3233         * lily/drum-note-performer.cc: new file: perform drum notes.
3234
3235         * VERSION (PACKAGE_NAME): release 2.1.19.
3236         
3237 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3238
3239         * scripts/filter-lilypond-book.py
3240         (classic_lilypond_book_compatibility): New function.
3241
3242 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3243
3244         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3245
3246         * Grand 2003 -> 2004 search replace. 
3247
3248         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3249         (i.e. < > )
3250
3251         * ly/performer-init.ly: add DrumStaff
3252
3253         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3254         lyric-interface; this prevents lines with only extender lines from
3255         being junked.
3256  
3257         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3258
3259         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3260         extenders right, for once and for all (hopefully).
3261         
3262         * lily/break-substitution.cc (substitute_one_mutable_property):
3263         clear old 'all-elements for System grobs.
3264
3265         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3266         that associatedVoiceContext is always assigned when music & lyrics
3267         are found. 
3268
3269         * ly/engraver-init.ly: remove Lyrics context.
3270         (TabVoice): add noteheads engraver
3271
3272         * input/test/improv.ly: update: do not use Thread switching. 
3273
3274         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3275         squashedPosition is a number  
3276
3277         * Documentation/user/refman.itely (Automatic note splitting):
3278         remove Thread references.
3279
3280         * input/no-notation/pc-direction.ly: remove file.
3281
3282         * ly/engraver-init.ly: remove Thread
3283
3284         * input/regression/tie-chord-partial.ly: remove file.
3285
3286         * scripts/convert-ly.py (conv): \harmonic rule
3287
3288         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3289         notation for harmonic notes: <c' g''\harmonic>
3290
3291         * lily/lily-guile.cc (alist_to_hashq): new function
3292
3293         * scm/lily.scm (alist->hash-table): new function.
3294
3295         * Documentation/user/refman.itely (Percussion staves): update doco.
3296
3297         * input/regression/drums.ly (timb): updates
3298
3299         * lily/note-performer.cc (create_audio_elements): robustness fix.
3300
3301         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3302
3303 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3304
3305         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3306         discard valid matches.
3307
3308 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3309
3310         * lily/drum-note-engraver.cc: new file.
3311
3312         * ly/drumpitch-init.ly: move drum definitions
3313
3314         * scm/drums.scm: remove file.
3315
3316         * lily/*.cc: remove abort-event everywhere.
3317
3318         * lily/note-heads-engraver.cc (process_music): robustification.
3319
3320         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3321         robustification.
3322
3323         * lily/parser.yy (simple_element): add \drums mode.
3324         (simple_element): remove \pitchnames , \chordmodifiers. Use
3325         variables to store this. 
3326
3327         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3328         outside \notes.
3329
3330         * VERSION: release 2.1.18.
3331         
3332         * input/test: remove octave-duplicate.ly
3333
3334 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3335
3336         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3337
3338 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3339
3340         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3341         constructor from Music_iterator. Changes throughout.
3342
3343         * lily/include/music-iterator.hh (class Music_iterator): remove
3344         Music_iterator::skip and Music_iterator::get_pending_events from
3345         interface. Rename report_to -> get_outlet 
3346
3347         * lily/auto-change-iterator.cc: move contents from
3348         new-auto-change-iterator.cc from
3349
3350         * scm/part-combiner.scm: determine split-list from Scheme. 
3351
3352         * lily/new-auto-change-iterator.cc (process): new file.
3353
3354         * lily/parser.yy (part_combined_music): remove old PC cruft.
3355
3356         * ly/engraver-init.ly: remove old
3357         PC cruft.
3358
3359         * Documentation/user/refman.itely (The Lyrics context): note about
3360         extender lines.
3361
3362         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3363         to allow 0-length mmrest events.
3364
3365         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3366
3367         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3368
3369         * lily/spacing-engraver.cc (finalize): robustifications.
3370
3371         * input/regression/new-part-combine-solo-global.ly: new file.
3372
3373         * scm/part-combiner.scm: rewrite.
3374
3375 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3376
3377         * Documentation/user/refman.itely, input/puer-fragment.ly,
3378         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3379         updated for proper use of lyricsto; replaced "(" and ")" ->
3380         "\melisma" and "\melismaEnd"
3381
3382         * input/test/ancient-font.ly: small updates to reduce compile
3383         warnings (TODO: junk this file)
3384
3385         * input/test/gregorian-scripts.ly: added comment about bug
3386
3387         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3388         tiny robustness fix
3389
3390         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3391         recent changes in the feta code); temporarily mapped mensural g
3392         clef to a copy of petrucci g clef until mensural g clef will have
3393         been rewritten
3394
3395         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3396         between mensural and neo-mensural heads (this broke quite a while
3397         ago)
3398
3399         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3400
3401 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3402
3403         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3404         indication.  Fixes for verbatim, multi line comments.
3405
3406 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3407
3408         * input/regression/new-part-combine-solo.ly: more cases.
3409
3410         * lily/slur.cc (height): robustness fix.
3411
3412         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3413
3414         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3415         stemUp/stemDown.
3416
3417         * scm/music-functions.scm (determine-split-list): further analysis.
3418
3419         * lily/script-engraver.cc (try_music): discard duplicate
3420         articulations.
3421
3422         * input/regression/new-part-combine-solo.ly: new file
3423
3424         * input/regression/new-part-combine-a2.ly: new file.
3425
3426         * ly/performer-init.ly: add Devnull
3427
3428         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3429         for \musicglyph #"accidental-*"
3430         (conv): \newpartcombine rule.
3431
3432 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3433
3434         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3435
3436 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3437
3438         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3439         textwidth, --output.
3440
3441 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3442
3443         * scm/new-markup.scm (doubleflat): add accidental markups.
3444
3445         * VERSION: release 2.1.17
3446         
3447         * Documentation/user/refman.itely (Automatic part combining):
3448         revise documentation of the part-combiner.
3449
3450         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3451         
3452         * input/test/part-combine-{moment,staff}.ly: remove file.
3453
3454         * input/regression/pc-mmrest.ly (two): remove file.
3455
3456         * scm/define-music-types.scm (music-descriptions): add
3457         Solo{One,Two}Event and UnisonoEvent
3458
3459         * lily/new-part-combine-iterator.cc (unisono): add state_
3460         variable, signal changes with part-combine-event.
3461
3462         * input/regression/new-part-combine-text.ly: new file.
3463
3464         * lily/part-combine-engraver.cc: new file.
3465
3466 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3467
3468         * scripts/filter-lilypond-book.py: Handle snippet options.
3469
3470 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3471
3472         * scm/music-functions.scm (determine-split-list): detect solo1/2
3473         and unisono.
3474
3475         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3476         revert fix, document why.
3477
3478         * lily/tie-performer.cc (process_music): new function. Set melisma
3479         property.
3480
3481         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
3482         always smaller than bracket size.
3483         (make_bracket): oops. Size of the gap was off by factor 2
3484
3485         * input/test/text-rotate.ly: new file.
3486
3487         * scm/new-markup.scm (markup): a macro that provides a
3488         LilyPond-like syntax in scheme for building markups, in order to
3489         help markup command definition. (Nicolas Sceaux)
3490
3491         * input/test/lyrics-skip-notes.ly: new example.
3492
3493         * lily/parser.yy (post_event): make HYPHEN into postfix event.
3494
3495         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
3496         use is_alias() iso. == . This fixes lyrics on
3497         GregorianTranscriptions. 
3498
3499 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3500
3501         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
3502         \thispagestyle{lastpage} to avoid that it's printed on the second
3503         last page when there's only a single score line on the last page.
3504         (The page breaking mechanism in TeX played some ugly tricks to us.)
3505
3506 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3507
3508         * scripts/filter-lilypond-book.py: Further development.
3509
3510         * input/regression/collision-dots-move.ly: New test.
3511
3512         * lily/note-collision.cc (check_meshing_chords): Move dots on left
3513         hand side note head of non-merged collision to the right.
3514
3515         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
3516         Construct children before accessing property from emtpy
3517         lyrics_context_.
3518         (construct_children): Find thread before finding LyricsVoice.
3519         Create LyricsVoice one if none found, fixes crash (thanks Erik
3520         Sandberg).
3521
3522 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3523
3524         * cygwin/: Forward port.
3525
3526 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3527
3528         * buildscripts/install-info-html.sh: Use Bash.
3529
3530         * cygwin/mknetrel: Patch from Bert.
3531
3532 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3533
3534         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
3535
3536         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
3537         try to copy *png, index.html (Bertalan Fodor).
3538
3539         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
3540
3541 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3542
3543         * lily/note-collision.cc (check_meshing_chords): Do not remove
3544         dots (from down head) when merging similar heads (thanks Matthias
3545         Kilian).  Simplify merge_possible tests and other cleanups
3546
3547         * input/regression/collision-merge-differently-dotted.ly: Add test
3548         for disappearing dots on similar heads for both voices.
3549
3550 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3551
3552         * Documentation/user/invoking.itexi (Invoking lilypond): Document
3553         that tagline overrides copyright for single page scores. Correct
3554         the default tagline value.
3555
3556 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3557
3558         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
3559
3560 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3561
3562         * buildscripts/lilypond-login.sh: Avoid warning about undefined
3563         TEXMF if it's previously unset.
3564
3565 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
3566
3567         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
3568
3569         * input/test/trills.ly: fix the unfolding of lineprall.
3570
3571         * input/test/figured-bass-alternative.ly: fix accidental.
3572
3573 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3574
3575         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
3576         
3577         * input/no-notation/dos-guile.ly: 
3578         * input/no-notation/dos-ps.ly: 
3579         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
3580         
3581         * input/no-notation/safe-include.ly:
3582         * input/no-notation/safe-guile.ly:
3583         * input/no-notation/safe-ps.ly: 
3584         * input/no-notation/safe-tex.ly: New file.
3585
3586         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
3587         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
3588         options now.
3589         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
3590         When in --safe-mode, set environment openout_any=p[aranoid].
3591
3592         * tex/ltest.tex: 
3593         * tex/lilyponddefs.tex: Add \nofiles.
3594
3595         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
3596         options.
3597
3598         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
3599         This allows building the user manual using a binary installation
3600         and a matching unpacked source tree.
3601
3602         * scm/lily.scm (safe-module): New variable. 
3603
3604         * lily/includable-lexer.cc (new_input): Fix error messages.
3605
3606         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
3607         If SAFE, evaluate in safe-module.  Change callers.
3608
3609         * lily/main.cc (Long_option_init): Reinstate safe-mode.
3610
3611         * lily/lexer.ll (embedded_scm): While processing main-input,
3612         invoke ly_parse_scm with safe mode if running in safe-mode.
3613         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
3614         in init.ly for safe-mode.
3615
3616 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3617
3618         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
3619         compatibility with old versions of geometry.sty (compat2
3620         already implied includehead).
3621         Change the page layout slightly so bottom + footskip = top +
3622         headheight + headsep = 16mm, the remaining paperheight-32mm
3623         are used for the music. Increase footskip to 5mm, so the top of
3624         the footer text doesn't touch the music.
3625
3626 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3627
3628         * VERSION: release 2.1.16
3629         
3630         * scm/music-functions.scm (determine-split-list): bugfix: only use
3631         new-active for both voices if both indexes advance. This fixes the
3632         biggest outstanding problem with new-pc. 
3633
3634         * lily/new-part-combine-iterator.cc (construct_children): set more
3635         directions.
3636
3637 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3638
3639         * scripts/convert-ly.py (conv): add instrument rule.
3640
3641         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
3642
3643         * lily/side-position-interface.cc: remove add_staff_support ()
3644         Change all callers to use staff-padding.
3645
3646         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
3647         make_spanner().
3648
3649         * lily/a2-engraver.cc (process_acknowledged_grobs): 
3650
3651         * lily/text-engraver.cc: remove scriptHorizontal property.
3652
3653         * lily/beam.cc (least_squares): also set least-squares-dy for
3654         special case of slanted 2-stem beam to center.
3655
3656         * lily/side-position-interface.cc (out_of_staff): move contents of
3657         out_of_staff into aligned_side.
3658         remove out_of_staff().
3659
3660         * input/regression/measure-grouping.ly: fix warning.
3661
3662         * lily/side-position-interface.cc: add staff-padding support to
3663         Side_position_interface::aligned_side.
3664
3665         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
3666         one get_property too many.
3667
3668         * flower/include/drul-array.hh (linear_combination): new function
3669         (scale_drul): new function
3670
3671         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
3672         operations on empty intervals are silly.
3673
3674 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3675
3676         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
3677         (iso gh_scm2int), fixes crash in new part-combiner.
3678
3679         * configure.in: Up mftrace to 1.0.27.
3680
3681 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3682
3683         * VERSION: release 2.1.15
3684         
3685         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
3686         align all stanza numbers.
3687
3688 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
3689
3690         * Documentation/user/{introduction.itely,refman.itely,
3691         converters.itely}: fix some text inside parentheses; text should
3692         be readable (even) if parentheses are either replaced with commas 
3693         or dropped out.
3694
3695 2004-01-25  Werner Lemberg  <wl@gnu.org>
3696
3697         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
3698         input/test/vaticana.ly, input/test/ancient-font.ly,
3699         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
3700         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
3701         ly/params-as-init.ly, scm/define-grobs.scm,
3702         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
3703
3704         * ly/params-as-init.ly: Removed.  Obsolete.
3705         * buildscripts/lilypond.words.py: Updated.
3706
3707 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3708
3709         * mf/parmesan-clefs.mf: switch off mensural G clefs.
3710
3711         * mf/feta-din{4,5,7,9}.mf: remove.
3712         
3713         * lily/engraver.cc (internal_make_item): centralize item/spanner
3714         factory.
3715
3716         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
3717         do correct chord conversion for ^"sim."  (backportme)
3718         (FatalConversionError.sub_articulations): substitute ^"foo" in
3719         chords too. (backportme)
3720
3721         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
3722         for Fingering.
3723
3724         * lily/side-position-interface.cc (out_of_staff): don't do
3725         anything if staff-padding not defined. 
3726
3727         * mf/feta-params.mf (stafflines): introduce linethickness as
3728         general blackness of the font.
3729
3730         * lily/stem.cc (position_noteheads): rounding error robustness.
3731
3732         * input/regression/rest-collision-beam.ly: move beam/rest stuff
3733         from beam-collision.ly 
3734
3735         * lily/beam.cc (rest_collision_callback): remove direction.
3736
3737         * scm/define-grobs.scm (all-grob-descriptions): remove
3738         enclose-bounds in OttavaBracket and PianoPedalBracket
3739
3740         * scm/new-markup.scm (def-markup-command) new macro, which takes
3741         care of defining the COMMAND-markup and make-COMMAND-markup
3742         procedures, setting markup-signature and keyword-signature object
3743         properties, and pushing the markup command in
3744         markup-function-list.
3745
3746         All markup commands are defined thanks to it.  Users may also use
3747         it to define their own markup commands. (Nicolas Sceaux)
3748
3749         * scm/new-markup.scm: Scheme style clean-up: there should be no
3750         parenthesis alone on a line; LET* should not be used where LET is
3751         enough. (Nicolas Sceaux)
3752
3753 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3754
3755         * scripts/filter-lilypond-book.py: Add script.
3756
3757 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3758
3759         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
3760
3761 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3762
3763         * Documentation/user/refman.itely (Fingering instructions): add
3764         single note chords. 
3765
3766         * lily/multi-measure-rest-engraver.cc: use a single
3767         MultiMeasureEvent for mm rests. This prevents problems with the
3768         new part combiner.
3769
3770         * scm/music-functions.scm (determine-split-list): analysis has
3771         global effect: a difference halfway a phrase makes the entire
3772         phrase be typeset as apart.
3773         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
3774
3775 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3776
3777         * ly/performer-init.ly: add Devnull.
3778
3779         * Documentation/user/refman.itely (Font selection): remove paper20
3780         ref.
3781         
3782 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3783
3784         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
3785
3786 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3787
3788         * scm/music-functions.scm (determine-split-list): bugfixes.
3789
3790         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
3791
3792         * input/test/scales-greek.ly: use C as base, results in different
3793         alterations at the clef.
3794
3795         * input/regression/pedal-ped.ly: new file.
3796
3797         * input/regression/pedal-bracket.ly: new file.
3798
3799         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
3800         replace after_line_breaking()
3801
3802         * lily/line-interface.cc (line): read thickness.
3803         (line): dash-fraction = 0 always for dotted-line style.
3804
3805         * input/test/staff-lines.ly (lower): bugfix.
3806
3807         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
3808         \accepts Devnull into Score.
3809
3810         * scm/lily.scm: remove bla.scm load.
3811
3812 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3813
3814         * VERSION: release 2.1.14
3815         
3816         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
3817
3818         * lily/side-position-interface.cc (general_side_position): add
3819         Staff_symbol_referencer::staff_space ().
3820
3821         * lily/include/context-def.hh: rename from translator-def.hh
3822
3823 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3824
3825         * input/template/piano-dynamics.ly (pedal): Updated definition of
3826         Dynamics such that \cresc works, for example.
3827
3828 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3829
3830         * lily/stem.cc (calc_stem_info): use
3831         Staff_symbol_referencer::staff_space
3832
3833         * lily/beam-quanting.cc (quanting): scale Stem_info 
3834
3835         * lily/beam.cc (rest_collision_callback): use minimum-distance
3836         property for rest/beam collisions.
3837         (rest_collision_callback): bugfixes.
3838
3839         * lily/system.cc (post_processing): extra-offset is now relative
3840         to the size of the current staff.
3841
3842         * scm/music-functions.scm (notice-the-events-for-pc): record all
3843         voices, only analyze "one" and "two".
3844
3845         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
3846         not parent. 
3847
3848         * lily/new-part-combine-iterator.cc (construct_children): create
3849         Devnull from Voice context
3850
3851         * scm/music-functions.scm (determine-split-list): bugfixes.
3852
3853         * lily/lily-guile.cc (robust_scm2int): new function
3854
3855         * lily/staff-symbol-referencer.cc (line_thickness): new
3856         function. Use throughout.
3857
3858         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
3859         in its own context.  Add to preset font-size.
3860
3861         * lily/stem.cc (thickness): new function.
3862
3863         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
3864         compute thickness from ledger-line-thickness.
3865
3866         * lily/note-head.cc (brew_ledger_lines): use
3867         Staff_symbol::get_ledger_line_thickness ().
3868
3869         * lily/beam.cc (rest_collision_callback): use
3870         Staff_symbol_referencer::staff_space().
3871
3872         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
3873         Mus1 Mus2
3874
3875         * lily/include/translator.hh (class Translator): add accepts_list_
3876         so  \with { \denies / \accepts } also works.
3877
3878         * scm/music-functions.scm (determine-split-list): determine split
3879         list from music events.
3880
3881         * lily/new-part-combine-iterator.cc: more states.
3882
3883         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
3884
3885 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3886
3887         * lily/system.cc (set_loose_columns): use the right prebroken cols
3888         for interpolating loose column position.
3889
3890         * lily/text-spanner.cc (brew_molecule): default to no vertical
3891         lines.
3892
3893         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
3894         take space.
3895
3896         * scm/define-grobs.scm (all-grob-descriptions): less padding.
3897
3898 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3899
3900         * scripts/convert-ly.py: Do not test filename when processing
3901         stdin.
3902
3903         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
3904
3905 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3906
3907         * lily/axis-group-engraver.cc (finalize): extra check; if
3908         process_music () is never called, then staffline_ == 0.
3909
3910         * lily/simultaneous-music-iterator.cc (pending_moment): don't
3911         check run_always ().
3912         
3913         * VERSION: release 2.1.13
3914
3915         * input/regression/note-head-style.ly (pattern): cleanup.
3916
3917         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
3918         downloading.
3919
3920         * scm/output-lib.scm (shift-right-at-line-begin): new function:
3921         kludge rehearsalmark placement.
3922
3923         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
3924         , ly:spanner?
3925
3926         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
3927         close to note head for accidentals.
3928
3929         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
3930         tuplet direction.
3931
3932         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
3933
3934 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3935
3936         * lily/include/music-iterator.hh (class Music_iterator): add
3937         substitute_outlet() to iterator API.
3938
3939         * lily/new-part-combine-iterator.cc (construct_children):
3940         New_pc_iterator: new class, better part combining.
3941
3942         * lily/tie-column.cc (werner_directions): new function
3943
3944         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
3945
3946         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
3947         empty objects group spanner as parent
3948
3949         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
3950         slope against graphical slope.
3951
3952         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
3953         for ottava bracket.
3954
3955         * lily/side-position-interface.cc (general_side_position):
3956         opps. reinstate *dir.
3957
3958         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
3959         parser run.
3960
3961         * lily/tuplet-bracket.cc: remove calc_dy ().
3962
3963         * Documentation/user/refman.itely (Balloon help): document balloon
3964         help
3965
3966 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3967
3968         * scm/document-backend.scm (check-dangling-properties): Grob
3969         properties are defined define-grob-properties.scm.
3970         
3971 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3972         
3973         * VERSION: release 2.1.12
3974
3975         * scm/define-grobs.scm (all-grob-descriptions): larger font for
3976         ChordName
3977
3978         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
3979         relation to surroundings.
3980
3981         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
3982         Y-extent to the note-extents: stay clear of the staff.
3983
3984 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3985
3986         * Documentation/user/GNUmakefile
3987         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
3988         iso. copy.
3989
3990         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
3991
3992         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
3993
3994         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
3995
3996         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
3997
3998         * lily/line-interface.cc (line): remove thickness from calling interface.
3999
4000         * lily/hairpin.cc: use Line_interface
4001
4002         * lily/line-interface.cc: new file. Line_interface for everything
4003         with dotted/dashed lines.
4004         
4005
4006         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4007
4008         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4009         for constructing ottava brackets.
4010         
4011         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4012         the note heads.
4013
4014         * Documentation/user/internals.itely (Engravers and performers):
4015         fix broken link.
4016
4017         * scm/music-functions.scm (make-mark-set): new function.
4018
4019         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4020         functionally identical to beam.
4021
4022         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4023         () with beam (). 
4024
4025         * Documentation/user/refman.itely (Rehearsal marks): document new
4026         functionality.
4027
4028         * input/regression/rehearsal-mark-number.ly: new file.
4029
4030         * input/regression/rehearsal-mark-letter.ly: new file.
4031
4032         * scm/translation-functions.scm (number->mark-string): new function
4033         (format-mark-letters): new function
4034         (format-mark-numbers): new function
4035
4036         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4037         integer; formatting is done through markFormatter property.
4038         
4039         * scm/define-translator-properties.scm: fold all *-done properties
4040         into positioning-done.
4041
4042         * lily/beam.cc (position_beam): new function
4043         (brew_molecule): make sure that positions are calced before making
4044         the molecule.
4045
4046         * scm/output*.scm (beam):  take 4th argument for function.
4047
4048         * ps/music-drawing-routines.ps: take blot as 4th argument.
4049
4050         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4051         stem to avoid small dents.
4052         
4053 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4054
4055         * VERSION: release 2.1.11
4056
4057         * input/regression/balloon.ly: new file.
4058
4059         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4060         objects, and make help texts. 
4061
4062         * scm/new-markup.scm (parse-simple-duration): parse duration
4063         string to log & dots. (Thanks Nicolas!)
4064
4065         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4066         rule.
4067
4068 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4069
4070         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4071         Lemberg).
4072
4073         * THANKS: alphabetic order.
4074
4075 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4076
4077         * input/regression/note-head-harmonic.ly: new file.
4078
4079         * Documentation/user/internals.itely (Technical manual): explain
4080         difference between music, translation, layout.
4081
4082         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4083
4084         * scm/output-ascii-script.scm (bracket): rounding bfs.
4085
4086         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4087
4088         * ly/paper*.ly: remove files. 
4089         
4090         * scm/paper.scm (set-staff-size): new function: set default
4091         staff-size.
4092
4093         * scripts/convert-ly.py (conv): add conversion rule.
4094
4095         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4096         function.
4097
4098         * scm/paper.scm: new file.
4099         (set-staff-size): new function 
4100         (set-paper-size): new function
4101
4102         * lily/parser.yy (music_output_def_body): restructure definition,
4103         so first Scheme statement in \paper also happens in new scope. 
4104
4105         * lily/system.cc (post_processing): move uniquify_list () to
4106         dumping molecule stage.
4107
4108         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4109         this will mess up scores that use barchecks to shorten measures.
4110
4111         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4112         at 20pt too.
4113
4114         * Documentation/user/tutorial.itely (Printing lyrics): document
4115         \lyricsto
4116
4117         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4118
4119         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4120
4121         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4122         if Voice is not found.
4123
4124         * VERSION: release 2.1.10
4125         
4126         * input/{test,regression}/: remove old-relative 
4127
4128         * lily/lexer.ll: add empty markup signature. 
4129
4130         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4131         strut markup
4132
4133         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4134
4135         * scm/define-translator-properties.scm: update melismata property
4136         doco.
4137
4138         * lily/system.cc (output_lines): revert uniquify_list() patch,
4139         strange side effects seen.
4140         
4141         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4142         dash-period < 0.
4143
4144         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4145         for flute. 
4146
4147 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4148
4149         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4150
4151         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4152
4153         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4154         of line breaks.
4155         (brew_molecule): add padding to left, not right.
4156
4157         * lily/system.cc (uniquify_list): new function
4158         (output_lines): uniquify_list () on all-elements. This fixes
4159         double symbols in the output.
4160
4161         * lily/beam.cc (rest_collision_callback): don't move anything if
4162         staff-position is set.
4163
4164         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4165
4166         * lily/system.cc (typeset_grob): warn if adding twice.
4167
4168         * lily/sequential-iterator.cc (run_always): implement run_always().
4169         (also in other files.)
4170         
4171         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4172
4173         * lily/event.cc (to_relative_octave): add octave-check.
4174
4175         * Documentation/user/refman.itely (Line breaking): add noBreak.
4176
4177         * scm/new-markup.scm (normalsize-markup): add function.
4178         (sans-markup): new function.
4179
4180         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4181         come earlier nowadays.  This fixes beams on grace notes.
4182         
4183         * scm/music-functions.scm (direction-polyphonic-grobs): new
4184         variable, share between override and revert. This fixes script
4185         directions in polyphonic sections. (backportme)
4186
4187 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4188
4189         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4190         breakpoints.
4191
4192         * lily/break-align-interface.cc: add doco
4193
4194         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4195
4196 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4197
4198         * VERSION: release 2.1.9
4199
4200         * scm/document-markup.scm (markup-doc-node): add note about naming.
4201
4202         * scm/new-markup.scm (left-align-markup): bugfix. 
4203
4204         * Documentation/user/refman.itely (Ottava brackets): more doco for
4205         ottava.
4206
4207         * lily/side-position-interface.cc (out_of_staff): also do
4208         out_of_staff() correctly for d == DOWN.
4209
4210         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4211         horizontal line if they move to the right.
4212         
4213         * scm/define-grobs.scm (all-grob-descriptions): set
4214         text-repeat-if-broken for ottava spanner
4215
4216         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4217         property.
4218
4219         * mf/feta18.mf: design size is 18 not 22.5
4220
4221         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4222         Add a single LyricsVoice to a melody. Melismata may be set
4223         individually.
4224
4225         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4226
4227         * lily/dot-column.cc: add stdio.h
4228
4229 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4230
4231         * lily/item.cc: documentation for break-visibility (Thanks, John).
4232
4233 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4234
4235         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4236
4237         * lily/translator-def.cc: rename Translator_def to Context_def.
4238
4239         * Documentation/user/internals.itely (Lexical details): clarify
4240         string def.
4241
4242         * Documentation/user/refman.itely (Rhythmic music): add link to
4243         RhythmicStaff 
4244
4245 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4246
4247         * lily/translator.cc: document start_translation_timestep()
4248
4249         * scm/output-tex.scm (tex-encoded-fontswitch): use
4250         round for rounding (inexact->exact yields rationals)
4251
4252         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4253
4254         * lily/translator-group.cc (get_simple_trans_list): 
4255         new function; construct simple_trans_list_ lazily.
4256         
4257 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4258
4259         * lily/paper-outputter.cc (output_scope): Check if number before
4260         checking exact (guile cvs).
4261
4262         * scm/*: Escape backslashes in scheme strings (guile cvs).
4263
4264 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4265
4266         * Documentation/user/refman.itely (Tablatures basic): annotate
4267         seealso sections.
4268
4269         * lily/*.cc: cleanup of engraver initialize() functions.
4270
4271         * lily/repeat-acknowledge-engraver.cc
4272         (start_translation_timestep): remove first_b_
4273
4274         * lily/tab-note-heads-engraver.cc: listen to string number events
4275         inside < > too. (backportme).
4276
4277         * Documentation/user/refman.itely (Text scripts): add fatText to
4278         index.
4279
4280 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4281
4282         * VERSION: 2.1.8
4283
4284         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4285         footer.
4286
4287         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4288
4289         * lily/bar-check-iterator.cc (process): only warn if
4290         barCheckLastFail was changed.
4291
4292         * scm/define-translator-properties.scm (barCheckLastFail): add
4293         property.
4294
4295         * lily/main.cc (main_prog): print summary of failed files.
4296
4297         * lily/axis-group-engraver.cc: move all spanner creation to
4298         process_music (). Now staffs can be adjusted with \override too.
4299         (Jan, you are a brilliant programmer!)
4300         
4301         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4302
4303 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4304
4305         * Documentation/user/tutorial.itely (Integrating text and music):
4306         Show the commands to produce a PDF as well.
4307
4308 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4309
4310         * lily/translator-def.cc (get_translator_names): accept user
4311         tweaks too. 
4312
4313         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4314         as big as normal heads. 
4315
4316         * input/*ly: run convert-ly
4317         
4318         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4319         () if dependencies are fluked.
4320
4321         * scm/document-translation.scm (engraver-doc-string): update on
4322         latest string/symbol conventions.
4323
4324         * lily/translator-ctors.cc: use Scheme_hash_table.
4325
4326         * lily/translator-def.cc (get_translator_names): new function
4327         (add_context_mod): new function
4328         (get_accepted): new function
4329
4330         * lily/parser.yy (context_mod): put all modifications of
4331         \translator { } in a single production, encode as SCM.
4332
4333         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4334         to use read-only lists, so additions to the definition can be
4335         prepended easily.  
4336
4337         * Documentation/user/invoking.itexi (Editor support): add node on
4338         editor support.
4339
4340         * Documentation/user/refman.itely (Bar check): add lyrics example
4341         of bar checks. 
4342
4343         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4344
4345         * scripts/convert-ly.py (conv): add conversion rule.
4346
4347         * lily/parser.yy: use \change iso. \translator for staff switch.
4348
4349         * lily/my-lily-lexer.cc: add \change.
4350
4351         * scm/define-translator-properties.scm
4352         (default-melisma-properties): add definition.
4353
4354 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4355
4356         * Documentation/user/refman.itely (Bar lines): clarification of
4357         systemStartDelimiter. 
4358
4359         * input/test/slur-shape.ly (x): remove file.
4360
4361         * lily/translator-group.cc (apply_property_operations): new function.
4362
4363 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4364
4365         * lily/parser.yy (optional_prop_ops): allow \with {
4366         PROPERTYSETTINGS } following \context or \new.
4367
4368         * lily/my-lily-lexer.cc: add \with.
4369
4370         * lily/parser.yy (property_operation): clean up definition of
4371         property operations.
4372         (property_op_to_music): new function.
4373         (context_spec_music): new function
4374
4375         * VERSION: 2.1.7 released.
4376         
4377         * input/regression/collision-merge-dots.ly: new file.
4378
4379         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4380         then kill the dots too. 
4381
4382         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4383         set/unset breakableSeparationItem
4384
4385         * lily/separation-item.cc (relative_width): add function.
4386
4387         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4388         only-prebreak-interface
4389
4390         * lily/system.cc (output_lines): only junk only-prebreak-interface
4391         grobs.
4392
4393         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4394         read breakableSeparationItem
4395
4396         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4397
4398         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4399
4400         * lily/dot-column.cc (dot_config_badness): new function:
4401         select the best scoring dot configuration: dots should go close to
4402         the note heads, but be shifted up or down according to conventions.
4403         (print_dot_configuration): idem.
4404         (shift_one): idem
4405         (remove_collision): idem.
4406
4407         * input/regression/dots.ly: add more test cases.
4408
4409 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4410
4411         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4412
4413         * flower/include/interval.hh: rename elem_b to contains 
4414
4415         * lily/tie.cc: change 'heads to 'head-pair.
4416
4417         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4418         fill in 'heads field.
4419
4420         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4421         minimum-length for short ones, and shorten so collisions with the
4422         next syllable are avoided.
4423
4424         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4425         near-zero slopes.
4426         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4427
4428         * lily/dots.cc: remove quantized_position callback. All Y
4429         positioning is done by dot-column.cc
4430
4431         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4432         exhaustive test of all dot positions. This fixes disappearing dots
4433         in dotted chords.
4434
4435 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4436
4437         * mf/feta-klef.mf (test_staff): fatten up G clef
4438         (test_staff): fatten up f clef.
4439         
4440
4441 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4442
4443         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4444         * input/les-nereides.ly: Use latin1 characters for title, like
4445         Morgenlied.
4446
4447 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4448
4449         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4450         cmb10).
4451
4452         * lily/lyric-extender.cc (brew_molecule): add little space before
4453         extender line.
4454
4455         * lily/beam-quanting.cc (score_forbidden_quants): check if
4456         outer stafflines fall in any beam gaps.
4457
4458         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4459         for lyric texts.
4460
4461 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4462
4463         * VERSION: 2.1.6 released.
4464
4465         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4466         this shows the demerits of a user-defined beam position pair.
4467
4468         * scm/define-grobs.scm (all-grob-descriptions): set
4469         beamed-extreme-minimum-free-lengths to a different value.
4470
4471         * lily/scm-option.cc: add debug-beam scm-option
4472
4473         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4474
4475 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4476
4477         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4478
4479         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4480         space after barline.
4481
4482         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
4483
4484         * lily/spacing-spanner.cc (breakable_column_spacing): take average
4485         of spacing wishes, not maximum. Only do this for delta-t == 0. In
4486         the other case, take standard column-breakable spacing. Do not
4487         warn about "no spacing wishes".
4488
4489         This fixes wide spaces after barlines in very loose lines.
4490
4491         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
4492
4493 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4494
4495         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
4496         acknowledge_grob lyric-syllable, not lyric-text.
4497
4498         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
4499         dashes of length #'length separated by #'dash-period. 
4500
4501         * lily/lyric-extender.cc (brew_molecule): idem
4502
4503         * lily/multi-measure-rest.cc (big_rest): idem
4504
4505         * lily/system-start-delimiter.cc (simple_bar): idem
4506
4507         * lily/bar-line.cc (simple_barline): use rounded box
4508
4509         * VERSION: release 2.1.5
4510
4511         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4512         music): move note about dvips to more visible place.
4513
4514         * lily/lyric-phrasing-engraver.cc: move from
4515         new-phrasing-engraver.cc, remove old cruft (syllable-group,
4516         lyric-phrasing-engraver.hh)
4517         
4518         * lyric-align.ly: remove file
4519         
4520         * scripts/convert-ly.py (FatalConversionError.func): add removal
4521         rule for automaticMelismata
4522
4523         * ly/engraver-init.ly (ScoreContext): switch on
4524         New_phrasing_engraver by default.
4525
4526         * lily/slur-engraver.cc (class Slur_engraver):
4527         process_acknowledged_grobs -> process_music.
4528         (try_music): signal melismata correctly.
4529
4530         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
4531         word-space, right-trim-amount, and extend past right bound only
4532         for note heads.
4533
4534         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
4535         lyric-extender support: add note-heads to the extender
4536         automatically.
4537
4538         * lily/parser.yy: extender is now post_event. 
4539
4540         * lily/accidental-engraver.cc (number_accidentals): remove
4541         spurious warning about non-parent contexts.
4542
4543         * lily/music-output-def.cc (assign_translator): \translator { }
4544         for a Foo context implicitly redefines \FooContext.
4545
4546         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
4547         fixes.
4548
4549         * lily/slur.cc (brew_molecule): don't use stafflinethickness
4550         doubly in slur weight. 
4551
4552         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
4553         combination.
4554
4555         * scm/define-grobs.scm (all-grob-descriptions): change clef -
4556         staffbar distance.
4557
4558         * scripts/lilypond.py (global_latex_preamble): crank down size of
4559         the margins. Now there is a 12 mm top and bottom margin, which
4560         should correspond with the printable area of modern printers.
4561
4562         This enlarges the music height of the printable page a little.
4563
4564         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
4565         signs. Use \markup instead.
4566         (accreg_pen): tweak for accordeon asterisk.
4567
4568 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4569
4570         * lily/melisma-engraver.cc (try_music): use melisma_busy()
4571
4572         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
4573
4574         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
4575
4576         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
4577
4578         * scm/define-grobs.scm (all-grob-descriptions): change
4579         StanzaNumber description: make side support, i.s.o. breakable.
4580         use Instrument_name_engraver for texts in the margin.
4581
4582         * scm/define-translator-properties.scm: remove
4583         melismaEngraverBusy, stz property.
4584
4585         * *.cc: naming: change empty_b () into is_empty ()
4586
4587         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
4588
4589         * input/regression/lyric-phrasing-new.ly: new file.
4590
4591         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
4592         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
4593         melismata are now left-aligned.
4594
4595 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4596
4597         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
4598
4599         * mf/feta19.mf: remove.
4600         
4601         * mf/feta-klef.mf (test_staff): more tweaks
4602
4603         * mf/feta-toevallig.mf: more small size tweaks.
4604
4605         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
4606         rests for smaller sizes.
4607
4608         * mf/feta-bolletjes.mf: fix cross heads.
4609
4610         * VERSION: release 2.1.4
4611         
4612         * scripts/convert-ly.py (FatalConversionError.func): add rule for
4613         deprecated #'ancient font family
4614
4615         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
4616         it is a string or number.
4617
4618         * scm/output-lib.scm (note-head-style->attachment-coordinates):
4619         change calling convention of stem-attachment function. 
4620
4621         * buildscripts/mf-to-table.py: read and dump WX/WY fields
4622
4623         * mf/feta-autometric.mf: dump WX/WY fields too
4624         
4625         * mf/parmesan-heads.mf: idem.
4626
4627         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
4628         attachment coordinates.
4629
4630         * lily/note-head.cc (stem_attachment_coordinate): read stem
4631         attachment from the notehead glyphs WX/WY fields.
4632
4633         * lily/include/font-metric.hh (struct Font_metric): add methods
4634         get_indexed_wxwy (), make a distinction between looking up by
4635         index and ASCII  
4636
4637         * mf/feta-bolletjes.mf: rewrite note head MF code.
4638         (test_outlines): make heads more rotund for smaller sizes. 
4639
4640 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4641
4642         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
4643         throughout. Font scaling fixes throughout.
4644
4645         * mf/feta-sleur,slur.mf: remove. 
4646
4647         * mf/feta-slag.mf: rewrite.
4648
4649 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4650
4651         * VERSION: release 2.1.3
4652
4653         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
4654
4655         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
4656
4657         * lily/mark-engraver.cc (process_music): fix mark
4658         \default. (backportme)
4659
4660         * stepmake/stepmake/automatically-generated.sub.make (default):
4661         use -n for head/tail commands. 
4662
4663         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
4664         heads with the same pitch.
4665
4666 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4667
4668         * lily/recording-group-engraver.cc (finalize): set protected_scm
4669         member to '() before finalizing.
4670
4671         * lily/translator-group.cc (finalize): remove removal_processing () 
4672
4673         * lily/recording-group-engraver.cc: new engraver: record
4674         synchronized start & end times for each music object.
4675
4676         * lily/parser.yy (toplevel_expression): execute score rendering
4677         during parsing. Cleanup output-filename handling; this is no
4678         longer done with global variables.
4679         (translator_spec_body): allow \type modification too.
4680
4681         * lily/score.cc:  ly:run-translator: new function
4682         (LY_DEFINE): ly:render-output new function.
4683
4684         Separate interpreting and rendering, and make available as
4685         functions at Scheme level.
4686
4687 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4688
4689         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
4690         (musicxml-node->string):
4691         (xml-node->string):
4692         (music-to-musicxml): New function.
4693
4694 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4695
4696         * VERSION: 2.1.2 released
4697
4698         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
4699
4700         * scm/font.scm (paper20-font-vector): discouple font design sizes
4701         from sizes specified in .ly file: store all design sizes of a font
4702         in a single vector.
4703
4704         * lily/font-select.cc (get_font_by_design_size): new function
4705
4706         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
4707         add parmesan,feta in sizes 14 and 18.
4708         
4709         * mf/feta-toevallig.mf: use blot diameter for double sharp.
4710
4711         * lily/font-size-engraver.cc (acknowledge_grob): change definition
4712         of fontSize: this now sets font-size
4713
4714 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4715
4716         * VERSION: 2.1.1 released
4717         
4718         * Documentation/user/refman.itely (Tuning objects): add note about
4719         concurrent tweaks in different contexts. 
4720
4721         * lily/tie-engraver.cc (acknowledge_grob): use
4722         Staff_symbol_referencer::get_position iso. reading staff-position
4723         directly.
4724
4725         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
4726         currentMusicalColumn as left span-point for bracket. The bracket
4727         is too long when there are accidentals.
4728
4729 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4730
4731         * buildscripts/lilypond-profile.sh,
4732         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
4733         Thanks to Reuben Thomas <rrt@mupsych.org>
4734
4735 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
4736
4737         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
4738         Wurbel <wurbel@univ-tln.fr>.
4739
4740 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4741
4742         * scripts/midi2ly.py: Add space after chords.
4743
4744 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
4745
4746         * input/regression/{many}: add few @code{ ... }.
4747
4748 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4749
4750         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
4751         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
4752         Removed cmbx5, cmbx6 (which are included in teTeX)
4753         and cmbxti14 which is not used in fonts.scm.
4754
4755 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
4756
4757         * lily/midi-item.cc: fine tune quarter tones.
4758
4759 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
4760
4761         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
4762         new function, warn how many cents are missing in fine tuning.
4763
4764 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
4765
4766         * input/bugs/rhytmicstaff-tie.ly: add file.
4767
4768         * THANKS: Create skeleton for 2.1.
4769
4770 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
4771
4772         * input/test/bar-lines.ly (TODO): dashed "|".
4773
4774 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
4775
4776         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
4777         input/regression/tie-chord.ly: Fix spell for tying.
4778
4779         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
4780
4781         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
4782         new file (renamed, see above).
4783
4784         * Documentation/user/lilypond-book.itely
4785         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
4786         * input/example-1.ly input/example-2.ly input/example-3.ly
4787         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
4788         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
4789         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
4790         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
4791         * scripts/lilypond-book.py scripts/lilypond.py
4792         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
4793         * vimrc: replace ly2dvi with lilypond and remove silly comments.
4794
4795         * Documentation/user/lilypond.tely: update version.
4796
4797         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
4798         Remove extra spaces in each @node, fixes spaces.
4799
4800 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4801
4802         * scripts/lilypond-book.py (output_dict): Add definition of
4803         \lilypondbook also for LaTeX output. Solves several bug reports.
4804
4805 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
4806
4807         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
4808
4809 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
4810
4811         * input/test/transposition.ly: Fix key signatures, given in comments.
4812
4813 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4814
4815         * scm/midi.scm (instrument-names-alist),
4816         Documentation/user/appendices.itely: Correct spelling of shakuhachi
4817
4818 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4819
4820         * input/test/temporary-stave.ly (texidoc): New example based on an
4821         email question from Ralph Little.
4822
4823 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4824
4825         * VERSION: release 2.1.0
4826         
4827         * lily/note-performer.cc (try_music): accept busy-playing-event.
4828
4829         * lily/swallow-perf.cc (try_music): return false for
4830         busy-playing-event and melisma-playing-event.
4831
4832 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4833
4834         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
4835         >> in \score.
4836
4837 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4838
4839         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
4840         that articulation_substitute will not move beam start again.
4841         (articulation_substitute): Bugfix: remove stray space so that new
4842         old chords ending '>>' does not get broken up.
4843         (sub_chord): Use TAB for indentation (not spaces).
4844         
4845         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
4846         Bugfix for startup: Use ?^ instead of ?\^.
4847
4848 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4849
4850         * lily/lyric-combine-music-iterator.cc
4851         (Lyric_combine_music_iterator): change init order, to prevent GC
4852         segfaults.
4853
4854         * lily/context-specced-music-iterator.cc (construct_children): 
4855         only change  translator if found. This fixes a core dump problem.
4856
4857 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4858
4859         * scm/slur.scm (default-slur-extremity-rules): use equal? for
4860         comparison.
4861
4862         * mf/feta-bolletjes.mf: make hole in half note little
4863         smaller for stem attachment.
4864
4865         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
4866
4867         * mf/feta-banier.mf: don't draw stem with flag, just small square
4868         attachment.
4869
4870         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
4871
4872         * mf/feta-banier.mf: remove upstem/downstem characters.
4873
4874         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
4875
4876         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
4877         stafflinethickness (in the default)
4878
4879         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
4880
4881         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
4882
4883         * Documentation/topdocs/INSTALL.texi (Top): reorder.
4884
4885         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
4886
4887         * lily/include/directional-element-interface.hh:
4888         junk class, make {get,set}_grob_direction functions.
4889
4890         * lily/slur.cc (get_attachment): do something sensible when
4891         attaching to stem without heads (eg. a rest).
4892
4893         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
4894         forcing up to staff.  remove #'support-head property
4895         (brew_molecule): small cleanup.
4896         (flag): remove #'grace property.
4897
4898 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4899
4900         * cygwin/postinstall-lilypond.sh: 
4901         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
4902         (Volker Zell).
4903
4904 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4905
4906         * scripts/lilypond-book.py: resurrect 'eps' option. 
4907         (TexiPaper.to_eps): use -Ppdf for EPS files.
4908
4909         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
4910
4911         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
4912
4913         * VERSION: release 2.0.1
4914
4915         * lily/bezier.cc (get_other_coordinate): change assert into
4916         warning.
4917
4918         * lily/note-head.cc (internal_brew_molecule): make left protusion
4919         smaller, to accomodate for natural sign.
4920         (internal_brew_molecule): only do this when the accidental is
4921         close enough.
4922         (extent): new function
4923
4924         * lily/skyline.cc (merge_skyline): new function
4925         (heighten_skyline): new function
4926
4927         * lily/accidental-placement.cc (position_accidentals) 
4928         (position_accidentals): fix todo.
4929
4930 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4931
4932         * input/test/+.ly (texidoc): put version number inline.
4933
4934         * GNUmakefile.in: remove rsync-web target.
4935         
4936         * input/regression/bar-scripts.ly (onestaff): raggedright
4937
4938 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4939
4940         * lily/*.cc: remove #if 0'd code in couple of places.
4941
4942         * lily/midi-stream.cc (operator <<): rewrite.
4943
4944         * lily/note-head.cc (internal_brew_molecule): 
4945         only make ledgers when the Staff symbol has lines.
4946
4947         * ly/property-init.ly (arpeggioBracket): simplify
4948
4949         * lily/translator-group.cc (execute_pushpop_property): use
4950         SCM_EQ_P for comparing keys. This fixes reverting
4951         auto-beam-settings.
4952
4953 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4954 *
4955         * lily/midi-stream.cc (operator <<): Also write MIDI string when
4956         midi_debug_global_b.
4957         (operator <<): Normalise loop.
4958
4959 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4960
4961         * scripts/lilypond.py (escape_path): revise.
4962
4963         * scm/music-functions.scm (set-output-property): new function.
4964         
4965 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4966
4967         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
4968         use addmakeflags again.
4969
4970         * cygwin/lily-wins.py (escape_shell): New function; use it.
4971
4972         * scripts/lilypond.py (escape_shell): Escape quotes and other
4973         spaces too.  Do not escape escaping backslashes.
4974
4975         * make/srcdir.make.in (web-install): Must call install-WWW now.
4976
4977         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
4978         dependency
4979
4980 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4981
4982         * scripts/lilypond.py (escape_path): escape quotes too. 
4983
4984         * Documentation/user/lilypond.tely (Unified index): rename Index
4985         to accomodate Windows breakage.
4986
4987         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
4988
4989         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
4990         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
4991         target not a source.
4992
4993 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4994
4995         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
4996         addmakeflags.  Build and install doc and web also when building on
4997         Cygwin.
4998
4999         * mf/GNUmakefile: Bugfix.
5000
5001         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5002         target web.
5003
5004         * cygwin/lily-wins.py: Quote filename.
5005
5006 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5007
5008         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5009
5010 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5011
5012         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5013         settings.
5014
5015         * configure.in: Require g++ > 3.0.4.
5016
5017         * mf/GNUmakefile: Bugfix: Add list.ly target.
5018         
5019         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5020
5021         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5022         make omf directory, add uninstall targets.
5023
5024 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5025
5026         * lily/tie-performer.cc (initialize): init prev_event
5027
5028         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5029
5030         * lily/script-engraver.cc (make_script_from_event): don't crash on
5031         non-string articulation-type.
5032
5033         * lily/new-fingering-engraver.cc (add_script): don't crash on
5034         0 scripts 
5035         (acknowledge_grob): warn about text script events.
5036
5037 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5038
5039         * buildscript/lilypond.words: fix path for drums.scm.
5040
5041 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5042
5043         * lily/spacing-spanner.cc (note_spacing): don't make longer
5044         durations than measure-length.
5045
5046         * VERSION: release 2.0.0
5047
5048         * GNUmakefile.in (rsync-web): version independent rsync target.
5049
5050         * input/test/+.ly (texidoc): idem.
5051
5052         * input/regression/+.ly: print version number.
5053
5054         * input/regression/accidentals.ly (mel): shorten.
5055
5056         * input/regression/accidental-octave.ly (texidoc): shorten.
5057
5058         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5059
5060         * input/regression/completion-heads-polyphony.ly: octave
5061
5062         * input/regression/beam-manual.ly: remove
5063
5064         * input/regression/beam-chord.ly: remove
5065
5066         * input/regression/grace-dynamic.ly: remove
5067         
5068         * input/regression/grace-volta-repeat.ly: octave fixes.
5069
5070         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5071
5072         * lily/parser.yy (step_number): semitones for chord entry too.
5073         (make_chord_step): more robust code, semitones. 
5074
5075         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5076
5077         * input/regression/breathing-sign.ly (texidoc): split ancient and
5078         normal breathing signs.
5079
5080         * scm/define-grobs.scm (all-grob-descriptions): swap
5081         beamed-extreme-minimum-free-lengths and
5082         beamed-minimum-free-lengths; the 'extreme' case should allow
5083         shorter stems. This fixes forced directions on beamed 32nd and
5084         shorter notes.
5085
5086         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5087         quartertones, not semitones.
5088         (NoteNamesContext): swallow more event types
5089
5090         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5091
5092         * VERSION (PACKAGE_NAME): release 1.9.10
5093
5094 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5095
5096         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5097         set note head as cause of note-column.  This gives a better error
5098         message.
5099
5100 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5101
5102         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5103
5104 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5105
5106         * mf/GNUmakefile (pfa_warning): instruct 
5107
5108         * stepmake/aclocal.m4: typo.
5109
5110         * Documentation/user/cheatsheet.itely: more verbose examples.
5111
5112         * input/regression/clefs.ly: remove bogus docstring.
5113
5114 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5115
5116         * GNUmakefile.in (SUBDIRS): Add elisp.
5117
5118         * elisp/lilypond-mode.el: 
5119         * elisp/lilypond-init.el: 
5120         * elisp/lilypond-indent.el: 
5121         * elisp/lilypond-font-lock.el: Move from top dir.
5122
5123         * stepmake/stepmake/elisp-vars.make: New file.
5124
5125         * config.make.in (elispdir): Add.
5126
5127         * Documentation/topdocs/INSTALL.texi: Typo.
5128
5129         * make/ly-rules.make: Test for files instead of touching void and
5130         ignoring errors.
5131
5132         * GNUmakefile.in:
5133         * make/lilypond.redhat.spec.in:
5134         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5135         <builddir>, adding
5136         
5137              (push "<builddir>/share/lilypond/elisp" load-path)
5138
5139         to your ~/.emacs.el should give you LilyPond-mode again.
5140
5141         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5142         regexp for DOS/Windows, we are too paranoid to fix others.
5143
5144 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5145
5146         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5147
5148         * input/test/chord-names-jazz.ly (banterProperties): fix
5149
5150         * lily/parser.yy (bass_mod): bass figure alterations are semi
5151         tones, not quarter tones
5152
5153         * lily/beam.cc (set_stem_lengths): only lengthen stems
5154         for gapped beams.
5155
5156         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5157         by beamcount.
5158
5159         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5160         a warning that the warning may erroneous.
5161
5162         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5163         target.
5164
5165         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5166         targets.
5167
5168         * GNUmakefile.in ($(config_h)): config.h should depend on
5169         config.hh.in .
5170         (lilypond.words): remove fontball stuff.
5171
5172         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5173
5174         * configure.in: remove pktrace reference.
5175
5176         * GNUmakefile.in (rsync-web): permissions and ownership for
5177         website.
5178
5179         * lily/volta-engraver.cc (staff_eligible): new function.
5180         (stop_translation_timestep): kill off spanners if not eligible.
5181
5182         * VERSION (PATCH_LEVEL): release 1.9.9
5183
5184         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5185
5186         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5187         length is more important than forbidden quants.
5188         
5189 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5190
5191         * buildscripts/lilypond.words: order words in search order,
5192         add lilypond.words.vim to be generated.
5193
5194         * lilypond.vim: use lilypond.words.vim for keyword matching.
5195
5196         * lilypond-mode.el: use search order. fix word selection rules.
5197
5198         * lilypond-font-lock.el: fix fontifying long durations.
5199
5200         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5201
5202 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5203
5204         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5205
5206         * stepmake/stepmake/generic-targets.make:
5207         * stepmake/stepmake/bin/make-version.py: 
5208         * stepmake/aclocal.m4:
5209         * make/stepmake.make:
5210         * make/toplevel-version.make: Build fixes: remove last traces of
5211           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5212
5213         * lily/beam.cc: Add gap-count property.
5214
5215 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5216
5217         * scm/define-grob-properties.scm (gap-count): add gap-count
5218
5219         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5220
5221 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5222
5223         * cygwin/mknetrel.doc: Typo.
5224
5225         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5226
5227         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5228
5229 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5230
5231         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5232         sizes. Remove support for 'ledger'(=tabloid+landscape).
5233
5234 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5235
5236         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5237         sauter PFAs.
5238
5239         * configure.in: remove VERSION stuff once again.
5240
5241         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5242
5243         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5244         for chord names.
5245
5246         * mf/GNUmakefile: always trace pfa fonts.
5247         (SAUTER_FONTS): add cmss[567] too fonts
5248
5249         * configure.in: require mftrace. 
5250
5251         * lily/staff-performer.cc (new_instrument_string): don't look at
5252         instrument property.
5253
5254         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5255         is_direction is the C++ one. Similar for ly_axis_p and
5256         ly_number_pair_p
5257
5258 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5259
5260         * lily/beam.cc (brew_molecule): read gap-count to determine
5261         number of tremolo (gapped) beams.
5262
5263         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5264         shorter than 1/8
5265
5266         * flower/include/array.hh (default_compare): new function
5267
5268         * cygwin/mknetrel: Native fixes.
5269
5270         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5271
5272 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5273
5274         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5275         feature for Windows.
5276
5277         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5278
5279         * cygwin/mknetrel: Updates for native use on Cygwin.
5280
5281         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5282
5283         * stepmake/stepmake/help2man-rules.make: 
5284         * cygwin/mknetrel: Bugfix for manpages.
5285
5286         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5287         $(builddir).  Stepmake is a normal subdirectory now, that is not
5288         configured.  Another srcdir build fix.
5289
5290         * Documentation/topdocs/INSTALL.texi,
5291         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5292         lilypond-init.el, lilypond-mode.el, debian/rules,
5293         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5294         rename generated file lilypond.words to lilypond.words.el.
5295
5296 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5297
5298         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5299
5300         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5301         GNUmakefile.in.
5302
5303 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5304
5305         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5306         when cross building.
5307
5308         * configure.in: srcdir build fix.
5309
5310         * cygwin/GNUmakefile:
5311         * cygwin/lily-wins.py:
5312         * cygwin/postremove-lilypond.sh: 
5313         * cygwin/postinstall-lilypond.sh: Merge from stable.
5314
5315         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5316         s/ly2dvi/lilypond/.
5317
5318 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5319
5320         * lily/slur.cc (after_line_breaking): only set control points if
5321         none supplied yet.
5322
5323         * input/test/slur-manual.ly: new file.
5324
5325         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5326         <<  >> chords too.
5327
5328         * VERSION (PACKAGE_NAME): release 1.9.8
5329
5330         * scripts/lilypond.py (escape_path): escape spaces in directory names
5331
5332         * input/test/text-spanner.ly: fixes.
5333
5334 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5335
5336         * buildscripts/lilypond.words.py: add drum names as note names to
5337         Emacs-mode.
5338
5339 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5340
5341         * input/regression/hairpin-dashed.ly: new file.
5342
5343         * scripts/convert-ly.py (conv): warn about dash-length.
5344
5345         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5346         automatically if we get a new one.
5347
5348         * lily/lookup.cc (dashed_line): new function
5349
5350         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5351         dash-fraction.
5352
5353 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5354
5355         * buildscripts/lilypond.words.py: extract note names.
5356
5357         * lilypond-mode.el: take note names from lilypond.words -file.
5358         small fix in the use of string-match.
5359
5360         * lilypond-font-lock.el: use lilypond.words for note names, add 
5361         maxima to note a duration.
5362
5363 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5364
5365         * lily/breathing-sign.cc: remove railtracks() function. 
5366
5367         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5368
5369         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5370         (brew_molecule): bugfix don't make arpeggio shorter when
5371         arpeggio-direction is set.
5372
5373         *  debian/rules: small corrections in the (Pedro K)
5374
5375         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5376         examples.
5377
5378         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5379         special (repeat) bar comes along.
5380
5381         * input/regression/auto-beam-bar.ly: update.
5382
5383         * scripts/lilypond-book.py (output_dict): remove support for the
5384         EPS option.
5385
5386         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5387         VerticalAlignment and VerticalAxisGroup this fixes the size
5388         computations for the entire system.
5389  
5390         * input/les-nereides.ly (bass): remove superfluous fontSize.
5391
5392         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5393         causes directory of file to be added to include path.
5394
5395         * input/regression/beam-break.ly: test single stem beams.
5396
5397         * input/regression/system-start-bracket.ly: fix.
5398
5399         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5400
5401         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5402
5403         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5404         (score_stem_lengths): do something sensible for single stem beams.
5405
5406         * lily/beam.cc (least_squares): add kludge for single stem beams.
5407
5408         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5409         keySignature to list of broken things.
5410
5411         * input/regression/keys.ly: fix.
5412
5413         * VERSION (PACKAGE_NAME): release 1.9.7
5414
5415         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5416
5417         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5418
5419         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5420         (quartertone_pitch): new function
5421
5422         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5423         flat. WARNING: FONT CHANGED.
5424
5425         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5426
5427         * lily/accidental-placement.cc (add_accidental): support for
5428         quarter tones.
5429
5430         * ly/LANGUAGEs.ly: use symbols for alterations.
5431
5432         * mf/feta-toevallig.mf: change accidental codes. 
5433
5434         * scm/lily.scm (ly:get-option): switch on debugging only for
5435         --verbose.
5436
5437         * lily/lily-guile.cc: remove ly:verbose?
5438
5439         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5440
5441         * lily/parser.yy (TODO): only do gh_call() for apply with
5442         procedure argument.
5443
5444         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5445         stuff in accordance with new timing of tie-events.
5446
5447         * lily/my-lily-lexer.cc: remove \outputproperty
5448
5449         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5450
5451         * scm/define-translator-properties.scm (melismaBusyProperties):
5452         add melismaBusyProperties property.
5453
5454 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5455
5456         * input/test/ambitus-mixed.ly (texidoc): new file.
5457
5458         * buildscripts/mutopia-index.py (find): prune debugging
5459
5460         * lily/side-position-interface.cc: doc updates
5461
5462         * Documentation/user/refman.itely: updates, tweaks.
5463
5464         * lily/parser.yy (Simple_music): remove outputproperty
5465
5466         * make/stepmake.make: use VERSION again; importing VERSION via
5467         autoconf dependencies is too hairy.
5468
5469 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5470
5471         * lilypond-mode.el: allow `-' for keywords and identifiers.
5472
5473 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5474
5475         * VERSION: release 1.9.6
5476         
5477         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5478         iso. ly2dvi.
5479
5480         * Documentation/user/*.itely: fixes everywhere
5481
5482         * lily/completion-note-heads-engraver.cc: rewrite engraver:
5483         produce ties from the engraver itself, do not broadcast TieEvent.
5484
5485         * lily/my-lily-lexer.cc: remove pitch & duration.
5486
5487         * lily/parser.yy (TODO): remove \pitch and \duration
5488
5489         * input/test/explicit.ly: remove file.
5490
5491         * Documentation/user/refman.itely (Pitches): remove \pitch 
5492         \duration command.
5493
5494 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5495
5496         * buildscripts/lilypond.words.py: add all slur types to Emacs
5497         insertion menu, suppose everything is postfixed by dropping 
5498         unnecessary `-' -marks.
5499
5500 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5501
5502         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
5503         tremoloed stems.
5504
5505         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
5506         head for flagged stems.
5507
5508         * lily/stem.cc (get_default_stem_end_position): futz with extra
5509         stem length if there is a stem tremolo.
5510
5511         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
5512         it would be too small.
5513
5514         * lily/font-metric.cc: return #f for non-existent glyph.
5515         
5516         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
5517         exported through config.make.
5518
5519         * input/regression/clef-oct.ly: new file.
5520
5521         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
5522         transposition.
5523
5524         * input/template/*.ly: remove old relative.
5525
5526         * ly/english.ly: add X names for double sharp.
5527
5528 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5529
5530         * lily/font-select.cc: new file handle font selection routines.
5531
5532         * lily/parser.yy: add ; (Patrick Atamaniuk)
5533
5534         * input/test/time-signature-double.ly: use markups for double time
5535         sigs.
5536
5537         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
5538         ChordNames.SeparationItem #'padding for adjusting space after chords.
5539         
5540         * lily/music-output-def.cc (LY_DEFINE): 
5541         new function ly:paper-lookup.
5542         
5543         * mf/parmesan-clefs.mf: use # quantities for char_box
5544         offsets. Fixes overflow errors in the PFA. 
5545
5546         * scm/new-markup.scm (strut-markup): change calling interface for
5547         markup. Pass paper-def, not grob. This would allow \markup to be
5548         used separately from grobs.
5549
5550         * lily/paper-def.cc: new function ly:paper-font; this function
5551         replaces ly:get-font.
5552
5553         * lily/include/font-interface.hh (struct Font_interface): take
5554         Paper_def iso. Grob for get_font().
5555
5556 2003-09-14  Graham Percival  <gperlist@shaw.ca>
5557
5558         * Documentation/user/ tutorial.itely, refman.itely: add warning
5559         about \key and accidentals.
5560
5561 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5562
5563         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
5564
5565         * Documentation/user/*.itely: manual tweaks
5566
5567 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
5568
5569         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
5570         cleanup; bugfix: exact_center
5571
5572         * Documentation/user/refman.itely: added more documentation on
5573         ambitus according to recent questions on lilypond-user list
5574
5575 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5576
5577         * input/regression/ottava.ly (texidoc): demo 15ma too.
5578
5579         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
5580
5581         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
5582         octave fixes.
5583
5584 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5585
5586         * lily/lexer.ll: add \r to the rules for newlines; this fixes
5587         problems on older Mac editors.
5588
5589 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
5590
5591         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
5592
5593 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
5594
5595         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
5596         mf/parmesan-clefs.mf: added comments on character alignment and
5597         set_char_box() conventions
5598
5599         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
5600         set_char_box()'s
5601
5602         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
5603
5604 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
5605
5606         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
5607
5608 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
5609
5610         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
5611         shortened to avoid almost-collision with staff line; code cleanup;
5612         other custodes: fixed char boxes; code cleanup
5613
5614 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5615
5616         * configure.in: release 1.9.5
5617         
5618         * scripts/lilypond.py (global_latex_preamble): only set
5619         twosideshift if 'twoside' is in latexoptions 
5620
5621         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
5622
5623         * VERSION: remove
5624
5625         * scripts/*2ly.py: update <> syntax
5626
5627 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5628
5629         * lily/chord-name-engraver.cc (process_music): add origin for
5630         chord name.
5631
5632         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
5633
5634         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
5635         bass notes for exceptions too.
5636
5637         * scm/define-grobs.scm (all-grob-descriptions): rename
5638         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
5639
5640         * scm/define-grob-properties.scm (remove-first): add remove-first
5641         property for orchestral scores.
5642
5643         * Documentation/user/*.itely: switch <<>> and <> 
5644
5645         * lily/glissando-engraver.cc (process_music): bugfix: move line to
5646         last_line only once. This fixes the two consecutive glissandi problem.
5647
5648 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
5649
5650         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
5651         error message "flexa-width undefined"
5652
5653         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5654         lily/include/gregorian-ligature.hh: print warning when ignoring
5655         head prefixes on flexa shapes
5656
5657         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
5658         space before a series of inclinatum heads
5659
5660         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5661         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
5662         cleanups
5663
5664         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
5665         and char_box
5666
5667 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
5668
5669         * input/regression/breathing-sign.ly: tiny fixes
5670
5671         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
5672         semantical collision with vaticana ligatures
5673
5674         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5675         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
5676         now consistent with mensural ligatures
5677
5678         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5679         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
5680         context pitches and staff position; dto. for virga stem; removed
5681         obsolete virga and clivis characters from parmesan font (WARNING:
5682         font changed)
5683
5684         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
5685         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
5686
5687         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5688         scm/define-grob-properties.scm: consistency fix: renamed
5689         join_left->add_cauda
5690
5691         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
5692         appendix length; bugfix: yoffs_bt for reverse direction punctum
5693         characters
5694
5695         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
5696         small cleanups; added more docu
5697
5698         * lily/mensural-ligature-engraver.cc,
5699         lily/vaticana-ligature-engraver.cc,
5700         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
5701         computation to CoherentLigatureEngraver
5702
5703         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
5704         scm/define-grob-properties.scm: bugfix: added missing linea and
5705         cavum properties; bugfix: removed dead semivocalis property
5706
5707         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
5708         length; redesigned quilisma, stropha and auctum
5709
5710         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
5711         line thickness
5712
5713         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
5714         Documentation/user/refman.itely: bugfix: introduced shifted
5715         epiphonus head to avoid collision with adjacent plica
5716
5717 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5718
5719         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
5720
5721         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
5722
5723 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5724
5725         * Documentation/user/tutorial.itely (A lead sheet): remove
5726         duplicate chords.
5727
5728         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
5729
5730 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5731
5732         * Documentation/bibliography/computer-notation.bib (isbn): add
5733         xivcim publication.
5734
5735 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
5736
5737         * GNUmakefile.in: drop lilypond.words for generation.
5738
5739 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
5740
5741         * buildscripts/lilypond.words.py: take filename (also) from an arg.
5742
5743         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
5744
5745 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5746
5747         * input/test/figured-bass-alternate.ly (fl): new file.
5748
5749         * Documentation/topdocs/README.texi (Top): clarifications.
5750
5751         * Documentation/bibliography/computer-notation.bib (isbn): add phd
5752         theses of Gieseking and Renz.
5753
5754         * GNUmakefile.in (README_FILES): remove README.mandrake.
5755
5756 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
5757
5758         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
5759         from source files and search patterns listed in the script.
5760
5761         * GNUmakefile.in: add target `lilypond.words'.
5762
5763         * lilypond.words: remove file, generated by `make lilypond.words'.
5764
5765         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
5766
5767 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
5768
5769         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
5770
5771 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5772
5773         * VERSION: 1.9.4 released
5774
5775         * scripts/convert-ly.py (FatalConversionError.figures_replace):
5776         rule for < > <-> << >> substitution
5777
5778         * lily/lexer.ll: exchange meaning of << >> and < > 
5779
5780         * VERSION (PACKAGE_NAME): 1.9.3 released
5781
5782         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
5783         pages unconditionally.
5784
5785 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5786
5787         * Documentation/user/music-glossary.tely (Top): small syntax
5788         fixes.
5789
5790         * scm/music-functions.scm (remove-tag): filter \tagged music
5791         expressions.
5792
5793         * input/regression/tag-filter.ly (texidoc): new file.
5794
5795         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
5796         symbol2 .. ) etc. 
5797
5798         * scripts/convert-ly.py (FatalConversionError.conv): fingering
5799         convert rule.
5800
5801         * Documentation/user/refman.itely (Fingering instructions): adjust
5802         manual.
5803
5804         * lily/new-fingering-engraver.cc (position_scripts): don't crash
5805         for borderline cases (e.g. 1 fingering.)
5806         (position_scripts): revise interface, use fingerOrientations to
5807         set fingering positions.
5808
5809         * scm/document-translation.scm (context-doc): add aliases to
5810         automated documentation.
5811
5812         * make/lilypond-vars.make: remove stepmake compat glue.
5813
5814         * make/generic-vars.make: remove cruft.
5815
5816         * lily/main.cc (main): don't identify binary.
5817
5818 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5819
5820         * lily/include/translator.hh (class Translator): remove
5821         type_string_ , use symbol for context name throughout.
5822         Changes through whole source tree.
5823
5824         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
5825         set PDF as default, and always make PDF.
5826
5827         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
5828
5829 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
5830
5831         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
5832         Documentation/user/refman.itely input/regression/allfontstyle.ly
5833         input/regression/grace-types.ly:
5834         fix spelling for acciaccatura (Webster's 1913).
5835
5836 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5837
5838         * lily/main.cc (usage): adjust blurb, include url.
5839
5840         * input/regression/breathing-sign.ly (texidoc): transpose up
5841
5842 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
5843
5844         * input/regression/breathing-sign.ly: changed ancient examples to
5845         be relevant (by request of Han-Wen); updated BreathingSign text
5846         property according to new syntax.
5847
5848         * ly/gregorian-init.ly: updated BreathingSign text property
5849         according to new syntax
5850
5851 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5852
5853         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
5854         (Clef): index entries for clefs.
5855
5856         * python/lilylib.py (system): remove errorlog files.
5857         
5858 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
5859
5860         * lilypond.words: add \new and new graces. Add dynamics to menus
5861         keeping 1.8.x compatibility; after all the engraving relating to 
5862         notes becomes postfixed `-' marks will be removed.
5863
5864 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5865
5866         * lily/molecule.cc (align_to): idem.
5867
5868         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
5869         
5870         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
5871         accacciatura everywhere.
5872
5873         * VERSION (PACKAGE_NAME): released 1.9.2
5874
5875         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
5876
5877         * scm/document-markup.scm (markup-doc-node): sort markup function
5878         list.
5879
5880         * lily/paper-outputter.cc (output_version): change "Lily was here"
5881         into  "Engraved by LilyPond"
5882
5883         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
5884         on unquoted strings before \notenames.
5885
5886         * lily/parser.yy (lyric_element): allow markup as lyric text. This
5887         increases the number of s/r reductions to 4.
5888
5889         * scm/new-markup.scm (fraction-markup): \fraction command.
5890
5891         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
5892         mode
5893
5894         * lily/lookup.cc (round_filled_box): rename function.
5895         (LY_DEFINE): round-filled-box: change signature.
5896
5897         * Documentation/user/refman.itely: revise section explaining grace
5898         notes.
5899
5900         * lily/translator-scheme.cc (LY_DEFINE): add ! to
5901         ly:set-context-property
5902
5903         * input/*/*.ly (vmus): use \new everywhere.
5904
5905         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
5906
5907         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
5908         default
5909
5910         * scm/music-functions.scm (set-stop-grace-properties)
5911         (set-start-grace-properties, add-grace-property): new functions
5912         for modular grace tweak control.
5913
5914         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
5915         
5916 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5917
5918         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
5919
5920         * GNUmakefile.in (install-pfa-fonts):
5921         (get-pfa-fonts): New target.
5922
5923         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
5924         install-pfa-fonts help.
5925
5926 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5927
5928         * lily/translator-scheme.cc (LY_DEFINE):
5929         ly:context-pushpop-property new function.
5930         (LY_DEFINE): new function ly:translator-find  
5931         new function ly:translator?
5932         (LY_DEFINE): new function ly:context?
5933
5934         * lily/translator-def.cc: remove
5935         Translator_def::apply_pushpop_property().
5936
5937         * python/lilylib.py (read_pipe): only store and display error log
5938         if verbose not set.
5939         (read_pipe): only display log if it contains something.
5940
5941 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5942
5943         * Documentation/misc/GNUmakefile: Re-add.
5944         (TEXTS): Add CHANGES.
5945
5946 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
5947
5948         * lilypond.words: add \newcontext.
5949
5950 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5951
5952         * lily/tie-performer.cc (stop_translation_timestep): only flush
5953         tied_notes when we have actually made a tie. Fixes bugs with ties
5954         in polyphonic scores.
5955
5956 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5957
5958         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
5959         they do not exist.
5960
5961 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5962
5963         * VERSION (PACKAGE_NAME): released 1.9.1 
5964
5965         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
5966         Instrument_name_engraver
5967
5968         * lily/tie-performer.cc (create_audio_elements): bugfix
5969
5970         * Documentation/user/music-glossary.tely (Top): comment out
5971         font-style statements.
5972
5973         * input/test/force-hshift.ly: revise example.
5974
5975         * Documentation/bibliography/engraving.bib (note): typos.
5976
5977         * configure.in: bump GCC requirements to 3.x
5978
5979         * lily/include/audio-item.hh (class Audio_tie): rename
5980         note_l_drul_ to note_drul_
5981
5982         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
5983
5984         * lily/parser.yy (relative_music): whoops. All \relative were off
5985         by ...  a lot .... Ahem.
5986
5987         * scm/define-music-types.scm (music-descriptions): idem.
5988
5989         * lily/beam-engraver.cc: move new-beam-event to beam-event
5990
5991         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
5992         to Tie_engraver
5993
5994         * input/regression/bar-number.ly: remove unnecessary old-relative
5995         options.
5996         
5997         * Documentation/user/internals.itely (Creating contexts): document
5998         \newcontext
5999
6000         * lily/parser.yy (Composite_music): add \newcontext
6001
6002         * Documentation/user/refman.itely (MIDI block): add note about
6003         dotted tempos.
6004
6005         * scm/font.scm: remove old markup legacy
6006
6007         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6008
6009         * lily/breathing-sign.cc (brew_molecule): remove function
6010
6011         * lily/text-item.cc: remove old-style markups.
6012         (interpret_markup): C++ version of markup function
6013         (brew_molecule): idem.
6014
6015         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6016         as Scheme variable.
6017
6018         * scripts/convert-ly.py (conv): dashes rule.
6019         Apply rule.
6020
6021         * Documentation/user/lilypond-book.itely: syntax fixes. 
6022
6023 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6024
6025         * VERSION (PACKAGE_NAME): release 1.9.0
6026
6027         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6028         note about dvips. (Should backport.)
6029
6030         * scripts/convert-ly.py
6031         (FatalConversionError.articulation_substitute): add
6032         convert-new-chords code. Remove convert-new-chords.py
6033
6034         * Documentation/user/refman.itely (Octave check): document
6035         \octave.
6036
6037         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6038         \relative changes.
6039
6040         * lily/parser.yy (command_element): octave check:
6041
6042            \octave PITCH
6043
6044         checks that PITCH (without octave) yields PITCH (with octave) in
6045         \relative
6046
6047         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6048
6049         * lily/scm-option.cc: ly:set-option now has the default argument
6050         #t.
6051
6052         * lily/lexer.ll: add \renameinput
6053
6054         * python/lilylib.py (command_name): robustifications.
6055
6056         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6057         /dev/stderr. This is ash compatible.
6058
6059         * ly/init.ly: add warning if compatibility was not necessary.
6060
6061         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6062
6063         * flower/include/string-handle.icc: formatting cleanups, rename
6064         references by ref_count_.
6065
6066 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6067
6068         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6069         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6070         package libs separately, fix conflicting php variable out=/dev/vc/
6071         invoking `unset out', declare menus, use only one icon-file, fix
6072         doc-path in menu.
6073
6074 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6075
6076         * scripts/convert-ly.py (FatalConversionError.conv): typo
6077
6078         * Documentation/misc/GNUmakefile: restore misc directory.
6079
6080         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6081
6082         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6083         Petites-Preludes 
6084
6085         * input/test/partial-blank.ly (quickmeasure): syntax
6086
6087         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6088         attachment property.
6089
6090         * Documentation/user/refman.itely: remove superfluous -'s 
6091         (Grace notes): ) fixes.
6092
6093         * lily/music.cc: generic compress(), transpose() functions. Remove
6094         others.
6095
6096         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6097         style markup entry.
6098
6099         * lily/parser.yy: all articulations postfix; remove obligatory -
6100         for [,  ) and \!
6101         
6102         * lily/music.cc (to_relative_octave): write generic
6103         to_relative_octave function; various relative cleanups.
6104         Hmmm.
6105
6106         * lily/scm-option.cc: add options new-relative and old-relative
6107
6108         * po/sv.po: new po file.
6109
6110         * Documentation/user/refman.itely (Dynamics): website
6111         fixes. (should backport!)
6112
6113 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6114
6115         * make/lilypond.mandrake.spec.in: declare version only once.
6116
6117 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6118
6119         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6120         meaning for now.
6121
6122 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6123
6124         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6125
6126         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6127
6128         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6129
6130         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6131
6132         * lily/music.cc (var): add ly:music-transpose function.
6133
6134         * lily/parser.yy (pre_events): remove prefix articulations.
6135
6136         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6137
6138         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6139
6140         * Documentation/user/refman.itely (Text markup): add comment about
6141         markup in header.
6142
6143 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6144
6145         * lily/paper-outputter.cc (write_header_fields_to_file): 
6146         only dump value if it is a string.
6147
6148         * flower/include/dictionary.hh: remove.
6149         
6150         * Documentation/ChangeLog-1.5: add back old log.
6151
6152         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6153         .pfas from a .deb.
6154
6155 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6156
6157         * Documentation/bibliography/engraving.bib: add entry for
6158         Jaschinski's Notation
6159
6160 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6161
6162         * Documentation/user/refman.itely (Beaming): add note about
6163         allowBeamBreak
6164
6165 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6166
6167         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6168         GregorianTranscription contexts
6169
6170         * ly/engraver-init.ly: vaticana contexts: minor fixes
6171
6172         * Documentation/user/refman.itely (Ancient notation): added note
6173         on appendix length bug
6174
6175         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6176         input/test/vaticana.ly: use vaticana contexts; small fixes
6177
6178 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6179
6180         * flower/hash.cc: Remove.
6181
6182         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6183         to (nonexistent?) hash_func_ identifier.
6184
6185         * python/midi.c (midi_error, midi_warning): Use char const* for
6186         __FUNCTION__ argument.
6187
6188         * python/gettext.py: Remove.  We already require python 2.1, which
6189         includes gettext.py.
6190
6191         * configure.in: Require python 2.1, as INSTALL.texi says.
6192         it.
6193
6194         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6195         versions 1.50 and 1.75.  Remove note about lexer patch.
6196
6197 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6198
6199         * Documentation/topdocs/INSTALL.texi: Update type1 font
6200         description to actual situation.  Add comment about new font ball
6201         layout.
6202
6203         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6204         in $LILYPONDPREFIX suffices for installation.
6205
6206 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6207
6208         * debian/control (Build-Depends): Add flex-old as alternative to
6209         flex.  Deprecate bison 1.75.
6210
6211 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6212
6213         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6214         Vaticana contexts
6215
6216         * Documentation/user/refman.itely (Ancient notation): documented
6217         some bugs; tiny fixes; added docu on Vaticana contexts
6218
6219         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6220         scripts
6221
6222 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6223
6224         * Documentation/user/refman.itely (Ancient notation): added some
6225         introductory words; added section on ancient time signatures;
6226         added some @seealso and @refcommands; small fixes and
6227         beautifications
6228
6229 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6230
6231         * input/regression/note-head-style.ly: many fixes and updates
6232
6233         * Documentation/user/refman.itely: added small sections on ancient
6234         accidentals, rests and flags; revised ancient note head section;
6235         small wording/spelling fixes
6236
6237         * input/test/rests.ly: layout fixes
6238
6239 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6240
6241         * input/puer-fragment.ly: bugfix: central C position of do clef
6242
6243         * ly/gregorian-init.ly: workaround: add small padding space before
6244         divisiones (the correct fix would be the spacing engine to handle
6245         this)
6246
6247 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6248
6249         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6250         cue-notes.ly: minor fixes.
6251
6252 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6253
6254         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6255         input/test/custos-style.ly
6256
6257         * Documentation/index.html.in: bugfix: link to Tutorial.html
6258
6259         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6260         to neumes; bugfix: "et": epiphonus, not just a simple pes
6261
6262 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6263
6264         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6265
6266         * lilypond.words: add new features: markup, column, center, \[ \].
6267         
6268 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6269
6270         * Documentation/topdocs/NEWS.texi, DEDICATION,
6271         stepmake/bin/add-html-footer.py
6272         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6273         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6274         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6275         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6276         added (only) after a sentence which is complete; if the sentence is 
6277         not ended a comma `,' or nothing is used. fix also spaces.
6278
6279 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6280
6281         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6282         requirements to plain 1.6.
6283
6284         * buildscripts/mutopia-index.py (read_lilypond_header): update
6285         mutopia-index.py to 1.4 syntax [sic]
6286
6287 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6288
6289         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6290
6291 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6292
6293         * Documentation/index.html.in: url for regression pdf
6294
6295         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6296
6297         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6298
6299         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6300
6301         * VERSION: 1.8.0 released
6302         
6303         * GNUmakefile.in (local-WWW-post): footify build fix.
6304
6305         * configure.in: require GUILE 1.6.4
6306
6307         * Documentation/user/GNUmakefile: don't copy *.png for
6308         lilypond-internals
6309
6310         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6311         local-WWW-post target.
6312         (rsync-web): add rsync-web target
6313
6314         * Documentation/user/introduction.itely (Music notation and
6315         engraving): add neume example
6316
6317         * input/puer-fragment.ly (cantus): add puer-fragment
6318
6319 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6320
6321         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6322         to notes, so that equalizer is actualy being used.
6323
6324         * scm/midi.scm (instrument-equalizer-alist):
6325         (absolute-volume-alist): Define public, so that user can copy or
6326         override.
6327
6328         * lily/key-performer.cc (create_audio_elements): Check for minor
6329         key.  Only if key is minor, set MIDI key to minor.
6330
6331 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6332
6333         * Documentation/user/refman.itely (Hiding staffs): fixes.
6334
6335         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6336
6337         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6338         vertical extents to deal with Hara kiri correctly.
6339
6340         * input/regression/hara-kiri-short.ly: remove
6341
6342         * input/regression/hara-kiri-pianostaff.ly: update test.
6343
6344         * Documentation/user/*.tely: remove WEBTITLE
6345
6346         * scm/output-tex.scm (comment): idem.
6347
6348         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6349
6350         * scm/music-functions.scm (make-lyric-event): new function
6351
6352         * scm/lily.scm (lilypond-version): new function
6353
6354         * input/test/version-output.ly: new file.
6355
6356         * Documentation/user/lilypond.tely: add version number to
6357         front-page.
6358
6359 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6360
6361         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6362
6363 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6364
6365         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6366
6367         * Documentation/user/refman.itely (Hiding staffs): rename node.
6368
6369 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6370
6371         * input/regression/new-markup-syntax.ly (texidoc): remove
6372         molecule-callback override.
6373
6374 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6375
6376         * input/les-nereides.ly: Mark tweaks with %tweak.
6377
6378         * Debian patch, see debian/changelog (Anthony Fok).
6379
6380 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6381
6382         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6383         problem.
6384
6385 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6386
6387         * Documentation/user/refman.itely (Text markup): Fix language bug.
6388
6389 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6390
6391         * input/* : postfix syntax fixes.
6392
6393         * Documentation/user/refman.itely (Text markup): add note about
6394         raise/lower with ^ or _ .
6395         
6396         * po/fi.po: fix \\apply strings.
6397
6398         * lily/parser.yy (open_event): warn for prefix articulations.
6399
6400 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6401
6402         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6403         fix also on parmesan font.
6404
6405 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6406
6407         * VERSION 1.7.30 released
6408         
6409         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6410
6411         * buildscripts/mutopia-index.py (headertext): rewording
6412
6413 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6414
6415         * scm/new-markup.scm (strut-markup): new markup function.
6416
6417         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6418         space also when no accidental is there.
6419
6420 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6421
6422         * input/les-nereides.ly: Updates.
6423
6424 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6425
6426         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6427         which repeats the tag insertion selected from "Insert tag" menu.
6428
6429 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6430
6431         * lily/all-font-metrics.cc (find_font): load AFM files first only
6432         for feta fonts. This fixes problems with TeXlive and other TeX
6433         distros that include AFM files for the CM fonts. 
6434
6435         * scm/font.scm (qualifiers-to-font-name): remove.
6436
6437         * lily/paper-def.cc: remove get_var.
6438
6439         * input/trip.ly: remove file.
6440         
6441         * input/regression/spacing-note-flags.ly (raggedright): remove
6442         stafflinethickness
6443
6444         * input/les-nereides.ly: update to new syntax, cleanups.
6445
6446 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6447
6448         * Documentation/user/refman.itely: Clarify shortest-note problem
6449         of autobeamer.
6450
6451 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6452
6453         * lilypond-mode.el: Add each word to regexps only once.
6454
6455         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6456         is based on the syntax definitions in lilypond.words. Remove all 
6457         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6458         LilyPond->Insert menu is generated by the entries in lilypond.words 
6459         to which have been given a syntax definition.
6460
6461         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6462         \notes, \relative, \score, \simultaneous, \transpose.
6463
6464         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6465
6466         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6467         
6468         * lilypond-mode.el: add menu keywords separately.
6469
6470         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6471
6472 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6473
6474         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6475         current ugly installation method for PFA fonts.
6476
6477 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6478
6479         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6480         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
6481
6482         * Documentation/user/music-glossary.tely: update legato.
6483
6484 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6485
6486         * lexer-gcc-3.0.patch: Remove.
6487
6488         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
6489
6490 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6491
6492         * debian/rules (binary-arch): remove NEWS.
6493
6494 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
6495
6496         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
6497         stepmake/bin{ many }: polish the `--help's of different scripts;
6498         model taken from the core-utils of Linux.
6499
6500         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
6501
6502 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6503
6504         * flower/parse-afm.cc (parseCharMetrics): add warnings.
6505
6506         * flower/libc-extension.cc: idem.
6507
6508         * flower/include/libc-extension.hh: protect against isinf macros.
6509
6510 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
6511
6512         * { many }: Use two uppercase letters in LilyPond.
6513
6514         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
6515
6516         * VERSION: 1.7.29 released.
6517         
6518 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6519
6520         * lily/tie.cc: add TODO comment.
6521
6522         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
6523
6524         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
6525         linejoins and linecaps. This fixes problems with occasional spikes
6526         on slur/tie endings.
6527         
6528         * input/regression/font-name.ly: don't use PS fonts for
6529         compatibility reasons. 
6530
6531         * mutopia/claop.py (accents): update to 1.8
6532
6533         * Documentation/user/music-glossary.tely (Top): remove 13pt.
6534
6535         * Documentation/user/macros.itexi: don't color glossary links.
6536
6537         * Documentation/user/invoking.itexi (Error messages): new section
6538
6539 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6540
6541         * input/regression/font-name.ly: add file.
6542
6543         * scm/document-backend.scm (grob-doc): remove <hr> from
6544         lilypond-internals
6545
6546         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
6547         reqd version to 1.6.4 
6548
6549         * lily/font-interface.cc (get_font): bugfix: take font-name from
6550         alist chain too. This fixes font-name override for \markup.
6551
6552 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6553
6554         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
6555
6556         * input/test/polymetric-differing-notes.ly: Compile fix.
6557
6558 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
6559
6560         * Documentation/user/refman.itely: fixed typo
6561
6562         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
6563         before flexa
6564
6565 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6566
6567         * input/test/{ many }: search & fix some typos.
6568
6569 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6570
6571         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
6572         images.
6573
6574         * scm/music-functions.scm (make-voice-props-set): set Script /
6575         TextScript dir for polyphony too.
6576
6577         * scm/define-grobs.scm (all-grob-descriptions): decrease space
6578         before clef.
6579
6580         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
6581
6582 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
6583
6584         * Documentation/user/refman.itely (Percussion): Small
6585         clarifications and fixes.
6586
6587         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
6588         threads. This fixes different heads playing simultaneously.
6589
6590 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6591
6592         * Documentation/user/{ many }: increase readability (read through 
6593         User manual from `one big page').
6594
6595 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6596
6597         * input/test/polymetric-differing-notes.ly: add example with
6598         disparate note values.
6599
6600         * input/test/polymetric.ly: rename from poly-metric
6601
6602         * scripts/ly2dvi.py (include_path): bugfix: use outbase
6603         iso. outname.
6604
6605         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
6606         G-clef bbox to real char extents. This fixes the G-clef being
6607         offset too much to the right.
6608         document perc clef offset.
6609
6610         WARNING: FONT CHANGED.
6611
6612         * Documentation/user/tutorial.itely (Tutorial): move menu.
6613
6614 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6615
6616         * buildscripts/lilypond-profile.sh (Error): trim error message.
6617
6618         * Documentation/user/invoking.itexi (Invoking the lilypond
6619         binary): add note about path.
6620
6621         * Documentation/user/macros.itexi: add @c at EOL, hopefully
6622         suppresses superfluous spaces.
6623
6624 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6625
6626         * buildscripts/lilypond-profile.sh: Add documentation to error
6627         message.
6628
6629         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
6630
6631 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6632
6633         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
6634         <mike@ossmann.com>)
6635
6636         * Documentation/bibliography/computer-notation.bib (pages): prune
6637         unscientific language.
6638
6639         * Documentation/user/GNUmakefile: copy unsplit file to
6640         lilypond.html (idem for lilypond-internals).
6641
6642         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
6643
6644         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
6645
6646         * python/lilylib.py (lilypond_version): 2.1 proof version check.
6647
6648         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
6649         fix.
6650         
6651 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
6652
6653         * Documentation/user/{ various }: bind text snippets with their
6654         examples, e.g. by punctuation: This is an example.
6655
6656 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6657
6658         * ly/performer-init.ly (VoiceContext): Typos.
6659
6660         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
6661         builds, leave final-install to toplevel srcdir makefile.
6662
6663         * make/srcdir.make.in (install): New target.
6664
6665 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6666
6667         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
6668         This fixes core dump on MIDI output (Simon Weatherill).
6669
6670         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
6671         on local-WWW-post.
6672
6673 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6674
6675         * make/lilypond.redhat.spec.in: add dvips to reqs.
6676
6677 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6678
6679         * make/srcdir.make.in (web): Add special web target.
6680
6681         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
6682         from inner $(LOOP).
6683
6684         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
6685
6686         * stepmake/stepmake/generic-targets.make (www-targets-help):
6687         * GNUmakefile.in (web-install): Install in $(webdir).
6688
6689         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
6690
6691         * cygwin/changelog: 
6692         * cygwin/mknetrel: Update.
6693
6694         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
6695         (html-doc): Remove (use: web).
6696
6697         * stepmake/stepmake/script-rules.make: 
6698         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
6699         Fix $(config_make) dependencies for srcdir build.
6700
6701         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
6702         target for srcdir build.
6703
6704         * stepmake/make/stepmake.make: 
6705         * make/srcdir.make.in: 
6706         * GNUmakefile.in:
6707         * make/stepmake.make (config_make): Rename variable (was:
6708         configuration).
6709
6710 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6711
6712         * Documentation/user/internals.itely (Manipulating music
6713         expressions): run lilypond on example too.
6714
6715         * flower/include/libc-extension.hh: move lrint define to
6716         header. bugfix.
6717         
6718 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6719
6720         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
6721         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
6722         do we recurse whole tree?).
6723
6724         * GNUmakefile.in (html-doc): Resurrect.
6725
6726         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
6727         obsolete $(package-icon) dependency.
6728
6729 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6730
6731         * Documentation/user/refman.itely (Automatic staff changes):
6732         add seealso 
6733
6734         * Documentation/index.html.in: link to bigpage.
6735
6736         * Documentation/user/tutorial.itely (Tutorial): streamline.
6737
6738         * Documentation/index.html.in: url typo.
6739
6740         * VERSION (PACKAGE_NAME): release 1.7.28
6741
6742         * python/lilylib.py (error_log): remove '/' from name.
6743
6744         * input/regression/pedal.ly: remove; dups input/test/
6745         
6746         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
6747
6748         * Documentation/index.html.in: python style doco index.
6749
6750         * Documentation/{footer,header}.html.in (src): remove, 
6751
6752         * Documentation/pictures: remove all but lelie-logo.xpm.
6753
6754         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
6755         before running makeinfo.
6756
6757         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
6758         @code{}
6759
6760 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6761
6762         * input/test/bar-number-regular-interval.ly: rename.
6763
6764         * Documentation/user/*: various fixes. 
6765
6766 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
6767
6768         * Documentation/{ many }: polish for update-all-menus. typos.
6769
6770         * po/fi.po: fixes.
6771
6772         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
6773
6774         * buildscripts/mutopia-index.py: polish.
6775
6776         * input/regression/{ many }, input/test{ many }: polish texidocs.
6777
6778 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6779
6780         * scripts/convert-ly.py (FatalConversionError.conv): rule for
6781         pedal-style
6782
6783         * lily/text-spanner.cc (brew_molecule): use bracket-flare
6784         iso. edge-widen.
6785
6786         * lily/piano-pedal-engraver.cc (process_music): change from
6787         process_acknowledged ()
6788
6789         * lily/piano-pedal-bracket.cc: new file. Change
6790         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
6791         cleaned up.
6792
6793         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
6794
6795         * input/regression/tuplets.ly (texidoc): rename file.
6796
6797         * po/fr.po: update
6798
6799         * buildscripts/lilypond-profile.sh: error message if script is not
6800         sourced.
6801
6802         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
6803         bracket-flare
6804         (make_bracket): simplify code.
6805
6806         * lily/parser.yy (verbose_command_req): catch typos in \key scale
6807         argument.
6808
6809         * python/lilylib.py (lilypond_version_check): new function
6810
6811         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
6812
6813         * scripts/ly2dvi.py (run_lilypond): add version check.
6814
6815         * scripts/lilypond-book.py (option_definitions): typo
6816
6817         * scripts/ly2dvi.py (include_path): typo
6818
6819         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
6820
6821         * lily/parse-scm.cc (parse_handler): typo
6822
6823         * Documentation/user/macros.itexi: use @heading for headings.
6824
6825         * Documentation/user/refman.itely: updates, fixes.
6826
6827 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
6828
6829         * po/fi.po: add Finnish translations. fixes.
6830
6831         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
6832
6833         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
6834         from lily/glissando-engraver.cc.
6835
6836 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6837
6838         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
6839         for non-first _broken_ bracket.
6840
6841         * Documentation/user/refman.itely: corrections.
6842
6843 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6844
6845         * lily/new-fingering-engraver.cc (position_scripts): add heads to
6846         support of the fingerings.
6847
6848         * po/fr.po: French translation update.
6849
6850         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
6851         strings.
6852
6853 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6854
6855         * Documentation/user/introduction.itely: Small fixes.
6856
6857 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
6858
6859         * Documentation/topdocs/AUTHORS.texi: polish.
6860
6861 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6862
6863         * Documentation/user/introduction.itely: revise
6864
6865         * Documentation/user/tutorial.itely: reorganise.
6866
6867         * Documentation/topdocs/index.tely: remove.
6868
6869         * Documentation/header.html.in: prune.
6870
6871         * GNUmakefile.in: clean up web building.
6872
6873         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
6874         target.
6875
6876 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
6877
6878         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
6879
6880         * lilypond-mode.el: turn on blink-matching-paren.
6881
6882 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6883
6884         * scm/output-sodipodi.scm (svg-header): Fix typo.
6885
6886 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6887
6888         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
6889         fixes a security hole.
6890
6891         * scripts/lilypond-book.py (original_dir): remove temp_dir
6892
6893         * scm/document-translation.scm: use @code tags.
6894
6895 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
6896
6897         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
6898
6899         * lilypond-mode.el: add a buffer-local post-command-hook to set
6900         context dependent syntax-table after each cursor event. Remove old
6901         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
6902
6903         * lilypond-indent.el: update comments.
6904
6905         * Documentation/footer.html.in: add period.
6906
6907 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6908
6909         * make/lilypond.redhat.spec.in (Group): don't strip binary.
6910
6911         * scm/document-translation.scm (document-property-operation): add
6912         @code{} tags.
6913
6914         * VERSION (PACKAGE_NAME): release 1.7.27
6915
6916         * config.make.in: add PAPER variable
6917
6918         * buildscripts/new-chords.py (help): add help text
6919
6920         * Documentation/user/introduction.itely (Typography and program
6921         architecture):  fixes.
6922
6923         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
6924         for texinfo and dvips. This fixes problems with PDF output of the
6925         wrong size.
6926
6927         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
6928         DVIPS_PAPERSIZE variable
6929
6930         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
6931         TEXINFO_PAPERSIZE variable 
6932
6933 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6934
6935         * mf/feta-macros.mf: whoops: only draw lines for test situations.
6936
6937         * mf/feta-toevallig.mf: lowres fixes.
6938
6939 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6940
6941         * NEWS: Typo and fill-paragraph fixes.
6942
6943         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
6944         cast #define.
6945
6946         * configure.in: 
6947         * config.hh.in: Check for lrint.
6948
6949 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6950
6951         * VERSION: 1.7.26 released
6952
6953         * lily/separation-item.cc: add padding property.
6954
6955         * input/test/*.ly: various fixes, remove solo-a2.ly
6956
6957         * scm/new-markup.scm (brew-new-markup-molecule): arg order
6958         bugfix. Fixes old-style markup compatibility.
6959
6960         * Documentation/user/introduction.itely (Introduction): historical
6961         elucidations
6962
6963         * Documentation/user/music-glossary.tely (Top): linewidth fix.
6964
6965         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
6966
6967         * Documentation/index.texi (Top): cleanup.
6968
6969         * Documentation/user/introduction.itely (Introduction): rewrite
6970         introduction, 
6971         (Music notation and  engraving): about notation. Add flat-picture
6972
6973 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6974
6975         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
6976         separation items. This keeps lyrics from bumping into each other.
6977
6978 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6979
6980         * GNUmakefile.in (topdocs-web): New target.
6981         (local-web): Depend on topdocs-web; fixes html-doc.
6982
6983 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6984
6985         * po/lilypond.pot: run po-replace
6986
6987         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
6988
6989         * scm/drums.scm (reset-drum-kit): new function.
6990
6991         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
6992
6993         * scripts/update-lily.py: remove
6994         
6995         * VERSION: release 1.7.25
6996         
6997         * Documentation/user/introduction.itely (Introduction): rewrite
6998         start of introduction.
6999
7000 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7001
7002         * lily/all-font-metrics.cc: fixed typo
7003
7004 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7005
7006         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7007         LilyPond-mode-context-set-syntax-table): new functions to define
7008         the syntax table according to context.
7009
7010         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7011
7012 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7013
7014         * Documentation/user/refman.itely (Figured bass): 
7015         language nit courtesy http://www.vocabula.com
7016
7017         * GNUmakefile.in: remove no kpathsea hack.
7018
7019         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7020         doco.
7021
7022         * GNUmakefile.in: remove web-doc target.
7023
7024         * lily/all-font-metrics.cc (find_afm): add message about
7025         buildscripts/clean-fonts.sh 
7026
7027         * scm/define-music-properties.scm (figure): use string for 'figure
7028
7029         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7030
7031         * input/regression/ : add raggedright = ##t where applicable. 
7032         
7033         * scm/bass-figure.scm (make-bass-figure-markup): add
7034         alignBassFigureAccidentals property.
7035
7036         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7037         bracket.
7038
7039         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7040         syllables widths into account for minimum-length.
7041
7042         * input/test/staff-container.ly: update file
7043
7044         * input/test/stem.ly: remove
7045
7046         * lily/event.cc (LY_DEFINE): add ly: prefix.
7047
7048         * input/test/clef-manual-control.ly: from manual-clef
7049
7050         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7051
7052         * input/test/different-time-signatures.ly: move to poly-metric.ly
7053
7054         * input/test/hara-kiri*,scales.ly: remove
7055         
7056         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7057         with chord-names-jazz.ly)
7058
7059         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7060         get scalable cm fonts too.
7061
7062         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7063         --encoding for mftrace if present.
7064
7065         * input/regression/slur-area.ly: move from test/
7066
7067         * input/test/: remove simple-slur-endings slur-attachment
7068         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7069         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7070         slur-symmetry slur-symmetry tie-broken.ly
7071
7072         * scm/drums.scm (set-drum-kit): add function.
7073
7074         * Documentation/user/refman.itely (Percussion staves): use
7075         set-drum-kit
7076
7077         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7078         too
7079         (Global_measure.set_timesig): handle 3/8 time sig too.
7080
7081         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7082         note about triangle note heads.
7083
7084         * scm/drums.scm: use alist for instrument-settings. This fixes the
7085         bug with assigning to drums in the .ly file.
7086
7087         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7088         CHANGED.
7089
7090         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7091         cluster-beacon-interface
7092
7093         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7094
7095         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7096
7097         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7098
7099         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7100         to get positions.
7101
7102         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7103         make ClusterSpannerBeacon to record Y positions. This removes the
7104         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7105         make cluster-note-events.
7106
7107 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7108
7109         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7110
7111         * configure.in: Use lily/main.cc as identifying source file.
7112
7113         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7114
7115         * config.hh.in: 
7116         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7117
7118         * configure.in: Require PYTHON >= 2.0.
7119
7120         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7121           $PYTHON for include dir location.
7122         (STEPMAKE_PYTHON): New function.  Use
7123         
7124             PYTHON=foo ./configure
7125
7126           to override.
7127
7128 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7129
7130         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7131         something.
7132
7133         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7134         ftp.lilypond.org everywhere.
7135
7136 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7137
7138         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7139         detected.
7140
7141         * Documentation/user/refman.itely (Grace notes): note on explicit
7142         contexts
7143
7144 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7145
7146         * lilypond-font-lock.el: add a comment about LilyPond specific
7147         escape characters: ^, - and _, in the syntax table.
7148
7149         * Documentation/user/appendices.itely: a majuscule fix.
7150
7151 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7152
7153         * input/test/trills.ly (endHorizScript): fixes.
7154
7155         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7156         notation, move from regression.
7157
7158         * input/test/script-stack.ly: change name from stacked-scripts
7159
7160         * input/test/ossia.ly: octave errors.
7161
7162         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7163         for midi-volume-equaliser
7164
7165 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7166
7167         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7168         cm fonts.
7169
7170         * mf/feta-beugel.mf: don't multiply font_count by 10.
7171
7172         * lily/lookup.cc (horizontal_line): new function. Use
7173         horizontal-line in output backends.
7174
7175         * Documentation/user/tutorial.itely (An orchestral part): new
7176         section on orchestral stuff and identifiers.
7177
7178 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7179
7180         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7181         some interference to other modes.
7182
7183 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7184
7185         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7186         not maximum of spacing wishes in polyphonic situations.
7187
7188         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7189         number
7190
7191         * lilypond-indent.el: remove paren matching. 
7192
7193         * lily/text-item.cc (interpret_new_markup): new function
7194         use iso. text2molecule.
7195
7196         * lily/main.cc (notice): change FSF address 
7197
7198         * po/de.po: update PO file to 1.6.
7199
7200 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7201
7202         * Documentation/user/ {many}: Add periods and remove spaces.
7203         
7204 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7205
7206         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7207         Disable buffer-locally default paren hook and make a new one. 
7208
7209         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7210         locally LilyPond-paren-mode. Add todo for mouse double-click.
7211
7212 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7213
7214         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7215         Disable buffer-locally default paren idle timer and make a new one. 
7216
7217         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7218         locally LilyPond-show-paren-mode. Add to menu a toggle for
7219         LilyPond-show-paren-function.
7220
7221 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7222
7223         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7224
7225 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7226
7227         * Documentation/user/refman.itely: spelling fix.
7228
7229         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7230         paren highlight function definitions. add todo for
7231         LilyPond-show-paren-mode.
7232
7233 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7234
7235         * input/template/jazz-combo.ly: new file.
7236
7237 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7238
7239         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7240         lo-res fixes.
7241
7242         * mf/feta-schrift.mf: bugfix in varcoda sign.
7243         WARNING: FONT CHANGED
7244
7245         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7246         in accordance with lexer.ll.   
7247
7248 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7249
7250         * Documentation/user/tutorial.itely: Edit introduction.
7251
7252 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7253
7254         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7255         ly:grob-staff-position
7256
7257 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7258
7259         * scm/to-xml.scm: import srfi-1
7260
7261         * VERSION (MAJOR_VERSION):  release 1.7.24
7262
7263         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7264
7265         * scripts/lilypond-book.py (do_file): put texidoc before image.
7266         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7267
7268         * input/regression/*.ly: fix snippet octaves 
7269
7270         * input/test/spanner-after-break-tweak.ly: import
7271         broken-spanner-adjustment
7272
7273         * input/no-notation/midi-transposing.ly: move from input/test/
7274
7275         * input/test/: remove chord-markup
7276
7277         * input/regression/instrument-name-partial.ly: move from input/test.
7278
7279         * input/test/vertical-text.ly: remove
7280
7281         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7282         space above lyrics lines.
7283
7284         * input/test/uniform-breaking.ly: remove file.
7285
7286         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7287         uniform spacing density. 
7288
7289         * input/test/chords.ly (keys): remove file.
7290
7291         * scm/documentation-lib.scm (oop): use srfi-1 too.
7292
7293         * input/regression/*.ly: add \version
7294
7295         * Documentation/user/*.itely: various fixes.
7296
7297         * buildscripts/mf-to-table.py (base): break table every three
7298         symbols.
7299
7300         * input/:  remove %% new-chords-done %% .
7301
7302         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7303         os-music.ly
7304         
7305 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7306
7307         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7308
7309         * scm/new-markup.scm (box-markup): new function.
7310         (box-markup): new function. Contributed by Dick Schoeller
7311         <schoeller@attbi.com>
7312
7313         * scm/lily.scm: remove reduce-no-unit 
7314         (list-insert-separator): use fold-right
7315
7316         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7317         of arguments. 
7318
7319         * NEWS: more neutral language for ancient notation 
7320
7321         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7322         inside pointing beaming for chord tremolo.
7323
7324         * Documentation/user/lilypond-book.itely: minor editing
7325
7326 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7327
7328         * NEWS: added news for 1.8 regarding ancient notation
7329
7330         * Documentation/user/refman.itely (Gregorian square neumes
7331         ligatures): fixed typo
7332
7333         * lily/vaticana-ligature-engraver.cc,
7334         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7335         lower/upper head of Pes only when heads are stacked
7336
7337         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7338         scm/define-grob-properties.scm: cleanup: make "join-left" a
7339         boolean grob property and save delta pitch in grob property
7340         "delta-pitch" instead
7341
7342         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7343
7344 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7345
7346         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7347         completely borked
7348
7349         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7350         (try_music): bug fix: beam multiplicity was completely borked.
7351
7352         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7353         first-n, butfirst-n in favor of srfi-1 functions.
7354         remove string-join, string-pad in favor of srfi-13 functions.
7355
7356         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7357
7358         * NEWS: use complete sentences.
7359
7360         * Documentation/user/introduction.itely (Example applications):
7361         add note about databases and lilypond-book.
7362
7363         * input/test/volta.ly: remove file
7364
7365         * input/regression/volta-broken-left-edge.ly: simplify file
7366
7367 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7368
7369         * Documentation/user/refman.itely (Constructing a tweak): new
7370         subsection.
7371
7372         * Documentation/user/tutorial.itely (Fine tuning layout): add
7373         common tweaks.
7374
7375         * scm/define-grobs.scm (TextScript): use new brewer.
7376
7377 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7378
7379         * VERSION: release 1.7.23
7380
7381         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7382
7383         * python/lilylib.py (make_ps_images): bugfixes.
7384
7385         * input/regression/volta-multi-staff.ly: new file.
7386
7387         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7388
7389         * Documentation/user/tutorial.itely (Piano staffs): new section.
7390         (Setting variables): new section
7391         (Fine tuning layout): new section
7392
7393         * input/just-friends.ly: remove file. Superseeded by
7394         input/test/chords-without-melody.ly
7395
7396         * ly/property-init.ly: add all commands to refman.
7397
7398         * scm/define-translator-properties.scm: remove
7399         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7400
7401         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7402         name. Underscores botch up PS output.
7403
7404         * scm/define-translator-properties.scm: remove
7405         textNonEmpty, oneBeat, regularSpacingDelta
7406
7407         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7408         rule for automaticBars.
7409
7410         * lily/timing-engraver.cc (start_translation_timestep): change
7411         barNonAuto to automaticBars
7412
7413 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7414
7415         * input/test/perform-tie.ly: delete file.
7416
7417 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7418
7419         * Documentation/user/refman.itely (Gregorian square neumes
7420         ligatures): bugfix: do not show ledger lines in neumes table
7421         (fixed by setting staff symbol to transparent rather than removing
7422         it from staff context)
7423
7424 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7425
7426         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7427         glue into brew-new-markup-molecule.
7428
7429         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7430
7431         * Documentation/user/introduction.itely (Computerized typography):
7432         new section
7433
7434         * Documentation/user/tutorial.itely (An orchestral part): remove
7435         pc example from tutorial.
7436
7437         * input/tutorial/lilbook.tex: use screech-boink
7438
7439         * scripts/lilypond-book.py (compile_all_files): split formatting
7440         output body and scheduling lilypond compilation.
7441         (format_lilypond_output_bodies): new function
7442         (format_lilypond_block): new function
7443         (html_pages): allow multi-page images in HTML
7444
7445         * python/lilylib.py (make_ps_images): rename function from
7446         make_preview, merge with make_page_images
7447
7448 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7449
7450         * input/test/key-clefs.ly: moved to regression.
7451
7452         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7453
7454         * input/no-notation/README: added note about midi-*.ly files.
7455
7456         * input/test/two-key.ly: moved to no-notation/parse5.ly
7457
7458         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7459         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7460
7461         * input/test/ {various}: modified comments, marked some for deletion.
7462
7463         * input/test/lines.ly: deleted file; duplicate of
7464         embedded-postscript.ly
7465
7466         * input/test/mmrest-collision: moved to regression.
7467
7468 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7469
7470         * scm/chord-name.scm (note-name->markup): don't superscript root
7471         alterations in chordnames.
7472
7473 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7474
7475         * Documentation/user/refman.itely (Multi measure rests): more
7476         index/cross-referencing.
7477
7478         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7479
7480         * scm/font.scm: remove properties-to-font-name code.
7481
7482         * scm/define-grob-properties.scm: remove 'type
7483
7484         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
7485         conversion
7486
7487         * lily/text-spanner.cc: change 'type grob prop to 'style 
7488
7489         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
7490         "first" flag to decide whether to make a start-repeat
7491
7492         * input/regression/grace-volta-repeat-2.ly: new file.
7493
7494 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7495
7496         * lilypond-indent.el: rename generic functions to LilyPond-*
7497
7498 2003-06-22  Graham Percival  <gperlist@shaw.ca>
7499
7500         * input/test/thumb.ly: delete, merged into refman.
7501
7502         * Documentation/user/refman.itely: added thumb info to Fingering.
7503
7504         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
7505         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
7506         vertical-align.ly : deleted files.
7507
7508 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7509
7510         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
7511
7512         * lily/line-spanner.cc (broken_trend_offset): remove function.
7513         (get_broken_offset): idem.
7514         (brew_molecule): rewrite the line-break case.
7515
7516         * input/regression/follow-voice-break.ly:  new file.
7517
7518         * lily/line-spanner.cc (after_line_breaking): remove lines at the
7519         start of a system.
7520
7521 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7522
7523         * input/test/tuplet-rest.ly: moved to regression.
7524
7525         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
7526         deleted file.
7527
7528         * input/test/ {many} : marked file for possible deletion.
7529
7530 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7531
7532         * input/regression/beam-funky.ly: add note about (disputed)
7533         correct beaming.
7534
7535         * ly/engraver-init.ly (ScoreContext): put key-signature after
7536         staff-bar
7537         
7538 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7539
7540         * input/test/ broken.ly lyric-phrasing.ly: deleted.
7541
7542         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
7543
7544         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
7545
7546         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
7547         stem-extend was deleted (it was duplicate example, and not as
7548         good).
7549
7550         * input/test/[s-z]*.ly: add texidoc index.
7551
7552 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7553
7554         * lily/slur.cc (get_boundary_notecolumn_y): change name from
7555         get_first_notecolumn_y
7556
7557         * lily/spanner.cc (broken_spanner_index): new function.
7558
7559 2003-06-19  Graham Percival  <gperlist@shaw.ca>
7560
7561         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
7562         lyric-hyphen.ly : moved to regression.
7563
7564         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
7565         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
7566
7567         * input/test/instrument-name-mmrest.ly: moved to
7568         ../regression/multi-measure-rest-instr-name.ly
7569
7570         * input/test/knee-sym.ly: moved to
7571         ../regression/beam-knee-symmetry.ly.
7572
7573         * input/test/hymn.ly: change comments.
7574
7575         * input/test/[p-r]*.ly: add texidoc index.
7576
7577 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7578
7579         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
7580         to postfix syntax
7581         
7582         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
7583         syntax.
7584
7585         * VERSION: release 1.7.22
7586
7587 2003-06-18  Graham Percival  <gperlist@shaw.ca>
7588
7589         * input/test/[h-k]*.ly: added texidoc index.
7590
7591         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
7592
7593         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
7594
7595         * input/test/ various : mark files for deletion or moving to
7596         regression.
7597
7598         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
7599
7600         * input/test/[l-o]*.ly: added texidoc index.
7601
7602 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7603
7604         * scm/music-functions.scm (make-ottava-set): 
7605         only do ottavation if centralCPosition is set.
7606
7607         * lily/translator-scheme.cc (ly:context-property-where-defined):
7608         return '() if not found.
7609
7610 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
7611
7612         * lilypond-mode.el (LilyPond-un-comment-region): removed.
7613         Use one command for both commenting and uncommenting.
7614
7615         * lilypond-indent.el (LilyPond-comment-region): new function,
7616         (un)comments each line separately.
7617
7618         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
7619         
7620         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
7621         imenu is not added by default; adapted from f90.el,
7622         makes Help-menu, which does not fit, visible in XEmacs.
7623         
7624 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
7625
7626         * lilypond-mode.el: Set show-paren-mode local; minor-mode
7627         show-paren-mode sets blink-matching-paren-on-screen local.
7628         Try to make show-paren-function to paren-highlight local.
7629
7630         * lilypond-indent.el (LilyPond-scan-sexps): new function.
7631         Copy definitions of Emacs' show-paren-function and
7632         XEmacs' paren-highlight and make minimal changes;
7633         add comments about locality. 
7634         Fix matching first open-paren-char in '<< .. >>'.
7635
7636 2003-06-16  Graham Percival  <gperlist@shaw.ca>
7637
7638         * input/test/g*: added texidoc index.
7639
7640         * input/test/[a-g]*: added raggedright==#t when it
7641          seemed appropiate.
7642
7643         * input/test/ fake-grace.ly figured-bass.ly : removed file.
7644
7645         * Documentation/topdoc/INSTALL.texi: removed false warnings
7646         about gcc 3.3.
7647
7648 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7649
7650         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
7651
7652         * input/test/chords-without-melody.ly (texidoc): add from
7653         input/just-friends.ly
7654
7655         * input/regression/size{13--26}.ly: move from input/
7656
7657         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
7658         input/{star-spangled-banner,twinkle}.ly: remove 
7659         
7660         * lily/slur.cc: remove slur over rest warnings.
7661
7662         * lily/note-spacing.cc (get_spacing): include left part of right
7663         object in fixed space. This fixes stretched space before
7664         accidentals.
7665
7666         * input/regression/spacing-accidental-stretch.ly: new file.
7667
7668 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
7669
7670         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
7671         Reduce to 16pt.
7672
7673 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7674
7675         * input/regression/spacing-knee.ly: docstring
7676
7677         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
7678
7679         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
7680         input/tutorial/{test,solar,flowing}.ly: remove
7681
7682         * input/rhythm.ly: remove
7683
7684         * input/mutopia/F.Schubert/standchen.ly: update syntax.
7685
7686         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
7687         update syntax. 
7688
7689         * scm/define-grobs.scm (all-grob-descriptions): set
7690         knee-spacing-correction to 1.0
7691
7692         * lily/note-spacing.cc (stem_dir_correction): compute knee
7693         correction using stem-thickness and head width.
7694
7695         * input/regression/beam-quanting-horizontal.ly: update texidoc
7696
7697         * scm/define-grobs.scm (all-grob-descriptions): set
7698         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
7699         This fixes 32nd beams for noteheads in spaces quants.
7700
7701         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
7702
7703 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
7704
7705         * README.mandrake: Change lilypond-extras to lilypond-documentation.
7706
7707 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7708
7709         * input/test/dpncnt.ly,part-combine-score.ly: remove.
7710
7711         * VERSION (PACKAGE_NAME): release 1.7.21
7712
7713         * input/regression/stem-shorten.ly: new file.
7714
7715         * lily/stem.cc (get_default_stem_end_position): revise stem
7716         shortening code.
7717
7718         * input/regression/spacing-multi-tuplet.ly: move from input/test/
7719
7720         * input/test/{scripts,volta-start,sleur}.ly: remove
7721         
7722         * input/regression/span-bar.ly: smaller file.
7723
7724         * input/regression/spacing-{natural,tight,loose}.ly: remove
7725
7726         * input/test/markup.ly: remove
7727
7728         * scripts/lilypond-book.py: put printfilename in separate chunk,
7729         so texidoc is printed after the filename.  
7730
7731 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7732
7733         * make/lilypond.mandrake.spec.in: fix docdirs.
7734
7735 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7736
7737         * input/regression/beam-french.ly: bugfix.
7738
7739         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
7740
7741         * input/regression/(various).ly: add raggedright = #t.
7742
7743         * input/regression/auto-beam.ly: move from abe.ly
7744
7745 2003-06-13  Graham Percival  <gperlist@shaw.ca>
7746
7747         * input/test/f*.ly: added texinfo index.
7748         
7749         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
7750
7751 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7752
7753         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
7754         quant penalty for beam just outside staff.
7755
7756         * input/regression/beam-quanting-horizontal.ly (texidoc): move
7757         from beam-pos.ly,  remove non-horizontal tests. 
7758
7759         * input/test/(various): cleanup header info. 
7760
7761         * input/test/tchaikovsky.ly: remove file.
7762
7763         * scm/chord-generic-names.scm: move from
7764         double-plus-new-chord-name.scm
7765
7766         * input/test/orchestscore.ly: remove file
7767
7768         * Documentation/user/refman.itely (Vocal music): update documentation.
7769
7770         * scm/define-translator-properties.scm (chordNoteNamer): remove
7771         chordNameStyle, use chordNameFunction
7772
7773         * scm/chord-name.scm (set-chord-name-style): remove
7774         set-chord-name-style. Use \property chordNameFunction.
7775
7776 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7777
7778         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
7779         music): remove @TeX{} command.
7780
7781 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7782
7783         * lilypond-indent.el (scan-sexps): Renamed to
7784         aargh-this-breaks-other-emacs-modes-scan-sexps.
7785
7786 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7787
7788         * lilypond-indent.el: Fix: match concurrent one-char opening and 
7789         closing slurs: '()', etc. Add comments.
7790
7791         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
7792
7793         * lilypond-font-lock.el: match unending string at eof.
7794
7795         * make/lilypond.mandrake.spec.in: refreshed packed file list.
7796         
7797 2003-06-10  Graham Percival  <gperlist@shaw.ca>
7798
7799         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
7800         input/test/beam-dir.ly input/test/beam-position.ly    
7801         input/test/beam-suspect.ly input/test/beam-trend.ly    
7802         input/test/beams.ly input/test/crescendo-text.ly : deleted
7803         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
7804         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
7805         * input/test/default-bars.ly: moved to bar-always.ly
7806         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
7807
7808 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7809
7810         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
7811
7812 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7813
7814         * scm/chord-ignatzek-names.scm (remove-step): rename file.
7815
7816 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
7817
7818         * lilypond-indent.el: Match better slurs in scheme expressions.
7819         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
7820
7821         * Documentation/user/invoking.itexi: document Emacs' paren matching.
7822
7823 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7824
7825         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
7826
7827         * input/ac-extra-voice.ly: Add texidoc.
7828
7829         * ly/chord-modifiers-init.ly: 
7830         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
7831         and chordNameExceptionsPartial for new chord names.
7832
7833         * input/test/chord-names-dpnj.ly: 
7834         * input/test/dpncnt.ly: Update.
7835
7836         * scm/chord-name.scm: 
7837         * scm/double-plus-new-chord-name.scm: Add compatibility for new
7838         chord selection and options.
7839
7840         * ly/chord-modifiers-init.ly: Add exceptions 
7841
7842         * scm/define-translator-properties.scm (chordNameStyle) 
7843         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
7844
7845 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
7846
7847         * ly/property-init.ly (germanChords): Added.
7848         (semiGermanChords): Added.
7849         
7850         * input/test/chord-names-german.ly: Use new macros
7851         
7852 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
7853
7854         * lilypond-indent.el: Use similar parenthesis highlighting for 
7855         Emacs and XEmacs through redefinitions of parenthesis highlighting 
7856         functions; removed LilyPond-show-paren-function. Fix indenting.
7857         Turn paren-matching on also in XEmacs.
7858
7859         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
7860         as needed by parenthesis highlighting functions (in scan-sexp).
7861
7862 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7863
7864         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
7865         function.
7866         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
7867
7868 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
7869
7870         * lilypond-indent.el: tune regexp for show-paren-function.
7871
7872 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7873
7874         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
7875         for all LilyPond-produced tex snippets.
7876
7877         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
7878         fixes one line --preview output of ly2dvi.
7879
7880 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
7881
7882         * lilypond-indent.el: match only one type of slurs in
7883         LilyPond-show-paren-function.
7884
7885 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7886
7887         * debian/GNUmakefile (EXTRA_DIST_FILES): 
7888         * debian/lilypond1.7.dirs: 
7889         * debian/lilypond1.7-doc.dirs: New file.
7890
7891         * input/regression/chord-name-exceptions.ly: Add parameter for
7892         ignatzekExceptions.  Quote hash in docstring.
7893
7894 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
7895
7896         * lilypond-indent.el (show-paren-function): define show-paren-function
7897         as LilyPond-blink-matching-open and use it for closing parens.
7898         Let LilyPond-blink-matching-open know whether a bracket was inserted.
7899
7900         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
7901         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
7902         LilyPond-blink-matching-paren in order to match both open and close
7903         brackets.
7904         
7905 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
7906
7907         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
7908         testing by modifying the code from FSF Emacs paren.el. Add comments.
7909
7910 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7911
7912         * input/test/dpncnt.ly: Transpose example to match new
7913         default \chords octave.  Add comment.
7914         
7915         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
7916         comment about octave change.
7917
7918 2003-06-04  Graham Percival  <gperlist@shaw.ca>
7919
7920         * input/test/[d,e]: added texinfo index tags.
7921         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
7922
7923 2003-06-04  Graham Percival  <gperlist@shaw.ca>
7924
7925         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
7926
7927 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
7928
7929         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
7930         as in blink-matching-open.
7931
7932 2003-06-03  Graham Percival  <gperlist@shaw.ca>
7933
7934         * input/test/[a-c]: more comments in files.
7935         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
7936         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
7937         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
7938         mark file for proposed deletion.
7939         * input/test: renaming files:
7940         auto-beam-4-8.ly to beam-auto-4-8.ly
7941         auto-beam-override.ly to beam-auto-override.ly
7942         auto-beam.ly to beam-auto.ly
7943         blank.ly to blank-paper.ly
7944         absolute-volume.ly to dynamic-absolute-volume.ly
7945
7946 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7947
7948         * input/test/dpncnt.ly: 
7949         * input/test/chord-names-dpnj.ly: Resurrect.
7950
7951         * lily/my-lily-lexer.cc: Remove chordnames keyword.
7952
7953         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
7954
7955         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
7956         Better docstring, add parameter OMIT-ROOT, tidy up.
7957
7958 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
7959
7960         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
7961
7962 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7963
7964         * scm/output-ascii-script.scm (as-font-alist-alist):
7965         (as-properties-to-font-name):
7966         (as-make-style-sheet): Remove.
7967
7968         * scm/font.scm (as-make-font-list): New function.
7969         (as-font-sheet-alist): New variable.
7970
7971         * ly/paper-as9-init.ly: 
7972         * ly/paper-as5-init.ly: Update.
7973
7974         * ly/paper-as5.ly:
7975         * ly/paper-as9.ly: New file.
7976
7977 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
7978
7979         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
7980
7981 2003-05-28  Graham Percival  <gperlist@shaw.ca>
7982         * input/sondag-morgen/*: removed due to copyright concerns.
7983         * input/[a,b]*.ly: added a newline at the end of the texinfo
7984         doc string (produces better output in HTML version).
7985         * input/c*.ly: added texinfo index and added comments to
7986         aid in future changes to input/test/ files.
7987
7988 2003-05-28  Graham Percival  <gperlist@shaw.ca>
7989         
7990         * Documentation/user/refman.itely: fixed build problem (missing
7991         file) caused by previous renaming.
7992
7993 2003-05-28  Graham Percival  <gperlist@shaw.ca>
7994         
7995         * input/test/[a,b]*.ly: added texinfo index and added comments to
7996         aid in future changes to input/test/ files.
7997         * input/test/bar-number-every-5-reset.ly: renamed to
7998         bar-number-every-five-reset.ly
7999         * input/test/bar-script-visibility.ly: renamed to
8000         bar-number-show-all.ly
8001
8002 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8003
8004         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8005         to Voice.
8006
8007         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8008         out note-line and glissando functionality.
8009         
8010         * lily/line-spanner.cc (brew_molecule): cleanup.
8011
8012 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8013
8014         * scripts/as2text.scm: Use rdelim module.
8015         (start-system): Rename from start-line.
8016         (stop-system): Rename from stop-line.
8017         (af-gulp-file): Use string iso symbol for getenv.
8018
8019         * scm/output-ascii-script.scm: Add guile and lily modules.
8020         (font-name-alist): New variable.
8021         (draw-line): New function.
8022
8023         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8024         (Were these silently removed, without ChangeLog entry?)
8025
8026 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8027
8028         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8029         process 2nd ottava correctly.
8030
8031 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8032
8033         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8034
8035 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8036
8037         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8038
8039 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8040
8041         * VERSION: release 1.7.20
8042         
8043         * lily/text-spanner.cc (brew_molecule): clean up function. This
8044         fixes bugs with broken 8va spanners.
8045
8046         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8047         This prevents spurious line-breaks with raggedright
8048         
8049 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8050
8051         * lily/key-performer.cc (create_audio_elements): always use major
8052         key
8053
8054         * Documentation/user/internals.itely: updates
8055
8056         * input/regression/beam-break.ly: new file.
8057
8058         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8059         beams if starting or terminating stems have 'beaming set.)
8060
8061         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8062         property.
8063
8064         * lily/parser.yy (verbose_command_req): add comment about scales.
8065
8066 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8067
8068         * lilypond-indent.el: adjust regexps in bracket-matching.
8069
8070 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8071
8072         * Documentation/user/refman.itely: more tiny fixes
8073
8074         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8075         "Chord names"; added table with input syntax for solesmes neumes
8076         table; added some words about rationale on input syntax design
8077
8078         * lily/gregorian-ligature-engraver.cc,
8079         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8080         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8081         alignment of Pes Initio Debilis
8082
8083         * Documentation/user/refman.itely,
8084         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8085         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8086         bugs in the solesmes neumes table
8087
8088 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8089
8090         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8091         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8092
8093         * lilypond-mode.el: fix tag-score. small improvements.
8094
8095 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8096
8097         * .cvsignore: Add aclocal.m4.
8098
8099         * lily/music-constructor.cc: Include <assert.h>.
8100
8101 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8102
8103         * ly/engraver-init.ly (HaraKiriStaffContext): use
8104         RemoveEmptyStaffContext instead.
8105
8106         * Documentation/user/refman.itely: updates
8107
8108 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8109
8110         * Documentation/user/refman.itely: added solesmes neumes table;
8111         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8112         bugfix: "Ornaments" -> "Articulations"
8113
8114         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8115
8116 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8117
8118         * lilypond-indent.el: Add a message about trying to match \] or \).
8119         
8120 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8121         
8122         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8123         obsolete "arithmetic_*"
8124
8125         * input/bugs/ligatures.ly: removed (will be put into a different
8126         directory later)
8127
8128 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8129
8130         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8131         libkpathsea (Maurizio Tomasi).
8132
8133 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8134
8135         * input/regression/repeat-slash.ly (texidoc): new file
8136
8137         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8138         slash repeats separately. Slash repeats and %
8139         repeats can now be nested.
8140
8141 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8142
8143         * lilypond-indent.el: Add preliminary test for closing \] and \).
8144         
8145 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8146
8147         * lily/gregorian-ligature-engraver.cc,
8148         lily/vaticana-ligature-engraver.cc,
8149         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8150         mf/parmesan-heads.mf: various semivocalis related bugfixes
8151
8152         * input/bugs/ligatures.ly: new file demonstrating problems with
8153         ligatures
8154         
8155 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8156
8157         * lilypond-mode.el,
8158         lilypond-font-lock.el,
8159         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8160
8161 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8162
8163         * lilypond-mode.el: Remove outdated code. Stress the difference 
8164         between Emacs and XEmacs definitions.
8165
8166         * lilypond-mode.el,
8167         lilypond-indent.el: Define a function interactive only when necessary.
8168
8169 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8170
8171         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8172         Use inactive regions also in XEmacs.
8173
8174 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8175
8176         * Documentation/user/refman.itely (Repeat syntax): more updates
8177
8178         * lily/simple-spacer.cc (solve): move solution process into
8179         solve(). This fixes a bug with collisions and raggedright = ##t.
8180  
8181         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8182
8183         * ly/engraver-init.ly: remove GraceContext. Update examples.
8184
8185 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8186
8187         * GNUmakefile.in (fonts): Also make fontball.
8188
8189         * Website fixes:
8190
8191         * ly/engraver-init.ly (GraceContext): Add.
8192
8193         * run:
8194
8195             convert-ly $(find . -name *.ly)
8196
8197         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8198         new chords.
8199
8200 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8201
8202         * VERSION: 1.7.19 released
8203         
8204         * scm/music-functions.scm (set-octavation): new function.
8205
8206         * input/regression/ottava.ly: new file
8207
8208         * lily/translator-scheme.cc (LY_DEFINE): new function
8209         ly:unset-context-property
8210         (LY_DEFINE) new function ly:context-property-where-defined: 
8211
8212 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8213
8214         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8215
8216         * lilypond.words: add few.
8217
8218         * input/test/script-chart.ly: fix typo.
8219
8220 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8221
8222         * scm/define-grobs.scm: uniform naming for definitions and output
8223         routine files. 
8224
8225         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8226         scm/context-description.scm
8227
8228         * lily/parser.yy (translator_spec_body): add \description to the
8229         \translator{} body syntax.
8230
8231         * lily/ottava-engraver.cc: new file.
8232
8233         * scm/chord-name.scm (natural-chord-alteration): replace old
8234         chord stuff. 
8235
8236         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8237
8238         * Documentation/user/refman.itely (Metronome marks): update doco.
8239
8240         * input/regression/markup-note.ly: new file
8241
8242         * input/regression/metronome-marking.ly: new file
8243
8244         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8245
8246         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8247         metronome marks.
8248
8249 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8250
8251         * Documentation/user/GNUmakefile: Compatibility fix for new
8252         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8253         for making binary packages; info splitting bug has been fixed.
8254
8255         * Documentation/user/refman.itely: Compile fixes.
8256
8257 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8258
8259         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8260         Count \midi -keywords also for a region.
8261
8262 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8263
8264         * lily/lookup.cc (LY_DEFINE): new function
8265
8266         * Documentation/user/tutorial.itely: updates
8267
8268 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8269
8270         * lilypond-mode.el: Allow Midi on buffer.
8271         Use only '.ly'-extension, remove '.sly' and '.fly'.
8272         Allow use of inactive regions. Invoke next Command on Master file, 
8273         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8274
8275 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8276
8277         * Documentation/user/tutorial.itely: updates.
8278
8279 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8280
8281         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8282
8283 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8284
8285         * lily/coherent-ligature-engraver.cc: fixed typo
8286
8287         * lily/coherent-ligature-engraver.cc,
8288         lily/gregorian-ligature-engraver.cc,
8289         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8290         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8291         lily/vaticana-ligature-engraver.cc,
8292         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8293         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8294         removed all ligature specific stuff from NoteHead code
8295
8296         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8297         ligatures now use regular noteheads
8298
8299         * lily/vaticana-ligature.cc: tiny code cleanups
8300
8301         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8302         space between two adjacent noteheads of the same pitch
8303
8304         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8305         description; cleanup: removed obsolete font-family settings
8306
8307 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8308
8309         * lily/coherent-ligature-engraver.cc,
8310         lily/gregorian-ligature-engraver.cc,
8311         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8312         lily/mensural-ligature-engraver.cc,
8313         lily/vaticana-ligature-engraver.cc,
8314         lily/include/gregorian-ligature-engraver.hh: updated for new
8315         Coherent_ligature_engraver; added comments that describe the basic
8316         design ideas of the ligature implementation
8317
8318         * lily/coherent-ligature-engraver.cc,
8319         lily/include/coherent-ligature-engraver.hh: new file: shared code
8320         between mensural ligatures and Gregorian chant notation ligatures
8321
8322 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8323
8324         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8325         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8326         use only two arguments in sit-for, use no arguments in
8327         read-char-exclusive, backspace is not a character (127) in XEmacs.
8328
8329         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8330
8331 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8332
8333         * lilypond-mode.el: un-commenting works after syntax-table fix.
8334
8335         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8336         group, verbose commenting for syntax table.
8337
8338         * lilypond-indent.el: add TODO for ligature slurs.
8339
8340 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8341
8342         * lilypond-mode.el: Move comments of parenthesis matching away,
8343         (blink-matching-paren-on-screen) fix blinking in Emacs.
8344
8345         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8346         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8347
8348         * lilypond-indent.el: Add TODO for parenthesis matching.
8349
8350 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8351
8352         * lilypond-mode.el: Fix XEmacs: 
8353         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8354         invoke explicitly easy-menu-add (in Emacs done automatically).
8355         
8356         * lilypond.words: Add few words from input/*/*.ly.
8357
8358 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8359
8360         * VERSION (PATCH_LEVEL): release 1.7.18
8361
8362         * scripts/lilypond-book.py: only print basename for printfilename
8363         option
8364
8365         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8366         and syntax updates.
8367
8368 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8369
8370         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8371         better parametrisation. Move fatness of bulb downward.
8372
8373         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8374         glyph names. Underscores are not allowed .ps encoding files.
8375
8376 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8377
8378         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8379         variable "packed" for packed right-ragged mode
8380
8381         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8382         unused variable ragged; fixed indentation
8383
8384         * Documentation/user/refman.itely: tiny cleanups in ancient
8385         clef and custos section
8386
8387 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8388
8389         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8390         \applyoutput PROCEDURE
8391
8392         * lily/my-lily-lexer.cc: add \applyoutput.
8393
8394         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8395
8396         * lily/text-item.cc: clean text-interface description
8397
8398 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8399
8400         * input/{regression,test}/: use postfix for slur endings and beam
8401         begins.
8402
8403         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8404         style beams too. 
8405
8406         * input/regression/lyrics-melisma-beam.ly: new file.
8407
8408         * lily/lyric-engraver.cc (process_music): change from
8409         process_acknowledged_grobs()
8410
8411         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8412         functions to set and revert auto-beam settings.
8413
8414 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8415
8416         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8417
8418 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8419
8420         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8421         Documentation/user/lilypond.tely: fixed some typos; updated author
8422         info
8423
8424         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8425         #"" -> #'flag-style = #'()
8426
8427         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8428         cleanup: removed dead #includes
8429
8430         * lily/gregorian-ligature-engraver.cc,
8431         lily/include/gregorian-ligature.hh,
8432         scm/grob-property-description.scm: small cleanups, small spacing
8433         fixes
8434
8435         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8436         lily/vaticana-ligature.cc,
8437         lily/include/gregorian-ligature-engraver.hh,
8438         scm/grob-property-description.scm, scm/music-types.scm:
8439         "porrectus" -> "pes or flexa"
8440
8441         * ly/engraver-init.ly, scm/grob-description.scm,
8442         scm/grob-property-description.scm: junked porrectus, now handled
8443         by ligature code
8444
8445         * scm/grob-description.scm: bugfix: added space-alist entry for
8446         breathing sign/custos
8447
8448 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8449
8450         * Another grand 2003 update.
8451         
8452         * Remove mentioning of `mudela'; There's no such thing.
8453
8454 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8455
8456         * Documentation/user/preface.itely (Preface to version 1.8): update
8457
8458         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8459
8460         * Documentation/user/converters.itely (Invoking convert-ly): revise
8461
8462         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8463
8464         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8465
8466 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8467
8468         * Documentation/user/internals.itely: more updates.
8469
8470 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8471
8472         * Documentation/user/refman.itely: revise 
8473
8474         * Documentation/user/internals.itely: revise
8475
8476         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8477
8478 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8479
8480         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
8481         beautification: reformatted ancient clefs section; cleanup: small
8482         wording fixes
8483
8484 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
8485
8486         * lilypond.words: added words for chant notation, sorted
8487         alphabetically through "sort lilypond.words"
8488
8489 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
8490
8491         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
8492         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
8493         chant notation
8494
8495 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
8496
8497         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
8498         prevent TeX from interpreting them as long dash
8499
8500         * input/test/vaticana.ly: updated
8501
8502         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
8503         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
8504         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
8505         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
8506         fixes
8507
8508         * mf/parmesan-heads.mf: ledger endings: removed dead code
8509
8510 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8511
8512         * VERSION: 1.7.17 released
8513         
8514         * Documentation/user/GNUmakefile
8515         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
8516         files too.
8517
8518         * scm/document-markup.scm: new file: document all markup
8519         functions.
8520
8521         * scm/documentation-generate.scm: rename all documentation modules
8522         to document-*.scm
8523
8524         * scripts/lilypond-book.py: generate link to .ly file iso. link to
8525         .png
8526
8527         * input/test/divisiones.ly: added
8528
8529         * input/regression/output-property.ly: new file
8530
8531         * lily/cluster.cc: change cluster-interface to use style property
8532
8533 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
8534
8535         * input/test/chord-names-german.ly: modified.
8536
8537         * scm/chords-ignatzek.scm:
8538           chord-name->german-markup: Added
8539           note-name->german-markup: Changed (now producing lowercase notenames)
8540
8541         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
8542         
8543 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8544
8545         * scripts/convert-ly.py (FatalConversionError.conv):
8546         divisiominima -> divisioMinima, etc.
8547
8548         * ly/engraver-init.ly (FiguredBassContext): add
8549         Separating_line_group_engraver to Figured bass context.
8550
8551         * ly/german-chords-init.ly: remove file
8552
8553         * input/test/chord-names-german.ly (scm): new file.
8554
8555         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
8556
8557         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
8558         Chord_name_engraver
8559
8560         * Documentation/user/refman.itely: lots of updates.
8561
8562         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
8563         new file
8564
8565         * input/test/bar-number-every-5-reset.ly: new file.
8566
8567 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8568
8569         * input/regression/chord-name-major7.ly: new file
8570
8571         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
8572         if specced explicitly.
8573
8574         * input/regression/chord-name-entry-11.ly: new file.
8575
8576         * input/test/slur-beautiful.ly: new file.
8577
8578         * Documentation/user/refman.itely: updates.
8579
8580         * input/regression/collisions.ly (threevoice): cleanup.
8581
8582         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
8583
8584 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8585
8586         * Documentation/user/*.itely: various updates.
8587
8588         * ly/spanners-init.ly: enddecr/ endcr.
8589
8590         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
8591         of tutorial
8592
8593 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8594
8595         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
8596
8597         * lily/new-chord-name-engraver.cc (process_music): use octavation
8598         (a number) instead of original-pitch to store inversions. This
8599         fixes a problem with transposed chords with inversions.  
8600
8601 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8602
8603         * stepmake/aclocal.m4: Include compile fix for broken flex, as
8604         used in includable-lexer.hh.
8605
8606         * lily/includable-lexer.cc: Bugfix: include config.h.
8607
8608         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
8609         circumvention of Debian packaging bug.
8610
8611 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8612
8613         * flex-2.5.31 hits Debian/unstable.  Fixes below.
8614         
8615         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
8616
8617         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
8618         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
8619
8620         * lily/include/includable-lexer.hh: 
8621         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
8622
8623         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
8624
8625         * aclocal.m4: Regenerate.
8626
8627         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
8628         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
8629
8630         * scm/pdf.scm (use-modules): Include lily.
8631
8632         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
8633         Noordkamp).
8634         (use-modules): Include lily.
8635         (lily-def): Bugfix: include tex-val in let.
8636
8637 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
8638
8639         * lilypond-mode.el: sensible error if lilypond.words not found.
8640
8641         * lilypond.words: add few words.
8642
8643 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
8644
8645         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
8646
8647         * mf/parmesan-scripts.mf: fixed typo in char name
8648
8649 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8650
8651         * VERSION: 1.7.16 released
8652
8653         * python/lilylib.py (setup_temp): temporary directories are mode 700.
8654         (this is a security vulnerability).
8655
8656         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
8657
8658         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
8659         add staff support.
8660
8661 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
8662
8663         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
8664         ly/script-init.ly, scm/script.scm: bugfix: renamed
8665         fermata->signumcongruentiae to fix naming clash with feta font
8666
8667 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8668
8669         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
8670
8671         * lily/multi-measure-rest-engraver.cc
8672         (start_translation_timestep): use grace timing too for determining
8673         when to make mmrest.
8674         (start_translation_timestep): clear numbers too.
8675
8676 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
8677
8678         * scm/music-types.scm: compile fix: escape braces
8679
8680         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
8681         work around font selection problem
8682
8683         * Documentation/user/refman.itely: BreathingSign: added docu for
8684         property "text"
8685
8686 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8687
8688         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
8689         information.
8690
8691 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8692
8693         * lily/multi-measure-rest-engraver.cc (class
8694         Multi_measure_rest_engraver): make multiple Number objects, one
8695         for each MultiMeasureTextEvent.
8696
8697         * scm/music-functions.scm (glue-mm-rest-texts): use
8698         MultiMeasureTextEvent
8699
8700         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
8701
8702         * Documentation/user/refman.itely (Multi measure rests): update.
8703
8704 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8705
8706         * lily/ly-module.cc (ly_copy_module_variables): use
8707         scm_internal_hash_fold() for iterating modules.
8708
8709 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
8710
8711         * Documentation/user/refman.itely: Section Custodes: added more
8712         example code
8713
8714         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
8715         neo-mensural rests to parmesan font
8716
8717         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
8718         header
8719
8720 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8721
8722         * Documentation/user/macros.itexi: @fileref macro.
8723
8724         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
8725         each file. 
8726
8727 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
8728
8729         * lily/include/custos.hh, make/lilypond.suse.spec.in,
8730         Documentation/topdocs/AUTHORS.texi: updated my email address
8731
8732         * Documentation/user/refman.itely: updated custos documentation;
8733         beautified divisiones example; beautified articulations table
8734
8735         * lily/breathing-sign.cc: bugfix: finalis molecule
8736
8737 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
8738
8739         * Documentation/user/refman.itely: added docu for
8740         contemporary fermata symbols, gregorian breathing signs; small fixes
8741
8742         * ly/gregorian-init.ly: removed obsolete #'type props
8743
8744 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8745
8746         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
8747         minimum-length property correctly.
8748
8749 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8750
8751         * scm/music-functions.scm (make-multi-measure-rest): set input
8752         locations for multimeasure rests.
8753
8754 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
8755
8756         * input/regression/breathing-sign.ly: updated to for ancient
8757         notation
8758
8759 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8760
8761         * scripts/ly2dvi.py: Add newline.
8762
8763 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8764
8765         * scripts/ly2dvi.py (dependency_files): Compile fix.
8766
8767 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8768
8769         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
8770         (make_html_menu_file): --html menu. 
8771
8772 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8773
8774         * scripts/ly2dvi.py (run_dvips): +add the .map file 
8775
8776 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8777
8778         * input/screech-boink.ly: new file.
8779
8780 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8781
8782         * scripts/lilypond-book.py (make_lilypond_file): convert
8783         lilypond-file to lilypond block directly, without going through
8784         begin/end lilypond text.
8785         
8786
8787 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
8788
8789         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
8790         scm/grob-description.scm: moved Michael's original breathing sign
8791         code in brew_molecule() to divisio_minima(); provided new
8792         brew_molecule() that effectively replaces the
8793         Text_item::brew_molecule callback (with additional fallback to
8794         Michael's original code); added callbacks for brewing divisio
8795         maior/maxima and finalis
8796
8797         * gregorian-init.ly: added breathing sign shortcuts for virgula,
8798         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
8799
8800         * script-init.ly: added shortfermata, longfermata,
8801         verylongfermata, varcoda
8802
8803         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
8804         longfermata, verylongfermata, varcomma, varcoda
8805
8806 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8807
8808         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
8809           Remove all noquote and insert a few quote.
8810         
8811         * Documentation/user/lilypond-book.itely (Music fragment options),
8812           scripts/lilypond-book.py: Don't include quotation blocks by
8813           default. Introduce option quote instead of noquote
8814
8815 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8816
8817         * VERSION: 1.7.15 released
8818         
8819         * Documentation/user/lilypond.tely: omf updates.
8820
8821         * buildscripts/texi2omf.py (omf_vars): include version.date
8822
8823         * make/lilypond.redhat.spec.in: fixes for spec file. 
8824
8825         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
8826         by function definition: lily now requires a recent GNU Make.
8827
8828         * scripts/lilypond-book.py (write_deps): remove .tex dependency
8829         writing.
8830
8831         * make/ly-rules.make: remove .ly -> .tex rule
8832
8833         * Documentation/user/refman.itely (Figured bass): revised figured
8834         bass example.
8835
8836 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8837
8838         * stepmake/stepmake/omf-targets.make (local-install): add
8839         scrollkeeper-update message.
8840
8841         * scripts/lilypond-book.py (lilypond_binary): explicity add path
8842         to binary.
8843         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
8844
8845         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
8846
8847         * Documentation/user/converters.itely (Invoking midi2ly): add
8848         track/channel notice.
8849
8850 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8851
8852         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
8853
8854         * lily/parser.yy (scalar): DIGIT is also a scalar.
8855
8856         * Documentation/user/music-glossary.tely: add @omf tags
8857
8858         * Documentation/user/lilypond.tely: add @omf tags
8859
8860         * scm/generate-documentation.scm (string-append): add @omf tags.
8861
8862         * stepmake/stepmake/omf-*: new files 
8863
8864         * input/regression/multi-measure-rest.ly (texidoc): add doco
8865
8866         * GNUmakefile.in (web-doc-install): add web-doc-install target
8867
8868         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
8869         fixes crashes while dumping MIDI.
8870
8871         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
8872         midi
8873
8874 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8875
8876         * buildscripts/texi2omf.py: new file.
8877
8878         * mf/feta-beugel.mf: include font count, not staffsize (16) in
8879         font-name
8880
8881 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8882
8883         * input/regression/beam-manual-beaming.ly (texidoc): new file.
8884
8885         * lily/sequential-iterator.cc (descend_to_child): call
8886         descend_to_child() for all types of music.
8887
8888 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8889
8890         * scm/translator-property-description.scm: Add
8891         bassFigureFormatFunction.  Replace some entries.
8892
8893 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8894
8895         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
8896         clean out.
8897
8898 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8899
8900         * scripts/midi2ly.py (Note.dump): never dump duration for
8901         dump_dur=0.
8902
8903         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
8904         new function
8905
8906         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
8907         figures using new markups. Much simpler, and should improve layout
8908         a little.
8909
8910         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
8911
8912 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8913
8914         * ly/engraver-init.ly: use Hara kiri by default for 
8915         ChordNames, FiguredBass and Lyrics(Voice) context. 
8916
8917         * lily/axis-group-engraver.cc (acknowledge_grob): use
8918         rhythmic-grob-interface for selecting items not to hara-kiri'd 
8919
8920         * scm/new-markup.scm (markup-function-list): add bracket,
8921         vbracket.
8922
8923         * ly/engraver-init.ly (ChordNamesContext): set
8924         minimumVerticalExtent
8925
8926 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8927
8928         * input/test/time-signature-double.ly: new file 
8929
8930         * input/regression/collision-head-chords.ly (texidoc): new file.
8931
8932         * lily/type-swallow-translator.cc: add note swallow translator 
8933
8934         * input/test/time-signature-double.ly: new file.
8935
8936         * lily/type-swallow-translator.cc: add Rest_swallow_translator
8937
8938         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
8939         (FiguredBassContext): idem.
8940
8941         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
8942
8943         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
8944
8945         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
8946
8947         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
8948         .afm dependency
8949
8950         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
8951
8952         * python/lilylib.py (make_page_images): add function.
8953
8954         * scripts/ly2dvi.py (run_latex): include title in preview image.
8955
8956         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
8957         from lilypond-book for <ly2dvifile> tags in HTML.
8958
8959         * scripts/ly2dvi.py (option_definitions): add --debug option to
8960         print out environment.
8961
8962         * input/regression/tie-chord-partial.ly: new file.
8963
8964 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
8965
8966         * lilypond.words: add 3
8967
8968 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8969
8970         * scm/new-markup.scm (markup-function-list): add finger-markup
8971
8972         * input/tutorial/brahms-tweaked.ly: new markup 
8973
8974         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
8975
8976         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
8977         crash when processing '() markup
8978
8979         * input/regression/breathing-sign.ly (texidoc): add caesura example.
8980
8981         * lily/breathing-sign.cc (railtracks): another caesura.
8982
8983         * mf/feta-schrift.mf: caesura symbol. 
8984
8985 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8986
8987         * scripts/convert-ly.py (FatalConversionError.conv): add
8988         ly:molecule-XXX conversions.
8989
8990         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
8991
8992         * input/regression/multi-measure-rest-text.ly: new file.
8993
8994         * scm/music-functions.scm (glue-mm-rest-texts): automatically
8995         convert MMREST-TEXT to MultiMeasureRestNumber settings.
8996
8997         * ly/engraver-init.ly (ScoreContext): move tablature settings to
8998         ScoreContext
8999
9000         * scm/new-markup.scm (center-markup): \center markup.
9001
9002         * scm/music-functions.scm: remove pitchify scripts.
9003
9004         * lily/music.cc (print_smob): display music name if available 
9005
9006 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9007
9008         * Documentation/user/refman.itely (Instrument names): remove
9009         \turnOff doco.
9010
9011 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9012
9013         * lily/score.cc (mark_smob): bugfix.
9014
9015         * input/regression/rehearsal-mark.ly: new file.
9016
9017         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9018         report error at the current token again.
9019
9020 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9021
9022         * cygwin/mknetrel: Exit if doc build fails.
9023
9024         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9025
9026 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9027
9028         * scm/music-types.scm (music-descriptions): add doc strings
9029
9030 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9031
9032         * lily/lexer.ll: 
9033         * lily/include/my-lily-lexer.hh: 
9034         * lily/include/includable-lexer.hh: Add flex kludge.
9035
9036         * config.hh.in: 
9037         * config.make.in: 
9038         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9039         cruft.
9040         
9041         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9042         code.
9043
9044 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9045
9046         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9047
9048         * lily/parser.yy (new_chord): Compile fix.
9049
9050 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9051
9052         * Documentation/user/refman.itely (Tuning groups of objects):
9053         remove documentation for \turnOff. 
9054
9055         * lily/percent-repeat-engraver.cc (try_music): add correct
9056         processing moments for double-measure percents as well.
9057
9058         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9059
9060         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9061         grob prop type. 
9062
9063         * Documentation/user/refman.itely (Printing named chords): add
9064         chord name tweak doco.
9065
9066         * input/template/gregorian-transcription.ly: new file.
9067
9068 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9069
9070         * VERSION: 1.7.13 released
9071         
9072         * input/test/*: lots of cleanups/comment-outs/removals in chord
9073         examples
9074         
9075         * input/regression/*: lots of cleanups/comment-outs/removals in
9076         chord examples
9077         
9078         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9079         options
9080
9081         * lily/new-chord-name-engraver.cc (process_music): give original
9082         inversion pitch to chord name routine.
9083
9084         * input/tutorial/os-score.ly: update to new markup
9085
9086         * Documentation/user/appendices.itely: simply include
9087         chords-ignatzek. 
9088
9089         * Documentation/user/refman.itely (Chords mode): add documentation
9090         for chord mode.
9091
9092         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9093         not present in chord.
9094         (construct-chord): add inversion and bass support.
9095
9096         * lily/chord.cc: junk contents.
9097
9098 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9099
9100         * Documentation/user/refman.itely:
9101         * Documentation/user/music-glossary.tely: fix. 
9102
9103 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9104
9105         * scm/chord-entry.scm (construct-chord): move chord construction
9106         to Scheme.
9107
9108         * lily/parser.yy (new_chord): new setup for chord entry.
9109
9110 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9111
9112         * lilypond.words:
9113         * Documentation/user/music-glossary.tely: add ambitus.
9114
9115 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9116
9117         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9118
9119         * lily/include/*.hh: string() -> to_string()
9120
9121         * scm/chords-ignatzek.scm: new file.
9122
9123         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9124         standard chord name exceptions.
9125
9126         * scm/translator-property-description.scm (chordNameSeparator):
9127         add property.
9128         (majorSevenSymbol): add property
9129
9130         * lily/translator-scheme.cc (ly:context-properties): new function
9131         (ly:context-parent): new function.
9132         (print_smob): print context name.
9133
9134         * lily/music.cc (ly:get-music-length): new function
9135         (print_smob): don't print properties.
9136
9137         * lily/duration.cc (duration<?): new function
9138
9139         * input/regression/chords-funky-ignatzek.ly: new file.
9140
9141         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9142         jazz chords.
9143
9144         * lily/pitch.cc (ly:pitch-diff): new function.
9145
9146         * input/regression/chords-ignatzek.ly: new file.
9147
9148 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9149
9150         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9151         pitches for jazz chords.
9152
9153 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9154
9155         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9156
9157 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9158
9159         * lilypond.words: add 1
9160
9161 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9162
9163         * Documentation/topdocs/AUTHORS.texi: refine.
9164
9165 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9166
9167         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9168         
9169         * lilypond.words: add one.
9170
9171 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9172
9173         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9174         Fontify bass note in chords, e.g., e in c1/e.
9175         
9176 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9177
9178         * Documentation/user/music-glossary.tely: Dutch updates and
9179         additions (Arent Storm).
9180
9181 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9182
9183         * input/regression/ambitus.ly:  move file.      
9184
9185         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9186
9187         * lily/event.cc (transpose): add tonic property to Key_change_req
9188         and to Key_engraver.
9189
9190 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9191
9192         * Documentation/user/refman.itely: fix typo.
9193
9194         * lilypond.words: removed wrong identifiers.
9195
9196 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9197
9198         * mf/feta-toevallig.mf: make flat stem shorter 
9199
9200 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9201
9202         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9203
9204         * lilypond.words: add from Phrasing slur.
9205         
9206 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9207
9208         * lilypond-mode.el: allow launching multiple ViewPS processes.
9209         
9210         * lilypond.words: add from Text markup.
9211
9212 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9213
9214         * input/test/ossia.ly (texidoc): add comment.
9215
9216         * input/regression/voice-follower.ly: new file.
9217
9218         * mf/feta-toevallig.mf: make flat heavier.
9219
9220         * lily/cluster-engraver.cc: clean up Cluster engraver
9221
9222         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9223         Engraver. Use Note_column to compute Y positions and deal with
9224         line break stuff.
9225
9226 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9227
9228         * lily/stem.cc: move french-beaming to stem.
9229
9230 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9231
9232         * lilypond-font-lock.el: fontify all durations in chords.
9233
9234         * lilypond.words: add from lily/my-lily-lexer.cc
9235
9236 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9237
9238         * VERSION: release 1.7.12
9239
9240         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9241
9242         * lily/gregorian-ligature.cc: new file
9243
9244         * lily/*: the Great 2003 search & replace.
9245
9246         * Documentation/user/refman.itely (Manual repeat commands): add
9247         note about font selection.
9248
9249 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9250
9251         * lilypond-mode.el: propose recompiling midi while invoking playing,
9252         not while stopping playing.
9253
9254 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9255
9256         * lilypond.words: add one.
9257
9258         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9259         and expressional note grouping. Fontify chord modes.
9260
9261 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9262
9263         * Documentation/user/music-glossary.tely (Top): translate melisma.
9264
9265 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9266
9267         * Documentation/user/music-glossary.tely (Top): add melisma.
9268
9269 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9270
9271         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9272         interfaces for (abstract) grob GregorianLigature
9273
9274         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9275         renamed head* -> glyph_name*, x-shift* -> x-offset*
9276
9277         * scm/grob-property-description.scm: bugfix: added missing descriptions
9278
9279 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9280
9281         * input/test/chord-names-dpnj.ly: New file.
9282
9283         * scm/double-plus-new-chord-name.scm: Implement full and partial
9284         exceptions.
9285
9286         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9287
9288         * scm/double-plus-new-chord-name.scm
9289         (double-plus-new-chord->markup): Fix sub->markup.
9290
9291
9292 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9293
9294         * lily/custos-engraver.cc: added TODO; editorial changes
9295
9296         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9297         consistency with other ligature engravers; removed access on (now)
9298         private variable _ligature of Ligature_engraver
9299
9300         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9301         renamed last_bound -> last_bound_; issue programming_error on
9302         abstract method calls; moved primitives code from
9303         Mensural_bracket_engraver to here (because almost ligature
9304         engravers will need it); renamed try_stop_ligature () ->
9305         typeset_ligature (); bugfix: store primitives of finished ligature
9306         in separate variable finished_primitives_ to avoid clash on input
9307         like "\] \["; added current_ligature () to enable access on
9308         private variable _ligature
9309
9310         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9311         (now in super class); renamed try_stop_ligature () ->
9312         typeset_ligature ()
9313
9314         * lily/mensural-ligature.cc: issue programming_error on abstract
9315         method calls
9316
9317         * lily/note-heads-engraver.cc: added TODO comment upon bool
9318         in_ligature
9319
9320         * mf/parmesan-heads.mf: fixed some of set_char_box()
9321
9322         * scm/grob-description.scm: added VaticanaLigature
9323
9324         * scm/grob-property-description.scm: added neume prefix properties
9325
9326         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9327         lily/include/gregorian-ligature-engraver.hh,
9328         lily/include/gregorian-ligature.hh: new files; framework for
9329         gregorian ligature engravers such as vaticana
9330
9331         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9332         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9333         vaticana style ligature implementation (still somewhat uncomplete)
9334
9335 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9336
9337         * VERSION: release 1.7.11
9338
9339         * scripts/convert-ly.py: add ly:pitch-transpose rule
9340
9341 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9342
9343         * input/test/dpncnt.ly: New file.
9344
9345         * lily/my-lily-lexer.cc: Add chordnames keyword.
9346
9347         * lily/parser.yy (chordnames_block): Parse chord name exception
9348         lists, see input/test/dpncnt.ly.
9349
9350         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9351         function.
9352
9353         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9354         filter-out too.
9355
9356         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9357         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9358         pitch functions (except for ly:make-pitch, but that's apparently
9359         some sort of scheme naming standard?).
9360
9361         * scm/lily.scm (!=): define-public.
9362
9363         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9364
9365 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9366
9367         * scm/double-plus-new-chord-name.scm
9368         (double-plus-new-chord-name->markup): New file.
9369
9370 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9371
9372         * python/lilylib.py (make_preview): don't suppress progress for
9373         bbox extraction.
9374
9375 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9376
9377         * Documentation/user/appendices.itely (scheme): update for new syntax.
9378
9379         * input/regression/chord-name-styles.ly: new file
9380
9381         * lily/instrument-name-engraver.cc: create instrument names
9382         without barline too.  Allows instrument name on ChordNames  
9383
9384         * scm/new-markup.scm (interpret-markup): allow simple strings as
9385         markup too.
9386
9387 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9388
9389         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9390         (step->markup-accidental): Fix: add accidental.
9391         (chord::inner-name-american): 
9392         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9393         append stray '/' if last superscript addition was 'o'.
9394
9395         * scm/new-markup.scm (normal-size-sub-markup) 
9396         (normal-size-super-markup): New function.
9397
9398         * lily/source-file.cc (Source_file): Add warning for possibly
9399         intentional but suspicious initialization.
9400
9401         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9402         add comments about cut-and-paste programming.
9403
9404         * flower/rational.cc (lcm): Not used; comment out.
9405
9406 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9407
9408         * lily/new-fingering-engraver.cc (position_scripts): use
9409         fingerHorizontalDirection to determine fingering horizontal
9410         directions.
9411  
9412         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9413         fingering support.
9414
9415         * scripts/convert-ly.py (FatalConversionError.conv): add style
9416         conversion rule. 
9417
9418         * scm/chord-name.scm (set-chord-name-style): new function.
9419         (new-chord-name-brew-molecule): revise to interpret markup only
9420         (new-chord->markup): cleanuppish rewrite. To be called from the
9421         new engraver.
9422
9423         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9424         Markup earlier, during interpreting.
9425
9426         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9427         style settings. Rename to chord-names-*.ly
9428
9429 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9430
9431         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9432         markup code and update to new markup.  Most probably broke some of
9433         it.
9434         
9435 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9436
9437         * Documentation/user/refman.itely: added docu for ambitus and
9438         clusters
9439
9440         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9441         ly_quote_scm() in lookup.cc
9442
9443         * mf/parmesan-clefs.mf: set_char_box fix
9444
9445         * lily/cluster-engraver.cc: junk implicit protection; use
9446         Protected_scm instead
9447
9448 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9449
9450         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9451         throughout.
9452
9453         * scm/new-markup.scm: Turn-off error-triggering test code.
9454
9455 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9456
9457         * scm/new-markup.scm (markup-thrower-typecheck) 
9458         (markup-typecheck?):  add full typechecking functions.
9459         (make-markup-maker): add make-FOO-markup functions.
9460         (markup-argument-list-error): nice error checking messages.
9461         (make-markup): better function: less quoting escapades.
9462
9463 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9464
9465         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9466
9467 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9468
9469         * cygwin/lilypond.hint (requires): Add cygwin.
9470
9471         * .cvsignore: Remove stepmake (huh!?!), add lib.
9472
9473         * GNUmakefile.in: Add libdir links for builddir runs.
9474
9475         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9476         instead of datadir.
9477
9478         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9479         local_lilypond_libdir.
9480
9481         * config.make.in (lilypond_libdir): Add.
9482
9483         * stepmake/stepmake/substitute-rules.make: 
9484         * stepmake/stepmake/script-rules.make: 
9485         * stepmake/stepmake/python-module-rules.make:
9486         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
9487         lilypond-python-module patch.
9488
9489 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9490
9491         * Documentation/user/refman.itely (Graphical interfaces): add note
9492         about xml2ly.
9493
9494 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9495
9496         * scripts/ly2dvi.py (run_dvips): remove trailing newline
9497
9498 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9499
9500         * VERSION: released 1.7.10
9501
9502         * scripts/musedata2ly.py (): idem
9503
9504         * scripts/midi2ly.py (dump_chord): idem
9505
9506         * scripts/etf2ly.py (version): idem 
9507
9508         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
9509
9510         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
9511
9512         * scm/tex.scm (tex-output-expression): remove eval compat
9513         glut. Other output files too.
9514
9515         * scm/chord-name.scm: don't export anything from chord module.
9516
9517         * input/test/american-chords.ly: idem
9518
9519         * input/test/banter-chords.ly (texidoc): idem
9520
9521         * input/test/Cc-chords.ly: add breakage notes.
9522
9523         * Documentation/user/refman.itely (Text markup): rewrite manual
9524         section.
9525
9526         * lily/parser.yy (scalar): allow \markup { } as property value. 
9527
9528         * scm/chord-name.scm: complete new markup usage
9529
9530         * scm/grob-description.scm (all-grob-descriptions): use new markup
9531         texts by default
9532
9533 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9534
9535         * scm/chord-name.scm: partial move to new markup texts.
9536
9537 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9538
9539         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
9540
9541         * scm/bass-figure.scm (brew-bass-figure): make stack direction
9542         settable.
9543
9544 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
9545
9546         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
9547         invoked for old midi, wait for killing.
9548
9549 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
9550
9551         * Documentation/user/music-glossary.tely: Finnishing.
9552
9553 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9554
9555         * mf/feta-nummer-code.mf: some kerning pairs.
9556
9557 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
9558
9559         * scm/output-lib.scm (set-bar-number-visibility): Context-function
9560         Added.
9561
9562         * Documentation/user/refman.itely (Bar numbers):
9563         set-bar-number-visibility added, modulo-bar-number removed again
9564         (sorry).
9565
9566 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
9567
9568         * scm/output-lib.scm (modulo-bar-number-visible): add function.
9569
9570         * Documentation/user/refman.itely: add modulo-bar-number-visible.
9571
9572         * Documentation/user/music-glossary.tely: translate into Finnish.
9573
9574 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9575
9576         * lilypond-mode.el: add shortcut for 2midi
9577
9578         * lilypond-font-lock.el: fontify lyrics
9579
9580 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
9581
9582         * scm/drums.scm : use 1.7.x names.
9583
9584         * input/regression/drums.ly : Don't use << chords >>
9585
9586 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9587
9588         * lilypond-mode.el: tidy, add TODO
9589
9590         * make/lilypond.mandrake.spec.in: install-info quietly.
9591
9592 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9593
9594         * input/test/markup.ly: use new syntax.
9595
9596 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9597
9598         * ly/params-init.ly (interscoreline): add word-space
9599
9600         * input/test/metronome.ly (eighthNote): idem.
9601
9602         * input/test/script-priority.ly: use new markup
9603
9604         * lily/parser.yy (markup): allow HEAD markup0 markup1 
9605
9606         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
9607
9608         * lily/parser.yy (gen_text_def): bugfix.
9609         (full_markup): allow markup identifier.
9610
9611 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
9612
9613         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
9614         jobs at the same time. Add horizontal lines to Command menu.
9615         Allow one compiling job -- propose killing others before a new one.
9616
9617         * lilypond.words: add markup, teeny, etc.
9618
9619 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
9620
9621         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
9622         Allow only one type of midi process; launching Midi either stops
9623         midis or plays the current midi and launching MidiAll stops midis
9624         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
9625         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
9626
9627 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9628
9629         * lily/text-engraver.cc (process_acknowledged_grobs): use new
9630         markup  for new markup texts.
9631
9632         * lily/mark-engraver.cc (process_music): idem
9633         
9634         * lily/instrument-name-engraver.cc (create_text): idem
9635
9636         * scm/new-markup.scm (magnify-markup): new function.
9637
9638         * scm/molecule.scm (stack-lines): bugfix.
9639
9640         * lily/font-interface.cc (get_font): take font-magnification from
9641         alist chain.
9642
9643 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9644
9645         * lily/molecule-scheme.cc: move scheme functions to separate file.
9646
9647         * lily/font-metric.cc  (ly_get_glyph): new function. 
9648         
9649         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
9650         (italic-markup, dynamic-markup): new functions
9651         (font-markup): new function
9652
9653         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
9654         padding and minimum
9655
9656 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
9657
9658         * lily/accidental-engraver.cc:
9659         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
9660
9661 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
9662
9663         * lilypond.vim:
9664         * lilypond-font-lock.el: Put \longa as duration. Accept only 
9665         [a-zA-Z] for user defined identifiers. Separate note cases 
9666         with and without a duration (allow cis\longaX).
9667
9668         * lilypond.words: Add words from Info.
9669
9670 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9671
9672         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
9673
9674 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
9675
9676         * lilypond-mode.el: Propose reverting buffer before a command if
9677         it was edited with an another editor.
9678
9679 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9680
9681         * lily/molecule.cc (ly_translate_molecule): new function
9682
9683         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
9684         into libdir
9685
9686         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
9687
9688         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
9689
9690 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
9691
9692         * lilypond.words: take \words from Info-index.
9693
9694 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9695
9696         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
9697
9698 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
9699
9700         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
9701
9702 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
9703
9704         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
9705         and lilypond-documentation.
9706
9707 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9708
9709         * lily/parser.yy: Compile fix (bison 1.75).
9710
9711 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9712
9713         * VERSION: 1.7.9 released
9714
9715         * scm/music-functions.scm (shift-one-duration-log): refactor.
9716         Use music-map.
9717
9718         * input/regression/chord-tremolo.ly (texidoc): add dot test.
9719
9720         * NEWS: update.
9721
9722         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
9723         argument
9724         
9725         * scm/music-functions.scm (display-music): new function
9726         (music-map): change arg order.
9727
9728         * input/regression/new-markup-syntax.scm: new file
9729
9730         * lily/parser.yy (markup): add \markup { .. } syntax.
9731
9732         * scm/new-markup.scm (override-markup): new function
9733         (lookup-markup): new function
9734         (music-markup): new function
9735         (lookup-markup-command): use markup-signature to store argument
9736         format for parser.
9737
9738         * lily/lexer.ll: preliminary \markup syntax. 
9739
9740 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
9741
9742         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
9743         add pre/post-dependencies and menus with icons from source.
9744
9745         * Documentation/pictures/lilypond-48x48.xpm:
9746         * Documentation/pictures/lilypond-32x32.xpm:
9747         * Documentation/pictures/lilypond-16x16.xpm: new files, background
9748         transparent.
9749
9750         * stepmake/stepmake/generic-targets.make:
9751         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
9752
9753 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9754
9755         * input/regression/music-map.ly (texidoc): new file.
9756
9757         * scm/music-functions.scm (music-map): new function
9758
9759 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9760
9761         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
9762
9763 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
9764
9765         * input/test/to-xml.ly:
9766         * lily/ligature-engraver.cc: Fixes documentation.
9767
9768         * lilypond.mandrake.spec.in:
9769         * lilypond.redhat.spec.in: Add lilypond.words.
9770
9771         * Documentation/user/refman.itely: Mention Info inside emacs.
9772         
9773         * lilypond.suse.spec.in:
9774         * lilypond.redhat.spec.in:
9775         * lilypond.mandrake.spec.in: Set root-owner for doc
9776         (tobbe@nyvalls.se).
9777
9778 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9779
9780         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
9781         os.popen.read ().
9782
9783 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9784
9785         * scripts/ly2dvi.py (include_path): print warning if failing anything.
9786
9787         * python/lilylib.py (error): add space
9788
9789 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9790
9791         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
9792         distribution.
9793
9794 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9795
9796         * lily/paper-outputter.cc (Paper_outputter): close port when
9797         finishing score.
9798
9799 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9800
9801         * scm/sodipodi.scm: Fixes.
9802
9803 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
9804
9805         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
9806
9807         * buildscripts/make-font-dir.py: Fix. 
9808
9809 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
9810
9811         * lilypond-mode.el: Add support for Info inside Emacs.
9812
9813 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9814
9815         * buildscripts/make-font-dir.py: 
9816         * mf/GNUmakefile: Make sodipodi font map.
9817
9818         * scm/sodipodi.scm: Add more output functions.
9819
9820         * mf/feta-nummer.mf: 
9821         * mf/feta-beugel.mf: Add font_coding_scheme.
9822
9823         * lily/paper-outputter.cc (output_header): Fix creator string.
9824
9825 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
9826
9827         * lilypond-mode.el (LilyPond-autocompletion): invoked with
9828         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
9829
9830         * lilypond.words: add two (Everybody can add/remove words now!).
9831
9832         * debian/rules:
9833         * make/lilypond.suse.spec.in:
9834         * make/lilypond.mandrake.spec.in:
9835         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
9836
9837         * Documentation/user/refman.itely: Mention autocompletion.
9838
9839 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9840
9841         * scripts/ly2dvi.py: Add paper sizes.
9842
9843         * lily/timing-engraver.cc: 
9844         * lily/time-signature.cc: 
9845         * lily/span-bar.cc: 
9846         * lily/grob-scheme.cc: Code formatting fixes.
9847
9848         * scm/sodipodi.scm: 
9849         * scm/sketch.scm:
9850         * buildscripts/mf-to-table.py: 
9851         * buildscripts/make-font-dir.py: Font testing.
9852
9853 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
9854
9855         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
9856         inserts try-completion and shows all-completions.
9857
9858         * lilypond.words: '\' -> '\\'
9859
9860         * lilypond-mode.el: load libraries in the end, lilypond.words defines
9861         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
9862         
9863         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
9864         and LilyPond-reserved-words.
9865         
9866 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
9867
9868         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
9869         from load-path.
9870         
9871         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
9872         the mini-buffer with Control-Shift-c.
9873         
9874 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9875
9876         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
9877         duration. This fixes \tempo taking time.
9878
9879 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9880
9881         * lily/volta-engraver.cc (process_acknowledged_grobs): 
9882         Allow for text markup in repeatCommands. 
9883
9884 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
9885
9886         * lilypond-mode.el (LilyPond-insert-string): new function, use it
9887         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
9888         Get rid of skeleton.el-dependency.
9889
9890         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
9891
9892 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9893
9894         * lily/beam-engraver.cc (stop_translation_timestep): reset
9895         now_stop_ev_
9896
9897         * lily/scm-option.cc: add parse-protect to ly:set-option
9898
9899         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
9900
9901 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9902
9903         * lily/include/ligature-bracket.hh: removed
9904         * lily/ligature-bracket.cc: removed
9905
9906         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
9907         .tex
9908
9909         * lily/beam.cc (set_beaming): don't change beam count on rests.
9910         (brew_molecule): always set flag-width > 0.
9911
9912 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
9913
9914         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
9915         chars, remove instructions; instead, refer to lilypond-init.el and
9916         Documentation/topdocs/INSTALL.texi.
9917
9918         * lilypond.words: add identifiers and reserved words.
9919
9920         * Documentation/topdocs/INSTALL.texi: separate sections for installing
9921         files and adding a load-path.
9922
9923         * lilypond-init.el: Instructions, extracted from 
9924         Documentation/topdocs/INSTALL.texi. 
9925         
9926 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9927
9928         * VERSION: 1.7.8 released 
9929
9930         * lily/grob.cc (warning): better robustness fix.
9931
9932 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
9933
9934         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
9935
9936         * lily/cluster-engraver.cc: stick better to variable naming
9937         conventions
9938
9939         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
9940         until stop_translation_timestep()
9941
9942         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
9943         min/max coordinates to backend, but no musical info such as
9944         pitches
9945
9946         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
9947
9948         * lily/grob.cc: robustness fix: warning(): do not crash if
9949         cause is not set
9950
9951         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
9952         the much more elaborated tuplet brackets than the very naive and
9953         simple ligature bracket grob
9954
9955 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9956
9957         * Documentation/user/refman.itely (Analysis brackets): add
9958         horizontal bracket doco.
9959
9960         * ly/property-init.ly (setMmRestFermata): added.
9961
9962         * Documentation/user/refman.itely (Multi measure rests): fermatas
9963         on mm rests.
9964
9965         * input/regression/apply-context.ly (texidoc): new file
9966
9967         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
9968         code to be executed during interpretation. Possible applications:
9969         smart octavation, more advanced bar checks. 
9970
9971         * lily/apply-context-iterator.cc: new file.
9972
9973 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9974
9975         * input/test/new-markup.ly: new file.
9976
9977         * lily/text-item.cc (text_to_molecule): new function
9978
9979         * scm/new-markup.scm (lambda): new file
9980
9981         * lily/function-documentation.cc (ly_add_function_documentation):
9982         add proc property as well
9983
9984 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9985
9986         * Documentation/user/music-glossary.tely (Top): add custos.
9987
9988 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
9989
9990         * Documentation/topdocs/INSTALL.texi: advise how to include source
9991         path to Emacs load-path and improve language.
9992
9993 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9994
9995         * GNUmakefile.in: config.h message fix.
9996
9997         * autogen.sh:
9998         * aclocal.m4: Regenerate.
9999
10000         * configure.in: 
10001         * config.make.in: 
10002         * stepmake/config.make.in: 
10003         * stepmake/configure.in: 
10004         * stepmake/autogen.sh: 
10005         * stepmake/aclocal.m4: Update for autoconf 2.56.
10006
10007 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10008
10009         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10010         to install Emacs-mode. Instructions how to use vim-mode.
10011
10012 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10013
10014         * scm/music-types.scm (music-descriptions): no length for tempo event.
10015
10016         * input/*.ly: add \version everywhere.
10017         
10018         * input/*.ly: update syntax to 1.7 + new-chords.
10019
10020         * VERSION: 1.7.7 released.
10021         
10022         * Documentation/user/*.tely: new chord syntax.
10023
10024         * input/regression/[bc]*.ly (texidoc): syntax updates.
10025         
10026 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10027
10028         * lilypond.words: add vocabulary to be used in auto-completion
10029
10030         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10031
10032         * lilypond.vim: allow note name at EOF
10033
10034 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10035
10036         * buildscripts/new-chords.py (edit): -e option: inline editing.
10037
10038         * input/regression/a*.ly (texidoc): syntax updates.
10039
10040         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10041         music): elucidations. 
10042
10043 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10044
10045         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10046         ly/spanners-init.ly, scm/grob-description.scm,
10047         scm/grob-property-description.scm, scm/music-types.scm,
10048         lily/cluster-engraver.cc, lily/cluster.cc,
10049         lily/include/cluster.hh, input/test/cluster.ly: cluster
10050         implementation
10051
10052         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10053         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10054         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10055
10056         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10057
10058         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10059
10060         * scm/grob-description.scm: bugfix: by default, use default note
10061         head style when engraving ligatures
10062
10063         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10064
10065         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10066         events
10067
10068         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10069
10070         * input/test/ancient-font.ly: bugfix: style -> flag-style
10071
10072         * lily/ligature-engraver.cc: indentation fix
10073
10074         * lily/parser.yy: indentation fixes
10075         
10076 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10077
10078         * input/regression/measure-grouping.ly: more elaborate example.
10079
10080         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10081         ly:div-moment. New functions 
10082
10083         * scm/music-functions.scm (set-time-signature): new function,
10084         allow inline time sig settings with measure grouping.
10085
10086         * lily/parser.yy (command_element): move time sig construction
10087         into Scheme.
10088
10089         * lily/side-position-interface.cc (out_of_staff): new function,
10090         like padding, but keep minimum distance from staff. Easier than
10091         linespanners (dynamics, pedals), but roughly the same effect.
10092
10093 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10094
10095         * emacs-mode.el: Added spanish-note-replacements 
10096         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10097
10098         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10099
10100 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10101
10102         * lilypond.vim: Do not fontify cises, desis, etc.
10103
10104         * vimrc: view dvi with <S-F6>
10105
10106 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10107
10108         * lily/lookup.cc (triangle): new function.
10109
10110         * input/regression/measure-grouping.ly (texidoc): new file: show
10111         triangles and brackets for beat groups of 3 and 2.
10112
10113         * lily/include/measure-grouping-spanner.hh (class
10114         Measure_grouping): new file.
10115
10116         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10117
10118         * lily/measure-grouping-engraver.cc (class
10119         Measure_grouping_engraver): new file.
10120
10121 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10122
10123         * Merge from stable:
10124
10125             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10126         
10127         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10128         stylesheet.
10129
10130         * ly/paper19.ly: Include paper19-init.ly.
10131
10132         * ly/paper19-init.ly: New file.
10133
10134         * Documentation/user/tutorial.itely (First steps): Fix first
10135         example for font test.
10136
10137         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10138
10139         * ChangeLog: Add 1.7.6 release marker (see below).
10140
10141         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10142         Add .py files.
10143
10144 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10145
10146         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10147
10148         * input/tutorial/*.ly: update to new syntax.
10149
10150         * lily/parser.yy (Composite_music): new transpose syntax,
10151         \transpose FROM TO MUSIC. 
10152
10153 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10154
10155         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10156         latex progress/error output to stderr (by default this goes to
10157         stdout).  Show lilypond progress, even when not verbose.
10158
10159         * python/lilylib.py (system): New optional parameter to control
10160         showing of progress.
10161
10162         * scm/backend-documentation-lib.scm (check-dangling-properties):
10163         Fix error message.
10164
10165         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10166         axis, extent.
10167
10168         * scm/grob-property-description.scm (magnify): Remove.
10169         (extent, axis): Add.
10170
10171 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10172
10173         * VERSION: Release 1.7.6.
10174
10175         * scripts/convert-ly.py: more uniformization substitutions.
10176
10177         * buildscripts/new-chords.py (sub_chords): new file.
10178
10179 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10180
10181         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10182         lilypond.map.  Include sauter fonts too.  Cleanups.
10183
10184 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10185
10186         * Documentation/user/tutorial.itely (First steps): change to new
10187         chord/tie/slur/beam notation.
10188
10189         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10190         ties.
10191
10192         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10193         engraver. Process ties in postfix notation, i.e. c8-~ c
10194
10195         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10196
10197         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10198
10199         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10200
10201         * lily/beam-engraver.cc (try_music): accept new-beam-events
10202
10203         * input/regression/chord-scripts.ly (texidoc): new file
10204
10205         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10206         script-events.
10207
10208         * scm/script.scm (default-script-alist): cleanup.
10209
10210         * lily/script-engraver.cc (make_script_from_event): cleanup.
10211
10212         * lily/lyric-combine-music-iterator.cc
10213         (Lyric_combine_music_iterator): remove superfluous events.
10214         (melisma_busy): new function. Fix broken melismas.
10215
10216 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10217
10218         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10219         Remove nonvalid settings. Use descriptive key names.
10220         Use <Return> to indicate the pressing of that key.
10221
10222 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10223
10224         * scripts/lilypond-book.py (option_definitions): Typo.
10225
10226         * scripts/ly2dvi.py: Updates.
10227
10228         * python/lilylib.py (setup_environment, print_environment)
10229         (get_bbox, make_preview): Merge and remove from ly2dvi and
10230         lilypond-book.
10231
10232         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10233
10234         * .cvsignore: Remove some cruft.
10235
10236         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10237         path.
10238
10239         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10240         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10241         throughout.
10242
10243         * python/lilylib.py (quiet_system): Junk
10244         (system): Display error log upon failure.
10245         (read_pipe): New function.  Cleanups and fixes.
10246
10247         * python/*.py: Rename from *.py.in.
10248         
10249         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10250
10251         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10252
10253 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10254
10255         * python/GNUmakefile: Bugfix: handle modules.
10256
10257         * stepmake/stepmake/python-module-targets.make (default): Add
10258         compiled modules. 
10259
10260         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10261         compiling modules.
10262
10263         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10264         Bugfix.  (OUT_PYC_MODULES): Add.
10265
10266 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10267
10268         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10269         Use default paths. Refresh description.
10270
10271 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10272
10273         * VERSION: 1.7.5 released
10274
10275         * input/regression/finger-chords.ly (texidoc): new file.
10276
10277         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10278         support
10279
10280         * lily/fingering-engraver.cc (process_music): remove kludgy
10281         scriptHorizontal stuff.
10282
10283         * lily/script.cc: remove staff-support property.
10284
10285         * lily/new-fingering-engraver.cc (add_fingering): new
10286         file. Fingering engraver for new style chords.
10287
10288 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10289
10290         * lily/parser.yy (bare_number): allow 4 \cm (without
10291         decimal dot). (should backport to 1.6?)
10292
10293         * ly/declarations-init.ly: use Scheme for dimension defs.
10294
10295         * lily/parser.yy (TODO): remove hard coded dimensions, add
10296         REAL NUMBER_IDENTIFIER production.
10297
10298         * lily/rest-collision.cc (force_shift_callback): rewrite using
10299         -done property.
10300
10301         * scm/grob-property-description.scm (rest-collision-done): add
10302         property.
10303         
10304         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10305
10306 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10307
10308         * input/regression/multi-measure-rest-center.ly: new file.
10309
10310         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10311         off horizontally by 0.05 ss. Fixed.
10312
10313 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10314
10315         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10316
10317         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10318
10319 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10320
10321         * lily/tie.cc (get_control_points): also avoid staff lines on the
10322         just outside the outer staff lines
10323
10324 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10325
10326         * ly/params-init.ly: Just define style-alist, no need to
10327         define-public.
10328
10329         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10330         (thanks Han-Wen).
10331
10332         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10333         (FET_FILES): = FONT_FILES.
10334
10335         * Merge from stable:
10336
10337             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10338
10339 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10340
10341         * VERSION: 1.7.4 released.  
10342         
10343         * scm/generate-documentation.scm (string-append): add macro
10344         definitions.
10345
10346         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10347         normal texts.
10348
10349         * lily/multi-measure-rest-engraver.cc: make separate
10350         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10351
10352         * lily/multi-measure-rest.cc: remove text handling. Remove
10353         number-threshold.
10354
10355 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10356
10357         * scm/music-types.scm: doc patch by Graham Percival
10358
10359 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10360
10361         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10362         encoding part.
10363         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10364         (sketch_p): Sketch wants only first four elements of X11 font spec.
10365
10366         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10367
10368         * mf/feta-autometric.mf: Write foundry and family to log.
10369
10370         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10371         font translation table.
10372
10373         * buildscripts/mf-to-table.py: Better font info into afm.
10374
10375         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10376         1.0.9 required.
10377
10378         * configure.in: Whine for mftrace 1.0.9.
10379
10380 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10381
10382         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10383
10384         * lily/main.cc (main_prog): don't try to load init.EXT when
10385         processing foo.EXT.
10386
10387 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10388
10389         * scm/tex.scm (zigzig-line): added.
10390
10391         * scm/ps.scm (zigzag-line): added.
10392
10393         * ps/music-drawing-routines.ps (subvec): added.
10394         (draw_zigzag_line): added.
10395         
10396         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10397         grob properties zigzag-width and zigzag-length.
10398
10399         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10400
10401 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10402
10403         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10404         svg output, including font.
10405
10406 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10407
10408         * scm/lily.scm: Register sodipodi output module.
10409
10410         * scm/sodipodi.scm: New file.
10411
10412         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10413
10414         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10415         comment, after header.
10416         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10417         FullName.  Fix FontName key.
10418
10419 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10420
10421         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10422         and breve rests.
10423         
10424         * input/test/blank-notes.ly: bugfix
10425
10426         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10427         rests. (Kim Shrier)
10428
10429         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10430         
10431 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10432
10433         * scm/tex.scm: 
10434         * scm/ps.scm: Cleanup and remove obsolete junk.
10435
10436         * Documentation/user/internals.itely:
10437         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10438
10439         * lily/parser.yy: Identify shift/reduce problems.
10440
10441         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10442         make-style-sheet.  Too specific for convert-ly?
10443
10444 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10445
10446         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10447
10448         * input/test/*.ly: various fixes.
10449
10450         * lily/music.cc (name): bugfix
10451
10452         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10453
10454         * lily/input-file-results.cc (code): set-point-and-click! ->
10455         set-point-and-click
10456         
10457 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10458
10459         * Use uniform ly: prefix for exported scheme primitive functions.
10460
10461         * scm/music-types.scm: junk compat glue
10462
10463         * scripts/convert-ly.py: add rules for stuff below, junk
10464         compatibility glue for spanrequest.
10465
10466         * lily/parser.yy (verbose_event): remove \spanrequest,
10467         \commandspanrequest, \script. 
10468         
10469         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10470
10471         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10472         for \penalty, \glissando.
10473
10474         * VERSION: release 1.7.3
10475         
10476 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10477
10478         * lily/accidental-engraver.cc: Fix
10479         grace-in-the-beginning-of-measure bug caused by the resent
10480         partial-measure fix.
10481
10482         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
10483         overlap looks too crowded)
10484         
10485 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10486
10487         * lily/parser.yy (assignment): allow SCM expression as assignment.
10488
10489         * lily/include/music-output-def.hh (class Music_output_def):
10490         * lily/music-output-def.cc: 
10491         * lily/paper-def.cc: 
10492         * scm/font.scm (markup-to-properties):
10493         * lily/parser.yy (music_output_def_body): 
10494         remove style_sheet_
10495
10496 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10497
10498         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
10499         length.
10500
10501         * input/regression/spacing-to-grace.ly: new file.
10502
10503         * input/regression/spacing-end-of-line.ly: new file.
10504
10505         * lily/note-spacing.cc (get_spacing): take into account breakable
10506         stuff sticking out at the left (time sig change at line break).
10507
10508         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
10509         raggedright code.
10510
10511         * scm/music-functions.scm (make-voice-props-set): add
10512         staff-position for mm rests.
10513  
10514         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
10515         before grace notes a little.
10516
10517         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
10518
10519         * lily/break-align-interface.cc (do_alignment): right-edge spacing
10520         key adds space at the end of line. 
10521
10522 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10523
10524         * scm/sketch.scm: Fix beams.
10525
10526         * buildscripts/mf-to-table.py: Add EncodingScheme.
10527
10528         * scm/sketch.scm: Resurrect.
10529
10530 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10531
10532         * lily/multi-measure-rest.cc: use breve rests for measure lengths
10533         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
10534
10535 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10536
10537         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
10538
10539         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10540
10541 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10542
10543         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
10544         token for origin information.
10545
10546         * lily/parser.yy (My_lily_lexer): do identifier location and
10547         cloning from lexer.
10548
10549         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
10550         logic out of the parser. Add bar checks on both ends.
10551
10552         * Documentation/user/refman.itely (Multi measure rests): add more
10553         notes about mm rests.
10554
10555 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10556
10557         * input/regression/bar-scripts.ly: Re-enable.
10558
10559         * lily/parser.yy:
10560         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
10561         released rsn.  Bison 1.50 has a crucial bug and won't work.
10562
10563         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10564
10565
10566 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10567
10568         * input/regression/bar-scripts.ly: Blunt documentation build fix.
10569
10570 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10571
10572         * Actually merge changes since 1.6.4 besides ChangeLog, and
10573         resolve conflicts.  Lots of updates, hope all is well.
10574         
10575         * cygwin/lilypond.hint (requires): Add ghostscript.
10576
10577         * scm: Update some (c).
10578         
10579 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10580
10581         * input/test/{various}.ly: add \header fields and texidoc strings.
10582
10583 2002-10-05  Werner Lemberg  <wl@gnu.org>
10584
10585         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
10586         renamed to `output_latex_quoted'.
10587         Added `output_latex_noquote'.
10588         (schedule_lilypond_block): Implement `noquote' option for LaTeX
10589         mode.
10590
10591 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10592
10593         * ChangeLog: Add 1.6.6 release marker.  See below.
10594
10595         * stepmake/stepmake/po-targets.make: Remove --c++ option.
10596
10597         * scripts/midi2ly.py: Fix global syntax warnings.
10598
10599         * GNUmakefile.in: Generate builddir locale tree too.
10600
10601         * scripts/ly2dvi.py:
10602         * scripts/midi2ly.py: 
10603         * scripts/mup2ly.py: 
10604         * scripts/update-lily.py:
10605         * lily/main.cc (setup_paths): Fix for locales setup.
10606
10607 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10608
10609         * Documentation/windows/installing.texi: Soften wording about
10610         necessity of becoming Administrator.  tommie@iae.nl reports this
10611         does not seem to be necessary for his flavour of Windows 2000.
10612         Explicitely discourage text mode mounts.
10613
10614 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10615
10616         * lily/rest.cc (after_line_breaking): backport dot position fix.
10617
10618         * lily/rest-collision.cc (do_shift): also remove dots for suicided
10619         rests. Thanks to Klaus Zimmermann for finding this bug.
10620
10621 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10622
10623         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
10624
10625 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10626
10627         * Documentation/user/music-glossary.tely: fix links.
10628
10629 2002-10-21  Werner Lemberg  <wl@gnu.org>
10630
10631         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
10632         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
10633         scaling factor) only once and use them in the definition of
10634         \embeddedps.
10635         * ps/music-drawing-routines.ps (skeel): Removed.
10636
10637 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10638
10639         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
10640         Solaris7, as we don't use nested $( ) constructs.
10641
10642 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10643
10644         * VERSION: Release 1.6.6.
10645         
10646 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10647
10648         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
10649         as workaround for /bin/sh problems on Solaris7.
10650
10651 2002-10-19  Werner Lemberg  <wl@gnu.org>
10652
10653         * GNUmakefile.in (web-doc): Fix typos.
10654         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
10655         `music-drawing-routines.ps' but emit \special{header=...} once.
10656         * scm/tex.scm (header-end): Updated.
10657
10658 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10659
10660         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
10661         undefined tremolo. 
10662
10663 2002-10-15  Werner Lemberg  <wl@gnu.org>
10664
10665         * scripts/lilypond-book.py (g_make_html): New global variable.
10666         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
10667         if `g_make_html' isn't set.
10668         [main]: Add format `texi-html'.
10669         (option_definitions): Updated.
10670         * Documentation/user/lilypond-book.itely: Updated.
10671
10672         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
10673         * make/ly-rules.make (%.texi, %.nexi): Use it.
10674         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
10675         format to lilypond-book.
10676         * GNUmakefile.in (web-doc): Ditto.
10677
10678 2002-10-14  Werner Lemberg  <wl@gnu.org>
10679
10680         Further improve TeX output.  The produced files are about 40%
10681         smaller.  `lilyponddefs.tex' is now read only once.
10682
10683         * tex/lilyponddefs.tex: Remove footer stuff.
10684         (\ifundefined): Renamed to...
10685         (\lilypondundefined): This.  Use LaTeX's definition to
10686         make it nestable and make it global.
10687         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
10688         output.
10689         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
10690         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
10691         them global.
10692         (\placebox): Renamed to...
10693         (\lyitem): This.
10694         Make it global and call \outputscale by itself.
10695         (\lybox, \lyvrule): New macros to reduce input data.
10696         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
10697         New auxiliary macros.
10698         (\SkipLilydefs, \EndLilyPondOutput): Removed.
10699         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
10700         to...
10701         (\lilypondspace): This and made it global.
10702         (\turnOnPostScript): Renamed to...
10703         (\lilypondpostscript): This and made it global.
10704         (\turnOnExperimentalFeatures): Renamed to...
10705         (\lilypondexperimentalfeatures): This and made it global.
10706         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
10707         (\lilypondsetdimen): This and made it global.
10708         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
10709         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
10710         (all, $(outdir)/music-drawing-routines.ps): New rules.
10711         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
10712         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
10713         start-system, stop-system, stop-last-system, filledbox): Updated to
10714         use the changed macros from lilyponddefs.tex.
10715         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
10716
10717 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10718
10719         * Documentation/windows/installing.texi: Update.
10720
10721 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10722
10723         * VERSION: 1.6.5 released
10724
10725         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
10726
10727 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10728
10729         * scm/translator-property-description.scm (voltaOnThisStaff): add
10730         property.
10731
10732 2002-09-28  Werner Lemberg  <wl@gnu.org>
10733
10734         * scm/tex.scm (header-end): Suppress page numbering.
10735
10736         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
10737         Fix quotation for HTML output.
10738
10739 2002-09-28   Graham Percival   <gperciva@sfu.ca>
10740         
10741         * Documentation/user/refman.itely: grammar and phrasing
10742           fixes to "Note Entry" section.  Also adds a few new examples.
10743
10744 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10745
10746         * flower/include/string-data.icc: include string.h
10747
10748 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10749
10750         * scm/chord-name.scm (chord::inner-name-banter): remove space.
10751
10752 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10753
10754         * Documentation/user/GNUmakefile (extra-local-help): Add.
10755
10756         * stepmake/stepmake/www-targets.make (local-help): Add.
10757
10758 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10759
10760         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
10761         packages.
10762
10763         * Documentation/topdocs/README.texi (Top): building documentation
10764         (not website.)
10765
10766 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10767
10768         * Documentation/user/refman.itely: 
10769         * Documentation/user/tutorial.itely: 
10770         * Documentation/user/music-glossary.tely: Merge changes.
10771
10772         * Documentation/user/glossary.html.in: 
10773         * Documentation/index.texi: 
10774         * Documentation/header.html.in: Accomodate renaming of glossary.
10775         
10776         * Documentation/user/tutorial.itely: Add some glossary references.
10777         
10778         * Documentation/user/refman.itely: Minor fixes.
10779         
10780         * Documentation/user/lilypond.tely: Add glossary do direntry.
10781
10782         * Documentation/user/music-glossary.tely: Rename (previously:
10783         glossary.tely).  Fix anchor placement.
10784
10785         * Documentation/user/GNUmakefile: Make music-glossary.info too.
10786
10787 2002-09-23  Werner Lemberg  <wl@gnu.org>
10788
10789         * scripts/lilypond-book.py (output_dict): Fix handling of
10790         various environments by avoid extraneous newlines.
10791         Rename `output-all' regexp for html to `output-html'.
10792         Replace `output-all' regexp for texi with `output-texi-quote'
10793         and `output-texi-noquote'.
10794         (compose_full_body): Don't override `linewidth' user option
10795         for `singleline'.
10796         (schedule_lilypond_block): Don't indent text specified with
10797         `intertext' option.
10798         Add new option `noquote'.
10799         (compile_all_files): Use latex instead of tex to compile ly
10800         files directly.
10801
10802         * Documentation/user/lilypond-book.itely: Updated and revised.
10803         Improve layout.
10804
10805         * Documentation/user/glossary.tely,
10806         Documentation/user/introduction.itely,
10807         Documentation/user/tutorial.itely,
10808         Documentation/user/refman.itely,
10809         Documentation/user/appendices.itely: Fix overfull LilyPond
10810         boxes caused by the new lilypond-book code.  Other minor
10811         fixes.
10812
10813         * Documentation/user/macros.itexi (@texiflat): Don't emit
10814         trailing space.
10815
10816         * scm/tex.scm (end-output, header-end): Add preamble and
10817         postamble to make lilypond output directly compilable with
10818         latex.
10819
10820         
10821 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10822
10823         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
10824         instructions.
10825
10826 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10827
10828         * Documentation/user/glossary.tely: Add titling and hyperlinks.
10829
10830 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10831
10832         * lily/beam.cc (connect_beams): don't crash if there are quarter
10833         notes in beams.
10834
10835 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
10836
10837         * Documentation/user/refman.itely: corrected ancient clef
10838         docu; added docu on ligatures
10839
10840 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10841
10842         * Documentation/user/glossary.tely,
10843         Documentation/user/refman.itely, input/les-nereides.ly,
10844         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
10845         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
10846         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
10847         Stem properties: flag-style -> stroke-style, style -> flag-style.
10848
10849
10850 2002-09-22  Werner Lemberg  <wl@gnu.org>
10851
10852         * scripts/lilypond-book.py: Add option `notime' to suppress
10853         printing of a time signature.  Specify default indentation of 0pt
10854         if single line fragment.  Don't emit redundant `\paper{ }'.
10855
10856         * Documentation/user/lilypond-book.itely: Updated.
10857
10858         * Documentation/user/glossary.tely: Completely reformatting.
10859
10860 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10861
10862         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
10863
10864 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10865
10866         * Documentation/user/tutorial.itely: Fix links.
10867         
10868         * Documentation/topdocs/index.tely:
10869         * Documentation/index.texi:
10870         * Documentation/header.html.in: Small website fixes and updates.
10871
10872         * debian/: Debian patch by Anthony Fok.
10873
10874 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10875
10876         * Documentation/footer.html.in: How time flies: It's already 2002!
10877
10878         * Documentation/topdocs/index.tely: Stable/development fix.  Use
10879         more descriptive link names than 'here'.
10880
10881 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10882
10883         * VERSION: 1.7.2 released
10884         * VERSION: 1.6.4 released
10885         
10886         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
10887
10888         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
10889         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
10890
10891         * mf/feta-din.mf (test): add x-height and space.
10892
10893         * lily/dynamic-engraver.cc (process_music): take dynamic direction
10894         from ^_ for crescendi. Idem for slurs and phrasing slurs.
10895
10896         * ly/grace-init.ly: add-to-grace-init: function to portably add
10897         settings to \grace. 
10898
10899         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
10900         if we get an absolute dynamic event.
10901  
10902         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
10903
10904         * lily/source-file.cc (get_line): oops. All line numbers were off
10905         by 2. Fix that. 
10906
10907         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
10908         be after the note, combined with -_^, i.e. c4-(-\)-\>  
10909
10910         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
10911
10912         * lily/parser.yy (number_factor): remove (number) as number
10913         expression. ("Let them eat Lisp").
10914
10915 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10916
10917         * lily/horizontal-bracket.cc: new file.
10918
10919         * lily/horizontal-bracket-engraver.cc: new file.
10920
10921         * input/regression/note-group-bracket.ly: new file. Support
10922         horizontal note brackets for music analysis.
10923
10924         * lily/stem.cc (flag): new flag-style: no-flag.
10925
10926         * input/test/stem-cross-staff.ly: new file
10927         
10928         * Documentation/user/internals.itely: Improved formatting, fixing
10929         typos.  Added a section `Output details' to describe how the TeX
10930         code looks like.
10931
10932         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
10933
10934         * lily/parser.yy: remove \dynamicscript.
10935
10936         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
10937         definitions. 
10938
10939         * python/midi.c (midi_error): take two arguments.
10940
10941         * Merge 1.6.5 changes:
10942         
10943 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10944
10945         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
10946         staff-space.  Previous 1.5 was probably meant as half-spaces.
10947         (cautionary-style): parentheses (was: smaller).  This is what doco
10948         says, and it seems more logical.
10949
10950         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
10951         for 2nd sentence.
10952
10953 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10954
10955         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
10956
10957 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10958
10959         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
10960
10961 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10962
10963         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
10964
10965 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10966
10967         * scm/translator-property-description.scm (voltaOnThisStaff): add
10968         property.
10969
10970 2002-09-28  Werner Lemberg  <wl@gnu.org>
10971
10972         * scm/tex.scm (header-end): Suppress page numbering.
10973
10974         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
10975         Fix quotation for HTML output.
10976
10977 2002-09-28   Graham Percival   <gperciva@sfu.ca>
10978         
10979         * Documentation/user/refman.itely: grammar and phrasing
10980           fixes to "Note Entry" section.  Also adds a few new examples.
10981
10982 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10983
10984         * flower/include/string-data.icc: include string.h
10985
10986 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10987
10988         * scm/chord-name.scm (chord::inner-name-banter): remove space.
10989
10990 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10991
10992         * Documentation/user/GNUmakefile (extra-local-help): Add.
10993
10994         * stepmake/stepmake/www-targets.make (local-help): Add.
10995
10996 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10997
10998         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
10999         packages.
11000
11001         * Documentation/topdocs/README.texi (Top): building documentation
11002         (not website.)
11003
11004 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11005
11006         * Documentation/user/refman.itely: 
11007         * Documentation/user/tutorial.itely: 
11008         * Documentation/user/music-glossary.tely: Merge changes.
11009
11010         * Documentation/user/glossary.html.in: 
11011         * Documentation/index.texi: 
11012         * Documentation/header.html.in: Accomodate renaming of glossary.
11013         
11014         * Documentation/user/tutorial.itely: Add some glossary references.
11015         
11016         * Documentation/user/refman.itely: Minor fixes.
11017         
11018         * Documentation/user/lilypond.tely: Add glossary do direntry.
11019
11020         * Documentation/user/music-glossary.tely: Rename (previously:
11021         glossary.tely).  Fix anchor placement.
11022
11023         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11024
11025 2002-09-23  Werner Lemberg  <wl@gnu.org>
11026
11027         * scripts/lilypond-book.py (output_dict): Fix handling of
11028         various environments by avoid extraneous newlines.
11029         Rename `output-all' regexp for html to `output-html'.
11030         Replace `output-all' regexp for texi with `output-texi-quote'
11031         and `output-texi-noquote'.
11032         (compose_full_body): Don't override `linewidth' user option
11033         for `singleline'.
11034         (schedule_lilypond_block): Don't indent text specified with
11035         `intertext' option.
11036         Add new option `noquote'.
11037         (compile_all_files): Use latex instead of tex to compile ly
11038         files directly.
11039
11040         * Documentation/user/lilypond-book.itely: Updated and revised.
11041         Improve layout.
11042
11043         * Documentation/user/glossary.tely,
11044         Documentation/user/introduction.itely,
11045         Documentation/user/tutorial.itely,
11046         Documentation/user/refman.itely,
11047         Documentation/user/appendices.itely: Fix overfull LilyPond
11048         boxes caused by the new lilypond-book code.  Other minor
11049         fixes.
11050
11051         * Documentation/user/macros.itexi (@texiflat): Don't emit
11052         trailing space.
11053
11054         * scm/tex.scm (end-output, header-end): Add preamble and
11055         postamble to make lilypond output directly compilable with
11056         latex.
11057
11058         
11059 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11060
11061         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11062         instructions.
11063
11064 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11065
11066         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11067
11068 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11069
11070         * lily/beam.cc (connect_beams): don't crash if there are quarter
11071         notes in beams.
11072
11073 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11074
11075         * Documentation/user/refman.itely: corrected ancient clef
11076         docu; added docu on ligatures
11077
11078 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11079
11080         * Documentation/user/glossary.tely,
11081         Documentation/user/refman.itely, input/les-nereides.ly,
11082         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11083         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11084         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11085         Stem properties: flag-style -> stroke-style, style -> flag-style.
11086
11087 2002-09-22  Werner Lemberg  <wl@gnu.org>
11088
11089         * scripts/lilypond-book.py: Add option `notime' to suppress
11090         printing of a time signature.  Specify default indentation of 0pt
11091         if single line fragment.  Don't emit redundant `\paper{ }'.
11092
11093         * Documentation/user/lilypond-book.itely: Updated.
11094
11095         * Documentation/user/glossary.tely: Completely reformatting.
11096
11097 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11098
11099         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11100
11101 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11102
11103         * Documentation/user/tutorial.itely: Fix links.
11104         
11105         * Documentation/topdocs/index.tely:
11106         * Documentation/index.texi:
11107         * Documentation/header.html.in: Small website fixes and updates.
11108
11109         * debian/: Debian patch by Anthony Fok.
11110
11111 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11112
11113         * Documentation/footer.html.in: How time flies: It's already 2002!
11114
11115         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11116         more descriptive link names than 'here'.
11117
11118 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11119
11120         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11121
11122 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11123
11124         * lily/part-combine-music-iterator.cc (get_state): cleanup
11125         (get_music_info): cleanup.
11126
11127 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11128
11129         * scm/backend-documentation-lib.scm (interface-doc-string):
11130         crosslinks between interfaces and grobs. Headings for interfaces
11131         in grob explanation.
11132
11133 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11134
11135         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11136         dtd).  Add preliminary dtd.
11137         (re-sub-alist): Robustify.
11138
11139 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11140
11141         * lily/include/event-chord-iterator.hh,
11142         lily/context-specced-music-iterator.cc,
11143         lily/event.cc, lily/event-chord-iterator.cc: add
11144
11145 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11146
11147         * lily/: some (c) header fixes.
11148         
11149         * lily/request-chord.cc: Remove.
11150         
11151         * lily/include/event-chord-iterator.hh:
11152         * lily/include/event.hh:
11153         * lily/event-chord.cc: New file.
11154         
11155         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11156         requested.
11157
11158 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11159
11160         * lily/ : rename Request to Event
11161
11162         * lily/parser.yy (command_element): move clef stuff into Scheme.
11163
11164         * lily/:  rename length_mom () to get_length()
11165
11166         * lily/part-combine-music.cc: removed file and class.
11167
11168         * lily/context-specced-music-iterator.cc (class
11169         Context_specced_music_iterator): new file. Obsoletes the
11170         Context_specced_music type.
11171
11172         * scm/music-types.scm (make-repeated-music): put different kinds
11173         of repeated music into music-type table.
11174
11175         * VERSION: 1.7.1 released.
11176
11177         * scm/to-xml.scm: new file.
11178
11179         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11180         new Input representation: dump music as XML.
11181
11182         * scm/engraver-documentation-lib.scm
11183         (engraver-accepts-music-types?): add links from music to engraver,
11184         from music-type to engraver.
11185
11186         * lily/include/command-request.hh: removed
11187         lily/include/musical-request.hh: removed. Removed all _req classes
11188         except Key_change_req. Changes throughout.
11189
11190 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11191
11192         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11193
11194 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11195
11196         * lily/*.cc: specify accepts for many engravers.
11197
11198         * scm/music-documentation-lib.scm: dump music expressions and
11199         music subtypes.
11200
11201         * scm/documentation-lib.scm: complete revision.
11202         Use GOOPS objects to store document tree explicitly. Cleaned up and
11203         sped up doco generation a lot.
11204
11205 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11206
11207         * input/trip.ly (fugaIILeft): add arpeggio
11208
11209         * lily/translator-group.cc (try_music_on_nongroup_children):
11210         oops. The name symbol is in the cdr of the assoc handle.
11211
11212         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11213         Hyphen_req, Glissando_req, Break_req, Mark_req 
11214
11215 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11216
11217         * lily/musical-request.cc (music-duration-length,
11218         music-duration-compress): new functions.
11219
11220         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11221         throughout. Warning doesn't work yet.
11222
11223         * lily/translator-group.cc (try_music_on_nongroup_children):
11224         new implementation: store candidate acceptors in a hashTable.
11225
11226 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11227
11228         * scm/music-types.scm (music-descriptions): change name to
11229         internal-class-name
11230
11231         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11232
11233 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11234
11235         * lily/beam.cc (connect_beams): don't crash if there are quarter
11236         notes in beams.
11237
11238 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11239
11240         * Documentation/user/refman.itely: corrected ancient clef
11241         docu; added docu on ligatures
11242
11243 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11244
11245         * Documentation/user/glossary.tely,
11246         Documentation/user/refman.itely, input/les-nereides.ly,
11247         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11248         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11249         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11250         Stem properties: flag-style -> stroke-style, style -> flag-style.
11251
11252 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11253
11254         * scm/music-functions.scm (music-separator?): don't use name music
11255         property.
11256
11257 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11258
11259         * stepmake/stepmake/generic-targets.make (help): Document check
11260         target.
11261
11262         * lily/new-accidental-engraver.cc: Compile fix.
11263
11264 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11265
11266         * scripts/convert-ly.py: Add rule.
11267
11268         * input/test/music-creation.ly:
11269         * input/test/add-staccato.ly:
11270         * input/test/add-text-script.ly: ly-make-music.
11271
11272         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11273         More ly-make-music renamings.
11274
11275         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11276
11277         * lily/music-constructor.cc (make_music): Add debugging info.
11278
11279         * scm/music-functions.scm (make-simultaneous-music,
11280         (make-sequential-music, context-spec-music):
11281         * scm/music-types.scm (music-descriptions): Get lily to run.
11282
11283 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11284
11285         * lily/command-request.cc (transpose_key_alist): new function.
11286
11287         * lily/key-performer.cc (create_audio_elements): cleanup. 
11288
11289 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11290
11291         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11292
11293         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11294         events-accepted field.
11295
11296         * scm/music-types.scm: new file.
11297
11298         * lily/parser.yy: put music type initialization into scheme,
11299         similar to grob initialization.  Changes throughout.
11300
11301 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11302
11303         * Documentation/user/tutorial.itely: Fix links.
11304         
11305         * Documentation/index.texi: 
11306         * Documentation/header.html.in: 
11307         * Documentation/topdocs/index.tely: Small website fixes and updates.
11308
11309         * debian/: Debian patch by Anthony Fok.
11310
11311 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11312
11313         * Documentation/footer.html.in: How time flies: It's already 2002!
11314
11315         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11316         more descriptive link names than 'here'.
11317
11318         * ROADMAP: Remove test stuff.
11319
11320         * scripts/update-lily.py: Allow auto-building of stable and
11321         development versions.  Bugfixes.
11322
11323 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11324
11325         * VERSION: released 1.7.0
11326
11327         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11328
11329         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11330         positive line widths.
11331
11332 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11333
11334         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11335         go.  Fix comments.
11336
11337         * cygwin: Cygwin updates.
11338
11339 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11340
11341         * Documentation/windows/installing.texi (Top): version for python,
11342         urls for ghostscript (thanks to John Potelle)
11343         
11344         * lily/simultaneous-music-iterator.cc
11345         (Simultaneous_music_iterator): init children_list_ before
11346         triggering GC.
11347
11348         * lily/*-iterator.cc: be even more careful with smobbed copy
11349         constructors. 
11350
11351         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11352         LeftEdge item.
11353
11354 2002-09-15  Werner Lemberg  <wl@gnu.org>
11355
11356         Improving LilyPond's output to make them ordinary TeX boxes with
11357         predictable dimensions.  System boxes are now vertically centered on
11358         the baseline; this offset can be further controlled with
11359         \lilypondscoreshift.
11360
11361         * lily/system.cc (System::post_processing): Pass length of current
11362         system to `start-system' (including any horizontal indentation).
11363
11364         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11365         prettier.
11366         (lily-def): Append `%'.
11367         (start-system): Add parameter `wd'.  Output more TeX code to specify
11368         box dimensions.
11369         (stop-system, stop-last-system): Complement changes in
11370         `start-system'.
11371         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11372         Updated.
11373
11374         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11375         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11376         Write final `\endinput'.
11377
11378         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11379         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11380         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11381         files and macro definitions don't produce spurious spaces and
11382         paragraphs (using \endlinechar).
11383         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11384
11385         * Documentation/user/internals.itely: Improved formatting, fixing
11386         typos.  Added a section `Output details' to describe how the TeX
11387         code looks like.
11388
11389 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11390
11391         * lily/accidental-engraver.cc: Also work with partial measures.
11392
11393 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11394
11395         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11396         spanner.
11397
11398 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11399
11400         * lily/identifier-smob.cc (unpack_identifier): new file.
11401
11402         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11403         pass off scheme expressions as music identifiers.
11404
11405         * scm/lily.scm: reorganisation, cleanups.
11406
11407         * lily/main.cc: small cleanups.
11408
11409 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11410
11411         * lily/ly-module.{cc,hh}: new file.
11412
11413 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11414
11415         * lily/accidental-engraver.cc: Also work with partial measures.
11416
11417 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11418
11419         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11420
11421 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11422
11423         * lily/my-lily-lexer.cc: use SCM module in stead of
11424         Scheme_hash_table. Changes throughout.  
11425
11426 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11427
11428         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11429