]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
Update.
[lilypond.git] / ChangeLog
1 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * scm/output-gnome.scm: Update.
4
5 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6
7         * scm/output-gnome.scm: New file.
8
9         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
10
11 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12
13         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
14         (find_scaled_font): move from Paper_def
15
16 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
17
18         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
19         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
20
21         * po/fr.po: update po.
22
23         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
24
25         * lily/book-paper-def.cc (print_smob): new file.
26
27 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
28
29         * buildscripts/lilypond-words.py: search words also from
30         music-functions-init.ly.
31
32 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
33
34         * ly/music-functions-init.ly (def-music-function): new helper
35         macro for defining music functions. \addlyrics \appoggiatura
36         \acciaccatura \grace \partcombine \autochange \applycontext
37         \applyoutput and \breathe are now defined here thanks to it.
38
39         * lily/parser.yy: 
40         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
41         \grace \partcombine \autochange \applycontext \applyoutput and
42         \breathe keywords removed from the parser.
43
44         * lily/parser.yy: 
45         * lily/music-function.cc (ly_make_music_function): 
46         * lily/lexer.ll (music_function_type): added a case for 0-arg
47         music functions.
48
49 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
50
51         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
52         refering to a music expression can be used in lily-inside-scheme:
53         #{ $music #}
54
55         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
56         and ly:parser-define, and change ly:parser-parse-string in order
57         to make #{ $music #} work.
58
59         * scm/new-markup.scm (compile-markup-expression): when an argument
60         is a string, use `make-simple-markup'.
61
62 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
63
64         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
65
66 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
67
68         * scripts/convert-ly.py (FatalConversionError.func): handle + in
69         font-size. (backportme)
70
71 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
72
73         * lily/paper-outputter.cc (output_stencil): dump font definitions
74         before each stencil.
75
76         * lily/include/paper-book.hh (struct Score_lines): new
77         struct. Collect info per Paper-score.
78
79         * lily/include/page.hh (class Page): to_stencil() returns Stencil
80         everywhere.
81
82         * lily/stencil.cc (find_expression_fonts): new function
83
84         * lily/paper-outputter.cc (output_stencil): use
85         interpret_stencil_expr
86
87         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
88         (interpret_stencil_expr): new function. Generic stencil
89         interpretation.
90
91         * lily/paper-def.cc (find_scaled_font): divide lookup
92         magnification by outpuscale for non-virtual fontmetrics. This
93         fixes ludicrously long font definitions for text
94         fonts. (backportme)
95
96         * lily/score-engraver.cc: remove
97         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
98
99 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
100
101         * input/test/markup-score.ly: Remove \notes.
102
103         * lily/parser.yy (book_body): Grok Composite_music and \header.
104         (markup): Push NOTES mode before score_block.
105
106         * VERSION: release 2.3.1
107         
108         * mf/feta-klef.mf: 
109         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
110
111         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
112
113         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
114
115 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
116
117         * scm/output-tex.scm (output-tex-string): tighten safe security.
118
119         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
120
121         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
122         allowed ly functions.
123
124         * lily/ly-module.cc (ly_module_define): only define variable if
125         bound.
126         (ly_make_anonymous_module): take safe option.
127
128 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
129
130         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
131
132 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
133
134         * input/regression/newaddlyrics.ly: Fix.
135
136         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
137         \score \notes.
138
139 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
140
141         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
142
143 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
144
145         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
146
147         * lily/paper-line.cc (Paper_line): don't store list of stencils,
148         but convert to single Stencil immediately.
149
150         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
151
152 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
153
154         * scm/output-sodipodi.scm: Resurrect sodipodi output.
155
156 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
157
158         * elisp/lilypond-mode.el: Changed the way defaults are created for
159         LilyPond-command-master.  LilyPond-mode will now check the
160         timestamps of the files to see which command has to run next.
161
162 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
163
164         * scm/bass-figure.scm (format-bass-figure): don't set
165         number-markup for strings. This fixes string in bass
166         figure. (backportme)
167
168         * lily/parser.yy (bass_number): insert number-markup into figure
169         definition.
170
171         * scm/define-music-properties.scm (all-music-properties): make
172         'figure a markup.
173
174         * scripts/convert-ly.py (conv): \apply -> \applymusic
175
176 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
177
178         * elisp/lilypond-mode.el: changed the order of some commands
179         ("Midi" after "2Midi"), use the user-defined
180         LilyPond-command-default as default instead of "LilyPond"
181
182         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
183         to set the master file for the next command.
184
185         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
186         with font-lock-reference-face.
187
188 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
189
190         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
191
192         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
193
194 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
195
196         * ly/music-functions-init.ly (TODO): new file.
197
198         * lily/parser.yy (Generic_prefix_music_scm): add more
199         music_function symbols.
200         (Prefix_composite_music): change \apply to music-function   
201
202         * lily/include/music-function.hh: rename to music-function
203
204 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
205
206         * lily/music-head.cc (LY_DEFINE): change order of args.
207
208         * input/regression/music-head.ly (texidoc): new file.
209
210         * lily/parser.yy (Generic_prefix_music): allow generic
211         music-transformation functions. 
212
213         * lily/include/music-head.hh (is_music_head): new file.
214
215         * lily/music-head.cc (get_music_head_transform): new file.
216
217 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
218
219         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
220         empty extent. This fixes ottava brackets on rests. (backportme)
221
222         * make/lilypond.redhat.spec.in (Group): ln png files for info.
223
224         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
225
226         * cygwin/lily-wins.py: update for the lily-wins.py script.
227
228 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
229
230         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
231         code. This will obviate typeset_grob () in the future.  The effect
232         of this is that improperly written spanner handling will result in
233         invalid spanner bounds.
234         (announce_grob): add to elems_ from here
235         (typeset_grob): comment out.  
236
237         * lily/include/engraver.hh (make_spanner): new calling interface
238         for make_{item,spanner}. This obviates most calls to
239         announce_grob().
240                 
241         * scm/music-functions.scm (set-accidental-style): use GrandStaff
242         iso. PianoStaff for piano styles.
243
244 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
245
246         * Documentation/user/music-glossary.tely: add segno after d.s.
247
248 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
249
250         * lily/include/audio-column.hh: remove unused variables.
251         (patch by Michael Welsh Duggan)
252
253         * flower/include/axes.hh (other_axis): inline Axes function
254         (thanks to David Brandon).
255
256 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
257
258         * cygwin/mknetrel: Install image links (backportme).
259
260         * Documentation/user/GNUmakefile (local-install-info): Activate
261         actual installing of image links (backportme).
262
263 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
264
265         * Documentation/user/notation.itely (Measure repeats): Removed
266         unnecessary (and confusing) \context Voice{.
267
268 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
269
270         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
271
272         * lily/page.cc (Page): Do not use ly_scheme_function for
273         volatile/configurable variables (FIXME: better name).
274
275         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
276         get_scmvar).
277
278 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
279
280         * scripts/convert-ly.py (FatalConversionError.subst): use
281         \transposition.
282
283 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
284
285         * lily/include/page.hh (class Page): Declare left_margin ().
286
287         * lily/page.cc: Remove paper var caching.
288
289 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
290
291         * Documentation/user/music-glossary.tely: Add name to @top node.
292         Remove comment from @table definitions (workaround for makinfo
293         bug).
294
295         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
296         ly:stencil-get-expr).  Update callers.
297         (ly:stencil-align-to!):  Return stencil too.
298
299         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
300         stencil.  Remove looped line-based page output.
301         (output_line): Use line stencil.  Remove looped stencil-based line
302         output.
303
304         * lily/page.cc (ly:page-paper-lines): New function.
305
306         * input/test/markup-score.ly: New file.
307
308         * scm/define-markup-commands.scm (stencil): New markup.
309
310         * lily/book.cc (to_stencil): New method.
311
312         * lily/parser.yy (markup): Use it to grok \score.
313
314 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
315
316         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
317
318         * lily/paper-book.cc (pages): Change signature.  Update callers.
319
320         * lily/include/page.hh:
321         * lily/page.cc: New file.
322
323         * lily/paper-line.cc (to_stencil): New method.
324         
325         * lily/paper-outputter.cc (output_stencil): New method.
326
327         * lily/paper-outputter.cc (output_line): Use them.
328
329         * lily/warn.cc: Remove.
330
331         * lily/my-lily-parser.cc (distill_inname): Remove.
332
333         * flower/include/file-name.hh: 
334         * flower/file-name.cc: New file.  Update users.
335
336         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
337         (find): New method of same name.
338
339         * lily/my-lily-parser.cc (ly:parse-file): Use it.
340
341         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
342         constant error message.
343
344 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
345
346         * input/test/{blank-notes.ly,staff-container.ly}: typos.
347
348 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
349
350         * Documentation/user/music-glossary.tely: @table @strong' replaced
351         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
352         (backportme).
353
354 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
355
356         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
357
358         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
359         #{ lily music expression #} that returns an equivalent scheme
360         music expression by parsing the string.
361
362 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
363
364         * lily/my-lily-parser.cc:
365         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
366         SCM string (foo.ly/toto.scm support).
367
368 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
369
370         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
371
372 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
373
374         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
375
376         * scripts/lilypond-book.py: LY code that includes \header is
377         not assumed to be a fragment.
378
379 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
380
381         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
382         tremolo beams up.
383
384         * lily/stem.cc (chord_start_y): Return 0 if no heads.
385         (get_default_stem_end_position): No tremolo head juggling if no
386         heads.  Fixes tremolo crash on rests (backportme).
387
388         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
389
390 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
391
392         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
393         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
394
395         * lily/lexer.ll: Allow \encoding in NOTES mode.
396
397         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
398         for lyrics, not for commands.
399
400         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
401         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
402
403         * input/regression/newaddlyrics.ly: New file.
404
405         * Documentation/topdocs/NEWS.texi: Update.
406
407         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
408         (Music_list): Allow embedded scm.
409
410         * lily/score.cc (ly:score-bookify): New function.
411
412         * lily/music.cc (ly:music-scorify): Idem.
413
414         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
415         (ly:parser-print-score): Idem.
416
417         * scm/lily.scm (default-toplevel-book-handler): Idem.
418         (default-toplevel-music-handler): Idem.
419         (default-toplevel-score-handler): Idem.
420
421         * ly/declarations-init.ly: Set default toplevel handlers.
422
423         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
424
425         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
426         printer for score at toplevel.
427
428 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
429
430         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
431         Fix for simple case: input/simple-song.ly, more complex stuff
432         does not work yet.
433
434 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
435
436         * lily/parser.yy (Prefix_composite_music): split Composite_music
437         in Prefix_composite_music and Grouped_music_list.
438         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
439
440 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
441
442         * scm/lily.scm (toplevel-expression): New define.
443
444         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
445
446         * lily/parser.yy (toplevel_expression): Use it.
447
448         * lily/include/my-lily-parser.hh: Smobbify.
449
450         * lily/my-lily-parser.cc (parse_string): New method.
451         
452         * lily/my-lily-parser.cc (ly:parse-string): New function.
453
454         * Documentation/user/lilypond.tely: Add comment and workaround for
455         gs-8.01 crash.  Fixes make web.
456
457         Simplification of toplevel music.
458         
459         * lily/lexer.ll, lily/parser.yy:
460
461         * In LYRICS mode, return LYRICS_STRING.  This fixes one
462         shift/reduce problem.
463
464         * Use NOTES mode at start of maininput.
465
466         * Grok toplevel composite music expression, put in score and book.
467
468         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
469
470         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
471
472         * input/simple.ly: New file.
473         
474         * input/simple-song.ly: Idem.
475
476 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
477
478         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
479         Sandberg.
480
481 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
482
483         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
484
485 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
486
487         * input/regression/accidental-octave.ly: doc automatic showing
488         of note names.
489
490 2004-04-16  Heikki Junes <janneke@gnu.org>
491
492         * po/fi.po: do "make po && make -C po po-update" at top-level,
493         then "cp po/out/fi.po po/fi.po" and update fields.
494
495         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
496
497 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
498
499         * Documentation/user/introduction.itely (About this manual): Fix
500         templates and regression urls (backportme).
501
502 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
503
504         * ly/engraver-init.ly (Score:graceSettings): Increase
505         beamed-lengths, especially for 32nd notes.
506
507         * Documentation/user/notation.itely (Grace notes): Correct the
508         syntax for add-grace-property example.
509
510 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
511
512         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
513         `Generated' tag.
514
515         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
516         Severely broken (the Debian package, at least).
517
518 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
519
520         * lily/context.cc (find_create_context): assign to lvalue.
521
522 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
523
524         * lily/include/translator.hh (class Translator): rename
525         get_parent_context() to context () to avoid confusion.
526
527         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
528
529         * lily/lexer.ll: change is_string -> ly_c_string_p 
530
531         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
532
533         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
534
535         * VERSION: release 2.3.0
536
537         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
538
539         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
540         if nonempty.
541
542         * lily/include/context.hh (class Context): make members protected.
543         (children_contexts): new accessor function.
544
545         * lily/include/translator.hh (class Translator): make
546         daddy_context_ protected.
547         (class Translator): clean up. 
548
549         * lily/include/context.hh (class Context): make daddy_context_
550         private.
551
552         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
553         higher for finding Voice. (backportme)  
554
555         * lily/include/context.hh (class Context): remove
556         find_context_below() as a method.
557
558         * Documentation/user/notation.itely (The Lyrics context): add note
559         about manual durations
560
561         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
562         encoding.
563
564         * scm/output-tex.scm (text): dump \inputencoding{} for text.
565
566 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
567
568         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
569         \usepackage{inputenc}
570
571         * lily/paper-book.cc (classic_output): don't advance Offset for
572         TeX output.
573
574         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
575         ec-sauter.map in rules
576
577         * mf/ecb.mf (font_identifier): new file, based on ecbx
578
579         * mf/ecb10.mf (gensize): new file.
580
581         * Documentation/topdocs/NEWS.texi (Top): document some more new
582         features.
583
584         * ly/declarations-init.ly: run convert-ly
585
586         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
587         from input-file-results. Remove input-file-results.* 
588
589 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
590
591         * scm/output-ps.scm (font-command): Fix, again.
592
593         * input/test/title-markup.ly: Add \noPagebreak test.
594
595         * lily/score-engraver.cc (try_music): Bugfix.
596
597 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
598
599         * lily/main.cc (main_with_guile): excise dependency options -M and
600         --dep-prefix
601
602         * lily/input-file-results.cc: excise Makefile dependency code
603
604         * Documentation/user/invoking.itexi (Invoking the lilypond
605         binary): remove dep doco
606         
607         * lily/main.cc (main_with_guile): call lilypond-main
608         
609         * scm/lily.scm (lilypond-main): new function: handle multiple files.
610
611         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
612         exception.
613
614         * lily/my-lily-parser.cc: remove paper_description function
615
616         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
617         new function.
618
619         * lily/main.cc: remove global_score_count.
620
621         * lily/book.cc (process): don't take header from global_input_file.
622
623         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
624
625         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
626
627         * lily/music-output-def.cc (LY_DEFINE): new function
628         ly_output_description. This function does the bulk for  setting,
629         parsing and breaking down of an input file.
630
631         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
632         anonymous modules globally. Let's hope they get GCd
633
634         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
635
636 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
637
638         * scm/output-ps.scm (header): Papersize from paper.
639
640         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
641         for classic output.
642
643         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
644         lilypondclassic is defined.
645         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
646
647         * input/regression/between-systems.ly: Remove.
648
649         * python/lilylib.py (get_bbox): Fix regular expression
650         for bounding box.
651
652         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
653
654         * scm/output-tex.scm (stop-page): Use it.
655
656         * scm/output-ps.scm (define-fonts): Bugfix.
657
658         * lily/grob.cc: Add penalty to interface.
659
660         * lily/include/paper-line.hh (class Paper_line): New member
661         var penalty_.
662
663         * lily/system.cc (get_line): Initialise Paper_line with
664         page-penalty's from original grobs.
665
666         * scm/define-music-properties.scm (all-music-properties): Add
667         page-penalty.
668
669         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
670
671         * lily/score-engraver.cc (try_music): Handle page-penalty.
672
673         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
674
675 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
676
677         * ly/declarations-init.ly (melismaEnd): typo
678
679         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
680
681         * scm/output-ps.scm (text): split string into spaces, use moveto
682         for setting space. 
683         
684 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
685
686         * po/nl.po: Update.
687
688         * scm/font.scm (add-cmr-fonts): Typo.
689
690 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
691
692         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
693         font-encoding.
694
695         * scm/define-grobs.scm (all-grob-descriptions): idem.
696
697         * lily/time-signature.cc (numbered_time_signature): idem.
698
699         * scm/font.scm (add-cmr-fonts): use real encoding names for
700         font-encoding.
701
702 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
703
704         * lily/paper-book.cc (classic_output): 
705         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
706         Fixes classic output.
707         (lilypondstart):
708         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
709         kludge.
710
711         * scripts/old-lilypond-book.py: Remove.
712
713         Page layout for SCOREs enclosed in a BOOK:
714
715         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
716         layout tweaking.
717
718         * input/les-nereides.ly (theScore): Add \book.
719         
720         * input/test/title-markup.ly: Add \book.
721
722         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
723         only if 'verbose.
724
725         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
726
727         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
728
729         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
730         * scm/output-tex.scm (start-system): Update for page layout by
731         LilyPond.
732
733         * scm/output-ps.scm (start-system): Previously (new-start-system).
734
735         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
736         passed to define-fonts.
737
738         * lily/paper-column.cc: 
739         * lily/system.cc (get_line):
740         * ly/property-init.ly (newpage): 
741         * scm/define-grob-properties.scm:
742         * scm/output-ps.scm: 
743         * scm/output-tex.scm: Remove between-system-string kludge.
744
745         * scm/output-ps.scm (define-fonts, font-command,
746         font-load-encoding): Handle ENCODING = #f.
747
748         * scm/output-tex.scm (output-scopes): Check if variable is bound.
749
750         * scm/define-markup-commands.scm (fill-line): Use
751         make-simple-markup (WAS: unexisting make-word-markup).
752
753         * lily/text-item.cc (interpret_markup): Bugfix, transpose
754         ENCODING, MARKUP parameters for interpret_string.
755
756         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
757
758         * lily/score.cc (book_rendering): New method.
759         (default_rendering): Create Paper_book helper locally, dump
760         output.
761
762         * lily/my-lily-lexer.cc (the_key_tab): Add book.
763
764         * lily/parser.yy: Handle \book.
765
766         * lily/include/book.hh: 
767         * lily/book.cc: New file.
768
769 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
770
771         * lily/text-item.cc (interpret_string): new file, select font with
772         encoding.
773
774         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
775
776         * scm/define-markup-commands.scm (encoded-simple): new markup command.
777
778         * lily/parser.yy (markup): take encoding from lexer.
779
780 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
781
782         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
783
784         * scm/output-ps.scm: Remove some cruft.
785
786 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
787
788         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
789
790         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
791
792 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
793
794         * scm/font.scm (add-century-schoolbook-fonts):
795         (make-century-schoolbook-tree): New function.
796
797         * input/test/title-markup.ly: Use Century Schoolbook font.
798
799 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
800
801         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
802         to Erik Sandberg) 
803
804         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
805
806         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
807
808         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
809
810         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
811
812 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
813
814         * scm/part-combiner.scm (determine-split-list): bugfix: if no
815         solo-state (at end of solo), we can set the solo status
816         too. (backportme.)
817
818         * input/regression/part-combine-solo-end.ly: new file.
819
820 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
821
822         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
823         flavour abc files.  Really ignore unknown keys (backportme).
824
825 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
826
827         * lily/scaled-font-metric.cc (text_dimension): only multiply with
828         magnification_ when looking up in orig_.
829
830         * scm/output-tex.scm (text): switch off char-mapping.
831
832         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
833         because AFM's encoding field cannot have spaces.
834
835 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
836
837         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
838
839 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
840
841         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
842
843         * mf/cmr.enc: new file, without hi-bit ascii info. 
844
845         * lily/bezier-bow.cc (slur_shape): make indent dependent on
846         width. This removes the 'hook' at the end of a long slur.
847
848         * buildscripts/mf-to-table.py (parse_logfile): don't append
849         encoding to fontname.
850
851 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
852
853         * scm/output-ps.scm (define-fonts): Load .enc only once.
854
855         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
856         too.
857
858 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
859
860         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
861         encoding field.
862
863         * lily/stencil-scheme.cc: remove ly:fontify-atom 
864
865         * ly/portuges.ly (pitchnames): new file.
866
867         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
868         Michael Welsh Duggan
869
870         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
871
872         * ly/nederlands.ly: add comment about digits.
873
874         * lily/scaled-font-metric.cc (derived_mark): idem.
875
876         * scm/encoding.scm (make-encoding-mapping): change permutation to
877         mapping.
878
879         * lily/scaled-font-metric.cc (derived_mark): is a const method.
880         (Modified_font_metric): make alist for coding_description_
881         (LY_DEFINE): remove coding-name.
882
883         * scm/output-tex.scm (text): remove debugging code.
884
885         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
886
887         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
888         from infile.
889
890         * mf/feta-generic.mf: move fet_beginfont into generic code.
891         use fetaMusic (without space) as encoding
892
893         * mf/feta-autometric.mf: take encoding argument
894
895         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
896
897         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
898         use.
899
900         * scm/encoding.scm (read-encoding-file): use symbol for glyph
901         name.
902
903 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
904
905         * input/test/title-markup.ly: Set inputencoding.
906
907         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
908
909         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
910
911         * scm/encoding.scm (get-coding-filename, get-coding-command): New
912         function.
913         (coding-alist): Also hold filename, command.
914         (read-encoding-file): Return symbols.
915
916 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
917
918         * scm/output-tex.scm: remove fontify; text and char take a font
919         argument.
920
921         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
922
923         * lily/scaled-font-metric.cc (text_dimension): init
924         coding_{permutation,table}_ too 
925         (LY_DEFINE): ly:font-encoding, new function return
926
927         * lily/paper-def.cc (find_scaled_font): take input coding from
928         inputcoding paper var.
929
930         * lily/performance.cc (output): remap modulo 16.
931
932         * lily/text-item.cc (interpret_markup): whoops, variable
933         shadowing fixed.
934
935 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
936
937         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
938         symbols, not symbols to strings.
939         
940         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
941         symbols, not symbols to strings.
942
943 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
944
945         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
946         (ly:kpathsea-gulp-file): New function.
947
948         * scm/encoding.scm (read-encoding-file): Use it.
949
950 2004-04-06  Werner Lemberg  <wl@gnu.org>
951
952         * scm/encoding.scm (coding-alist): Fix typo.
953
954 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
955
956         * lily/scaled-font-metric.cc (text_dimension): move function from
957         Font_metric
958         (make_scaled_font_metric): init coding_scheme_ to TeX
959         (text_dimension): use get-coding-vector for non TeX coding_scheme_
960
961         * lily/include/scaled-font-metric.hh (struct
962         Modified_font_metric): rename from Scaled_font_metric
963
964         * scm/encoding.scm (read-encoding-file): split up large function,
965         leave caching to (delay)
966
967         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
968
969 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
970
971         * lily/my-lily-lexer.cc (set_encoding): New method.
972
973         * lily/lexer.ll: Grok \encoding.
974
975         * lily/font-metric.cc (get_encoded_index): New function.
976
977         * lily/include/font-metric.hh (coding_scheme): New method.
978
979         * scm/encoding.scm: New file.
980
981         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
982
983 2004-04-05  Werner Lemberg  <wl@gnu.org>
984
985         * Documentation/user/tutorial.itely: Revised (finished).
986
987         * Documentation/user/macros.itexi (@separate): Removed.
988
989 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
990
991         * scm/output-ps.scm (define-fonts): fix scaling.
992
993         * lily/scaled-font-metric.cc (design_size): add function.
994
995         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
996         partial cut&paste of ly:font-magnification.
997
998 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
999
1000         * scm/output-ps.scm (define-fonts):
1001         (fontify): Update.
1002
1003 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1004
1005         * po/fr.po: update. (backportme).
1006
1007         * po/nl.po: update. (backportme). 
1008
1009         * mf/feta-beugel.mf: document why design size is not fixed.
1010
1011         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1012
1013 2004-04-04  Werner Lemberg  <wl@gnu.org>
1014
1015         * Documentation/user/tutorial.itely: Revised (continued).
1016
1017 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1018
1019         * po/nl.po: Update (backportme).
1020
1021 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1022
1023         * po/de.po: update. (backportme).
1024
1025         * scm/output-tex.scm (font-command): use ly: functions to
1026         construct name.
1027         (define-fonts): don't use alist, just dump \font definitions.
1028         (font-load-command): calculate proper scaling by taking
1029         outputscale from paper argument.
1030
1031         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1032         expression.
1033
1034         * lily/paper-outputter.cc (output_header): pass paper arg to
1035         define-fonts
1036
1037         * lily/paper-def.cc (font_descriptions): dump list of
1038         Scaled_font_metrics
1039         (find_scaled_font): take Font_metric argument, store
1040         Scaled_font_metrics in hash-table containing (size ->
1041         Scaled_font_metrics) alist.
1042         (get_dimension): rename from get_realvar
1043
1044         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1045         ly:font-magnification, ly:font-name: new functions
1046
1047 2004-04-03  Werner Lemberg  <wl@gnu.org>
1048
1049         * Documentation/user/dedication.itely,
1050         Documentation/user/preface.itely,
1051         Documentation/user/introduction.itely,
1052         Documentation/user/tutorial.itely: Revised.
1053         Removing leading spaces which distorts output if info files are read
1054         with stand-alone info.
1055         Removing superfluous inter-word spaces which also distorts output
1056         for stand-alone info.
1057         Using ` and ' instead of `` and '' everywhere to improve
1058         legilibility with stand-alone info
1059         Using @samp for single-letter input items and data which contains
1060         spaces, @code for other things.
1061
1062         * lily/grob-interface.cc: Adding copyright.
1063         (check_interfaces_for_property): Improve format of warning message.
1064
1065 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1066
1067         * lily/include/font-metric.hh (struct Font_metric): add
1068         design_size () method.
1069
1070         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1071
1072         * lily/afm.cc (read_afm_file): read design size.
1073
1074         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1075
1076         * scm/music-functions.scm (unfold-repeats): handle dots too.
1077
1078 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1079
1080         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1081         (backportme)
1082
1083 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1084
1085         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1086         lyric indent.  Revert melismaBusyProperties using \unset.
1087
1088 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1089
1090         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1091
1092         * lily/parser.yy (command_element): allow redefinition of |
1093         meaning.
1094
1095         * lily/break-align-engraver.cc (acknowledge_grob): construct
1096         LeftEdge where the first cause for alignment is coming from.
1097         This makes \override Staff.LeftEdge work as expected.
1098
1099         
1100         * lily/slur-performer.cc (Slur_performer): add inits
1101
1102         * lily/beam-performer.cc (Beam_performer): add inits
1103
1104 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1105
1106         * VERSION (PACKAGE_NAME): release 2.2.0
1107
1108         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1109
1110 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1111
1112         * lily/cluster.cc (height): Fix warning.
1113
1114         * lily/parser.yy: Janitorial cleanups.
1115
1116         * Documentation/user/tutorial.itely (Tutorial): Typo.
1117
1118 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1119
1120         * lily/change-iterator.cc (process): search at multiple context
1121         levels. This fixes 
1122
1123         
1124         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1125         not voice-state index for tie state. This fixes a partcombine
1126         problem with ties.
1127
1128         * Documentation/user/tutorial.itely (Commenting input files): add
1129         note about convert-ly.
1130
1131         * input/test/cadenza-skip.ly:  new file.
1132
1133 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1134
1135         * po/nl.po: Spelling fixes.
1136
1137         * autogen.sh (srcdir): Regenerate.
1138
1139         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1140         autogen.sh.
1141
1142         * configure.in: Use C++ to check for C++ header.
1143
1144         * po/nl.po: Update.
1145
1146         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1147
1148         * lily/event.cc (to_relative_octave): Translatable sentence should
1149         be one string.
1150
1151         * python/lilylib.py (warranty): Year range is not translatable.
1152         It's 2004 already!
1153
1154         * flower/warn.cc (non_fatal_error, warning, programming_error):
1155         Remove whitespace from translated string.
1156
1157 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1158
1159         * VERSION: release 2.1.37.
1160
1161 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1162
1163         * configure.in: check for C language.
1164
1165         * lily/source-file.cc: include strstream without h.
1166
1167         * scm/documentation-generate.scm (string-append): use name without
1168         .texi.
1169
1170         * autogen.sh (srcdir): SUSE fix.
1171
1172         * Documentation/user/notation.itely (Ancient clefs): idem.
1173
1174         * Documentation/user/lilypond-book.itely (Integrating HTML and
1175         music): idem.
1176
1177         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1178
1179         * lily/change-iterator.cc (process): use find_existing_context().
1180
1181         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1182
1183         * input/regression/repeat-unfold-tremolo.ly: new file.
1184
1185         * scm/music-functions.scm (unfold-repeats): undo music compression
1186         too.
1187
1188         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1189         (LY_DEFINE): ly:music-compress new function.
1190
1191         * scm/part-combiner.scm (determine-split-list): split for voice
1192         crossings
1193
1194         * input/regression/part-combine-cross.ly: new file.
1195
1196         * scm/part-combiner.scm (make-part-combine-music): don't do
1197         relative inside partcombine arguments.
1198
1199         * scm/music-functions.scm (make-non-relative-music): new function.
1200
1201         * Documentation/user/notation.itely (Automatic part combining):
1202         add note about \relative.
1203
1204         * lily/part-combine-iterator.cc (construct_children): add
1205         start_moment_ member.
1206
1207         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1208         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1209
1210         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1211
1212         * Documentation/user/changing-defaults.itely (Which properties to
1213         change): fixes.
1214
1215 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1216
1217         * po/fr.po: update.
1218
1219 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1220
1221         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1222
1223         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1224         Reinstate old code that issues warning.  Fixes --srcdir build.
1225
1226 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1227
1228         * input/wilhelmus.ly: New file.
1229
1230         * Documentation/user/notation.itely: 
1231         * Documentation/user/introduction.itely:
1232         * Documentation/user/tutorial.itely: Use quote ly-option instead
1233         of explicit @quotation.  This fixes too long lilypond linewidths
1234         resulting in overful hboxes.
1235
1236         * scripts/lilypond-book.py: Add ly-option: `quote'.
1237
1238 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1239
1240         * tex/titledefs.tex: Avoid that the first score line is extra
1241         indented if instrument is defined but not piece.
1242
1243 2004-03-30  Werner Lemberg  <wl@gnu.org>
1244
1245         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1246         `lilypond/' to info file name.
1247         (@usermanref) [info]: New variant.
1248
1249         * scm/documentation-generate.scm: Fix definition of @usermanref
1250         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1251         to info file name.
1252
1253 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1254
1255         * VERSION: release 2.1.36
1256         
1257         * Documentation/user/changing-defaults.itely (Interpretation
1258         contexts): rewrite introduction.
1259
1260 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1261
1262         * scm/define-markup-commands.scm: Use TeX accents instead of
1263         straight iso-8859-1 encoding in the doc string.
1264
1265 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1266
1267         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1268         space after dotted duration.
1269
1270 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1271
1272         * Documentation/user/introduction.itely: 
1273         * Documentation/user/notation.itely:
1274         * Documentation/user/tutorial.itely: Up all relative examples.
1275         Enclose @lilypond displays in @quotation.  Typos and corrections.
1276
1277         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1278
1279 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1280
1281         * scm/music-functions.scm (make-voice-props-revert): Revert also
1282         MultiMeasureRest staff-position in oneVoice.
1283
1284 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1285
1286         * Documentation/user/changing-defaults.itely, 
1287         Documentation/user/lilypond.tely: few fixes. Place no comma between
1288         two options: a and b, but commas between three options: a, b, and c.
1289         By this manner, grouping is possible: a and b, and c and d.
1290
1291 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1292
1293         * Documentation/user/GNUmakefile: add rule for .nexi
1294
1295 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1296
1297         * Documentation/user/music-glossary.tely: move glossary direntry
1298
1299         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1300         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1301
1302 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1303
1304         * stepmake/aclocal.m4: Verify that gettext configure check with
1305         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1306
1307 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1308
1309         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1310         glob.glob for .png filenames. This catches multipage pngs.  
1311
1312         * Documentation/user/changing-defaults.itely (Determining the grob
1313         property): fix references.
1314
1315         * lily/staff-symbol.cc (print): only add extent if non empty.
1316         This fixes staff-container.ly.
1317
1318         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1319         starting with a mmrest also works.
1320
1321         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1322         PNG for texinfo too.
1323
1324         * po/lilypond.pot: update translation strings.
1325
1326         * VERSION: 2.1.35 released
1327         
1328         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1329         context argument too.
1330
1331         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1332
1333         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1334
1335         * python/lilylib.py (command_name): don't return 1st path
1336         component.
1337
1338         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1339         .png case separately.
1340
1341         * python/lilylib.py (system): typo.
1342         
1343 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1344
1345         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1346         run indent-region.
1347
1348         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1349         Fixes compile.
1350
1351         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1352         Add header.
1353
1354 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1355
1356         * vim/lilypond-indent.vim: small fixes.
1357
1358 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1359
1360         * Documentation/user/notation.itely (Entering lyrics): Add example
1361         with correct english double quotes (at least for LaTeX output,
1362         maybe not a good idea if we switch to PS as the default output
1363         format).
1364
1365 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1366
1367         * lily/staff-performer.cc (create_audio_elements): play instrument
1368         changes before notes arrive. This fixes instrument of the first
1369         note in a score.
1370
1371         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1372         to 1.9.0 conversion.
1373
1374         * lily/mark-engraver.cc: doc string.
1375
1376         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1377
1378         * Documentation/user/introduction.itely (Introduction): new node.
1379
1380 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1381
1382         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1383
1384         * input/regression/spacing-ragged-last.ly: new file.
1385
1386         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1387         spacing.
1388
1389         * scm/font.scm: rewrite using GOOPS.
1390         
1391         * lily/context-def.cc (filter_engravers): derefence pointer.
1392
1393         * lily/lily-guile.cc (type_check_assignment): use
1394         ly_scheme_function iso. scm_primitive_eval where possible.
1395
1396         * lily/performance.cc (output): limit channels at 15. This fixes
1397         percussion inadvertently showing up in large scores.
1398
1399 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1400
1401         * input/regression/tuplet-gap.ly: new file.
1402
1403         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1404         (print): compute gap length from number size, include italic
1405         correction.
1406
1407         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1408         tuplet-bracket
1409
1410         * scm/paper.scm (set-default-paper-size): new function, to be
1411         called at toplevel.
1412         (set-paper-size): new function, to be called inside \paper {}
1413         (set-default-paper-size): new function, to be called at toplevel.
1414
1415         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1416
1417         * lily/beam-performer.cc (process_music): idem.
1418
1419         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1420         
1421         * tex/titledefs.tex: remove scshape for piece.
1422
1423         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1424         font-family
1425
1426         * lily/time-signature.cc (special_time_signature): font-encoding
1427         not family.
1428
1429         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1430         dynamic to head. This fixes p placement in morgenlied.
1431
1432 2004-03-23  Werner Lemberg  <wl@gnu.org>
1433
1434         * stepmake/stepmake/generic-targets.make (help): Improve text.
1435
1436 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1437
1438         * VERSION: 2.1.34 released
1439         
1440         * lily/main.cc (main_with_guile): switch debugging.
1441
1442         * lily/system.cc (get_line): plug leak.
1443
1444         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1445         and contents.
1446         (stencil2line): plug leak.
1447
1448         * Documentation/user/changing-defaults.itely (Determining a grob
1449         property):  new node.
1450         (Layout interfaces): new node.
1451         (Navigating the program reference): new node.
1452
1453         * lily/accidental-engraver.cc (acknowledge_grob): add property
1454         harmonicAccidentals
1455
1456         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1457         general cleanups.
1458         
1459         * input/les-nereides.ly (middleDynamics): resurrect Les
1460         nereides. Remove pedal hack.
1461
1462 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1463
1464         * input/regression/property-grace-polyphony.ly: new file.
1465
1466         * lily/translator-property.cc (execute_pushpop_property): only pop
1467         one instance of the property. This fixes << \\ >> together with
1468         \grace.
1469
1470         * lily/break-align-interface.cc (ordered_elements): we cannot
1471         modify the #'elements property, so return reordered array.
1472
1473 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1474
1475         * buildscripts/lilypond.words.py: remove.
1476         * buildscripts/lilypond-words.py: add new, renamed file. 
1477         Give generated targets and dirs explicitly in arguments.
1478
1479         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1480         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1481         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1482         
1483         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1484
1485         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1486
1487         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1488         orders.
1489
1490         * vim/GNUmakefile: add local-uninstall target.
1491
1492         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1493         
1494         * vim/vimrc: add a one-liner file.
1495
1496         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1497         vimrc in EXTRA_DIST_FILES.
1498
1499         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1500
1501 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1502
1503         * config.make.in: add vimdir.
1504
1505         * vim/GNUmakefile: add local-install.
1506
1507 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1508
1509         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1510         with \lilypondifundefined{blabla}. Solves problem with multiple
1511         titles in the same lilypond-book document.
1512
1513 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1514
1515         * scm/document-backend.scm (interface-doc): sort grob list for
1516         interface.
1517
1518         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1519         pre/post break align-order.
1520
1521         * spelling patch courtesy Edward Sutton.
1522
1523         * Documentation/user/changing-defaults.itely (Changing context
1524         default settings): new node.
1525         (Defining new  contexts): new node.
1526
1527         * scripts/lilypond-book.py (is_derived_class): use numbers
1528         iso. booleans.
1529
1530         * python/lilylib.py (make_ps_images): add margin to PS images.
1531
1532         * scripts/lilypond-book.py (is_derived_class): new function. Take
1533         class arg iso. object.
1534         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1535         for bug in GS/dvips.
1536
1537         * lily/text-item.cc (interpret_markup): idem.
1538
1539         * scm/define-markup-commands.scm: remove split around-space hack.
1540
1541         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1542         function, fold WL's fixes into one function.
1543
1544 2004-03-22  Werner Lemberg  <wl@gnu.org>
1545
1546         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1547         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1548         (Note_column::head_position_interval): Do proper rounding for
1549         calls to Staff_symbol_referencer::get_position.
1550
1551 2004-03-21  Werner Lemberg  <wl@gnu.org>
1552
1553         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1554         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1555         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1556         (My_lily_parser::parse_file): Improve formatting progress indication
1557         sent to stdout.
1558
1559 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1560
1561         * VERSION: 2.1.33 released.
1562
1563         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1564
1565         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1566
1567         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1568         warning is issued about dummy.dep.
1569
1570         * scm/new-font.scm: fix design sizes of nummer
1571
1572 2004-03-21  Werner Lemberg  <wl@gnu.org>
1573
1574         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1575         some annoying warnings from mkdir during `make install'.
1576
1577 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1578
1579         * lily/performer-group-performer.cc (do_announces): call
1580         Performer_group_performer::create_audio_elements () too.
1581
1582         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1583
1584         * scm/define-grobs.scm (all-grob-descriptions): add property
1585         break-align-orders
1586
1587         * lily/global-context.cc (get_default_interpreter): new
1588         function. Override from base class, so no new Score contexts are
1589         created.
1590
1591         * lily/include/stencil.hh (class Stencil): document origin field.
1592
1593         * lily/staff-symbol.cc (print): span staff-symbol on column
1594         extents for non-broken columns. 
1595
1596         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1597         key-signature.
1598
1599         * tex/titledefs.tex: don't use smallcaps for piece.
1600
1601         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1602         translated stencils in the output.
1603
1604         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1605
1606 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1607
1608         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1609         and init ties_created_
1610
1611         * VERSION: release 2.1.32
1612
1613         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1614         doc string from IMPLEMENT_CTOR_CALLBACK().
1615
1616         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1617         that engraver is in a performer hierarchy.
1618
1619 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1620
1621         * vim/lilypond-ftdetect.vim: new file.
1622
1623 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1624
1625         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1626         (compose_ly): default octave should be middle C.
1627
1628         * Documentation/user/changing-defaults.itely (Layout tunings
1629         within contexts): new node.
1630
1631         * lily/include/smobs.hh: document C++ smob interface.
1632
1633         * lily/function-documentation.cc: don't doc functions without
1634         docstring.
1635
1636 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1637
1638         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1639         direntry, so that `info lilypond' goes to Top.
1640
1641         * scm/output-ps.scm (polygon): Fix: add spaces.
1642
1643         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1644         solutions are now optimal too.
1645
1646         * input/test/page-breaks.ly: New file.
1647
1648         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1649         functions into safe module.
1650
1651         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1652         end, prepend zeros.
1653
1654         * scm/output-*.scm: Use ly:number->string rather than
1655         number->string.  Makes for saner output.
1656
1657         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1658         Fixes feta-nummer, feta-din scaling.
1659
1660 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1661
1662         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1663
1664         * scm/music-functions.scm (descend-to-context): new
1665         function. Similar to context-spec-music.
1666         (make-time-signature-set): specify Score as descend-only. This
1667         fixes the polymetric.ly example.
1668
1669         * lily/context-specced-music-iterator.cc (construct_children): add
1670         support for descend-only context spec.
1671
1672         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1673         determine ez-notation letter. 
1674
1675         * lily/system.cc (get_line): start with dumping layer 3. This
1676         fixes ez notation.
1677
1678 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1679
1680         * input/test/title-markup.ly: Stress breaking harder.
1681
1682         * scm/page-layout.scm (height-score): Overfull page scores twice
1683         as bad as underfull (was: by a power).
1684         (walk-lines): Omit first walk-path round (breaking after new node,
1685         without lines).
1686
1687         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1688         diff values are negative.
1689         (output): Bugfix: treat negative vfill differently.
1690
1691         * Documentation/user/lilypond.tely (direntry): Add note about why
1692         `info lilypond' brings up `Invoking LilyPond' node.
1693
1694 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1695
1696         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
1697
1698         * lily/paper-book.cc: Remove cruft.
1699         (output): Bugfix: put vfill between lines.
1700         (pages): Bugfix: set page vars needed for filling.
1701
1702         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
1703         (was: @ar).
1704
1705         * scm/page-layout.scm: Further development.
1706
1707         * ly/declarations-init.ly (paper): Define page-breaking.
1708
1709 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1710
1711         * lily/note-head.cc (brew_ez_stencil): add note-names
1712         property. Provides internationalization for note names.
1713
1714         * Documentation/user/changing-defaults.itely (Creating contexts):
1715         new node.
1716
1717         * lily/grace-iterator.cc (process): descend to child for \grace.
1718
1719         * lily/timing-translator.cc (initialize): Timing_translator adds
1720         Timing alias by itself.
1721
1722         * lily/context.cc (add_alias): new function.
1723
1724         * scm/lily.scm (tex-output-expression): new function, eval within
1725         drawing API. Guards against eval vulnerabilities.
1726
1727         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
1728
1729         * scm/output-ps.scm (scm): export lily drawing API.
1730
1731         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
1732         throughout.
1733
1734 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1735
1736         * scm/page-layout.scm (optimal-page-breaking): New function.
1737         
1738         * lily/paper-book.cc (pages): Use it.
1739
1740 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1741
1742         * lily/include/paper-line.hh (class Paper_line): Full smob.
1743
1744 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1745
1746         * lily/global-context.cc (run_iterator_on_me): fix grace note
1747         nesting by initting measurePosition.
1748
1749         * lily/timing-translator.cc (initialize): do no init
1750         measurePosition
1751         
1752         * lily/include/music-output-def.hh (class Music_output_def): add
1753         input_origin_ field.
1754
1755         * Documentation/user/changing-defaults.itely (Changing context
1756         properties on the fly): new node.
1757
1758         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
1759         function. Only have smobbed_copy (), and do not provide
1760         smobbed_copy() for non-simple smobs. Changes throughout.
1761
1762 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1763
1764         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
1765         start_moment_. Fix by Doug A. Linhardt.
1766
1767 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1768
1769         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
1770         accidentals for harmonic notes.
1771
1772         * lily/note-collision.cc (check_meshing_chords): don't merge heads
1773         of different style. (Thanks to Doug Linhardt).
1774
1775         * Documentation/user/changing-defaults.itely (Scheme tutorial):
1776         new node.
1777
1778 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
1779
1780         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
1781
1782         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
1783         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
1784         vim/lilypond-indent.vim: doc targets and deps in comments.
1785
1786 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1787
1788         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
1789
1790         * lily/system.cc (get_line): Return Paper_line.  Change all users.
1791
1792         * lily/include/paper-line.hh:
1793         * lily/include/paper-line.cc: New file.
1794
1795 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1796
1797         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
1798
1799         * GNUmakefile.in: remove stray make out=www
1800
1801         * input/test/bagpipe.ly (gcdg): octave fixes.
1802
1803         * scm/define-markup-commands.scm (number): use font-encoding
1804         iso. font-family
1805
1806         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
1807         font-encoding.
1808         
1809 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
1810
1811         * lily/parse-scm.cc: compile-bugfix: add missing header files for
1812         `output_format_global' and `PAGE_LAYOUT'.
1813
1814 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1815
1816         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
1817         lily functions in safe mode.
1818
1819         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
1820         Print filename for HTML, LATEX, before texidoc.
1821
1822         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
1823         instructions in output-ps module.
1824
1825         * scm/lily.scm: Do not load output-ps module.
1826
1827         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
1828         safe mode.
1829
1830 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1831
1832         * lily/span-dynamic-performer.cc (process_music): remove spurious
1833         warning.
1834
1835         * lily/context-def.cc (Context_def): init name to ""
1836
1837         * lily/font-interface.cc: add font-encoding property.
1838
1839         * scm/lily.scm (chain-assoc-get): bugfix.
1840
1841         * lily/paper-book.cc (stencil2line): protect static SCM.
1842
1843         * lily/font-interface.cc (text_font_alist_chain): rename function,
1844         and use text-font-defaults. 
1845
1846         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
1847
1848         * scm/paper.scm (paper-set-staff-size): use new function.
1849
1850         * scm/new-font.scm (make-font-tree): new function.
1851
1852 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1853
1854         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
1855
1856         * scm/lily.scm (get-output-module): New function.
1857         (output-alist): Remove ,ps-output-expression.
1858
1859         * scm/output-tex.scm (ps-output-expression): New function.
1860
1861         * scm/output-ps.scm (ps-output-expression): Remove.
1862         (header, start-page): Output page metadata.
1863
1864         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
1865         initialise output_module_.  Do not write part of header.
1866         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
1867         (output_header): Output full header.
1868
1869         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
1870         FIXME.
1871
1872 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1873
1874         * scm/new-font.scm: new file. Tree based font lookup.
1875
1876         * scm/lily.scm (assoc-get): take default argument. Remove
1877         assoc-get-default.
1878         (chain-assoc-get): use chain-assoc-get everywhere.
1879
1880         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1881         autobeamsettings conversion bug.
1882
1883         * lily/include/global-context.hh (Context): clean-up data hiding.
1884
1885         * lily/include/music-iterator.hh (class Music_iterator): clean-up
1886         data hiding.
1887
1888         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
1889
1890         * input/regression/stem-shorten.ly: add chord case.
1891
1892         * lily/stem.cc (get_default_stem_end_position): shorten stems
1893         triggered by note-head positions, not by forced-direction. This
1894         fixes a bug with too short stems.  
1895  
1896 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1897
1898         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
1899         Lilypond_snippet.output_latex): Always call output_print_filename.
1900
1901         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
1902         expand pages.
1903
1904 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1905
1906         * scm/part-combiner.scm (make-autochange-music): switch rests
1907         before switched notes too.
1908
1909         * lily/figured-bass-engraver.cc (process_music): change calling
1910         convention.
1911
1912         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
1913
1914         * scm/define-markup-commands.scm (bracketed-y-column): new markup
1915         command.
1916
1917         * lily/include/stencil.hh (class Stencil): add origin field.
1918
1919         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
1920         function.
1921
1922         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
1923
1924         * lily/lexer.ll: remove support for \$ and $ in identifiers
1925
1926         * lily/sequential-iterator.cc: remove copy_grace_fixups
1927         (get_grace_fixup): slight abstraction of fixup code.
1928
1929         * input/test/title-markup.ly (spaceTest): vary staff sizes.
1930
1931 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
1932
1933         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
1934         in insert-mode. add indenting rules.
1935
1936 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1937
1938         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
1939         protect hack.
1940
1941         * scm/page-layout.scm:
1942         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
1943         layout and titling should now match external latex based version.
1944
1945         * scm/output-tex.scm (output-scopes): Bugfix: only write string
1946         header fields.
1947
1948         * ps/lilyponddefs.ps: Remove automatic page layout.
1949
1950         * scm/output-ps.scm (new-start-system): New interface function.
1951
1952         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
1953
1954         * lily/paper-book.cc (output): Bugfix.
1955
1956 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1957
1958         * VERSION (MY_PATCH_LEVEL): release 2.1.30
1959         
1960 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1961
1962         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
1963         direntries.
1964
1965         * ps/lilyponddefs.ps: Bugfix.
1966
1967         * input/regression/multi-measure-rest-instr-name.ly: Typo.
1968
1969 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1970
1971         * lily/auto-beam-engraver.cc (create_beam): add Stem as
1972         cause. This should fix warnings.
1973
1974         * mf/feta-slag.mf (trill_ne): fix upmordent size.
1975
1976         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
1977         prevent aligned 6ths.
1978
1979         * lily/custos.cc (print): remove adjust-if-on-staffline.
1980
1981 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1982
1983         * lily/paper-book.cc: Do header and footer.
1984
1985 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1986
1987         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
1988
1989         * scm/paper.scm (lineheight): Remove
1990         (head-sep, foot-sep): Add.
1991
1992 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1993
1994         * mf/feta-schrift.mf: reduce portato thickness.
1995
1996         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
1997
1998         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
1999         programming_error ().
2000
2001         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2002         bracket to last command column.
2003
2004         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2005         continues on next/prev system.
2006
2007         * input/regression/pedal-end.ly: new file.
2008
2009 2004-03-10  Werner Lemberg  <wl@gnu.org>
2010
2011         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2012         Remove pmx2ly stuff.
2013         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2014
2015 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2016
2017         * scm/page-layout.scm: New file.
2018
2019         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2020         settings.
2021         (Lilypond_snippet.is_outdated): Also check for PNG file.
2022         Workaround for interrupted (web) builds.
2023
2024         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2025
2026         * ps/lilyponddefs.ps: Use only very small top-marging.
2027         (init-paper): Also pop page size string.
2028         (start-page, stop-page): New function.
2029
2030         * scm/output-ps.scm (header-end): Remove stray exec commands.
2031
2032 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2033
2034         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2035
2036         * lily/score.cc (default_rendering): clean protection.
2037
2038         * lily/paper-book.cc (mark_smob): implement smob marking.
2039
2040         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2041
2042         * Documentation/user/*.itely: user manual edits. 
2043
2044 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2045
2046         * Documentation/user/converters.itely (Invoking musedata2ly):
2047         remove pmx2ly.
2048
2049         * scripts/pmx2ly: remove script.
2050         
2051 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2052
2053         * lily/score.cc (default_rendering): Protect paper-book members.
2054
2055         * lily/paper-def.cc (smobbed_copy): New method.
2056
2057         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2058         switch runtime.
2059
2060         * lily/include/music-output.hh (process): Change signature to
2061         return SCM.
2062
2063         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2064         method.
2065
2066         * lily/paper-score.cc (process): Return stencils rather than
2067         outputting directly.  Remove paper-book kludge.  Delete grobs.
2068         (output): Remove.
2069
2070         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2071
2072         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2073
2074         * lily/score.cc (default_rendering)
2075         (ly_render_output): Move adding paper-score two levels up.
2076
2077         * lily/system.cc (get_line):
2078         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2079
2080 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2081
2082         * scm/font.scm (paper20-font-vector): add more design sizes for
2083         number.
2084
2085         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2086         feta-nummber{5,7,11,13}.
2087
2088         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2089         for 12pt design size. 
2090
2091 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2092
2093         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2094
2095 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2096
2097         * lily/font-select.cc (properties_to_font_size_family): Fix
2098         warning message.
2099
2100         * Experimental PostScript latin1 encoding:
2101         
2102         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2103
2104         * scm/output-ps.scm: Experimental encoding using reencode-font.
2105         * scm/font.scm: Add latin1 `font-shape'.
2106         
2107         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2108
2109         * ps/lilyponddefs.ps (reencode-font): New function.
2110
2111         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2112
2113         * scm/output-tex.scm (start-page):
2114         (stop-page): New interface function.
2115
2116 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2117
2118         * lily/paper-outputter.cc (output_expr):
2119         (output_header):
2120         (output_line): New method.
2121
2122         * lily/system.cc (get_line):
2123         (get_lines): New method.
2124         (output_scheme):
2125         (output_line): Remove.
2126
2127         * scm/lily.scm (make-title): New function.
2128
2129         * lily/paper-book.cc: 
2130         * lily/include/paper-book.hh: New file.
2131
2132         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2133         ly-modules.hh).
2134
2135         * lily/ly-module.cc (ly_modules_lookup): New function.
2136
2137         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2138
2139         * scm/output-ps.scm (make-title): Remove.
2140         (output-scopes): Junk header-title test.
2141
2142 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2143
2144         * mf/feta-schrift.mf: thicker dot for portato.
2145
2146         * lily/accidental-placement.cc (position_accidentals): bugfix in
2147         offset, this fixes right-padding of AccidentalPlacement.
2148
2149         * lily/[h-z]*.cc: () formatting.
2150
2151         * Documentation/user/tutorial.itely (An orchestral part): more
2152         fixes for the tutorial.
2153
2154         * scm/translation-functions.scm (fraction-tuplet-formatter):
2155         reverse fraction.
2156
2157         * lily/parser.yy (context_def_spec_block): use \context instead of
2158         \translator.
2159
2160         * lily/[a-g].cc: () style cleanup.
2161
2162         * Documentation/user/tutorial.itely (Automatic and manual beams):
2163         editing of tutorial.
2164
2165 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2166
2167         * buildscripts/mf-to-table.py (base): write encoding name.
2168
2169 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2170
2171         * Documentation/user/GNUmakefile (local-install-info): Issue
2172         warning (for packager, ie, if not installing in /usr or /usr/local).
2173
2174         * lily/stencil-scheme.cc: 
2175         * lily/staff-symbol-referencer.cc: 
2176         * lily/script-column.cc: 
2177         * lily/pitch.cc: 
2178         * lily/music.cc: 
2179         * lily/grob-pq-engraver.cc: 
2180         * lily/font-interface.cc: 
2181         * lily/music-output-def.cc: 
2182         * lily/duration.cc: 
2183         * lily/grob-scheme.cc:
2184         * lily/context-scheme.cc: Put scheme name on first line in
2185         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2186         style cleanups.
2187
2188         * stepmake/stepmake/scm-vars.make: 
2189         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2190         Rename and split TAGS_FILES.
2191
2192         * GNUmakefile.in (ALL-TAGS): Remove.
2193         
2194         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2195         deeper TAGS files.  Fixes regexp tags in TOP dir.
2196
2197 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2198
2199         * VERSION: 2.1.29 released.
2200         
2201         * Documentation/user/changing-defaults.itely (Changing defaults):
2202         new file.
2203
2204         * Documentation/user/notation.itely (Notation manual): rename from 
2205         refman.itely
2206
2207         * Documentation/user/notation-appendices.itely (The Feta font):
2208         new file.
2209
2210         * Documentation/user/advanced.itely: add aborted attempt for
2211         advanced topics manual.
2212
2213 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2214
2215         * scm/new-markup.scm: display Markups in sane format. Patch by
2216         Nicolas Sceaux.
2217
2218 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2219
2220         * lily/main.cc: Cleanups.
2221         (setup_localisation): New function.
2222         (sane_putenv): Remove.
2223         (main_with_guile): New name (Was: main_prog).  Remove musings
2224         about possible preparation for GUILE heavy memory usage and
2225         practical uselessness.  Do not set environment variables
2226         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2227         name juggling.
2228         (parse_argv): New function.
2229         (copyright): New function.  It's 2004 already.
2230
2231         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2232         (distill_inname): Move from main.
2233
2234 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2235
2236         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2237
2238         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2239
2240         * Documentation/user/running.itely: new file.
2241
2242         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2243
2244         * lily/score-performer.cc (finish): call Translator::finalize ().
2245
2246 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2247
2248         * lilypond-ftpplugin.vim: renamed to the following file.
2249         * lilypond-ftplugin.vim: new file.
2250
2251         * GNUmakefile.in: update VIM_FILES.
2252
2253 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2254
2255         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2256         props.
2257
2258         * input/test/tie-sparse.ly: remove.
2259
2260         * lily/tie-performer.cc (try_music): copy & paste from
2261         Tie_engraver.
2262
2263         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2264         variable_ref twice.
2265
2266         * lily/key-performer.cc (create_audio_elements): use
2267         alterations-in-key.
2268
2269         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2270
2271 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2272
2273         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2274         handle also quarter tones (not shown as tests). test also flats.
2275
2276         * Documentation/index.html.in: small fixes.
2277
2278 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2279
2280         * input/regression/new-markup-scheme.ly: Typo.
2281
2282         * scm/define-markup-commands.scm (fill-line): New markup.
2283
2284         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2285         (output-paper-def): Fix alignment.
2286         (make-title): Fix height/width scaling.
2287
2288         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2289
2290         * input/test/title-markup.ly: Add remaining titles.  Layout and
2291         font size fixes.  Add simplistic latin1 test.
2292
2293 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2294
2295         * input/test/nested-groups.ly: remove. move content (to next). 
2296         * input/test/staff-bracket.ly: replace content (from prev), this 
2297         has been already in templates.
2298
2299 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2300
2301         * stepmake/autogen.sh: Only issue warning about running configure
2302         without arguments when autogen.sh will actually be running
2303         configure.
2304
2305 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2306
2307         * scm/new-markup.scm (stack-stencil-line): robustness.
2308
2309         * scm/define-markup-commands.scm (simple): robustification of
2310         simple-markup.
2311
2312         * Documentation/user/music-glossary.tely (Top): change central C
2313         to middle C.
2314
2315         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2316
2317 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2318
2319         * input/test/title-markup.ly (spaceTest): Add.
2320
2321         * lily/text-item.cc (interpret_markup): Make line markup from
2322         multi word markup.
2323
2324         * scm/define-markup-commands.scm (word): New markup command.
2325         (simple): Use it.
2326
2327         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2328
2329 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2330
2331         * vim/ftplugin/lilypond.vim:
2332         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2333         show matching paren in insert mode.
2334
2335 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2336
2337         * scm/output-ps.scm (make-title, output-scopes): Further
2338         development.
2339
2340         * input/test/title-markup.ly: New file.
2341
2342         * ps/lilyponddefs.ps: Disable PostScript titling.
2343
2344         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2345
2346 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2347
2348         * lily/arpeggio.cc (width_callback): remove padding.
2349  
2350         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2351
2352         * scm/define-music-types.scm: remove make-music-by-name.
2353
2354         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2355
2356 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2357
2358         * lily/paper-score.cc (process): Output titles using make-title.
2359
2360         * scm/output-ps.scm (output-stencil): Display directly instead of
2361         constructing string.
2362         (make-title): New function.
2363
2364 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2365
2366         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2367         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2368         Move documentation of LaTeX packages for latin1 characters to the
2369         lilypond-book manual.
2370
2371 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2372
2373         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2374
2375         * vimrc: add menu in console and shortcut <F10> for it.
2376
2377         * vim/:
2378         * vim/compiler/:
2379         * vim/syntax/:
2380         * vim/indent/:
2381         * vim/ftplugin/: new directories.
2382         
2383         * vim/filetype.vim: new file.
2384
2385         * lilypond.vim: remove files (see next).
2386         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2387
2388         * vimrc: remove file (see next).
2389         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2390
2391         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2392         add header. apply bindings only locally.
2393
2394         * vim/indent/lilypond.vim: new file.
2395
2396         * vim/ftplugin/lilypond.vim: remove errorformat.
2397         * vim/compiler/lilypond.vim: new file for errorformats.
2398
2399         * Documentation/topdocs/INSTALL.texi: give easier orders.
2400
2401         * ROADMAP: add vim/
2402
2403 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2404
2405         * Documentation/user/introduction.itely (Introduction): Use @image
2406         iso @html <img...>.  Add workaround for images in columns in info.
2407
2408         * stepmake/aclocal.m4: Store computed version in variable.
2409
2410         * configure.in: Export MAKEINFO_VERSION.
2411
2412         * config.make.in (MAKEINFO_VERSION): Add.
2413
2414         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2415
2416         * Documentation/user/GNUmakefile: Only build info with images when
2417         building web.
2418
2419         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2420
2421         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2422         stuff from documentation-targets.make
2423
2424 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2425
2426         * VERSION: 2.1.28 released
2427         
2428         * scripts/convert-ly.py (conv): 
2429
2430 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2431
2432         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2433         \arpeggioBoth. redefine \arpeggioBracket.
2434
2435         * Documentation/user/refman.itely: document new arpeggio
2436         functions.
2437
2438         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2439
2440         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2441
2442         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2443
2444 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2445
2446         * Documentation/user/introduction.itely (Automated engraving):
2447         rewrite introduction using website text.
2448
2449 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2450
2451         * scm/*.scm: make-music-by-name is replaced by make-music, which
2452         also accept music property settings, eg:
2453           (make-music 'TextScriptEvent 'direction DOWN 'text
2454               (make-simple-markup x))
2455
2456         Patch courtesy Nicolas Sceaux
2457
2458         * lily/beam-quanting.cc: cleanup, separate counts for left and
2459         right beam ends.
2460
2461         * lily/side-position-interface.cc (quantised_position): also
2462         quantize staccato position for forced stem directions. 
2463
2464 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2465
2466         * scm/*.scm: Patch by Nicolas Sceaux: 
2467
2468         * scm/music-functions.scm: ly:grob-property and ly:music-property
2469         are made procedure with setters.
2470
2471         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2472         
2473 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2474
2475         * input/test/[t-v]*.ly: finish rewriting texidocs.
2476
2477         * input/test/vaticana.ly: remove.
2478         * input/test/ligature-vaticana.ly: new, renamed file name.
2479
2480         * input/test/stem-centered.ly: remove.
2481         * input/test/mensural-note-heads.ly: new file. take content from
2482         removed file stem-centered.ly.
2483
2484         * input/test/scales-greek.ly: simplify.
2485
2486         * input/test/s*.ly: reformulate texidocs.
2487         
2488         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2489         of missing features.
2490
2491 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2492
2493         * input/test/[j-o]*.ly: update texidocs.
2494
2495 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2496
2497         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2498
2499         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2500         images.
2501
2502         * Documentation/user/lilypond.tely (@direntry): Update.
2503
2504         * stepmake/stepmake/documentation-targets.make
2505         (install-info,uninstall-info): Install into $(package_infodir).
2506         Install images.  Run install-info to update dir.
2507
2508         * config.make.in (package_infodir): Add.
2509
2510         * Documentation/user/GNUmakefile (info-with-images,
2511         local-install-info, local-uninstall-info): New target.
2512
2513 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2514
2515         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2516         gap/threshold.
2517
2518         * lily/beam-quanting.cc (score_slopes_dy): remove
2519         ROUND_TO_ZERO_SLOPE kludge.
2520
2521         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2522
2523         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2524
2525         * lily/global-context.cc (Global_context): alway accept Score
2526         (run_iterator_on_me): cast Context to Score_context, not
2527         Context_def.
2528
2529         * Documentation/user/refman.itely: documentation patch by Edward
2530         Sanford Sutton.
2531
2532         * mf/GNUmakefile: unset sauter-fonts.
2533
2534 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2535
2536         * scripts/lilypond-book.py (output_texinfo): Output @image
2537         descriptions for info too.
2538
2539         * input/test/chord-names-jazz.ly: 
2540         * input/test/embedded-scm.ly: Clarify.
2541
2542         * input/test/cautionaries.ly: Typo.
2543
2544         * lily/input-smob.cc (ly_input_location): Compile fix.
2545
2546 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2547
2548         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2549
2550         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2551         fixes problems with system defaults being reverted with \override
2552         on Score level.
2553
2554         * lily/global-context.cc (Global_context): apply property-ops to
2555         Global_context too. 
2556
2557 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2558
2559         * scm/output-ps.scm (stencil->string): Rewrite.
2560
2561 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2562
2563         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2564         impersonal style.
2565
2566 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2567
2568         * lily/input-smob.cc (ly_input_location: New function.
2569
2570         * scm/define-markup-commands.scm (upright): New markup command.
2571
2572         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2573
2574         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2575
2576         * scm/output-ps.scm (output-stencil): New function.
2577
2578         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2579         of snippet types; fixes @ignore and @verbatim blocks.
2580
2581 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2582
2583         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2584         to a file in printed documentation, instead, refer either to a 
2585         syntax or to an output.
2586
2587 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2588
2589         * input/regression/beam-center-slope.ly: Add test.
2590
2591 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2592
2593         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2594         (SAUTER_FONTS): Reinstate.
2595
2596         * scm/define-markup-commands.scm (caps): New markup command.
2597
2598         * scm/output-ps.scm (output-scopes): Experimental markup output.
2599
2600         * scm/: Add missing headers.
2601
2602         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2603
2604         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2605
2606 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2607
2608         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2609         Stray style cleanups.
2610
2611 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2612
2613         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2614         no dot combination.
2615
2616         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2617         substitute \override Staff.autoBeamSettings too
2618
2619         * Documentation/user/tutorial.itely: proofreading fixes by David
2620         Bobroff
2621
2622 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2623
2624         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2625
2626         * ps/music-drawing-routines.ps: 
2627         * ps/lilyponddefs.ps: Add end markers.
2628
2629 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2630
2631         * VERSION: 2.1.27 released.
2632         
2633         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2634
2635         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2636         obey documentation.
2637
2638 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2639
2640         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2641
2642         * scm/output-ps.scm: Resurrect.
2643         
2644         * scm/output-tex.scm: Minimal cleanups.
2645
2646         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2647
2648         * make/ly-rules.make: Remove any broken lily-*.tex files before
2649         lilypond-book run.
2650
2651         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2652         comment.
2653
2654         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2655         Enabled by default, may save 10% compile time.
2656
2657 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2658
2659         * lily/lyric-phrasing-engraver.cc: remove
2660         
2661         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2662         longer necessary. 
2663
2664         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2665         so lyric-phrasing-engraver is no longer necessary.
2666
2667         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2668         Grob_pq_engraver from Staff.
2669
2670         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2671         busyGrobs directly.
2672
2673         * input/regression/quote-transposition.ly: new file.
2674
2675         * lily/recording-group-engraver.cc (stop_translation_timestep):
2676         store instrumentTuning too. 
2677
2678         * lily/quote-iterator.cc (process): transpose events using
2679         instrumentTuning.
2680
2681         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2682         -> \tuning <pitch>
2683
2684         * lily/parser.yy (command_req): add \tuning command for setting
2685         instrument tuning of staff.
2686
2687         * Documentation/user/GNUmakefile
2688         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2689
2690         * Documentation/user/refman.itely (Customized accidental rules):
2691         typo.
2692
2693 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2694
2695         * Documentation/user/music-glossary.tely: remove the missing norwegian
2696         translation; they can be put in later properly.
2697
2698 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2699
2700         * lily/recording-group-engraver.cc (start_translation_timestep):
2701         init Recording_group_engraver twice.
2702
2703 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2704
2705         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
2706         stray style cleanups:
2707
2708         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
2709         -Wmissing-prototypes.
2710
2711         * flower/include/killing-cons.tcc (Killing_cons): Add template
2712         specifier for car_.
2713
2714         * flower/include/parray.hh (binsearchs): Add template specifier
2715         for maxkey.
2716
2717         * flower/include/interval.hh: Declare elem () with template specfier.
2718
2719 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2720
2721         * elisp/lilypond-indent.el (get-buffer-size): add customization
2722         groups for several variables (Reuben Thomas).
2723
2724 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2725
2726         * Documentation/user/invoking.itexi (Point and click): add index
2727         entry.
2728
2729         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
2730         go under beam.
2731
2732         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
2733         sarabande beam. 
2734
2735         * flower/warn.cc (programming_error): cross fingers not thumbs.
2736
2737         * lily/rest.cc (polyphonic_offset_callback): return 0 when
2738         staff-position is set.
2739
2740         * VERSION: release 2.1.26 
2741         
2742         * scm/chord-entry.scm (construct-chord): process transposition
2743         after processing explicit-11.  
2744
2745 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2746
2747         * lily/parser.yy (add_quote): add syntax for adding quotes:
2748         \addquote "id-string" Music
2749
2750         * scripts/lilypond-book.py (do_file): do not overwrite input file.
2751
2752         * scripts/convert-ly.py (conv): add rules for name changes.
2753
2754         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
2755         music/context/grob property functions. Internally, use
2756         get_property() and set_property() for both.
2757
2758 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
2759
2760         * elisp/lilypond-mode.el (get-buffer-size): define new function,
2761         for Emacs <= 20 (Laurent Martelli).
2762
2763 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2764
2765         * lily/parser.yy (command_element): extract quoted vector in
2766         parser.
2767
2768         * input/regression/quote.ly: new file.
2769
2770         * lily/sequential-iterator.cc (process): only process if moment >= 0.
2771
2772         * lily/parser.yy (command_element): \quote DURATION NAME: support
2773         cue notes. 
2774
2775         * lily/quote-iterator.cc (class Quote_iterator): new file.
2776
2777 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2778
2779         * lily/auto-beam-engraver.cc (try_music): accept and process
2780         beam-forbid-event.
2781
2782         * input/regression/auto-beam-no-beam.ly: new file.
2783
2784 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2785
2786         * lily/accidental.cc (print): Change font-relative-size ->
2787         font-size. Fixes cautionary-style = smaller.
2788
2789 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2790
2791         * lily/system-start-delimiter.cc (staff_brace): remove
2792         font-relative-size
2793
2794         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
2795         forgotten with scm_list_n. Fixes spurious coredumps.
2796
2797         * lily/accidental-engraver.cc (stop_translation_timestep): move
2798         update of localKeySignature to stop_translation_timestep (). This
2799         makes sure that all ties are noticed at the right moment.
2800         (stop_translation_timestep): clear tie only when right-side
2801         notehead was seen.
2802         (number_accidentals_from_sig): cleanup. 
2803
2804         * input/regression/accidental-tie.ly (mus): new file
2805
2806         * input/regression/tie-accidental, tie-break-accidental.ly: remove
2807         these longish tests.
2808
2809 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2810
2811         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
2812
2813         * THANKS: update bugreporter list.
2814
2815         * lily/beam.cc (print): broken beams last until end of staff.
2816         (print): broken beams start from prefatory matter.
2817
2818         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
2819
2820         * lily/paper-score.cc (process): dump header only once.
2821
2822         * lily/paper-outputter.cc (Paper_outputter): move logic into
2823         Scheme.
2824
2825         * scm/output-tex.scm (output-scopes): new function.
2826         (output-paper-def): new function
2827         (tex-string-def): new function
2828         (symbol->tex-key): new function
2829
2830         * scripts/convert-ly.py (conv): add rule for | ~
2831
2832 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
2833
2834         * input/regression/{many}.ly: refresh, trying to guess how
2835         it was designed.
2836
2837 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2838
2839         * VERSION: release 2.1.25
2840
2841         * scm/define-translator-properties.scm
2842         (all-user-translation-properties): add printOctaveNames
2843
2844         * ly/engraver-init.ly: remove Note_event_swallower from
2845         NoteNamesContext.
2846
2847         * lily/note-name-engraver.cc (process_music): new property
2848         printOctaveNames
2849
2850         * lily/context.cc (find_existing_context): remove support for
2851         Current.
2852
2853         * scm/music-functions.scm (set-accidental-style): new function;
2854         duplicate accidental macros.
2855
2856         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
2857
2858         * lily/note-name-engraver.cc (process_music):
2859         process_acknowledged_grobs () -> process_music ()
2860
2861         * scm/part-combiner.scm (determine-split-list): robustification.
2862
2863 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2864
2865         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
2866         lines for falling into beam-gap.
2867         (score_forbidden_quants): check all staff lines for falling in
2868         beam gaps.
2869
2870         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
2871         key/clef/time signatures. 
2872
2873         * input/test/ossia.ly: revise example.
2874
2875         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
2876         cleanup.
2877         
2878         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
2879         comply to Scheme standard.  Remove ly:get-paper-variable
2880
2881 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2882
2883         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
2884
2885 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2886
2887         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
2888         properties from Voice context. This fixes accidental size for
2889         staff-switches during grace contexts.
2890
2891         * lily/note-collision.cc (check_meshing_chords): only wipe heads
2892         if necessary. Else, simply wipe dots.
2893
2894         * input/test/beam-alternate.ly: new file
2895
2896         * input/test/piano-staff-distance.ly: new file.
2897
2898         * lily/translator-group.cc (recurse_down_translators): use
2899         Direction for bottom-up/top-down.
2900
2901         * lily/include/translator.hh (class Translator): add
2902         process_music() and do_announces(). This obviates
2903         recurse_down_{engravers,performers}.
2904
2905         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
2906         \melisma and \melismaEnd
2907
2908         * lily/melisma-engraver.cc (process_music): change to
2909         Melisma_translator, unify with performer. Accept
2910         ManualMelismaEvent.
2911
2912         * ly/engraver-init.ly: add Font_size_engraver.
2913
2914 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2915
2916         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
2917         it hara-kiri.
2918
2919         * input/regression/{many}.ly: improve descriptions trying to figure
2920         out what is tested.
2921
2922 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2923
2924         * lily/slur.cc (broken_trend_offset): robustness fix.
2925
2926         * VERSION: release 2.1.24
2927
2928         * lily/context.cc (find_create_context): go to Score if it exists.
2929
2930         * lily/context-scheme.cc: new file.
2931
2932         * lily/score-translator.cc (get_output): new file.
2933
2934         * lily/include/grob-info.hh: origin_contexts() now does not
2935         include the originating engraver
2936
2937         * lily/translator-group.cc (translator_each): clean up contents,
2938         remove superfluous stubs. Engraver_group_engraver and
2939         Performer_group_performer are the only classes using multiple
2940         inheritance.
2941
2942         * lily/include/score-context.hh (class Score_context): interface
2943         between Score_{engraver,performer} and Global_context.
2944
2945         * lily/include/global-context.hh (Context): change from
2946         global-translator. This is the entry point for contexts; it is not
2947         tweakable using \translator{}. Score is no longer the top context,
2948         but sits underneath Global.
2949
2950         * lily/include/context.hh (class Context): brain surgery: split
2951         out Context functionality from Translator_group. Context is now a
2952         separate type from Translator.
2953
2954 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2955
2956         * lily/include/translator.hh (class Translator): make
2957         get_score_context() and get_global_translator (), and use the one
2958         which is appropriate.
2959
2960         * lily/context.cc: partially put functionality of Translator_group
2961         into Context.
2962
2963         * lily/include/context.hh (Translator): new class: put between
2964         Translator and Translator_group. 
2965
2966         * lily/new-accidental-engraver.cc: remove file.
2967
2968 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2969
2970         * input/regression/{many}.ly: improve descriptions: use complete 
2971         sentences, try to describe what is tested, avoid `we´, do not use 
2972         don't, ... 
2973
2974 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
2975
2976         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
2977         is at EOL.
2978
2979         * Documentation/user/lilypond.tely: declare the topmost node only
2980         once; removes empty line in @contents.
2981
2982         * Documentation/user/music-glossary.tely: really add Finnish author.
2983         Draw more beatiful `->´ arrow in html: &rarr;
2984
2985 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2986
2987         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
2988
2989         * scripts/convert-ly.py (conv): add ly:music-list  change.
2990
2991         * lily/grob.cc: edit doc string.
2992
2993         * scm/define-grob-properties.scm (all-user-grob-properties):
2994         proofreading, editing of doc strings.
2995
2996         * input/regression/tablature-string-tunings.ly: new file.
2997
2998         * lily/staff-symbol-engraver.cc (process_music): new engraver,
2999         listen to stringTunings
3000
3001         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3002         for self-alignment-[XY] code.
3003  
3004 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3005
3006         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3007         cond) into function. Cleanup.
3008
3009         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3010         
3011         * VERSION (PACKAGE_NAME): 2.1.23 released
3012
3013 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3014
3015         * Documentation/user/{refman,internals}.itely: small fixes.
3016
3017 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3018
3019         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3020         accidentals for harmonic notes
3021
3022         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3023         for harmonic notes.
3024
3025         * scm/document-backend.scm (interface-doc): prune Grob
3026         documentation: don't duplicate interface information.
3027
3028         * lily/*.cc: lots of updates of doc strings.
3029
3030 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3031
3032         * input/test/ac-extra-voice.ly (accompany): remove file.
3033
3034         * input/test/maximum-rest-count.ly: remove file.
3035
3036         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3037         conversion rule for \translator { }. Apply everywhere.  
3038
3039         * lily/parser.yy (music_property_def): set property for \once in
3040         the PropertyMusic itself, not the ContextSpec.
3041         (property_operation): change syntax within \translator { }
3042
3043         * scm/define-music-properties.scm (all-music-properties): clean up.
3044
3045         * lily/auto-beam-engraver.cc (test_moment): use
3046         updated_grob_properties() to retrieve autoBeam settings.
3047
3048         * lily/spacing-spanner.cc: bound shortest_playing_len by
3049         measure_length
3050
3051         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3052         multi-measure events for spacing computation.
3053
3054         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3055         elliptical, to 1.49.
3056
3057         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3058         vertical positioning for polyphony, without RestCollision object.
3059
3060         * lily/note-column.cc (add_head): prevent rests & note heads on
3061         one stem.
3062
3063         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3064         (do_shift): rewrite only-rests case: use common refpoints: the
3065         routine will have sensible results when other rest-translations
3066         have taken place.
3067
3068         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3069         < 0 case. 
3070
3071         * VERSION: 2.1.22 released
3072         
3073         * input/GNUmakefile (SUBDIRS): remove ascii-art
3074
3075 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3076
3077         * input/: Convert ly files that still had \property.  Fixes make
3078         web.  Remove exta spaces around '='. 
3079
3080         * scripts/convert-ly.py (conv): Redundant space fixes.
3081
3082         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3083
3084 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3085
3086         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3087         create scalable PS and PDFs  for input/{test,template,regression}.
3088
3089         * lily/context.cc (is_alias): move function.
3090         (is_alias): add Bottom as context alias. 
3091         (find_create_translator): add Bottom as a context alias for creation.
3092
3093         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3094
3095         * lily/parser.yy (music_property_def): new syntax for property
3096         assignments:
3097
3098         \set A.B = #C , \unset A.B
3099         \override A.B #C = #D, \revert A.B #C 
3100
3101         * lily/my-lily-lexer.cc: remove \property
3102
3103 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3104
3105         * Documentation/user/refman.itely: add dots after seealso refs.
3106
3107         * input/template/{many}.ly: harmonise descriptions.
3108
3109         * Documentation/user/music-glossary.itely: add Finnish author.
3110
3111 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3112
3113         * VERSION (PACKAGE_NAME): release 2.1.21
3114
3115 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3116
3117         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3118
3119         * scripts/lilypond-book.py (snippet_res): @include filename must
3120         not be empty.
3121
3122 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3123
3124         * scm/documentation-generate.scm (markup-doc-string): dump
3125         markup-commands.tely
3126
3127         * scm/define-markup-commands.scm (override): new file.
3128         Move documentation from refman into doc-strings. 
3129
3130         * input/test/staff-container.ly: fix example.
3131
3132         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3133         StaffContainer
3134
3135         * lily/grob.cc: remove point_dimension_callback
3136         (Grob): read forced dimensions from X-extent and Y-extent.
3137         (get_paper): remove preset_extent.
3138
3139         * scm/define-grobs.scm (all-grob-descriptions): remove
3140         point_dimension_callback. 
3141
3142         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3143         textscript to head. This makes no-spacing-rods work on
3144         DynamicText.
3145
3146         * lily/chord-name.cc: remove props chord, bass, inversion.
3147
3148         * Documentation/user/appendices.itely: add Scheme functions,
3149         context-properties and layout properties to manual.
3150
3151         * scm/part-combiner.scm (determine-split-list): include rests in a
3152         solo1/2 sequence.
3153
3154         * lily/new-part-combine-iterator.cc (substitute_both): new
3155         function.
3156         (class New_pc_iterator): add separate Voice=solo context, fixes
3157         autobeams going from chords to solo.
3158
3159 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3160
3161         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3162
3163         * Documentation/user/tutorial.itely:
3164         * Documentation/user/refman.itely: Add short note about being part
3165         of lilypond.tely.
3166
3167         * COPYING: Make note more clear with respect to files that are
3168         explicitely licenced otherwise (Documention/user/ comes to mind).
3169         
3170         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3171         comment about barfing of @c,{}.
3172
3173         * Documentation/user/music-glossary.tely: Add list of authors.
3174
3175         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3176         source (was: also in build log).
3177
3178 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3179
3180         * lily/side-position-interface.cc (general_side_position): if
3181         staff-padding is set, then include staff in support too.
3182
3183         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3184         module workbook
3185
3186         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3187
3188         * lily/tuplet-engraver.cc: remove tupletInvisible
3189
3190         * scm/define-translator-properties.scm: cleanup, separate in
3191         internal and user props. 
3192
3193         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3194         LyricsVoice -> Lyrics
3195
3196         * lily/new-part-combine-iterator.cc (process): only print warning
3197         for symbols.
3198
3199 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3200
3201         * scm/part-combiner.scm: Add proper header.
3202
3203         * All but lily/*: The great --2003 --2004 replace; the missing
3204         `bits'.
3205
3206         * TODO: Fix outline mode.  Add book notes.
3207
3208         * ROADMAP: Update.
3209
3210 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3211
3212         * scm/part-combiner.scm (make-autochange-music): use
3213         accumulator. Fixes stack overflow.
3214
3215         * lily/*: rename brew_molecule -> print , molecule-callback ->
3216         print-function
3217
3218         * scm/define-grob-properties.scm: cleanup. Separate into internal
3219         and user properties.
3220
3221         * lily/translator-property.cc (updated_grob_properties): new
3222         function
3223         (execute_pushpop_property): change to new convention:
3224         object property inits are stored as (cons ALIST BASED-ON). This
3225         storage format allows concurrent tweaks in different contexts.
3226
3227 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3228
3229         * TODO: new file.
3230
3231 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3232
3233         * debian/: Late Debian update (sorry Anthony).
3234
3235         * scripts/lilypond-book.py (do_file): Look for input_file in
3236         include path, or ask kpathsea if LATEX.
3237
3238         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3239         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3240         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3241         --header=texidoc.
3242
3243         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3244         relative.
3245
3246         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3247         only when filtering, default to input_base otherwise.  Coding
3248         style fixes.
3249
3250 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3251
3252         * lily/include/translator.hh (class Translator): add virtual
3253         qualifier.
3254
3255 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3256
3257         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3258
3259 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3260
3261         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3262
3263         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3264         (fixes make web).
3265
3266         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3267         live in $(out)-www).
3268
3269         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3270         dependencies.  Add link to .ly source in HTML output.
3271         (Lilypond_snippet.output_html): Handle multiple page picture
3272         output.
3273         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3274         Make usable for output_texinfo again.
3275
3276         * Documentation/user/GNUmakefile: Add static dependency for
3277         lilypond.tely includes.
3278
3279         * Documentation/user/tutorial.itely: Add some lost `relative'
3280         ly-options.
3281
3282 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3283
3284         * lily/include/translator-group.hh: move Music_output_def member
3285         to Global_translator.
3286
3287         * scripts/lilypond-book.py (do_file):  fix latex output.
3288
3289         * VERSION: release 2.1.20
3290         
3291         * scm/part-combiner.scm (determine-split-list): robustness fix 
3292
3293         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3294
3295         * lily/parser.yy (music_output_def_body): plug memory leak.
3296
3297         * lily/translator-group.cc (add_fresh_group_translator): plug
3298         memory leak: unprotect Translator_group once added.   
3299
3300         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3301
3302         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3303         write .dep file.
3304         (Lilypond_snippet.ly): add \renameinput.
3305
3306 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3307
3308         * Documentation/user/refman.itely (Markup command definition): Doc
3309         by Nicolas Sceaux. Rewrite by Han-Wen
3310
3311         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3312         thing of the line.
3313         (brew_molecule): only remove if hyphen is not at the end of line.
3314         (set_spacing_rods): new function: minimum-length specifies
3315         distance between syllables.
3316
3317         * scm/define-grobs.scm (all-grob-descriptions): add
3318         Hyphen_spanner::set_spacing_rods to LyricHyphen
3319
3320         * input/regression/lyric-hyphen-break.ly: new file.
3321
3322         * input/test/lyric-hyphen-retain.ly: new file.
3323
3324         * lily/new-part-combine-iterator.cc (construct_children):
3325         add Rest direction.
3326
3327 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3328
3329         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3330
3331         * Documentation/bibliography/engraving.bib (donemus1982):
3332         update entry.
3333
3334 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3335
3336         * scripts/lilypond-book.py (Substring.__init__): new class.
3337         (Snippet.output_texinfo): add texidoc option.
3338         (Include_snippet.replacement_text): new class.
3339         (Lilypond_snippet.__init__): new class
3340         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3341
3342         * Documentation/user/refman.itely (Sound): 
3343         note about number of channels.
3344
3345         * scm/music-functions.scm (voicify-music): add \context Staff for
3346         << \\ >> polyphony.
3347
3348         * lily/parser.yy (verbose_command_req): \skip now creates
3349         SkipMusic, and does not lead to spurious staves.
3350
3351         * scm/define-music-types.scm (music-descriptions): rename
3352         NonEventSkip to SkipMusic
3353
3354         * input/no-notation/midi-lyric-barcheck.ly: new file.
3355
3356         * input/regression/collision-dots-invert.ly: new file.
3357
3358         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3359         case.
3360
3361         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3362         die if melody died too.
3363
3364 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3365
3366         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3367         with reading from stdin.
3368
3369         * lily/slur-performer.cc (try_music): new file.
3370
3371         * lily/melisma-performer.cc (try_music): new file. Handle
3372         melismata to help lyrics.
3373
3374         * lily/beam-performer.cc (try_music): new file. Handle beam events
3375         to help lyrics.
3376
3377         * lily/score-performer.cc (one_time_step): reinstate
3378         process_music().
3379
3380         * lily/performer.cc (process_music): add to interface.
3381
3382         * lily/performer-group-performer.cc (process_music): new function.
3383
3384         * lily/dot-column.cc (do_shifts): do collision resolution before
3385         dot positioning.
3386         
3387         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3388         file, process printfilename option.
3389         (Snippet.__init__): rewrite: do not use global variables h or
3390         index.
3391         (main): really support -I option.
3392         (find_toplevel_snippets): new code.
3393         (find_toplevel_snippets): reinstate old version, without global
3394         variables.
3395
3396         * tex/texinfo.tex: really add file.
3397         
3398 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3399
3400         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3401         compatibility.
3402
3403 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3404
3405         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3406
3407         * scm/define-translator-properties.scm (drumPitchTable): add
3408         property.
3409
3410         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3411         function.
3412         (help_summary): docstrings.
3413         (do_file): strip the dir of input_base too.
3414
3415 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3416
3417         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3418
3419         * Documentation/user/lilypond-book.itely: Update.
3420
3421         * make/ly-rules.make: Update lilypond-book commands.
3422
3423         * Documentation/user/GNUmakefile: Update makeinfo commands,
3424         lilypond-book flags.
3425
3426         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3427         
3428         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3429
3430         * scripts/filter-lilypond-book.py: Remove.
3431
3432         * Documentation/user/*tely: Update options for new lilypond-book.
3433
3434         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3435         with @macros in @includes.
3436
3437 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3438
3439         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3440         make rest-collision only.
3441
3442         * lily/break-substitution.cc (substitute_one_mutable_property):
3443         clear all-elements using scm_assq_remove_x(). 
3444
3445         * lily/rest-collision.cc (do_shift): shift single rests
3446
3447         * flower/include/array.hh (class Array): rename to is_empty ()
3448
3449         * lily/drum-note-performer.cc: new file: perform drum notes.
3450
3451         * VERSION (PACKAGE_NAME): release 2.1.19.
3452         
3453 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3454
3455         * scripts/filter-lilypond-book.py
3456         (classic_lilypond_book_compatibility): New function.
3457
3458 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3459
3460         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3461
3462         * Grand 2003 -> 2004 search replace. 
3463
3464         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3465         (i.e. < > )
3466
3467         * ly/performer-init.ly: add DrumStaff
3468
3469         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3470         lyric-interface; this prevents lines with only extender lines from
3471         being junked.
3472  
3473         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3474
3475         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3476         extenders right, for once and for all (hopefully).
3477         
3478         * lily/break-substitution.cc (substitute_one_mutable_property):
3479         clear old 'all-elements for System grobs.
3480
3481         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3482         that associatedVoiceContext is always assigned when music & lyrics
3483         are found. 
3484
3485         * ly/engraver-init.ly: remove Lyrics context.
3486         (TabVoice): add noteheads engraver
3487
3488         * input/test/improv.ly: update: do not use Thread switching. 
3489
3490         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3491         squashedPosition is a number  
3492
3493         * Documentation/user/refman.itely (Automatic note splitting):
3494         remove Thread references.
3495
3496         * input/no-notation/pc-direction.ly: remove file.
3497
3498         * ly/engraver-init.ly: remove Thread
3499
3500         * input/regression/tie-chord-partial.ly: remove file.
3501
3502         * scripts/convert-ly.py (conv): \harmonic rule
3503
3504         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3505         notation for harmonic notes: <c' g''\harmonic>
3506
3507         * lily/lily-guile.cc (alist_to_hashq): new function
3508
3509         * scm/lily.scm (alist->hash-table): new function.
3510
3511         * Documentation/user/refman.itely (Percussion staves): update doco.
3512
3513         * input/regression/drums.ly (timb): updates
3514
3515         * lily/note-performer.cc (create_audio_elements): robustness fix.
3516
3517         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3518
3519 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3520
3521         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3522         discard valid matches.
3523
3524 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3525
3526         * lily/drum-note-engraver.cc: new file.
3527
3528         * ly/drumpitch-init.ly: move drum definitions
3529
3530         * scm/drums.scm: remove file.
3531
3532         * lily/*.cc: remove abort-event everywhere.
3533
3534         * lily/note-heads-engraver.cc (process_music): robustification.
3535
3536         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3537         robustification.
3538
3539         * lily/parser.yy (simple_element): add \drums mode.
3540         (simple_element): remove \pitchnames , \chordmodifiers. Use
3541         variables to store this. 
3542
3543         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3544         outside \notes.
3545
3546         * VERSION: release 2.1.18.
3547         
3548         * input/test: remove octave-duplicate.ly
3549
3550 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3551
3552         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3553
3554 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3555
3556         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3557         constructor from Music_iterator. Changes throughout.
3558
3559         * lily/include/music-iterator.hh (class Music_iterator): remove
3560         Music_iterator::skip and Music_iterator::get_pending_events from
3561         interface. Rename report_to -> get_outlet 
3562
3563         * lily/auto-change-iterator.cc: move contents from
3564         new-auto-change-iterator.cc from
3565
3566         * scm/part-combiner.scm: determine split-list from Scheme. 
3567
3568         * lily/new-auto-change-iterator.cc (process): new file.
3569
3570         * lily/parser.yy (part_combined_music): remove old PC cruft.
3571
3572         * ly/engraver-init.ly: remove old
3573         PC cruft.
3574
3575         * Documentation/user/refman.itely (The Lyrics context): note about
3576         extender lines.
3577
3578         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3579         to allow 0-length mmrest events.
3580
3581         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3582
3583         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3584
3585         * lily/spacing-engraver.cc (finalize): robustifications.
3586
3587         * input/regression/new-part-combine-solo-global.ly: new file.
3588
3589         * scm/part-combiner.scm: rewrite.
3590
3591 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3592
3593         * Documentation/user/refman.itely, input/puer-fragment.ly,
3594         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3595         updated for proper use of lyricsto; replaced "(" and ")" ->
3596         "\melisma" and "\melismaEnd"
3597
3598         * input/test/ancient-font.ly: small updates to reduce compile
3599         warnings (TODO: junk this file)
3600
3601         * input/test/gregorian-scripts.ly: added comment about bug
3602
3603         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3604         tiny robustness fix
3605
3606         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3607         recent changes in the feta code); temporarily mapped mensural g
3608         clef to a copy of petrucci g clef until mensural g clef will have
3609         been rewritten
3610
3611         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3612         between mensural and neo-mensural heads (this broke quite a while
3613         ago)
3614
3615         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3616
3617 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3618
3619         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3620         indication.  Fixes for verbatim, multi line comments.
3621
3622 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3623
3624         * input/regression/new-part-combine-solo.ly: more cases.
3625
3626         * lily/slur.cc (height): robustness fix.
3627
3628         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3629
3630         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3631         stemUp/stemDown.
3632
3633         * scm/music-functions.scm (determine-split-list): further analysis.
3634
3635         * lily/script-engraver.cc (try_music): discard duplicate
3636         articulations.
3637
3638         * input/regression/new-part-combine-solo.ly: new file
3639
3640         * input/regression/new-part-combine-a2.ly: new file.
3641
3642         * ly/performer-init.ly: add Devnull
3643
3644         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3645         for \musicglyph #"accidental-*"
3646         (conv): \newpartcombine rule.
3647
3648 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3649
3650         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3651
3652 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3653
3654         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3655         textwidth, --output.
3656
3657 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3658
3659         * scm/new-markup.scm (doubleflat): add accidental markups.
3660
3661         * VERSION: release 2.1.17
3662         
3663         * Documentation/user/refman.itely (Automatic part combining):
3664         revise documentation of the part-combiner.
3665
3666         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3667         
3668         * input/test/part-combine-{moment,staff}.ly: remove file.
3669
3670         * input/regression/pc-mmrest.ly (two): remove file.
3671
3672         * scm/define-music-types.scm (music-descriptions): add
3673         Solo{One,Two}Event and UnisonoEvent
3674
3675         * lily/new-part-combine-iterator.cc (unisono): add state_
3676         variable, signal changes with part-combine-event.
3677
3678         * input/regression/new-part-combine-text.ly: new file.
3679
3680         * lily/part-combine-engraver.cc: new file.
3681
3682 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3683
3684         * scripts/filter-lilypond-book.py: Handle snippet options.
3685
3686 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3687
3688         * scm/music-functions.scm (determine-split-list): detect solo1/2
3689         and unisono.
3690
3691         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3692         revert fix, document why.
3693
3694         * lily/tie-performer.cc (process_music): new function. Set melisma
3695         property.
3696
3697         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
3698         always smaller than bracket size.
3699         (make_bracket): oops. Size of the gap was off by factor 2
3700
3701         * input/test/text-rotate.ly: new file.
3702
3703         * scm/new-markup.scm (markup): a macro that provides a
3704         LilyPond-like syntax in scheme for building markups, in order to
3705         help markup command definition. (Nicolas Sceaux)
3706
3707         * input/test/lyrics-skip-notes.ly: new example.
3708
3709         * lily/parser.yy (post_event): make HYPHEN into postfix event.
3710
3711         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
3712         use is_alias() iso. == . This fixes lyrics on
3713         GregorianTranscriptions. 
3714
3715 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3716
3717         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
3718         \thispagestyle{lastpage} to avoid that it's printed on the second
3719         last page when there's only a single score line on the last page.
3720         (The page breaking mechanism in TeX played some ugly tricks to us.)
3721
3722 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3723
3724         * scripts/filter-lilypond-book.py: Further development.
3725
3726         * input/regression/collision-dots-move.ly: New test.
3727
3728         * lily/note-collision.cc (check_meshing_chords): Move dots on left
3729         hand side note head of non-merged collision to the right.
3730
3731         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
3732         Construct children before accessing property from emtpy
3733         lyrics_context_.
3734         (construct_children): Find thread before finding LyricsVoice.
3735         Create LyricsVoice one if none found, fixes crash (thanks Erik
3736         Sandberg).
3737
3738 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3739
3740         * cygwin/: Forward port.
3741
3742 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3743
3744         * buildscripts/install-info-html.sh: Use Bash.
3745
3746         * cygwin/mknetrel: Patch from Bert.
3747
3748 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3749
3750         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
3751
3752         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
3753         try to copy *png, index.html (Bertalan Fodor).
3754
3755         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
3756
3757 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3758
3759         * lily/note-collision.cc (check_meshing_chords): Do not remove
3760         dots (from down head) when merging similar heads (thanks Matthias
3761         Kilian).  Simplify merge_possible tests and other cleanups
3762
3763         * input/regression/collision-merge-differently-dotted.ly: Add test
3764         for disappearing dots on similar heads for both voices.
3765
3766 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3767
3768         * Documentation/user/invoking.itexi (Invoking lilypond): Document
3769         that tagline overrides copyright for single page scores. Correct
3770         the default tagline value.
3771
3772 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3773
3774         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
3775
3776 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3777
3778         * buildscripts/lilypond-login.sh: Avoid warning about undefined
3779         TEXMF if it's previously unset.
3780
3781 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
3782
3783         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
3784
3785         * input/test/trills.ly: fix the unfolding of lineprall.
3786
3787         * input/test/figured-bass-alternative.ly: fix accidental.
3788
3789 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3790
3791         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
3792         
3793         * input/no-notation/dos-guile.ly: 
3794         * input/no-notation/dos-ps.ly: 
3795         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
3796         
3797         * input/no-notation/safe-include.ly:
3798         * input/no-notation/safe-guile.ly:
3799         * input/no-notation/safe-ps.ly: 
3800         * input/no-notation/safe-tex.ly: New file.
3801
3802         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
3803         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
3804         options now.
3805         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
3806         When in --safe-mode, set environment openout_any=p[aranoid].
3807
3808         * tex/ltest.tex: 
3809         * tex/lilyponddefs.tex: Add \nofiles.
3810
3811         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
3812         options.
3813
3814         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
3815         This allows building the user manual using a binary installation
3816         and a matching unpacked source tree.
3817
3818         * scm/lily.scm (safe-module): New variable. 
3819
3820         * lily/includable-lexer.cc (new_input): Fix error messages.
3821
3822         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
3823         If SAFE, evaluate in safe-module.  Change callers.
3824
3825         * lily/main.cc (Long_option_init): Reinstate safe-mode.
3826
3827         * lily/lexer.ll (embedded_scm): While processing main-input,
3828         invoke ly_parse_scm with safe mode if running in safe-mode.
3829         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
3830         in init.ly for safe-mode.
3831
3832 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3833
3834         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
3835         compatibility with old versions of geometry.sty (compat2
3836         already implied includehead).
3837         Change the page layout slightly so bottom + footskip = top +
3838         headheight + headsep = 16mm, the remaining paperheight-32mm
3839         are used for the music. Increase footskip to 5mm, so the top of
3840         the footer text doesn't touch the music.
3841
3842 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3843
3844         * VERSION: release 2.1.16
3845         
3846         * scm/music-functions.scm (determine-split-list): bugfix: only use
3847         new-active for both voices if both indexes advance. This fixes the
3848         biggest outstanding problem with new-pc. 
3849
3850         * lily/new-part-combine-iterator.cc (construct_children): set more
3851         directions.
3852
3853 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3854
3855         * scripts/convert-ly.py (conv): add instrument rule.
3856
3857         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
3858
3859         * lily/side-position-interface.cc: remove add_staff_support ()
3860         Change all callers to use staff-padding.
3861
3862         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
3863         make_spanner().
3864
3865         * lily/a2-engraver.cc (process_acknowledged_grobs): 
3866
3867         * lily/text-engraver.cc: remove scriptHorizontal property.
3868
3869         * lily/beam.cc (least_squares): also set least-squares-dy for
3870         special case of slanted 2-stem beam to center.
3871
3872         * lily/side-position-interface.cc (out_of_staff): move contents of
3873         out_of_staff into aligned_side.
3874         remove out_of_staff().
3875
3876         * input/regression/measure-grouping.ly: fix warning.
3877
3878         * lily/side-position-interface.cc: add staff-padding support to
3879         Side_position_interface::aligned_side.
3880
3881         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
3882         one get_property too many.
3883
3884         * flower/include/drul-array.hh (linear_combination): new function
3885         (scale_drul): new function
3886
3887         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
3888         operations on empty intervals are silly.
3889
3890 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3891
3892         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
3893         (iso gh_scm2int), fixes crash in new part-combiner.
3894
3895         * configure.in: Up mftrace to 1.0.27.
3896
3897 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3898
3899         * VERSION: release 2.1.15
3900         
3901         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
3902         align all stanza numbers.
3903
3904 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
3905
3906         * Documentation/user/{introduction.itely,refman.itely,
3907         converters.itely}: fix some text inside parentheses; text should
3908         be readable (even) if parentheses are either replaced with commas 
3909         or dropped out.
3910
3911 2004-01-25  Werner Lemberg  <wl@gnu.org>
3912
3913         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
3914         input/test/vaticana.ly, input/test/ancient-font.ly,
3915         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
3916         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
3917         ly/params-as-init.ly, scm/define-grobs.scm,
3918         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
3919
3920         * ly/params-as-init.ly: Removed.  Obsolete.
3921         * buildscripts/lilypond.words.py: Updated.
3922
3923 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3924
3925         * mf/parmesan-clefs.mf: switch off mensural G clefs.
3926
3927         * mf/feta-din{4,5,7,9}.mf: remove.
3928         
3929         * lily/engraver.cc (internal_make_item): centralize item/spanner
3930         factory.
3931
3932         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
3933         do correct chord conversion for ^"sim."  (backportme)
3934         (FatalConversionError.sub_articulations): substitute ^"foo" in
3935         chords too. (backportme)
3936
3937         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
3938         for Fingering.
3939
3940         * lily/side-position-interface.cc (out_of_staff): don't do
3941         anything if staff-padding not defined. 
3942
3943         * mf/feta-params.mf (stafflines): introduce linethickness as
3944         general blackness of the font.
3945
3946         * lily/stem.cc (position_noteheads): rounding error robustness.
3947
3948         * input/regression/rest-collision-beam.ly: move beam/rest stuff
3949         from beam-collision.ly 
3950
3951         * lily/beam.cc (rest_collision_callback): remove direction.
3952
3953         * scm/define-grobs.scm (all-grob-descriptions): remove
3954         enclose-bounds in OttavaBracket and PianoPedalBracket
3955
3956         * scm/new-markup.scm (def-markup-command) new macro, which takes
3957         care of defining the COMMAND-markup and make-COMMAND-markup
3958         procedures, setting markup-signature and keyword-signature object
3959         properties, and pushing the markup command in
3960         markup-function-list.
3961
3962         All markup commands are defined thanks to it.  Users may also use
3963         it to define their own markup commands. (Nicolas Sceaux)
3964
3965         * scm/new-markup.scm: Scheme style clean-up: there should be no
3966         parenthesis alone on a line; LET* should not be used where LET is
3967         enough. (Nicolas Sceaux)
3968
3969 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3970
3971         * scripts/filter-lilypond-book.py: Add script.
3972
3973 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3974
3975         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
3976
3977 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3978
3979         * Documentation/user/refman.itely (Fingering instructions): add
3980         single note chords. 
3981
3982         * lily/multi-measure-rest-engraver.cc: use a single
3983         MultiMeasureEvent for mm rests. This prevents problems with the
3984         new part combiner.
3985
3986         * scm/music-functions.scm (determine-split-list): analysis has
3987         global effect: a difference halfway a phrase makes the entire
3988         phrase be typeset as apart.
3989         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
3990
3991 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3992
3993         * ly/performer-init.ly: add Devnull.
3994
3995         * Documentation/user/refman.itely (Font selection): remove paper20
3996         ref.
3997         
3998 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3999
4000         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4001
4002 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4003
4004         * scm/music-functions.scm (determine-split-list): bugfixes.
4005
4006         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4007
4008         * input/test/scales-greek.ly: use C as base, results in different
4009         alterations at the clef.
4010
4011         * input/regression/pedal-ped.ly: new file.
4012
4013         * input/regression/pedal-bracket.ly: new file.
4014
4015         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4016         replace after_line_breaking()
4017
4018         * lily/line-interface.cc (line): read thickness.
4019         (line): dash-fraction = 0 always for dotted-line style.
4020
4021         * input/test/staff-lines.ly (lower): bugfix.
4022
4023         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4024         \accepts Devnull into Score.
4025
4026         * scm/lily.scm: remove bla.scm load.
4027
4028 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4029
4030         * VERSION: release 2.1.14
4031         
4032         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4033
4034         * lily/side-position-interface.cc (general_side_position): add
4035         Staff_symbol_referencer::staff_space ().
4036
4037         * lily/include/context-def.hh: rename from translator-def.hh
4038
4039 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4040
4041         * input/template/piano-dynamics.ly (pedal): Updated definition of
4042         Dynamics such that \cresc works, for example.
4043
4044 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4045
4046         * lily/stem.cc (calc_stem_info): use
4047         Staff_symbol_referencer::staff_space
4048
4049         * lily/beam-quanting.cc (quanting): scale Stem_info 
4050
4051         * lily/beam.cc (rest_collision_callback): use minimum-distance
4052         property for rest/beam collisions.
4053         (rest_collision_callback): bugfixes.
4054
4055         * lily/system.cc (post_processing): extra-offset is now relative
4056         to the size of the current staff.
4057
4058         * scm/music-functions.scm (notice-the-events-for-pc): record all
4059         voices, only analyze "one" and "two".
4060
4061         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4062         not parent. 
4063
4064         * lily/new-part-combine-iterator.cc (construct_children): create
4065         Devnull from Voice context
4066
4067         * scm/music-functions.scm (determine-split-list): bugfixes.
4068
4069         * lily/lily-guile.cc (robust_scm2int): new function
4070
4071         * lily/staff-symbol-referencer.cc (line_thickness): new
4072         function. Use throughout.
4073
4074         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4075         in its own context.  Add to preset font-size.
4076
4077         * lily/stem.cc (thickness): new function.
4078
4079         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4080         compute thickness from ledger-line-thickness.
4081
4082         * lily/note-head.cc (brew_ledger_lines): use
4083         Staff_symbol::get_ledger_line_thickness ().
4084
4085         * lily/beam.cc (rest_collision_callback): use
4086         Staff_symbol_referencer::staff_space().
4087
4088         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4089         Mus1 Mus2
4090
4091         * lily/include/translator.hh (class Translator): add accepts_list_
4092         so  \with { \denies / \accepts } also works.
4093
4094         * scm/music-functions.scm (determine-split-list): determine split
4095         list from music events.
4096
4097         * lily/new-part-combine-iterator.cc: more states.
4098
4099         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4100
4101 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4102
4103         * lily/system.cc (set_loose_columns): use the right prebroken cols
4104         for interpolating loose column position.
4105
4106         * lily/text-spanner.cc (brew_molecule): default to no vertical
4107         lines.
4108
4109         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4110         take space.
4111
4112         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4113
4114 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4115
4116         * scripts/convert-ly.py: Do not test filename when processing
4117         stdin.
4118
4119         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4120
4121 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4122
4123         * lily/axis-group-engraver.cc (finalize): extra check; if
4124         process_music () is never called, then staffline_ == 0.
4125
4126         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4127         check run_always ().
4128         
4129         * VERSION: release 2.1.13
4130
4131         * input/regression/note-head-style.ly (pattern): cleanup.
4132
4133         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4134         downloading.
4135
4136         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4137         kludge rehearsalmark placement.
4138
4139         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4140         , ly:spanner?
4141
4142         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4143         close to note head for accidentals.
4144
4145         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4146         tuplet direction.
4147
4148         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4149
4150 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4151
4152         * lily/include/music-iterator.hh (class Music_iterator): add
4153         substitute_outlet() to iterator API.
4154
4155         * lily/new-part-combine-iterator.cc (construct_children):
4156         New_pc_iterator: new class, better part combining.
4157
4158         * lily/tie-column.cc (werner_directions): new function
4159
4160         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4161
4162         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4163         empty objects group spanner as parent
4164
4165         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4166         slope against graphical slope.
4167
4168         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4169         for ottava bracket.
4170
4171         * lily/side-position-interface.cc (general_side_position):
4172         opps. reinstate *dir.
4173
4174         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4175         parser run.
4176
4177         * lily/tuplet-bracket.cc: remove calc_dy ().
4178
4179         * Documentation/user/refman.itely (Balloon help): document balloon
4180         help
4181
4182 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4183
4184         * scm/document-backend.scm (check-dangling-properties): Grob
4185         properties are defined define-grob-properties.scm.
4186         
4187 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4188         
4189         * VERSION: release 2.1.12
4190
4191         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4192         ChordName
4193
4194         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4195         relation to surroundings.
4196
4197         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4198         Y-extent to the note-extents: stay clear of the staff.
4199
4200 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4201
4202         * Documentation/user/GNUmakefile
4203         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4204         iso. copy.
4205
4206         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4207
4208         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4209
4210         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4211
4212         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4213
4214         * lily/line-interface.cc (line): remove thickness from calling interface.
4215
4216         * lily/hairpin.cc: use Line_interface
4217
4218         * lily/line-interface.cc: new file. Line_interface for everything
4219         with dotted/dashed lines.
4220         
4221
4222         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4223
4224         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4225         for constructing ottava brackets.
4226         
4227         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4228         the note heads.
4229
4230         * Documentation/user/internals.itely (Engravers and performers):
4231         fix broken link.
4232
4233         * scm/music-functions.scm (make-mark-set): new function.
4234
4235         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4236         functionally identical to beam.
4237
4238         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4239         () with beam (). 
4240
4241         * Documentation/user/refman.itely (Rehearsal marks): document new
4242         functionality.
4243
4244         * input/regression/rehearsal-mark-number.ly: new file.
4245
4246         * input/regression/rehearsal-mark-letter.ly: new file.
4247
4248         * scm/translation-functions.scm (number->mark-string): new function
4249         (format-mark-letters): new function
4250         (format-mark-numbers): new function
4251
4252         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4253         integer; formatting is done through markFormatter property.
4254         
4255         * scm/define-translator-properties.scm: fold all *-done properties
4256         into positioning-done.
4257
4258         * lily/beam.cc (position_beam): new function
4259         (brew_molecule): make sure that positions are calced before making
4260         the molecule.
4261
4262         * scm/output*.scm (beam):  take 4th argument for function.
4263
4264         * ps/music-drawing-routines.ps: take blot as 4th argument.
4265
4266         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4267         stem to avoid small dents.
4268         
4269 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4270
4271         * VERSION: release 2.1.11
4272
4273         * input/regression/balloon.ly: new file.
4274
4275         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4276         objects, and make help texts. 
4277
4278         * scm/new-markup.scm (parse-simple-duration): parse duration
4279         string to log & dots. (Thanks Nicolas!)
4280
4281         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4282         rule.
4283
4284 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4285
4286         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4287         Lemberg).
4288
4289         * THANKS: alphabetic order.
4290
4291 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4292
4293         * input/regression/note-head-harmonic.ly: new file.
4294
4295         * Documentation/user/internals.itely (Technical manual): explain
4296         difference between music, translation, layout.
4297
4298         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4299
4300         * scm/output-ascii-script.scm (bracket): rounding bfs.
4301
4302         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4303
4304         * ly/paper*.ly: remove files. 
4305         
4306         * scm/paper.scm (set-staff-size): new function: set default
4307         staff-size.
4308
4309         * scripts/convert-ly.py (conv): add conversion rule.
4310
4311         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4312         function.
4313
4314         * scm/paper.scm: new file.
4315         (set-staff-size): new function 
4316         (set-paper-size): new function
4317
4318         * lily/parser.yy (music_output_def_body): restructure definition,
4319         so first Scheme statement in \paper also happens in new scope. 
4320
4321         * lily/system.cc (post_processing): move uniquify_list () to
4322         dumping molecule stage.
4323
4324         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4325         this will mess up scores that use barchecks to shorten measures.
4326
4327         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4328         at 20pt too.
4329
4330         * Documentation/user/tutorial.itely (Printing lyrics): document
4331         \lyricsto
4332
4333         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4334
4335         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4336
4337         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4338         if Voice is not found.
4339
4340         * VERSION: release 2.1.10
4341         
4342         * input/{test,regression}/: remove old-relative 
4343
4344         * lily/lexer.ll: add empty markup signature. 
4345
4346         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4347         strut markup
4348
4349         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4350
4351         * scm/define-translator-properties.scm: update melismata property
4352         doco.
4353
4354         * lily/system.cc (output_lines): revert uniquify_list() patch,
4355         strange side effects seen.
4356         
4357         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4358         dash-period < 0.
4359
4360         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4361         for flute. 
4362
4363 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4364
4365         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4366
4367         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4368
4369         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4370         of line breaks.
4371         (brew_molecule): add padding to left, not right.
4372
4373         * lily/system.cc (uniquify_list): new function
4374         (output_lines): uniquify_list () on all-elements. This fixes
4375         double symbols in the output.
4376
4377         * lily/beam.cc (rest_collision_callback): don't move anything if
4378         staff-position is set.
4379
4380         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4381
4382         * lily/system.cc (typeset_grob): warn if adding twice.
4383
4384         * lily/sequential-iterator.cc (run_always): implement run_always().
4385         (also in other files.)
4386         
4387         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4388
4389         * lily/event.cc (to_relative_octave): add octave-check.
4390
4391         * Documentation/user/refman.itely (Line breaking): add noBreak.
4392
4393         * scm/new-markup.scm (normalsize-markup): add function.
4394         (sans-markup): new function.
4395
4396         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4397         come earlier nowadays.  This fixes beams on grace notes.
4398         
4399         * scm/music-functions.scm (direction-polyphonic-grobs): new
4400         variable, share between override and revert. This fixes script
4401         directions in polyphonic sections. (backportme)
4402
4403 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4404
4405         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4406         breakpoints.
4407
4408         * lily/break-align-interface.cc: add doco
4409
4410         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4411
4412 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4413
4414         * VERSION: release 2.1.9
4415
4416         * scm/document-markup.scm (markup-doc-node): add note about naming.
4417
4418         * scm/new-markup.scm (left-align-markup): bugfix. 
4419
4420         * Documentation/user/refman.itely (Ottava brackets): more doco for
4421         ottava.
4422
4423         * lily/side-position-interface.cc (out_of_staff): also do
4424         out_of_staff() correctly for d == DOWN.
4425
4426         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4427         horizontal line if they move to the right.
4428         
4429         * scm/define-grobs.scm (all-grob-descriptions): set
4430         text-repeat-if-broken for ottava spanner
4431
4432         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4433         property.
4434
4435         * mf/feta18.mf: design size is 18 not 22.5
4436
4437         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4438         Add a single LyricsVoice to a melody. Melismata may be set
4439         individually.
4440
4441         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4442
4443         * lily/dot-column.cc: add stdio.h
4444
4445 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4446
4447         * lily/item.cc: documentation for break-visibility (Thanks, John).
4448
4449 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4450
4451         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4452
4453         * lily/translator-def.cc: rename Translator_def to Context_def.
4454
4455         * Documentation/user/internals.itely (Lexical details): clarify
4456         string def.
4457
4458         * Documentation/user/refman.itely (Rhythmic music): add link to
4459         RhythmicStaff 
4460
4461 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4462
4463         * lily/translator.cc: document start_translation_timestep()
4464
4465         * scm/output-tex.scm (tex-encoded-fontswitch): use
4466         round for rounding (inexact->exact yields rationals)
4467
4468         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4469
4470         * lily/translator-group.cc (get_simple_trans_list): 
4471         new function; construct simple_trans_list_ lazily.
4472         
4473 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4474
4475         * lily/paper-outputter.cc (output_scope): Check if number before
4476         checking exact (guile cvs).
4477
4478         * scm/*: Escape backslashes in scheme strings (guile cvs).
4479
4480 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4481
4482         * Documentation/user/refman.itely (Tablatures basic): annotate
4483         seealso sections.
4484
4485         * lily/*.cc: cleanup of engraver initialize() functions.
4486
4487         * lily/repeat-acknowledge-engraver.cc
4488         (start_translation_timestep): remove first_b_
4489
4490         * lily/tab-note-heads-engraver.cc: listen to string number events
4491         inside < > too. (backportme).
4492
4493         * Documentation/user/refman.itely (Text scripts): add fatText to
4494         index.
4495
4496 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4497
4498         * VERSION: 2.1.8
4499
4500         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4501         footer.
4502
4503         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4504
4505         * lily/bar-check-iterator.cc (process): only warn if
4506         barCheckLastFail was changed.
4507
4508         * scm/define-translator-properties.scm (barCheckLastFail): add
4509         property.
4510
4511         * lily/main.cc (main_prog): print summary of failed files.
4512
4513         * lily/axis-group-engraver.cc: move all spanner creation to
4514         process_music (). Now staffs can be adjusted with \override too.
4515         (Jan, you are a brilliant programmer!)
4516         
4517         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4518
4519 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4520
4521         * Documentation/user/tutorial.itely (Integrating text and music):
4522         Show the commands to produce a PDF as well.
4523
4524 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4525
4526         * lily/translator-def.cc (get_translator_names): accept user
4527         tweaks too. 
4528
4529         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4530         as big as normal heads. 
4531
4532         * input/*ly: run convert-ly
4533         
4534         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4535         () if dependencies are fluked.
4536
4537         * scm/document-translation.scm (engraver-doc-string): update on
4538         latest string/symbol conventions.
4539
4540         * lily/translator-ctors.cc: use Scheme_hash_table.
4541
4542         * lily/translator-def.cc (get_translator_names): new function
4543         (add_context_mod): new function
4544         (get_accepted): new function
4545
4546         * lily/parser.yy (context_mod): put all modifications of
4547         \translator { } in a single production, encode as SCM.
4548
4549         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4550         to use read-only lists, so additions to the definition can be
4551         prepended easily.  
4552
4553         * Documentation/user/invoking.itexi (Editor support): add node on
4554         editor support.
4555
4556         * Documentation/user/refman.itely (Bar check): add lyrics example
4557         of bar checks. 
4558
4559         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4560
4561         * scripts/convert-ly.py (conv): add conversion rule.
4562
4563         * lily/parser.yy: use \change iso. \translator for staff switch.
4564
4565         * lily/my-lily-lexer.cc: add \change.
4566
4567         * scm/define-translator-properties.scm
4568         (default-melisma-properties): add definition.
4569
4570 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4571
4572         * Documentation/user/refman.itely (Bar lines): clarification of
4573         systemStartDelimiter. 
4574
4575         * input/test/slur-shape.ly (x): remove file.
4576
4577         * lily/translator-group.cc (apply_property_operations): new function.
4578
4579 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4580
4581         * lily/parser.yy (optional_prop_ops): allow \with {
4582         PROPERTYSETTINGS } following \context or \new.
4583
4584         * lily/my-lily-lexer.cc: add \with.
4585
4586         * lily/parser.yy (property_operation): clean up definition of
4587         property operations.
4588         (property_op_to_music): new function.
4589         (context_spec_music): new function
4590
4591         * VERSION: 2.1.7 released.
4592         
4593         * input/regression/collision-merge-dots.ly: new file.
4594
4595         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4596         then kill the dots too. 
4597
4598         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4599         set/unset breakableSeparationItem
4600
4601         * lily/separation-item.cc (relative_width): add function.
4602
4603         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4604         only-prebreak-interface
4605
4606         * lily/system.cc (output_lines): only junk only-prebreak-interface
4607         grobs.
4608
4609         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4610         read breakableSeparationItem
4611
4612         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4613
4614         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4615
4616         * lily/dot-column.cc (dot_config_badness): new function:
4617         select the best scoring dot configuration: dots should go close to
4618         the note heads, but be shifted up or down according to conventions.
4619         (print_dot_configuration): idem.
4620         (shift_one): idem
4621         (remove_collision): idem.
4622
4623         * input/regression/dots.ly: add more test cases.
4624
4625 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4626
4627         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4628
4629         * flower/include/interval.hh: rename elem_b to contains 
4630
4631         * lily/tie.cc: change 'heads to 'head-pair.
4632
4633         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4634         fill in 'heads field.
4635
4636         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4637         minimum-length for short ones, and shorten so collisions with the
4638         next syllable are avoided.
4639
4640         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4641         near-zero slopes.
4642         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4643
4644         * lily/dots.cc: remove quantized_position callback. All Y
4645         positioning is done by dot-column.cc
4646
4647         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4648         exhaustive test of all dot positions. This fixes disappearing dots
4649         in dotted chords.
4650
4651 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4652
4653         * mf/feta-klef.mf (test_staff): fatten up G clef
4654         (test_staff): fatten up f clef.
4655         
4656
4657 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4658
4659         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4660         * input/les-nereides.ly: Use latin1 characters for title, like
4661         Morgenlied.
4662
4663 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4664
4665         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4666         cmb10).
4667
4668         * lily/lyric-extender.cc (brew_molecule): add little space before
4669         extender line.
4670
4671         * lily/beam-quanting.cc (score_forbidden_quants): check if
4672         outer stafflines fall in any beam gaps.
4673
4674         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4675         for lyric texts.
4676
4677 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4678
4679         * VERSION: 2.1.6 released.
4680
4681         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4682         this shows the demerits of a user-defined beam position pair.
4683
4684         * scm/define-grobs.scm (all-grob-descriptions): set
4685         beamed-extreme-minimum-free-lengths to a different value.
4686
4687         * lily/scm-option.cc: add debug-beam scm-option
4688
4689         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4690
4691 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4692
4693         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4694
4695         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4696         space after barline.
4697
4698         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
4699
4700         * lily/spacing-spanner.cc (breakable_column_spacing): take average
4701         of spacing wishes, not maximum. Only do this for delta-t == 0. In
4702         the other case, take standard column-breakable spacing. Do not
4703         warn about "no spacing wishes".
4704
4705         This fixes wide spaces after barlines in very loose lines.
4706
4707         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
4708
4709 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4710
4711         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
4712         acknowledge_grob lyric-syllable, not lyric-text.
4713
4714         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
4715         dashes of length #'length separated by #'dash-period. 
4716
4717         * lily/lyric-extender.cc (brew_molecule): idem
4718
4719         * lily/multi-measure-rest.cc (big_rest): idem
4720
4721         * lily/system-start-delimiter.cc (simple_bar): idem
4722
4723         * lily/bar-line.cc (simple_barline): use rounded box
4724
4725         * VERSION: release 2.1.5
4726
4727         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4728         music): move note about dvips to more visible place.
4729
4730         * lily/lyric-phrasing-engraver.cc: move from
4731         new-phrasing-engraver.cc, remove old cruft (syllable-group,
4732         lyric-phrasing-engraver.hh)
4733         
4734         * lyric-align.ly: remove file
4735         
4736         * scripts/convert-ly.py (FatalConversionError.func): add removal
4737         rule for automaticMelismata
4738
4739         * ly/engraver-init.ly (ScoreContext): switch on
4740         New_phrasing_engraver by default.
4741
4742         * lily/slur-engraver.cc (class Slur_engraver):
4743         process_acknowledged_grobs -> process_music.
4744         (try_music): signal melismata correctly.
4745
4746         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
4747         word-space, right-trim-amount, and extend past right bound only
4748         for note heads.
4749
4750         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
4751         lyric-extender support: add note-heads to the extender
4752         automatically.
4753
4754         * lily/parser.yy: extender is now post_event. 
4755
4756         * lily/accidental-engraver.cc (number_accidentals): remove
4757         spurious warning about non-parent contexts.
4758
4759         * lily/music-output-def.cc (assign_translator): \translator { }
4760         for a Foo context implicitly redefines \FooContext.
4761
4762         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
4763         fixes.
4764
4765         * lily/slur.cc (brew_molecule): don't use stafflinethickness
4766         doubly in slur weight. 
4767
4768         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
4769         combination.
4770
4771         * scm/define-grobs.scm (all-grob-descriptions): change clef -
4772         staffbar distance.
4773
4774         * scripts/lilypond.py (global_latex_preamble): crank down size of
4775         the margins. Now there is a 12 mm top and bottom margin, which
4776         should correspond with the printable area of modern printers.
4777
4778         This enlarges the music height of the printable page a little.
4779
4780         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
4781         signs. Use \markup instead.
4782         (accreg_pen): tweak for accordeon asterisk.
4783
4784 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4785
4786         * lily/melisma-engraver.cc (try_music): use melisma_busy()
4787
4788         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
4789
4790         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
4791
4792         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
4793
4794         * scm/define-grobs.scm (all-grob-descriptions): change
4795         StanzaNumber description: make side support, i.s.o. breakable.
4796         use Instrument_name_engraver for texts in the margin.
4797
4798         * scm/define-translator-properties.scm: remove
4799         melismaEngraverBusy, stz property.
4800
4801         * *.cc: naming: change empty_b () into is_empty ()
4802
4803         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
4804
4805         * input/regression/lyric-phrasing-new.ly: new file.
4806
4807         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
4808         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
4809         melismata are now left-aligned.
4810
4811 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4812
4813         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
4814
4815         * mf/feta19.mf: remove.
4816         
4817         * mf/feta-klef.mf (test_staff): more tweaks
4818
4819         * mf/feta-toevallig.mf: more small size tweaks.
4820
4821         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
4822         rests for smaller sizes.
4823
4824         * mf/feta-bolletjes.mf: fix cross heads.
4825
4826         * VERSION: release 2.1.4
4827         
4828         * scripts/convert-ly.py (FatalConversionError.func): add rule for
4829         deprecated #'ancient font family
4830
4831         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
4832         it is a string or number.
4833
4834         * scm/output-lib.scm (note-head-style->attachment-coordinates):
4835         change calling convention of stem-attachment function. 
4836
4837         * buildscripts/mf-to-table.py: read and dump WX/WY fields
4838
4839         * mf/feta-autometric.mf: dump WX/WY fields too
4840         
4841         * mf/parmesan-heads.mf: idem.
4842
4843         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
4844         attachment coordinates.
4845
4846         * lily/note-head.cc (stem_attachment_coordinate): read stem
4847         attachment from the notehead glyphs WX/WY fields.
4848
4849         * lily/include/font-metric.hh (struct Font_metric): add methods
4850         get_indexed_wxwy (), make a distinction between looking up by
4851         index and ASCII  
4852
4853         * mf/feta-bolletjes.mf: rewrite note head MF code.
4854         (test_outlines): make heads more rotund for smaller sizes. 
4855
4856 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4857
4858         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
4859         throughout. Font scaling fixes throughout.
4860
4861         * mf/feta-sleur,slur.mf: remove. 
4862
4863         * mf/feta-slag.mf: rewrite.
4864
4865 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4866
4867         * VERSION: release 2.1.3
4868
4869         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
4870
4871         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
4872
4873         * lily/mark-engraver.cc (process_music): fix mark
4874         \default. (backportme)
4875
4876         * stepmake/stepmake/automatically-generated.sub.make (default):
4877         use -n for head/tail commands. 
4878
4879         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
4880         heads with the same pitch.
4881
4882 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4883
4884         * lily/recording-group-engraver.cc (finalize): set protected_scm
4885         member to '() before finalizing.
4886
4887         * lily/translator-group.cc (finalize): remove removal_processing () 
4888
4889         * lily/recording-group-engraver.cc: new engraver: record
4890         synchronized start & end times for each music object.
4891
4892         * lily/parser.yy (toplevel_expression): execute score rendering
4893         during parsing. Cleanup output-filename handling; this is no
4894         longer done with global variables.
4895         (translator_spec_body): allow \type modification too.
4896
4897         * lily/score.cc:  ly:run-translator: new function
4898         (LY_DEFINE): ly:render-output new function.
4899
4900         Separate interpreting and rendering, and make available as
4901         functions at Scheme level.
4902
4903 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4904
4905         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
4906         (musicxml-node->string):
4907         (xml-node->string):
4908         (music-to-musicxml): New function.
4909
4910 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4911
4912         * VERSION: 2.1.2 released
4913
4914         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
4915
4916         * scm/font.scm (paper20-font-vector): discouple font design sizes
4917         from sizes specified in .ly file: store all design sizes of a font
4918         in a single vector.
4919
4920         * lily/font-select.cc (get_font_by_design_size): new function
4921
4922         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
4923         add parmesan,feta in sizes 14 and 18.
4924         
4925         * mf/feta-toevallig.mf: use blot diameter for double sharp.
4926
4927         * lily/font-size-engraver.cc (acknowledge_grob): change definition
4928         of fontSize: this now sets font-size
4929
4930 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4931
4932         * VERSION: 2.1.1 released
4933         
4934         * Documentation/user/refman.itely (Tuning objects): add note about
4935         concurrent tweaks in different contexts. 
4936
4937         * lily/tie-engraver.cc (acknowledge_grob): use
4938         Staff_symbol_referencer::get_position iso. reading staff-position
4939         directly.
4940
4941         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
4942         currentMusicalColumn as left span-point for bracket. The bracket
4943         is too long when there are accidentals.
4944
4945 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4946
4947         * buildscripts/lilypond-profile.sh,
4948         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
4949         Thanks to Reuben Thomas <rrt@mupsych.org>
4950
4951 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
4952
4953         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
4954         Wurbel <wurbel@univ-tln.fr>.
4955
4956 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4957
4958         * scripts/midi2ly.py: Add space after chords.
4959
4960 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
4961
4962         * input/regression/{many}: add few @code{ ... }.
4963
4964 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4965
4966         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
4967         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
4968         Removed cmbx5, cmbx6 (which are included in teTeX)
4969         and cmbxti14 which is not used in fonts.scm.
4970
4971 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
4972
4973         * lily/midi-item.cc: fine tune quarter tones.
4974
4975 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
4976
4977         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
4978         new function, warn how many cents are missing in fine tuning.
4979
4980 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
4981
4982         * input/bugs/rhytmicstaff-tie.ly: add file.
4983
4984         * THANKS: Create skeleton for 2.1.
4985
4986 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
4987
4988         * input/test/bar-lines.ly (TODO): dashed "|".
4989
4990 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
4991
4992         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
4993         input/regression/tie-chord.ly: Fix spell for tying.
4994
4995         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
4996
4997         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
4998         new file (renamed, see above).
4999
5000         * Documentation/user/lilypond-book.itely
5001         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5002         * input/example-1.ly input/example-2.ly input/example-3.ly
5003         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5004         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5005         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5006         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5007         * scripts/lilypond-book.py scripts/lilypond.py
5008         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5009         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5010
5011         * Documentation/user/lilypond.tely: update version.
5012
5013         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5014         Remove extra spaces in each @node, fixes spaces.
5015
5016 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5017
5018         * scripts/lilypond-book.py (output_dict): Add definition of
5019         \lilypondbook also for LaTeX output. Solves several bug reports.
5020
5021 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5022
5023         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5024
5025 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5026
5027         * input/test/transposition.ly: Fix key signatures, given in comments.
5028
5029 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5030
5031         * scm/midi.scm (instrument-names-alist),
5032         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5033
5034 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5035
5036         * input/test/temporary-stave.ly (texidoc): New example based on an
5037         email question from Ralph Little.
5038
5039 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5040
5041         * VERSION: release 2.1.0
5042         
5043         * lily/note-performer.cc (try_music): accept busy-playing-event.
5044
5045         * lily/swallow-perf.cc (try_music): return false for
5046         busy-playing-event and melisma-playing-event.
5047
5048 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5049
5050         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5051         >> in \score.
5052
5053 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5054
5055         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5056         that articulation_substitute will not move beam start again.
5057         (articulation_substitute): Bugfix: remove stray space so that new
5058         old chords ending '>>' does not get broken up.
5059         (sub_chord): Use TAB for indentation (not spaces).
5060         
5061         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5062         Bugfix for startup: Use ?^ instead of ?\^.
5063
5064 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5065
5066         * lily/lyric-combine-music-iterator.cc
5067         (Lyric_combine_music_iterator): change init order, to prevent GC
5068         segfaults.
5069
5070         * lily/context-specced-music-iterator.cc (construct_children): 
5071         only change  translator if found. This fixes a core dump problem.
5072
5073 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5074
5075         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5076         comparison.
5077
5078         * mf/feta-bolletjes.mf: make hole in half note little
5079         smaller for stem attachment.
5080
5081         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5082
5083         * mf/feta-banier.mf: don't draw stem with flag, just small square
5084         attachment.
5085
5086         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5087
5088         * mf/feta-banier.mf: remove upstem/downstem characters.
5089
5090         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5091
5092         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5093         stafflinethickness (in the default)
5094
5095         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5096
5097         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5098
5099         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5100
5101         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5102
5103         * lily/include/directional-element-interface.hh:
5104         junk class, make {get,set}_grob_direction functions.
5105
5106         * lily/slur.cc (get_attachment): do something sensible when
5107         attaching to stem without heads (eg. a rest).
5108
5109         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5110         forcing up to staff.  remove #'support-head property
5111         (brew_molecule): small cleanup.
5112         (flag): remove #'grace property.
5113
5114 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5115
5116         * cygwin/postinstall-lilypond.sh: 
5117         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5118         (Volker Zell).
5119
5120 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5121
5122         * scripts/lilypond-book.py: resurrect 'eps' option. 
5123         (TexiPaper.to_eps): use -Ppdf for EPS files.
5124
5125         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5126
5127         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5128
5129         * VERSION: release 2.0.1
5130
5131         * lily/bezier.cc (get_other_coordinate): change assert into
5132         warning.
5133
5134         * lily/note-head.cc (internal_brew_molecule): make left protusion
5135         smaller, to accomodate for natural sign.
5136         (internal_brew_molecule): only do this when the accidental is
5137         close enough.
5138         (extent): new function
5139
5140         * lily/skyline.cc (merge_skyline): new function
5141         (heighten_skyline): new function
5142
5143         * lily/accidental-placement.cc (position_accidentals) 
5144         (position_accidentals): fix todo.
5145
5146 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5147
5148         * input/test/+.ly (texidoc): put version number inline.
5149
5150         * GNUmakefile.in: remove rsync-web target.
5151         
5152         * input/regression/bar-scripts.ly (onestaff): raggedright
5153
5154 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5155
5156         * lily/*.cc: remove #if 0'd code in couple of places.
5157
5158         * lily/midi-stream.cc (operator <<): rewrite.
5159
5160         * lily/note-head.cc (internal_brew_molecule): 
5161         only make ledgers when the Staff symbol has lines.
5162
5163         * ly/property-init.ly (arpeggioBracket): simplify
5164
5165         * lily/translator-group.cc (execute_pushpop_property): use
5166         SCM_EQ_P for comparing keys. This fixes reverting
5167         auto-beam-settings.
5168
5169 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5170 *
5171         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5172         midi_debug_global_b.
5173         (operator <<): Normalise loop.
5174
5175 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5176
5177         * scripts/lilypond.py (escape_path): revise.
5178
5179         * scm/music-functions.scm (set-output-property): new function.
5180         
5181 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5182
5183         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5184         use addmakeflags again.
5185
5186         * cygwin/lily-wins.py (escape_shell): New function; use it.
5187
5188         * scripts/lilypond.py (escape_shell): Escape quotes and other
5189         spaces too.  Do not escape escaping backslashes.
5190
5191         * make/srcdir.make.in (web-install): Must call install-WWW now.
5192
5193         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5194         dependency
5195
5196 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5197
5198         * scripts/lilypond.py (escape_path): escape quotes too. 
5199
5200         * Documentation/user/lilypond.tely (Unified index): rename Index
5201         to accomodate Windows breakage.
5202
5203         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5204
5205         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5206         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5207         target not a source.
5208
5209 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5210
5211         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5212         addmakeflags.  Build and install doc and web also when building on
5213         Cygwin.
5214
5215         * mf/GNUmakefile: Bugfix.
5216
5217         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5218         target web.
5219
5220         * cygwin/lily-wins.py: Quote filename.
5221
5222 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5223
5224         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5225
5226 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5227
5228         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5229         settings.
5230
5231         * configure.in: Require g++ > 3.0.4.
5232
5233         * mf/GNUmakefile: Bugfix: Add list.ly target.
5234         
5235         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5236
5237         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5238         make omf directory, add uninstall targets.
5239
5240 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5241
5242         * lily/tie-performer.cc (initialize): init prev_event
5243
5244         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5245
5246         * lily/script-engraver.cc (make_script_from_event): don't crash on
5247         non-string articulation-type.
5248
5249         * lily/new-fingering-engraver.cc (add_script): don't crash on
5250         0 scripts 
5251         (acknowledge_grob): warn about text script events.
5252
5253 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5254
5255         * buildscript/lilypond.words: fix path for drums.scm.
5256
5257 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5258
5259         * lily/spacing-spanner.cc (note_spacing): don't make longer
5260         durations than measure-length.
5261
5262         * VERSION: release 2.0.0
5263
5264         * GNUmakefile.in (rsync-web): version independent rsync target.
5265
5266         * input/test/+.ly (texidoc): idem.
5267
5268         * input/regression/+.ly: print version number.
5269
5270         * input/regression/accidentals.ly (mel): shorten.
5271
5272         * input/regression/accidental-octave.ly (texidoc): shorten.
5273
5274         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5275
5276         * input/regression/completion-heads-polyphony.ly: octave
5277
5278         * input/regression/beam-manual.ly: remove
5279
5280         * input/regression/beam-chord.ly: remove
5281
5282         * input/regression/grace-dynamic.ly: remove
5283         
5284         * input/regression/grace-volta-repeat.ly: octave fixes.
5285
5286         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5287
5288         * lily/parser.yy (step_number): semitones for chord entry too.
5289         (make_chord_step): more robust code, semitones. 
5290
5291         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5292
5293         * input/regression/breathing-sign.ly (texidoc): split ancient and
5294         normal breathing signs.
5295
5296         * scm/define-grobs.scm (all-grob-descriptions): swap
5297         beamed-extreme-minimum-free-lengths and
5298         beamed-minimum-free-lengths; the 'extreme' case should allow
5299         shorter stems. This fixes forced directions on beamed 32nd and
5300         shorter notes.
5301
5302         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5303         quartertones, not semitones.
5304         (NoteNamesContext): swallow more event types
5305
5306         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5307
5308         * VERSION (PACKAGE_NAME): release 1.9.10
5309
5310 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5311
5312         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5313         set note head as cause of note-column.  This gives a better error
5314         message.
5315
5316 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5317
5318         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5319
5320 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5321
5322         * mf/GNUmakefile (pfa_warning): instruct 
5323
5324         * stepmake/aclocal.m4: typo.
5325
5326         * Documentation/user/cheatsheet.itely: more verbose examples.
5327
5328         * input/regression/clefs.ly: remove bogus docstring.
5329
5330 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5331
5332         * GNUmakefile.in (SUBDIRS): Add elisp.
5333
5334         * elisp/lilypond-mode.el: 
5335         * elisp/lilypond-init.el: 
5336         * elisp/lilypond-indent.el: 
5337         * elisp/lilypond-font-lock.el: Move from top dir.
5338
5339         * stepmake/stepmake/elisp-vars.make: New file.
5340
5341         * config.make.in (elispdir): Add.
5342
5343         * Documentation/topdocs/INSTALL.texi: Typo.
5344
5345         * make/ly-rules.make: Test for files instead of touching void and
5346         ignoring errors.
5347
5348         * GNUmakefile.in:
5349         * make/lilypond.redhat.spec.in:
5350         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5351         <builddir>, adding
5352         
5353              (push "<builddir>/share/lilypond/elisp" load-path)
5354
5355         to your ~/.emacs.el should give you LilyPond-mode again.
5356
5357         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5358         regexp for DOS/Windows, we are too paranoid to fix others.
5359
5360 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5361
5362         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5363
5364         * input/test/chord-names-jazz.ly (banterProperties): fix
5365
5366         * lily/parser.yy (bass_mod): bass figure alterations are semi
5367         tones, not quarter tones
5368
5369         * lily/beam.cc (set_stem_lengths): only lengthen stems
5370         for gapped beams.
5371
5372         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5373         by beamcount.
5374
5375         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5376         a warning that the warning may erroneous.
5377
5378         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5379         target.
5380
5381         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5382         targets.
5383
5384         * GNUmakefile.in ($(config_h)): config.h should depend on
5385         config.hh.in .
5386         (lilypond.words): remove fontball stuff.
5387
5388         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5389
5390         * configure.in: remove pktrace reference.
5391
5392         * GNUmakefile.in (rsync-web): permissions and ownership for
5393         website.
5394
5395         * lily/volta-engraver.cc (staff_eligible): new function.
5396         (stop_translation_timestep): kill off spanners if not eligible.
5397
5398         * VERSION (PATCH_LEVEL): release 1.9.9
5399
5400         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5401
5402         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5403         length is more important than forbidden quants.
5404         
5405 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5406
5407         * buildscripts/lilypond.words: order words in search order,
5408         add lilypond.words.vim to be generated.
5409
5410         * lilypond.vim: use lilypond.words.vim for keyword matching.
5411
5412         * lilypond-mode.el: use search order. fix word selection rules.
5413
5414         * lilypond-font-lock.el: fix fontifying long durations.
5415
5416         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5417
5418 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5419
5420         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5421
5422         * stepmake/stepmake/generic-targets.make:
5423         * stepmake/stepmake/bin/make-version.py: 
5424         * stepmake/aclocal.m4:
5425         * make/stepmake.make:
5426         * make/toplevel-version.make: Build fixes: remove last traces of
5427           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5428
5429         * lily/beam.cc: Add gap-count property.
5430
5431 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5432
5433         * scm/define-grob-properties.scm (gap-count): add gap-count
5434
5435         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5436
5437 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5438
5439         * cygwin/mknetrel.doc: Typo.
5440
5441         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5442
5443         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5444
5445 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5446
5447         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5448         sizes. Remove support for 'ledger'(=tabloid+landscape).
5449
5450 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5451
5452         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5453         sauter PFAs.
5454
5455         * configure.in: remove VERSION stuff once again.
5456
5457         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5458
5459         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5460         for chord names.
5461
5462         * mf/GNUmakefile: always trace pfa fonts.
5463         (SAUTER_FONTS): add cmss[567] too fonts
5464
5465         * configure.in: require mftrace. 
5466
5467         * lily/staff-performer.cc (new_instrument_string): don't look at
5468         instrument property.
5469
5470         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5471         is_direction is the C++ one. Similar for ly_axis_p and
5472         ly_number_pair_p
5473
5474 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5475
5476         * lily/beam.cc (brew_molecule): read gap-count to determine
5477         number of tremolo (gapped) beams.
5478
5479         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5480         shorter than 1/8
5481
5482         * flower/include/array.hh (default_compare): new function
5483
5484         * cygwin/mknetrel: Native fixes.
5485
5486         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5487
5488 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5489
5490         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5491         feature for Windows.
5492
5493         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5494
5495         * cygwin/mknetrel: Updates for native use on Cygwin.
5496
5497         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5498
5499         * stepmake/stepmake/help2man-rules.make: 
5500         * cygwin/mknetrel: Bugfix for manpages.
5501
5502         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5503         $(builddir).  Stepmake is a normal subdirectory now, that is not
5504         configured.  Another srcdir build fix.
5505
5506         * Documentation/topdocs/INSTALL.texi,
5507         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5508         lilypond-init.el, lilypond-mode.el, debian/rules,
5509         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5510         rename generated file lilypond.words to lilypond.words.el.
5511
5512 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5513
5514         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5515
5516         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5517         GNUmakefile.in.
5518
5519 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5520
5521         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5522         when cross building.
5523
5524         * configure.in: srcdir build fix.
5525
5526         * cygwin/GNUmakefile:
5527         * cygwin/lily-wins.py:
5528         * cygwin/postremove-lilypond.sh: 
5529         * cygwin/postinstall-lilypond.sh: Merge from stable.
5530
5531         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5532         s/ly2dvi/lilypond/.
5533
5534 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5535
5536         * lily/slur.cc (after_line_breaking): only set control points if
5537         none supplied yet.
5538
5539         * input/test/slur-manual.ly: new file.
5540
5541         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5542         <<  >> chords too.
5543
5544         * VERSION (PACKAGE_NAME): release 1.9.8
5545
5546         * scripts/lilypond.py (escape_path): escape spaces in directory names
5547
5548         * input/test/text-spanner.ly: fixes.
5549
5550 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5551
5552         * buildscripts/lilypond.words.py: add drum names as note names to
5553         Emacs-mode.
5554
5555 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5556
5557         * input/regression/hairpin-dashed.ly: new file.
5558
5559         * scripts/convert-ly.py (conv): warn about dash-length.
5560
5561         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5562         automatically if we get a new one.
5563
5564         * lily/lookup.cc (dashed_line): new function
5565
5566         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5567         dash-fraction.
5568
5569 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5570
5571         * buildscripts/lilypond.words.py: extract note names.
5572
5573         * lilypond-mode.el: take note names from lilypond.words -file.
5574         small fix in the use of string-match.
5575
5576         * lilypond-font-lock.el: use lilypond.words for note names, add 
5577         maxima to note a duration.
5578
5579 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5580
5581         * lily/breathing-sign.cc: remove railtracks() function. 
5582
5583         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5584
5585         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5586         (brew_molecule): bugfix don't make arpeggio shorter when
5587         arpeggio-direction is set.
5588
5589         *  debian/rules: small corrections in the (Pedro K)
5590
5591         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5592         examples.
5593
5594         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5595         special (repeat) bar comes along.
5596
5597         * input/regression/auto-beam-bar.ly: update.
5598
5599         * scripts/lilypond-book.py (output_dict): remove support for the
5600         EPS option.
5601
5602         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5603         VerticalAlignment and VerticalAxisGroup this fixes the size
5604         computations for the entire system.
5605  
5606         * input/les-nereides.ly (bass): remove superfluous fontSize.
5607
5608         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5609         causes directory of file to be added to include path.
5610
5611         * input/regression/beam-break.ly: test single stem beams.
5612
5613         * input/regression/system-start-bracket.ly: fix.
5614
5615         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5616
5617         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5618
5619         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5620         (score_stem_lengths): do something sensible for single stem beams.
5621
5622         * lily/beam.cc (least_squares): add kludge for single stem beams.
5623
5624         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5625         keySignature to list of broken things.
5626
5627         * input/regression/keys.ly: fix.
5628
5629         * VERSION (PACKAGE_NAME): release 1.9.7
5630
5631         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5632
5633         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5634
5635         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5636         (quartertone_pitch): new function
5637
5638         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5639         flat. WARNING: FONT CHANGED.
5640
5641         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5642
5643         * lily/accidental-placement.cc (add_accidental): support for
5644         quarter tones.
5645
5646         * ly/LANGUAGEs.ly: use symbols for alterations.
5647
5648         * mf/feta-toevallig.mf: change accidental codes. 
5649
5650         * scm/lily.scm (ly:get-option): switch on debugging only for
5651         --verbose.
5652
5653         * lily/lily-guile.cc: remove ly:verbose?
5654
5655         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5656
5657         * lily/parser.yy (TODO): only do gh_call() for apply with
5658         procedure argument.
5659
5660         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5661         stuff in accordance with new timing of tie-events.
5662
5663         * lily/my-lily-lexer.cc: remove \outputproperty
5664
5665         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5666
5667         * scm/define-translator-properties.scm (melismaBusyProperties):
5668         add melismaBusyProperties property.
5669
5670 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5671
5672         * input/test/ambitus-mixed.ly (texidoc): new file.
5673
5674         * buildscripts/mutopia-index.py (find): prune debugging
5675
5676         * lily/side-position-interface.cc: doc updates
5677
5678         * Documentation/user/refman.itely: updates, tweaks.
5679
5680         * lily/parser.yy (Simple_music): remove outputproperty
5681
5682         * make/stepmake.make: use VERSION again; importing VERSION via
5683         autoconf dependencies is too hairy.
5684
5685 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5686
5687         * lilypond-mode.el: allow `-' for keywords and identifiers.
5688
5689 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5690
5691         * VERSION: release 1.9.6
5692         
5693         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5694         iso. ly2dvi.
5695
5696         * Documentation/user/*.itely: fixes everywhere
5697
5698         * lily/completion-note-heads-engraver.cc: rewrite engraver:
5699         produce ties from the engraver itself, do not broadcast TieEvent.
5700
5701         * lily/my-lily-lexer.cc: remove pitch & duration.
5702
5703         * lily/parser.yy (TODO): remove \pitch and \duration
5704
5705         * input/test/explicit.ly: remove file.
5706
5707         * Documentation/user/refman.itely (Pitches): remove \pitch 
5708         \duration command.
5709
5710 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5711
5712         * buildscripts/lilypond.words.py: add all slur types to Emacs
5713         insertion menu, suppose everything is postfixed by dropping 
5714         unnecessary `-' -marks.
5715
5716 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5717
5718         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
5719         tremoloed stems.
5720
5721         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
5722         head for flagged stems.
5723
5724         * lily/stem.cc (get_default_stem_end_position): futz with extra
5725         stem length if there is a stem tremolo.
5726
5727         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
5728         it would be too small.
5729
5730         * lily/font-metric.cc: return #f for non-existent glyph.
5731         
5732         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
5733         exported through config.make.
5734
5735         * input/regression/clef-oct.ly: new file.
5736
5737         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
5738         transposition.
5739
5740         * input/template/*.ly: remove old relative.
5741
5742         * ly/english.ly: add X names for double sharp.
5743
5744 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5745
5746         * lily/font-select.cc: new file handle font selection routines.
5747
5748         * lily/parser.yy: add ; (Patrick Atamaniuk)
5749
5750         * input/test/time-signature-double.ly: use markups for double time
5751         sigs.
5752
5753         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
5754         ChordNames.SeparationItem #'padding for adjusting space after chords.
5755         
5756         * lily/music-output-def.cc (LY_DEFINE): 
5757         new function ly:paper-lookup.
5758         
5759         * mf/parmesan-clefs.mf: use # quantities for char_box
5760         offsets. Fixes overflow errors in the PFA. 
5761
5762         * scm/new-markup.scm (strut-markup): change calling interface for
5763         markup. Pass paper-def, not grob. This would allow \markup to be
5764         used separately from grobs.
5765
5766         * lily/paper-def.cc: new function ly:paper-font; this function
5767         replaces ly:get-font.
5768
5769         * lily/include/font-interface.hh (struct Font_interface): take
5770         Paper_def iso. Grob for get_font().
5771
5772 2003-09-14  Graham Percival  <gperlist@shaw.ca>
5773
5774         * Documentation/user/ tutorial.itely, refman.itely: add warning
5775         about \key and accidentals.
5776
5777 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5778
5779         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
5780
5781         * Documentation/user/*.itely: manual tweaks
5782
5783 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
5784
5785         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
5786         cleanup; bugfix: exact_center
5787
5788         * Documentation/user/refman.itely: added more documentation on
5789         ambitus according to recent questions on lilypond-user list
5790
5791 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5792
5793         * input/regression/ottava.ly (texidoc): demo 15ma too.
5794
5795         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
5796
5797         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
5798         octave fixes.
5799
5800 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5801
5802         * lily/lexer.ll: add \r to the rules for newlines; this fixes
5803         problems on older Mac editors.
5804
5805 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
5806
5807         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
5808
5809 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
5810
5811         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
5812         mf/parmesan-clefs.mf: added comments on character alignment and
5813         set_char_box() conventions
5814
5815         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
5816         set_char_box()'s
5817
5818         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
5819
5820 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
5821
5822         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
5823
5824 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
5825
5826         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
5827         shortened to avoid almost-collision with staff line; code cleanup;
5828         other custodes: fixed char boxes; code cleanup
5829
5830 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5831
5832         * configure.in: release 1.9.5
5833         
5834         * scripts/lilypond.py (global_latex_preamble): only set
5835         twosideshift if 'twoside' is in latexoptions 
5836
5837         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
5838
5839         * VERSION: remove
5840
5841         * scripts/*2ly.py: update <> syntax
5842
5843 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5844
5845         * lily/chord-name-engraver.cc (process_music): add origin for
5846         chord name.
5847
5848         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
5849
5850         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
5851         bass notes for exceptions too.
5852
5853         * scm/define-grobs.scm (all-grob-descriptions): rename
5854         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
5855
5856         * scm/define-grob-properties.scm (remove-first): add remove-first
5857         property for orchestral scores.
5858
5859         * Documentation/user/*.itely: switch <<>> and <> 
5860
5861         * lily/glissando-engraver.cc (process_music): bugfix: move line to
5862         last_line only once. This fixes the two consecutive glissandi problem.
5863
5864 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
5865
5866         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
5867         error message "flexa-width undefined"
5868
5869         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5870         lily/include/gregorian-ligature.hh: print warning when ignoring
5871         head prefixes on flexa shapes
5872
5873         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
5874         space before a series of inclinatum heads
5875
5876         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5877         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
5878         cleanups
5879
5880         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
5881         and char_box
5882
5883 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
5884
5885         * input/regression/breathing-sign.ly: tiny fixes
5886
5887         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
5888         semantical collision with vaticana ligatures
5889
5890         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5891         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
5892         now consistent with mensural ligatures
5893
5894         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5895         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
5896         context pitches and staff position; dto. for virga stem; removed
5897         obsolete virga and clivis characters from parmesan font (WARNING:
5898         font changed)
5899
5900         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
5901         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
5902
5903         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5904         scm/define-grob-properties.scm: consistency fix: renamed
5905         join_left->add_cauda
5906
5907         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
5908         appendix length; bugfix: yoffs_bt for reverse direction punctum
5909         characters
5910
5911         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
5912         small cleanups; added more docu
5913
5914         * lily/mensural-ligature-engraver.cc,
5915         lily/vaticana-ligature-engraver.cc,
5916         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
5917         computation to CoherentLigatureEngraver
5918
5919         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
5920         scm/define-grob-properties.scm: bugfix: added missing linea and
5921         cavum properties; bugfix: removed dead semivocalis property
5922
5923         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
5924         length; redesigned quilisma, stropha and auctum
5925
5926         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
5927         line thickness
5928
5929         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
5930         Documentation/user/refman.itely: bugfix: introduced shifted
5931         epiphonus head to avoid collision with adjacent plica
5932
5933 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5934
5935         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
5936
5937         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
5938
5939 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5940
5941         * Documentation/user/tutorial.itely (A lead sheet): remove
5942         duplicate chords.
5943
5944         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
5945
5946 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5947
5948         * Documentation/bibliography/computer-notation.bib (isbn): add
5949         xivcim publication.
5950
5951 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
5952
5953         * GNUmakefile.in: drop lilypond.words for generation.
5954
5955 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
5956
5957         * buildscripts/lilypond.words.py: take filename (also) from an arg.
5958
5959         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
5960
5961 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5962
5963         * input/test/figured-bass-alternate.ly (fl): new file.
5964
5965         * Documentation/topdocs/README.texi (Top): clarifications.
5966
5967         * Documentation/bibliography/computer-notation.bib (isbn): add phd
5968         theses of Gieseking and Renz.
5969
5970         * GNUmakefile.in (README_FILES): remove README.mandrake.
5971
5972 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
5973
5974         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
5975         from source files and search patterns listed in the script.
5976
5977         * GNUmakefile.in: add target `lilypond.words'.
5978
5979         * lilypond.words: remove file, generated by `make lilypond.words'.
5980
5981         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
5982
5983 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
5984
5985         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
5986
5987 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5988
5989         * VERSION: 1.9.4 released
5990
5991         * scripts/convert-ly.py (FatalConversionError.figures_replace):
5992         rule for < > <-> << >> substitution
5993
5994         * lily/lexer.ll: exchange meaning of << >> and < > 
5995
5996         * VERSION (PACKAGE_NAME): 1.9.3 released
5997
5998         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
5999         pages unconditionally.
6000
6001 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6002
6003         * Documentation/user/music-glossary.tely (Top): small syntax
6004         fixes.
6005
6006         * scm/music-functions.scm (remove-tag): filter \tagged music
6007         expressions.
6008
6009         * input/regression/tag-filter.ly (texidoc): new file.
6010
6011         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6012         symbol2 .. ) etc. 
6013
6014         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6015         convert rule.
6016
6017         * Documentation/user/refman.itely (Fingering instructions): adjust
6018         manual.
6019
6020         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6021         for borderline cases (e.g. 1 fingering.)
6022         (position_scripts): revise interface, use fingerOrientations to
6023         set fingering positions.
6024
6025         * scm/document-translation.scm (context-doc): add aliases to
6026         automated documentation.
6027
6028         * make/lilypond-vars.make: remove stepmake compat glue.
6029
6030         * make/generic-vars.make: remove cruft.
6031
6032         * lily/main.cc (main): don't identify binary.
6033
6034 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6035
6036         * lily/include/translator.hh (class Translator): remove
6037         type_string_ , use symbol for context name throughout.
6038         Changes through whole source tree.
6039
6040         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6041         set PDF as default, and always make PDF.
6042
6043         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6044
6045 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6046
6047         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6048         Documentation/user/refman.itely input/regression/allfontstyle.ly
6049         input/regression/grace-types.ly:
6050         fix spelling for acciaccatura (Webster's 1913).
6051
6052 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6053
6054         * lily/main.cc (usage): adjust blurb, include url.
6055
6056         * input/regression/breathing-sign.ly (texidoc): transpose up
6057
6058 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6059
6060         * input/regression/breathing-sign.ly: changed ancient examples to
6061         be relevant (by request of Han-Wen); updated BreathingSign text
6062         property according to new syntax.
6063
6064         * ly/gregorian-init.ly: updated BreathingSign text property
6065         according to new syntax
6066
6067 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6068
6069         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6070         (Clef): index entries for clefs.
6071
6072         * python/lilylib.py (system): remove errorlog files.
6073         
6074 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6075
6076         * lilypond.words: add \new and new graces. Add dynamics to menus
6077         keeping 1.8.x compatibility; after all the engraving relating to 
6078         notes becomes postfixed `-' marks will be removed.
6079
6080 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6081
6082         * lily/molecule.cc (align_to): idem.
6083
6084         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6085         
6086         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6087         accacciatura everywhere.
6088
6089         * VERSION (PACKAGE_NAME): released 1.9.2
6090
6091         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6092
6093         * scm/document-markup.scm (markup-doc-node): sort markup function
6094         list.
6095
6096         * lily/paper-outputter.cc (output_version): change "Lily was here"
6097         into  "Engraved by LilyPond"
6098
6099         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6100         on unquoted strings before \notenames.
6101
6102         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6103         increases the number of s/r reductions to 4.
6104
6105         * scm/new-markup.scm (fraction-markup): \fraction command.
6106
6107         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6108         mode
6109
6110         * lily/lookup.cc (round_filled_box): rename function.
6111         (LY_DEFINE): round-filled-box: change signature.
6112
6113         * Documentation/user/refman.itely: revise section explaining grace
6114         notes.
6115
6116         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6117         ly:set-context-property
6118
6119         * input/*/*.ly (vmus): use \new everywhere.
6120
6121         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6122
6123         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6124         default
6125
6126         * scm/music-functions.scm (set-stop-grace-properties)
6127         (set-start-grace-properties, add-grace-property): new functions
6128         for modular grace tweak control.
6129
6130         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6131         
6132 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6133
6134         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6135
6136         * GNUmakefile.in (install-pfa-fonts):
6137         (get-pfa-fonts): New target.
6138
6139         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6140         install-pfa-fonts help.
6141
6142 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6143
6144         * lily/translator-scheme.cc (LY_DEFINE):
6145         ly:context-pushpop-property new function.
6146         (LY_DEFINE): new function ly:translator-find  
6147         new function ly:translator?
6148         (LY_DEFINE): new function ly:context?
6149
6150         * lily/translator-def.cc: remove
6151         Translator_def::apply_pushpop_property().
6152
6153         * python/lilylib.py (read_pipe): only store and display error log
6154         if verbose not set.
6155         (read_pipe): only display log if it contains something.
6156
6157 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6158
6159         * Documentation/misc/GNUmakefile: Re-add.
6160         (TEXTS): Add CHANGES.
6161
6162 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6163
6164         * lilypond.words: add \newcontext.
6165
6166 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6167
6168         * lily/tie-performer.cc (stop_translation_timestep): only flush
6169         tied_notes when we have actually made a tie. Fixes bugs with ties
6170         in polyphonic scores.
6171
6172 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6173
6174         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6175         they do not exist.
6176
6177 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6178
6179         * VERSION (PACKAGE_NAME): released 1.9.1 
6180
6181         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6182         Instrument_name_engraver
6183
6184         * lily/tie-performer.cc (create_audio_elements): bugfix
6185
6186         * Documentation/user/music-glossary.tely (Top): comment out
6187         font-style statements.
6188
6189         * input/test/force-hshift.ly: revise example.
6190
6191         * Documentation/bibliography/engraving.bib (note): typos.
6192
6193         * configure.in: bump GCC requirements to 3.x
6194
6195         * lily/include/audio-item.hh (class Audio_tie): rename
6196         note_l_drul_ to note_drul_
6197
6198         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6199
6200         * lily/parser.yy (relative_music): whoops. All \relative were off
6201         by ...  a lot .... Ahem.
6202
6203         * scm/define-music-types.scm (music-descriptions): idem.
6204
6205         * lily/beam-engraver.cc: move new-beam-event to beam-event
6206
6207         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6208         to Tie_engraver
6209
6210         * input/regression/bar-number.ly: remove unnecessary old-relative
6211         options.
6212         
6213         * Documentation/user/internals.itely (Creating contexts): document
6214         \newcontext
6215
6216         * lily/parser.yy (Composite_music): add \newcontext
6217
6218         * Documentation/user/refman.itely (MIDI block): add note about
6219         dotted tempos.
6220
6221         * scm/font.scm: remove old markup legacy
6222
6223         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6224
6225         * lily/breathing-sign.cc (brew_molecule): remove function
6226
6227         * lily/text-item.cc: remove old-style markups.
6228         (interpret_markup): C++ version of markup function
6229         (brew_molecule): idem.
6230
6231         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6232         as Scheme variable.
6233
6234         * scripts/convert-ly.py (conv): dashes rule.
6235         Apply rule.
6236
6237         * Documentation/user/lilypond-book.itely: syntax fixes. 
6238
6239 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6240
6241         * VERSION (PACKAGE_NAME): release 1.9.0
6242
6243         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6244         note about dvips. (Should backport.)
6245
6246         * scripts/convert-ly.py
6247         (FatalConversionError.articulation_substitute): add
6248         convert-new-chords code. Remove convert-new-chords.py
6249
6250         * Documentation/user/refman.itely (Octave check): document
6251         \octave.
6252
6253         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6254         \relative changes.
6255
6256         * lily/parser.yy (command_element): octave check:
6257
6258            \octave PITCH
6259
6260         checks that PITCH (without octave) yields PITCH (with octave) in
6261         \relative
6262
6263         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6264
6265         * lily/scm-option.cc: ly:set-option now has the default argument
6266         #t.
6267
6268         * lily/lexer.ll: add \renameinput
6269
6270         * python/lilylib.py (command_name): robustifications.
6271
6272         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6273         /dev/stderr. This is ash compatible.
6274
6275         * ly/init.ly: add warning if compatibility was not necessary.
6276
6277         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6278
6279         * flower/include/string-handle.icc: formatting cleanups, rename
6280         references by ref_count_.
6281
6282 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6283
6284         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6285         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6286         package libs separately, fix conflicting php variable out=/dev/vc/
6287         invoking `unset out', declare menus, use only one icon-file, fix
6288         doc-path in menu.
6289
6290 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6291
6292         * scripts/convert-ly.py (FatalConversionError.conv): typo
6293
6294         * Documentation/misc/GNUmakefile: restore misc directory.
6295
6296         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6297
6298         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6299         Petites-Preludes 
6300
6301         * input/test/partial-blank.ly (quickmeasure): syntax
6302
6303         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6304         attachment property.
6305
6306         * Documentation/user/refman.itely: remove superfluous -'s 
6307         (Grace notes): ) fixes.
6308
6309         * lily/music.cc: generic compress(), transpose() functions. Remove
6310         others.
6311
6312         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6313         style markup entry.
6314
6315         * lily/parser.yy: all articulations postfix; remove obligatory -
6316         for [,  ) and \!
6317         
6318         * lily/music.cc (to_relative_octave): write generic
6319         to_relative_octave function; various relative cleanups.
6320         Hmmm.
6321
6322         * lily/scm-option.cc: add options new-relative and old-relative
6323
6324         * po/sv.po: new po file.
6325
6326         * Documentation/user/refman.itely (Dynamics): website
6327         fixes. (should backport!)
6328
6329 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6330
6331         * make/lilypond.mandrake.spec.in: declare version only once.
6332
6333 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6334
6335         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6336         meaning for now.
6337
6338 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6339
6340         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6341
6342         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6343
6344         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6345
6346         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6347
6348         * lily/music.cc (var): add ly:music-transpose function.
6349
6350         * lily/parser.yy (pre_events): remove prefix articulations.
6351
6352         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6353
6354         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6355
6356         * Documentation/user/refman.itely (Text markup): add comment about
6357         markup in header.
6358
6359 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6360
6361         * lily/paper-outputter.cc (write_header_fields_to_file): 
6362         only dump value if it is a string.
6363
6364         * flower/include/dictionary.hh: remove.
6365         
6366         * Documentation/ChangeLog-1.5: add back old log.
6367
6368         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6369         .pfas from a .deb.
6370
6371 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6372
6373         * Documentation/bibliography/engraving.bib: add entry for
6374         Jaschinski's Notation
6375
6376 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6377
6378         * Documentation/user/refman.itely (Beaming): add note about
6379         allowBeamBreak
6380
6381 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6382
6383         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6384         GregorianTranscription contexts
6385
6386         * ly/engraver-init.ly: vaticana contexts: minor fixes
6387
6388         * Documentation/user/refman.itely (Ancient notation): added note
6389         on appendix length bug
6390
6391         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6392         input/test/vaticana.ly: use vaticana contexts; small fixes
6393
6394 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6395
6396         * flower/hash.cc: Remove.
6397
6398         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6399         to (nonexistent?) hash_func_ identifier.
6400
6401         * python/midi.c (midi_error, midi_warning): Use char const* for
6402         __FUNCTION__ argument.
6403
6404         * python/gettext.py: Remove.  We already require python 2.1, which
6405         includes gettext.py.
6406
6407         * configure.in: Require python 2.1, as INSTALL.texi says.
6408         it.
6409
6410         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6411         versions 1.50 and 1.75.  Remove note about lexer patch.
6412
6413 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6414
6415         * Documentation/topdocs/INSTALL.texi: Update type1 font
6416         description to actual situation.  Add comment about new font ball
6417         layout.
6418
6419         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6420         in $LILYPONDPREFIX suffices for installation.
6421
6422 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6423
6424         * debian/control (Build-Depends): Add flex-old as alternative to
6425         flex.  Deprecate bison 1.75.
6426
6427 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6428
6429         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6430         Vaticana contexts
6431
6432         * Documentation/user/refman.itely (Ancient notation): documented
6433         some bugs; tiny fixes; added docu on Vaticana contexts
6434
6435         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6436         scripts
6437
6438 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6439
6440         * Documentation/user/refman.itely (Ancient notation): added some
6441         introductory words; added section on ancient time signatures;
6442         added some @seealso and @refcommands; small fixes and
6443         beautifications
6444
6445 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6446
6447         * input/regression/note-head-style.ly: many fixes and updates
6448
6449         * Documentation/user/refman.itely: added small sections on ancient
6450         accidentals, rests and flags; revised ancient note head section;
6451         small wording/spelling fixes
6452
6453         * input/test/rests.ly: layout fixes
6454
6455 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6456
6457         * input/puer-fragment.ly: bugfix: central C position of do clef
6458
6459         * ly/gregorian-init.ly: workaround: add small padding space before
6460         divisiones (the correct fix would be the spacing engine to handle
6461         this)
6462
6463 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6464
6465         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6466         cue-notes.ly: minor fixes.
6467
6468 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6469
6470         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6471         input/test/custos-style.ly
6472
6473         * Documentation/index.html.in: bugfix: link to Tutorial.html
6474
6475         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6476         to neumes; bugfix: "et": epiphonus, not just a simple pes
6477
6478 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6479
6480         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6481
6482         * lilypond.words: add new features: markup, column, center, \[ \].
6483         
6484 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6485
6486         * Documentation/topdocs/NEWS.texi, DEDICATION,
6487         stepmake/bin/add-html-footer.py
6488         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6489         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6490         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6491         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6492         added (only) after a sentence which is complete; if the sentence is 
6493         not ended a comma `,' or nothing is used. fix also spaces.
6494
6495 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6496
6497         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6498         requirements to plain 1.6.
6499
6500         * buildscripts/mutopia-index.py (read_lilypond_header): update
6501         mutopia-index.py to 1.4 syntax [sic]
6502
6503 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6504
6505         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6506
6507 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6508
6509         * Documentation/index.html.in: url for regression pdf
6510
6511         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6512
6513         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6514
6515         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6516
6517         * VERSION: 1.8.0 released
6518         
6519         * GNUmakefile.in (local-WWW-post): footify build fix.
6520
6521         * configure.in: require GUILE 1.6.4
6522
6523         * Documentation/user/GNUmakefile: don't copy *.png for
6524         lilypond-internals
6525
6526         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6527         local-WWW-post target.
6528         (rsync-web): add rsync-web target
6529
6530         * Documentation/user/introduction.itely (Music notation and
6531         engraving): add neume example
6532
6533         * input/puer-fragment.ly (cantus): add puer-fragment
6534
6535 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6536
6537         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6538         to notes, so that equalizer is actualy being used.
6539
6540         * scm/midi.scm (instrument-equalizer-alist):
6541         (absolute-volume-alist): Define public, so that user can copy or
6542         override.
6543
6544         * lily/key-performer.cc (create_audio_elements): Check for minor
6545         key.  Only if key is minor, set MIDI key to minor.
6546
6547 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6548
6549         * Documentation/user/refman.itely (Hiding staffs): fixes.
6550
6551         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6552
6553         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6554         vertical extents to deal with Hara kiri correctly.
6555
6556         * input/regression/hara-kiri-short.ly: remove
6557
6558         * input/regression/hara-kiri-pianostaff.ly: update test.
6559
6560         * Documentation/user/*.tely: remove WEBTITLE
6561
6562         * scm/output-tex.scm (comment): idem.
6563
6564         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6565
6566         * scm/music-functions.scm (make-lyric-event): new function
6567
6568         * scm/lily.scm (lilypond-version): new function
6569
6570         * input/test/version-output.ly: new file.
6571
6572         * Documentation/user/lilypond.tely: add version number to
6573         front-page.
6574
6575 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6576
6577         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6578
6579 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6580
6581         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6582
6583         * Documentation/user/refman.itely (Hiding staffs): rename node.
6584
6585 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6586
6587         * input/regression/new-markup-syntax.ly (texidoc): remove
6588         molecule-callback override.
6589
6590 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6591
6592         * input/les-nereides.ly: Mark tweaks with %tweak.
6593
6594         * Debian patch, see debian/changelog (Anthony Fok).
6595
6596 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6597
6598         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6599         problem.
6600
6601 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6602
6603         * Documentation/user/refman.itely (Text markup): Fix language bug.
6604
6605 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6606
6607         * input/* : postfix syntax fixes.
6608
6609         * Documentation/user/refman.itely (Text markup): add note about
6610         raise/lower with ^ or _ .
6611         
6612         * po/fi.po: fix \\apply strings.
6613
6614         * lily/parser.yy (open_event): warn for prefix articulations.
6615
6616 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6617
6618         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6619         fix also on parmesan font.
6620
6621 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6622
6623         * VERSION 1.7.30 released
6624         
6625         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6626
6627         * buildscripts/mutopia-index.py (headertext): rewording
6628
6629 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6630
6631         * scm/new-markup.scm (strut-markup): new markup function.
6632
6633         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6634         space also when no accidental is there.
6635
6636 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6637
6638         * input/les-nereides.ly: Updates.
6639
6640 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6641
6642         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6643         which repeats the tag insertion selected from "Insert tag" menu.
6644
6645 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6646
6647         * lily/all-font-metrics.cc (find_font): load AFM files first only
6648         for feta fonts. This fixes problems with TeXlive and other TeX
6649         distros that include AFM files for the CM fonts. 
6650
6651         * scm/font.scm (qualifiers-to-font-name): remove.
6652
6653         * lily/paper-def.cc: remove get_var.
6654
6655         * input/trip.ly: remove file.
6656         
6657         * input/regression/spacing-note-flags.ly (raggedright): remove
6658         stafflinethickness
6659
6660         * input/les-nereides.ly: update to new syntax, cleanups.
6661
6662 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6663
6664         * Documentation/user/refman.itely: Clarify shortest-note problem
6665         of autobeamer.
6666
6667 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6668
6669         * lilypond-mode.el: Add each word to regexps only once.
6670
6671         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6672         is based on the syntax definitions in lilypond.words. Remove all 
6673         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6674         LilyPond->Insert menu is generated by the entries in lilypond.words 
6675         to which have been given a syntax definition.
6676
6677         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6678         \notes, \relative, \score, \simultaneous, \transpose.
6679
6680         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6681
6682         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6683         
6684         * lilypond-mode.el: add menu keywords separately.
6685
6686         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6687
6688 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6689
6690         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6691         current ugly installation method for PFA fonts.
6692
6693 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6694
6695         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6696         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
6697
6698         * Documentation/user/music-glossary.tely: update legato.
6699
6700 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6701
6702         * lexer-gcc-3.0.patch: Remove.
6703
6704         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
6705
6706 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6707
6708         * debian/rules (binary-arch): remove NEWS.
6709
6710 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
6711
6712         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
6713         stepmake/bin{ many }: polish the `--help's of different scripts;
6714         model taken from the core-utils of Linux.
6715
6716         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
6717
6718 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6719
6720         * flower/parse-afm.cc (parseCharMetrics): add warnings.
6721
6722         * flower/libc-extension.cc: idem.
6723
6724         * flower/include/libc-extension.hh: protect against isinf macros.
6725
6726 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
6727
6728         * { many }: Use two uppercase letters in LilyPond.
6729
6730         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
6731
6732         * VERSION: 1.7.29 released.
6733         
6734 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6735
6736         * lily/tie.cc: add TODO comment.
6737
6738         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
6739
6740         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
6741         linejoins and linecaps. This fixes problems with occasional spikes
6742         on slur/tie endings.
6743         
6744         * input/regression/font-name.ly: don't use PS fonts for
6745         compatibility reasons. 
6746
6747         * mutopia/claop.py (accents): update to 1.8
6748
6749         * Documentation/user/music-glossary.tely (Top): remove 13pt.
6750
6751         * Documentation/user/macros.itexi: don't color glossary links.
6752
6753         * Documentation/user/invoking.itexi (Error messages): new section
6754
6755 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6756
6757         * input/regression/font-name.ly: add file.
6758
6759         * scm/document-backend.scm (grob-doc): remove <hr> from
6760         lilypond-internals
6761
6762         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
6763         reqd version to 1.6.4 
6764
6765         * lily/font-interface.cc (get_font): bugfix: take font-name from
6766         alist chain too. This fixes font-name override for \markup.
6767
6768 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6769
6770         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
6771
6772         * input/test/polymetric-differing-notes.ly: Compile fix.
6773
6774 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
6775
6776         * Documentation/user/refman.itely: fixed typo
6777
6778         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
6779         before flexa
6780
6781 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6782
6783         * input/test/{ many }: search & fix some typos.
6784
6785 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6786
6787         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
6788         images.
6789
6790         * scm/music-functions.scm (make-voice-props-set): set Script /
6791         TextScript dir for polyphony too.
6792
6793         * scm/define-grobs.scm (all-grob-descriptions): decrease space
6794         before clef.
6795
6796         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
6797
6798 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
6799
6800         * Documentation/user/refman.itely (Percussion): Small
6801         clarifications and fixes.
6802
6803         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
6804         threads. This fixes different heads playing simultaneously.
6805
6806 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6807
6808         * Documentation/user/{ many }: increase readability (read through 
6809         User manual from `one big page').
6810
6811 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6812
6813         * input/test/polymetric-differing-notes.ly: add example with
6814         disparate note values.
6815
6816         * input/test/polymetric.ly: rename from poly-metric
6817
6818         * scripts/ly2dvi.py (include_path): bugfix: use outbase
6819         iso. outname.
6820
6821         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
6822         G-clef bbox to real char extents. This fixes the G-clef being
6823         offset too much to the right.
6824         document perc clef offset.
6825
6826         WARNING: FONT CHANGED.
6827
6828         * Documentation/user/tutorial.itely (Tutorial): move menu.
6829
6830 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6831
6832         * buildscripts/lilypond-profile.sh (Error): trim error message.
6833
6834         * Documentation/user/invoking.itexi (Invoking the lilypond
6835         binary): add note about path.
6836
6837         * Documentation/user/macros.itexi: add @c at EOL, hopefully
6838         suppresses superfluous spaces.
6839
6840 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6841
6842         * buildscripts/lilypond-profile.sh: Add documentation to error
6843         message.
6844
6845         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
6846
6847 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6848
6849         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
6850         <mike@ossmann.com>)
6851
6852         * Documentation/bibliography/computer-notation.bib (pages): prune
6853         unscientific language.
6854
6855         * Documentation/user/GNUmakefile: copy unsplit file to
6856         lilypond.html (idem for lilypond-internals).
6857
6858         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
6859
6860         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
6861
6862         * python/lilylib.py (lilypond_version): 2.1 proof version check.
6863
6864         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
6865         fix.
6866         
6867 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
6868
6869         * Documentation/user/{ various }: bind text snippets with their
6870         examples, e.g. by punctuation: This is an example.
6871
6872 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6873
6874         * ly/performer-init.ly (VoiceContext): Typos.
6875
6876         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
6877         builds, leave final-install to toplevel srcdir makefile.
6878
6879         * make/srcdir.make.in (install): New target.
6880
6881 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6882
6883         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
6884         This fixes core dump on MIDI output (Simon Weatherill).
6885
6886         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
6887         on local-WWW-post.
6888
6889 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6890
6891         * make/lilypond.redhat.spec.in: add dvips to reqs.
6892
6893 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6894
6895         * make/srcdir.make.in (web): Add special web target.
6896
6897         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
6898         from inner $(LOOP).
6899
6900         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
6901
6902         * stepmake/stepmake/generic-targets.make (www-targets-help):
6903         * GNUmakefile.in (web-install): Install in $(webdir).
6904
6905         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
6906
6907         * cygwin/changelog: 
6908         * cygwin/mknetrel: Update.
6909
6910         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
6911         (html-doc): Remove (use: web).
6912
6913         * stepmake/stepmake/script-rules.make: 
6914         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
6915         Fix $(config_make) dependencies for srcdir build.
6916
6917         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
6918         target for srcdir build.
6919
6920         * stepmake/make/stepmake.make: 
6921         * make/srcdir.make.in: 
6922         * GNUmakefile.in:
6923         * make/stepmake.make (config_make): Rename variable (was:
6924         configuration).
6925
6926 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6927
6928         * Documentation/user/internals.itely (Manipulating music
6929         expressions): run lilypond on example too.
6930
6931         * flower/include/libc-extension.hh: move lrint define to
6932         header. bugfix.
6933         
6934 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6935
6936         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
6937         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
6938         do we recurse whole tree?).
6939
6940         * GNUmakefile.in (html-doc): Resurrect.
6941
6942         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
6943         obsolete $(package-icon) dependency.
6944
6945 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6946
6947         * Documentation/user/refman.itely (Automatic staff changes):
6948         add seealso 
6949
6950         * Documentation/index.html.in: link to bigpage.
6951
6952         * Documentation/user/tutorial.itely (Tutorial): streamline.
6953
6954         * Documentation/index.html.in: url typo.
6955
6956         * VERSION (PACKAGE_NAME): release 1.7.28
6957
6958         * python/lilylib.py (error_log): remove '/' from name.
6959
6960         * input/regression/pedal.ly: remove; dups input/test/
6961         
6962         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
6963
6964         * Documentation/index.html.in: python style doco index.
6965
6966         * Documentation/{footer,header}.html.in (src): remove, 
6967
6968         * Documentation/pictures: remove all but lelie-logo.xpm.
6969
6970         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
6971         before running makeinfo.
6972
6973         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
6974         @code{}
6975
6976 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6977
6978         * input/test/bar-number-regular-interval.ly: rename.
6979
6980         * Documentation/user/*: various fixes. 
6981
6982 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
6983
6984         * Documentation/{ many }: polish for update-all-menus. typos.
6985
6986         * po/fi.po: fixes.
6987
6988         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
6989
6990         * buildscripts/mutopia-index.py: polish.
6991
6992         * input/regression/{ many }, input/test{ many }: polish texidocs.
6993
6994 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6995
6996         * scripts/convert-ly.py (FatalConversionError.conv): rule for
6997         pedal-style
6998
6999         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7000         iso. edge-widen.
7001
7002         * lily/piano-pedal-engraver.cc (process_music): change from
7003         process_acknowledged ()
7004
7005         * lily/piano-pedal-bracket.cc: new file. Change
7006         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7007         cleaned up.
7008
7009         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7010
7011         * input/regression/tuplets.ly (texidoc): rename file.
7012
7013         * po/fr.po: update
7014
7015         * buildscripts/lilypond-profile.sh: error message if script is not
7016         sourced.
7017
7018         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7019         bracket-flare
7020         (make_bracket): simplify code.
7021
7022         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7023         argument.
7024
7025         * python/lilylib.py (lilypond_version_check): new function
7026
7027         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7028
7029         * scripts/ly2dvi.py (run_lilypond): add version check.
7030
7031         * scripts/lilypond-book.py (option_definitions): typo
7032
7033         * scripts/ly2dvi.py (include_path): typo
7034
7035         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7036
7037         * lily/parse-scm.cc (parse_handler): typo
7038
7039         * Documentation/user/macros.itexi: use @heading for headings.
7040
7041         * Documentation/user/refman.itely: updates, fixes.
7042
7043 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7044
7045         * po/fi.po: add Finnish translations. fixes.
7046
7047         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7048
7049         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7050         from lily/glissando-engraver.cc.
7051
7052 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7053
7054         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7055         for non-first _broken_ bracket.
7056
7057         * Documentation/user/refman.itely: corrections.
7058
7059 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7060
7061         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7062         support of the fingerings.
7063
7064         * po/fr.po: French translation update.
7065
7066         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7067         strings.
7068
7069 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7070
7071         * Documentation/user/introduction.itely: Small fixes.
7072
7073 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7074
7075         * Documentation/topdocs/AUTHORS.texi: polish.
7076
7077 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7078
7079         * Documentation/user/introduction.itely: revise
7080
7081         * Documentation/user/tutorial.itely: reorganise.
7082
7083         * Documentation/topdocs/index.tely: remove.
7084
7085         * Documentation/header.html.in: prune.
7086
7087         * GNUmakefile.in: clean up web building.
7088
7089         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7090         target.
7091
7092 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7093
7094         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7095
7096         * lilypond-mode.el: turn on blink-matching-paren.
7097
7098 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7099
7100         * scm/output-sodipodi.scm (svg-header): Fix typo.
7101
7102 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7103
7104         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7105         fixes a security hole.
7106
7107         * scripts/lilypond-book.py (original_dir): remove temp_dir
7108
7109         * scm/document-translation.scm: use @code tags.
7110
7111 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7112
7113         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7114
7115         * lilypond-mode.el: add a buffer-local post-command-hook to set
7116         context dependent syntax-table after each cursor event. Remove old
7117         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7118
7119         * lilypond-indent.el: update comments.
7120
7121         * Documentation/footer.html.in: add period.
7122
7123 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7124
7125         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7126
7127         * scm/document-translation.scm (document-property-operation): add
7128         @code{} tags.
7129
7130         * VERSION (PACKAGE_NAME): release 1.7.27
7131
7132         * config.make.in: add PAPER variable
7133
7134         * buildscripts/new-chords.py (help): add help text
7135
7136         * Documentation/user/introduction.itely (Typography and program
7137         architecture):  fixes.
7138
7139         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7140         for texinfo and dvips. This fixes problems with PDF output of the
7141         wrong size.
7142
7143         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7144         DVIPS_PAPERSIZE variable
7145
7146         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7147         TEXINFO_PAPERSIZE variable 
7148
7149 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7150
7151         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7152
7153         * mf/feta-toevallig.mf: lowres fixes.
7154
7155 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7156
7157         * NEWS: Typo and fill-paragraph fixes.
7158
7159         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7160         cast #define.
7161
7162         * configure.in: 
7163         * config.hh.in: Check for lrint.
7164
7165 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7166
7167         * VERSION: 1.7.26 released
7168
7169         * lily/separation-item.cc: add padding property.
7170
7171         * input/test/*.ly: various fixes, remove solo-a2.ly
7172
7173         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7174         bugfix. Fixes old-style markup compatibility.
7175
7176         * Documentation/user/introduction.itely (Introduction): historical
7177         elucidations
7178
7179         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7180
7181         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7182
7183         * Documentation/index.texi (Top): cleanup.
7184
7185         * Documentation/user/introduction.itely (Introduction): rewrite
7186         introduction, 
7187         (Music notation and  engraving): about notation. Add flat-picture
7188
7189 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7190
7191         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7192         separation items. This keeps lyrics from bumping into each other.
7193
7194 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7195
7196         * GNUmakefile.in (topdocs-web): New target.
7197         (local-web): Depend on topdocs-web; fixes html-doc.
7198
7199 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7200
7201         * po/lilypond.pot: run po-replace
7202
7203         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7204
7205         * scm/drums.scm (reset-drum-kit): new function.
7206
7207         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7208
7209         * scripts/update-lily.py: remove
7210         
7211         * VERSION: release 1.7.25
7212         
7213         * Documentation/user/introduction.itely (Introduction): rewrite
7214         start of introduction.
7215
7216 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7217
7218         * lily/all-font-metrics.cc: fixed typo
7219
7220 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7221
7222         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7223         LilyPond-mode-context-set-syntax-table): new functions to define
7224         the syntax table according to context.
7225
7226         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7227
7228 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7229
7230         * Documentation/user/refman.itely (Figured bass): 
7231         language nit courtesy http://www.vocabula.com
7232
7233         * GNUmakefile.in: remove no kpathsea hack.
7234
7235         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7236         doco.
7237
7238         * GNUmakefile.in: remove web-doc target.
7239
7240         * lily/all-font-metrics.cc (find_afm): add message about
7241         buildscripts/clean-fonts.sh 
7242
7243         * scm/define-music-properties.scm (figure): use string for 'figure
7244
7245         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7246
7247         * input/regression/ : add raggedright = ##t where applicable. 
7248         
7249         * scm/bass-figure.scm (make-bass-figure-markup): add
7250         alignBassFigureAccidentals property.
7251
7252         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7253         bracket.
7254
7255         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7256         syllables widths into account for minimum-length.
7257
7258         * input/test/staff-container.ly: update file
7259
7260         * input/test/stem.ly: remove
7261
7262         * lily/event.cc (LY_DEFINE): add ly: prefix.
7263
7264         * input/test/clef-manual-control.ly: from manual-clef
7265
7266         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7267
7268         * input/test/different-time-signatures.ly: move to poly-metric.ly
7269
7270         * input/test/hara-kiri*,scales.ly: remove
7271         
7272         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7273         with chord-names-jazz.ly)
7274
7275         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7276         get scalable cm fonts too.
7277
7278         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7279         --encoding for mftrace if present.
7280
7281         * input/regression/slur-area.ly: move from test/
7282
7283         * input/test/: remove simple-slur-endings slur-attachment
7284         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7285         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7286         slur-symmetry slur-symmetry tie-broken.ly
7287
7288         * scm/drums.scm (set-drum-kit): add function.
7289
7290         * Documentation/user/refman.itely (Percussion staves): use
7291         set-drum-kit
7292
7293         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7294         too
7295         (Global_measure.set_timesig): handle 3/8 time sig too.
7296
7297         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7298         note about triangle note heads.
7299
7300         * scm/drums.scm: use alist for instrument-settings. This fixes the
7301         bug with assigning to drums in the .ly file.
7302
7303         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7304         CHANGED.
7305
7306         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7307         cluster-beacon-interface
7308
7309         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7310
7311         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7312
7313         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7314
7315         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7316         to get positions.
7317
7318         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7319         make ClusterSpannerBeacon to record Y positions. This removes the
7320         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7321         make cluster-note-events.
7322
7323 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7324
7325         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7326
7327         * configure.in: Use lily/main.cc as identifying source file.
7328
7329         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7330
7331         * config.hh.in: 
7332         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7333
7334         * configure.in: Require PYTHON >= 2.0.
7335
7336         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7337           $PYTHON for include dir location.
7338         (STEPMAKE_PYTHON): New function.  Use
7339         
7340             PYTHON=foo ./configure
7341
7342           to override.
7343
7344 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7345
7346         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7347         something.
7348
7349         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7350         ftp.lilypond.org everywhere.
7351
7352 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7353
7354         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7355         detected.
7356
7357         * Documentation/user/refman.itely (Grace notes): note on explicit
7358         contexts
7359
7360 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7361
7362         * lilypond-font-lock.el: add a comment about LilyPond specific
7363         escape characters: ^, - and _, in the syntax table.
7364
7365         * Documentation/user/appendices.itely: a majuscule fix.
7366
7367 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7368
7369         * input/test/trills.ly (endHorizScript): fixes.
7370
7371         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7372         notation, move from regression.
7373
7374         * input/test/script-stack.ly: change name from stacked-scripts
7375
7376         * input/test/ossia.ly: octave errors.
7377
7378         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7379         for midi-volume-equaliser
7380
7381 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7382
7383         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7384         cm fonts.
7385
7386         * mf/feta-beugel.mf: don't multiply font_count by 10.
7387
7388         * lily/lookup.cc (horizontal_line): new function. Use
7389         horizontal-line in output backends.
7390
7391         * Documentation/user/tutorial.itely (An orchestral part): new
7392         section on orchestral stuff and identifiers.
7393
7394 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7395
7396         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7397         some interference to other modes.
7398
7399 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7400
7401         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7402         not maximum of spacing wishes in polyphonic situations.
7403
7404         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7405         number
7406
7407         * lilypond-indent.el: remove paren matching. 
7408
7409         * lily/text-item.cc (interpret_new_markup): new function
7410         use iso. text2molecule.
7411
7412         * lily/main.cc (notice): change FSF address 
7413
7414         * po/de.po: update PO file to 1.6.
7415
7416 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7417
7418         * Documentation/user/ {many}: Add periods and remove spaces.
7419         
7420 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7421
7422         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7423         Disable buffer-locally default paren hook and make a new one. 
7424
7425         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7426         locally LilyPond-paren-mode. Add todo for mouse double-click.
7427
7428 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7429
7430         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7431         Disable buffer-locally default paren idle timer and make a new one. 
7432
7433         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7434         locally LilyPond-show-paren-mode. Add to menu a toggle for
7435         LilyPond-show-paren-function.
7436
7437 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7438
7439         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7440
7441 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7442
7443         * Documentation/user/refman.itely: spelling fix.
7444
7445         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7446         paren highlight function definitions. add todo for
7447         LilyPond-show-paren-mode.
7448
7449 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7450
7451         * input/template/jazz-combo.ly: new file.
7452
7453 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7454
7455         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7456         lo-res fixes.
7457
7458         * mf/feta-schrift.mf: bugfix in varcoda sign.
7459         WARNING: FONT CHANGED
7460
7461         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7462         in accordance with lexer.ll.   
7463
7464 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7465
7466         * Documentation/user/tutorial.itely: Edit introduction.
7467
7468 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7469
7470         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7471         ly:grob-staff-position
7472
7473 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7474
7475         * scm/to-xml.scm: import srfi-1
7476
7477         * VERSION (MAJOR_VERSION):  release 1.7.24
7478
7479         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7480
7481         * scripts/lilypond-book.py (do_file): put texidoc before image.
7482         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7483
7484         * input/regression/*.ly: fix snippet octaves 
7485
7486         * input/test/spanner-after-break-tweak.ly: import
7487         broken-spanner-adjustment
7488
7489         * input/no-notation/midi-transposing.ly: move from input/test/
7490
7491         * input/test/: remove chord-markup
7492
7493         * input/regression/instrument-name-partial.ly: move from input/test.
7494
7495         * input/test/vertical-text.ly: remove
7496
7497         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7498         space above lyrics lines.
7499
7500         * input/test/uniform-breaking.ly: remove file.
7501
7502         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7503         uniform spacing density. 
7504
7505         * input/test/chords.ly (keys): remove file.
7506
7507         * scm/documentation-lib.scm (oop): use srfi-1 too.
7508
7509         * input/regression/*.ly: add \version
7510
7511         * Documentation/user/*.itely: various fixes.
7512
7513         * buildscripts/mf-to-table.py (base): break table every three
7514         symbols.
7515
7516         * input/:  remove %% new-chords-done %% .
7517
7518         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7519         os-music.ly
7520         
7521 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7522
7523         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7524
7525         * scm/new-markup.scm (box-markup): new function.
7526         (box-markup): new function. Contributed by Dick Schoeller
7527         <schoeller@attbi.com>
7528
7529         * scm/lily.scm: remove reduce-no-unit 
7530         (list-insert-separator): use fold-right
7531
7532         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7533         of arguments. 
7534
7535         * NEWS: more neutral language for ancient notation 
7536
7537         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7538         inside pointing beaming for chord tremolo.
7539
7540         * Documentation/user/lilypond-book.itely: minor editing
7541
7542 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7543
7544         * NEWS: added news for 1.8 regarding ancient notation
7545
7546         * Documentation/user/refman.itely (Gregorian square neumes
7547         ligatures): fixed typo
7548
7549         * lily/vaticana-ligature-engraver.cc,
7550         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7551         lower/upper head of Pes only when heads are stacked
7552
7553         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7554         scm/define-grob-properties.scm: cleanup: make "join-left" a
7555         boolean grob property and save delta pitch in grob property
7556         "delta-pitch" instead
7557
7558         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7559
7560 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7561
7562         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7563         completely borked
7564
7565         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7566         (try_music): bug fix: beam multiplicity was completely borked.
7567
7568         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7569         first-n, butfirst-n in favor of srfi-1 functions.
7570         remove string-join, string-pad in favor of srfi-13 functions.
7571
7572         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7573
7574         * NEWS: use complete sentences.
7575
7576         * Documentation/user/introduction.itely (Example applications):
7577         add note about databases and lilypond-book.
7578
7579         * input/test/volta.ly: remove file
7580
7581         * input/regression/volta-broken-left-edge.ly: simplify file
7582
7583 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7584
7585         * Documentation/user/refman.itely (Constructing a tweak): new
7586         subsection.
7587
7588         * Documentation/user/tutorial.itely (Fine tuning layout): add
7589         common tweaks.
7590
7591         * scm/define-grobs.scm (TextScript): use new brewer.
7592
7593 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7594
7595         * VERSION: release 1.7.23
7596
7597         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7598
7599         * python/lilylib.py (make_ps_images): bugfixes.
7600
7601         * input/regression/volta-multi-staff.ly: new file.
7602
7603         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7604
7605         * Documentation/user/tutorial.itely (Piano staffs): new section.
7606         (Setting variables): new section
7607         (Fine tuning layout): new section
7608
7609         * input/just-friends.ly: remove file. Superseeded by
7610         input/test/chords-without-melody.ly
7611
7612         * ly/property-init.ly: add all commands to refman.
7613
7614         * scm/define-translator-properties.scm: remove
7615         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7616
7617         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7618         name. Underscores botch up PS output.
7619
7620         * scm/define-translator-properties.scm: remove
7621         textNonEmpty, oneBeat, regularSpacingDelta
7622
7623         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7624         rule for automaticBars.
7625
7626         * lily/timing-engraver.cc (start_translation_timestep): change
7627         barNonAuto to automaticBars
7628
7629 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7630
7631         * input/test/perform-tie.ly: delete file.
7632
7633 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7634
7635         * Documentation/user/refman.itely (Gregorian square neumes
7636         ligatures): bugfix: do not show ledger lines in neumes table
7637         (fixed by setting staff symbol to transparent rather than removing
7638         it from staff context)
7639
7640 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7641
7642         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7643         glue into brew-new-markup-molecule.
7644
7645         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7646
7647         * Documentation/user/introduction.itely (Computerized typography):
7648         new section
7649
7650         * Documentation/user/tutorial.itely (An orchestral part): remove
7651         pc example from tutorial.
7652
7653         * input/tutorial/lilbook.tex: use screech-boink
7654
7655         * scripts/lilypond-book.py (compile_all_files): split formatting
7656         output body and scheduling lilypond compilation.
7657         (format_lilypond_output_bodies): new function
7658         (format_lilypond_block): new function
7659         (html_pages): allow multi-page images in HTML
7660
7661         * python/lilylib.py (make_ps_images): rename function from
7662         make_preview, merge with make_page_images
7663
7664 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7665
7666         * input/test/key-clefs.ly: moved to regression.
7667
7668         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7669
7670         * input/no-notation/README: added note about midi-*.ly files.
7671
7672         * input/test/two-key.ly: moved to no-notation/parse5.ly
7673
7674         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7675         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7676
7677         * input/test/ {various}: modified comments, marked some for deletion.
7678
7679         * input/test/lines.ly: deleted file; duplicate of
7680         embedded-postscript.ly
7681
7682         * input/test/mmrest-collision: moved to regression.
7683
7684 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7685
7686         * scm/chord-name.scm (note-name->markup): don't superscript root
7687         alterations in chordnames.
7688
7689 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7690
7691         * Documentation/user/refman.itely (Multi measure rests): more
7692         index/cross-referencing.
7693
7694         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7695
7696         * scm/font.scm: remove properties-to-font-name code.
7697
7698         * scm/define-grob-properties.scm: remove 'type
7699
7700         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
7701         conversion
7702
7703         * lily/text-spanner.cc: change 'type grob prop to 'style 
7704
7705         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
7706         "first" flag to decide whether to make a start-repeat
7707
7708         * input/regression/grace-volta-repeat-2.ly: new file.
7709
7710 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7711
7712         * lilypond-indent.el: rename generic functions to LilyPond-*
7713
7714 2003-06-22  Graham Percival  <gperlist@shaw.ca>
7715
7716         * input/test/thumb.ly: delete, merged into refman.
7717
7718         * Documentation/user/refman.itely: added thumb info to Fingering.
7719
7720         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
7721         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
7722         vertical-align.ly : deleted files.
7723
7724 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7725
7726         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
7727
7728         * lily/line-spanner.cc (broken_trend_offset): remove function.
7729         (get_broken_offset): idem.
7730         (brew_molecule): rewrite the line-break case.
7731
7732         * input/regression/follow-voice-break.ly:  new file.
7733
7734         * lily/line-spanner.cc (after_line_breaking): remove lines at the
7735         start of a system.
7736
7737 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7738
7739         * input/test/tuplet-rest.ly: moved to regression.
7740
7741         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
7742         deleted file.
7743
7744         * input/test/ {many} : marked file for possible deletion.
7745
7746 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7747
7748         * input/regression/beam-funky.ly: add note about (disputed)
7749         correct beaming.
7750
7751         * ly/engraver-init.ly (ScoreContext): put key-signature after
7752         staff-bar
7753         
7754 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7755
7756         * input/test/ broken.ly lyric-phrasing.ly: deleted.
7757
7758         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
7759
7760         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
7761
7762         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
7763         stem-extend was deleted (it was duplicate example, and not as
7764         good).
7765
7766         * input/test/[s-z]*.ly: add texidoc index.
7767
7768 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7769
7770         * lily/slur.cc (get_boundary_notecolumn_y): change name from
7771         get_first_notecolumn_y
7772
7773         * lily/spanner.cc (broken_spanner_index): new function.
7774
7775 2003-06-19  Graham Percival  <gperlist@shaw.ca>
7776
7777         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
7778         lyric-hyphen.ly : moved to regression.
7779
7780         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
7781         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
7782
7783         * input/test/instrument-name-mmrest.ly: moved to
7784         ../regression/multi-measure-rest-instr-name.ly
7785
7786         * input/test/knee-sym.ly: moved to
7787         ../regression/beam-knee-symmetry.ly.
7788
7789         * input/test/hymn.ly: change comments.
7790
7791         * input/test/[p-r]*.ly: add texidoc index.
7792
7793 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7794
7795         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
7796         to postfix syntax
7797         
7798         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
7799         syntax.
7800
7801         * VERSION: release 1.7.22
7802
7803 2003-06-18  Graham Percival  <gperlist@shaw.ca>
7804
7805         * input/test/[h-k]*.ly: added texidoc index.
7806
7807         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
7808
7809         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
7810
7811         * input/test/ various : mark files for deletion or moving to
7812         regression.
7813
7814         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
7815
7816         * input/test/[l-o]*.ly: added texidoc index.
7817
7818 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7819
7820         * scm/music-functions.scm (make-ottava-set): 
7821         only do ottavation if centralCPosition is set.
7822
7823         * lily/translator-scheme.cc (ly:context-property-where-defined):
7824         return '() if not found.
7825
7826 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
7827
7828         * lilypond-mode.el (LilyPond-un-comment-region): removed.
7829         Use one command for both commenting and uncommenting.
7830
7831         * lilypond-indent.el (LilyPond-comment-region): new function,
7832         (un)comments each line separately.
7833
7834         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
7835         
7836         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
7837         imenu is not added by default; adapted from f90.el,
7838         makes Help-menu, which does not fit, visible in XEmacs.
7839         
7840 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
7841
7842         * lilypond-mode.el: Set show-paren-mode local; minor-mode
7843         show-paren-mode sets blink-matching-paren-on-screen local.
7844         Try to make show-paren-function to paren-highlight local.
7845
7846         * lilypond-indent.el (LilyPond-scan-sexps): new function.
7847         Copy definitions of Emacs' show-paren-function and
7848         XEmacs' paren-highlight and make minimal changes;
7849         add comments about locality. 
7850         Fix matching first open-paren-char in '<< .. >>'.
7851
7852 2003-06-16  Graham Percival  <gperlist@shaw.ca>
7853
7854         * input/test/g*: added texidoc index.
7855
7856         * input/test/[a-g]*: added raggedright==#t when it
7857          seemed appropiate.
7858
7859         * input/test/ fake-grace.ly figured-bass.ly : removed file.
7860
7861         * Documentation/topdoc/INSTALL.texi: removed false warnings
7862         about gcc 3.3.
7863
7864 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7865
7866         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
7867
7868         * input/test/chords-without-melody.ly (texidoc): add from
7869         input/just-friends.ly
7870
7871         * input/regression/size{13--26}.ly: move from input/
7872
7873         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
7874         input/{star-spangled-banner,twinkle}.ly: remove 
7875         
7876         * lily/slur.cc: remove slur over rest warnings.
7877
7878         * lily/note-spacing.cc (get_spacing): include left part of right
7879         object in fixed space. This fixes stretched space before
7880         accidentals.
7881
7882         * input/regression/spacing-accidental-stretch.ly: new file.
7883
7884 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
7885
7886         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
7887         Reduce to 16pt.
7888
7889 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7890
7891         * input/regression/spacing-knee.ly: docstring
7892
7893         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
7894
7895         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
7896         input/tutorial/{test,solar,flowing}.ly: remove
7897
7898         * input/rhythm.ly: remove
7899
7900         * input/mutopia/F.Schubert/standchen.ly: update syntax.
7901
7902         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
7903         update syntax. 
7904
7905         * scm/define-grobs.scm (all-grob-descriptions): set
7906         knee-spacing-correction to 1.0
7907
7908         * lily/note-spacing.cc (stem_dir_correction): compute knee
7909         correction using stem-thickness and head width.
7910
7911         * input/regression/beam-quanting-horizontal.ly: update texidoc
7912
7913         * scm/define-grobs.scm (all-grob-descriptions): set
7914         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
7915         This fixes 32nd beams for noteheads in spaces quants.
7916
7917         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
7918
7919 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
7920
7921         * README.mandrake: Change lilypond-extras to lilypond-documentation.
7922
7923 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7924
7925         * input/test/dpncnt.ly,part-combine-score.ly: remove.
7926
7927         * VERSION (PACKAGE_NAME): release 1.7.21
7928
7929         * input/regression/stem-shorten.ly: new file.
7930
7931         * lily/stem.cc (get_default_stem_end_position): revise stem
7932         shortening code.
7933
7934         * input/regression/spacing-multi-tuplet.ly: move from input/test/
7935
7936         * input/test/{scripts,volta-start,sleur}.ly: remove
7937         
7938         * input/regression/span-bar.ly: smaller file.
7939
7940         * input/regression/spacing-{natural,tight,loose}.ly: remove
7941
7942         * input/test/markup.ly: remove
7943
7944         * scripts/lilypond-book.py: put printfilename in separate chunk,
7945         so texidoc is printed after the filename.  
7946
7947 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7948
7949         * make/lilypond.mandrake.spec.in: fix docdirs.
7950
7951 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7952
7953         * input/regression/beam-french.ly: bugfix.
7954
7955         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
7956
7957         * input/regression/(various).ly: add raggedright = #t.
7958
7959         * input/regression/auto-beam.ly: move from abe.ly
7960
7961 2003-06-13  Graham Percival  <gperlist@shaw.ca>
7962
7963         * input/test/f*.ly: added texinfo index.
7964         
7965         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
7966
7967 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7968
7969         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
7970         quant penalty for beam just outside staff.
7971
7972         * input/regression/beam-quanting-horizontal.ly (texidoc): move
7973         from beam-pos.ly,  remove non-horizontal tests. 
7974
7975         * input/test/(various): cleanup header info. 
7976
7977         * input/test/tchaikovsky.ly: remove file.
7978
7979         * scm/chord-generic-names.scm: move from
7980         double-plus-new-chord-name.scm
7981
7982         * input/test/orchestscore.ly: remove file
7983
7984         * Documentation/user/refman.itely (Vocal music): update documentation.
7985
7986         * scm/define-translator-properties.scm (chordNoteNamer): remove
7987         chordNameStyle, use chordNameFunction
7988
7989         * scm/chord-name.scm (set-chord-name-style): remove
7990         set-chord-name-style. Use \property chordNameFunction.
7991
7992 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7993
7994         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
7995         music): remove @TeX{} command.
7996
7997 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7998
7999         * lilypond-indent.el (scan-sexps): Renamed to
8000         aargh-this-breaks-other-emacs-modes-scan-sexps.
8001
8002 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8003
8004         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8005         closing slurs: '()', etc. Add comments.
8006
8007         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8008
8009         * lilypond-font-lock.el: match unending string at eof.
8010
8011         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8012         
8013 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8014
8015         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8016         input/test/beam-dir.ly input/test/beam-position.ly    
8017         input/test/beam-suspect.ly input/test/beam-trend.ly    
8018         input/test/beams.ly input/test/crescendo-text.ly : deleted
8019         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8020         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8021         * input/test/default-bars.ly: moved to bar-always.ly
8022         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8023
8024 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8025
8026         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8027
8028 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8029
8030         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8031
8032 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8033
8034         * lilypond-indent.el: Match better slurs in scheme expressions.
8035         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8036
8037         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8038
8039 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8040
8041         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8042
8043         * input/ac-extra-voice.ly: Add texidoc.
8044
8045         * ly/chord-modifiers-init.ly: 
8046         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8047         and chordNameExceptionsPartial for new chord names.
8048
8049         * input/test/chord-names-dpnj.ly: 
8050         * input/test/dpncnt.ly: Update.
8051
8052         * scm/chord-name.scm: 
8053         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8054         chord selection and options.
8055
8056         * ly/chord-modifiers-init.ly: Add exceptions 
8057
8058         * scm/define-translator-properties.scm (chordNameStyle) 
8059         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8060
8061 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8062
8063         * ly/property-init.ly (germanChords): Added.
8064         (semiGermanChords): Added.
8065         
8066         * input/test/chord-names-german.ly: Use new macros
8067         
8068 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8069
8070         * lilypond-indent.el: Use similar parenthesis highlighting for 
8071         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8072         functions; removed LilyPond-show-paren-function. Fix indenting.
8073         Turn paren-matching on also in XEmacs.
8074
8075         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8076         as needed by parenthesis highlighting functions (in scan-sexp).
8077
8078 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8079
8080         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8081         function.
8082         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8083
8084 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8085
8086         * lilypond-indent.el: tune regexp for show-paren-function.
8087
8088 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8089
8090         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8091         for all LilyPond-produced tex snippets.
8092
8093         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8094         fixes one line --preview output of ly2dvi.
8095
8096 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8097
8098         * lilypond-indent.el: match only one type of slurs in
8099         LilyPond-show-paren-function.
8100
8101 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8102
8103         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8104         * debian/lilypond1.7.dirs: 
8105         * debian/lilypond1.7-doc.dirs: New file.
8106
8107         * input/regression/chord-name-exceptions.ly: Add parameter for
8108         ignatzekExceptions.  Quote hash in docstring.
8109
8110 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8111
8112         * lilypond-indent.el (show-paren-function): define show-paren-function
8113         as LilyPond-blink-matching-open and use it for closing parens.
8114         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8115
8116         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8117         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8118         LilyPond-blink-matching-paren in order to match both open and close
8119         brackets.
8120         
8121 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8122
8123         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8124         testing by modifying the code from FSF Emacs paren.el. Add comments.
8125
8126 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8127
8128         * input/test/dpncnt.ly: Transpose example to match new
8129         default \chords octave.  Add comment.
8130         
8131         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8132         comment about octave change.
8133
8134 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8135
8136         * input/test/[d,e]: added texinfo index tags.
8137         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8138
8139 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8140
8141         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8142
8143 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8144
8145         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8146         as in blink-matching-open.
8147
8148 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8149
8150         * input/test/[a-c]: more comments in files.
8151         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8152         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8153         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8154         mark file for proposed deletion.
8155         * input/test: renaming files:
8156         auto-beam-4-8.ly to beam-auto-4-8.ly
8157         auto-beam-override.ly to beam-auto-override.ly
8158         auto-beam.ly to beam-auto.ly
8159         blank.ly to blank-paper.ly
8160         absolute-volume.ly to dynamic-absolute-volume.ly
8161
8162 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8163
8164         * input/test/dpncnt.ly: 
8165         * input/test/chord-names-dpnj.ly: Resurrect.
8166
8167         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8168
8169         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8170
8171         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8172         Better docstring, add parameter OMIT-ROOT, tidy up.
8173
8174 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8175
8176         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8177
8178 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8179
8180         * scm/output-ascii-script.scm (as-font-alist-alist):
8181         (as-properties-to-font-name):
8182         (as-make-style-sheet): Remove.
8183
8184         * scm/font.scm (as-make-font-list): New function.
8185         (as-font-sheet-alist): New variable.
8186
8187         * ly/paper-as9-init.ly: 
8188         * ly/paper-as5-init.ly: Update.
8189
8190         * ly/paper-as5.ly:
8191         * ly/paper-as9.ly: New file.
8192
8193 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8194
8195         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8196
8197 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8198         * input/sondag-morgen/*: removed due to copyright concerns.
8199         * input/[a,b]*.ly: added a newline at the end of the texinfo
8200         doc string (produces better output in HTML version).
8201         * input/c*.ly: added texinfo index and added comments to
8202         aid in future changes to input/test/ files.
8203
8204 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8205         
8206         * Documentation/user/refman.itely: fixed build problem (missing
8207         file) caused by previous renaming.
8208
8209 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8210         
8211         * input/test/[a,b]*.ly: added texinfo index and added comments to
8212         aid in future changes to input/test/ files.
8213         * input/test/bar-number-every-5-reset.ly: renamed to
8214         bar-number-every-five-reset.ly
8215         * input/test/bar-script-visibility.ly: renamed to
8216         bar-number-show-all.ly
8217
8218 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8219
8220         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8221         to Voice.
8222
8223         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8224         out note-line and glissando functionality.
8225         
8226         * lily/line-spanner.cc (brew_molecule): cleanup.
8227
8228 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8229
8230         * scripts/as2text.scm: Use rdelim module.
8231         (start-system): Rename from start-line.
8232         (stop-system): Rename from stop-line.
8233         (af-gulp-file): Use string iso symbol for getenv.
8234
8235         * scm/output-ascii-script.scm: Add guile and lily modules.
8236         (font-name-alist): New variable.
8237         (draw-line): New function.
8238
8239         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8240         (Were these silently removed, without ChangeLog entry?)
8241
8242 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8243
8244         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8245         process 2nd ottava correctly.
8246
8247 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8248
8249         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8250
8251 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8252
8253         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8254
8255 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8256
8257         * VERSION: release 1.7.20
8258         
8259         * lily/text-spanner.cc (brew_molecule): clean up function. This
8260         fixes bugs with broken 8va spanners.
8261
8262         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8263         This prevents spurious line-breaks with raggedright
8264         
8265 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8266
8267         * lily/key-performer.cc (create_audio_elements): always use major
8268         key
8269
8270         * Documentation/user/internals.itely: updates
8271
8272         * input/regression/beam-break.ly: new file.
8273
8274         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8275         beams if starting or terminating stems have 'beaming set.)
8276
8277         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8278         property.
8279
8280         * lily/parser.yy (verbose_command_req): add comment about scales.
8281
8282 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8283
8284         * lilypond-indent.el: adjust regexps in bracket-matching.
8285
8286 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8287
8288         * Documentation/user/refman.itely: more tiny fixes
8289
8290         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8291         "Chord names"; added table with input syntax for solesmes neumes
8292         table; added some words about rationale on input syntax design
8293
8294         * lily/gregorian-ligature-engraver.cc,
8295         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8296         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8297         alignment of Pes Initio Debilis
8298
8299         * Documentation/user/refman.itely,
8300         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8301         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8302         bugs in the solesmes neumes table
8303
8304 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8305
8306         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8307         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8308
8309         * lilypond-mode.el: fix tag-score. small improvements.
8310
8311 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8312
8313         * .cvsignore: Add aclocal.m4.
8314
8315         * lily/music-constructor.cc: Include <assert.h>.
8316
8317 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8318
8319         * ly/engraver-init.ly (HaraKiriStaffContext): use
8320         RemoveEmptyStaffContext instead.
8321
8322         * Documentation/user/refman.itely: updates
8323
8324 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8325
8326         * Documentation/user/refman.itely: added solesmes neumes table;
8327         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8328         bugfix: "Ornaments" -> "Articulations"
8329
8330         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8331
8332 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8333
8334         * lilypond-indent.el: Add a message about trying to match \] or \).
8335         
8336 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8337         
8338         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8339         obsolete "arithmetic_*"
8340
8341         * input/bugs/ligatures.ly: removed (will be put into a different
8342         directory later)
8343
8344 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8345
8346         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8347         libkpathsea (Maurizio Tomasi).
8348
8349 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8350
8351         * input/regression/repeat-slash.ly (texidoc): new file
8352
8353         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8354         slash repeats separately. Slash repeats and %
8355         repeats can now be nested.
8356
8357 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8358
8359         * lilypond-indent.el: Add preliminary test for closing \] and \).
8360         
8361 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8362
8363         * lily/gregorian-ligature-engraver.cc,
8364         lily/vaticana-ligature-engraver.cc,
8365         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8366         mf/parmesan-heads.mf: various semivocalis related bugfixes
8367
8368         * input/bugs/ligatures.ly: new file demonstrating problems with
8369         ligatures
8370         
8371 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8372
8373         * lilypond-mode.el,
8374         lilypond-font-lock.el,
8375         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8376
8377 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8378
8379         * lilypond-mode.el: Remove outdated code. Stress the difference 
8380         between Emacs and XEmacs definitions.
8381
8382         * lilypond-mode.el,
8383         lilypond-indent.el: Define a function interactive only when necessary.
8384
8385 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8386
8387         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8388         Use inactive regions also in XEmacs.
8389
8390 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8391
8392         * Documentation/user/refman.itely (Repeat syntax): more updates
8393
8394         * lily/simple-spacer.cc (solve): move solution process into
8395         solve(). This fixes a bug with collisions and raggedright = ##t.
8396  
8397         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8398
8399         * ly/engraver-init.ly: remove GraceContext. Update examples.
8400
8401 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8402
8403         * GNUmakefile.in (fonts): Also make fontball.
8404
8405         * Website fixes:
8406
8407         * ly/engraver-init.ly (GraceContext): Add.
8408
8409         * run:
8410
8411             convert-ly $(find . -name *.ly)
8412
8413         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8414         new chords.
8415
8416 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8417
8418         * VERSION: 1.7.19 released
8419         
8420         * scm/music-functions.scm (set-octavation): new function.
8421
8422         * input/regression/ottava.ly: new file
8423
8424         * lily/translator-scheme.cc (LY_DEFINE): new function
8425         ly:unset-context-property
8426         (LY_DEFINE) new function ly:context-property-where-defined: 
8427
8428 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8429
8430         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8431
8432         * lilypond.words: add few.
8433
8434         * input/test/script-chart.ly: fix typo.
8435
8436 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8437
8438         * scm/define-grobs.scm: uniform naming for definitions and output
8439         routine files. 
8440
8441         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8442         scm/context-description.scm
8443
8444         * lily/parser.yy (translator_spec_body): add \description to the
8445         \translator{} body syntax.
8446
8447         * lily/ottava-engraver.cc: new file.
8448
8449         * scm/chord-name.scm (natural-chord-alteration): replace old
8450         chord stuff. 
8451
8452         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8453
8454         * Documentation/user/refman.itely (Metronome marks): update doco.
8455
8456         * input/regression/markup-note.ly: new file
8457
8458         * input/regression/metronome-marking.ly: new file
8459
8460         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8461
8462         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8463         metronome marks.
8464
8465 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8466
8467         * Documentation/user/GNUmakefile: Compatibility fix for new
8468         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8469         for making binary packages; info splitting bug has been fixed.
8470
8471         * Documentation/user/refman.itely: Compile fixes.
8472
8473 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8474
8475         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8476         Count \midi -keywords also for a region.
8477
8478 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8479
8480         * lily/lookup.cc (LY_DEFINE): new function
8481
8482         * Documentation/user/tutorial.itely: updates
8483
8484 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8485
8486         * lilypond-mode.el: Allow Midi on buffer.
8487         Use only '.ly'-extension, remove '.sly' and '.fly'.
8488         Allow use of inactive regions. Invoke next Command on Master file, 
8489         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8490
8491 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8492
8493         * Documentation/user/tutorial.itely: updates.
8494
8495 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8496
8497         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8498
8499 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8500
8501         * lily/coherent-ligature-engraver.cc: fixed typo
8502
8503         * lily/coherent-ligature-engraver.cc,
8504         lily/gregorian-ligature-engraver.cc,
8505         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8506         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8507         lily/vaticana-ligature-engraver.cc,
8508         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8509         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8510         removed all ligature specific stuff from NoteHead code
8511
8512         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8513         ligatures now use regular noteheads
8514
8515         * lily/vaticana-ligature.cc: tiny code cleanups
8516
8517         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8518         space between two adjacent noteheads of the same pitch
8519
8520         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8521         description; cleanup: removed obsolete font-family settings
8522
8523 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8524
8525         * lily/coherent-ligature-engraver.cc,
8526         lily/gregorian-ligature-engraver.cc,
8527         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8528         lily/mensural-ligature-engraver.cc,
8529         lily/vaticana-ligature-engraver.cc,
8530         lily/include/gregorian-ligature-engraver.hh: updated for new
8531         Coherent_ligature_engraver; added comments that describe the basic
8532         design ideas of the ligature implementation
8533
8534         * lily/coherent-ligature-engraver.cc,
8535         lily/include/coherent-ligature-engraver.hh: new file: shared code
8536         between mensural ligatures and Gregorian chant notation ligatures
8537
8538 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8539
8540         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8541         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8542         use only two arguments in sit-for, use no arguments in
8543         read-char-exclusive, backspace is not a character (127) in XEmacs.
8544
8545         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8546
8547 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8548
8549         * lilypond-mode.el: un-commenting works after syntax-table fix.
8550
8551         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8552         group, verbose commenting for syntax table.
8553
8554         * lilypond-indent.el: add TODO for ligature slurs.
8555
8556 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8557
8558         * lilypond-mode.el: Move comments of parenthesis matching away,
8559         (blink-matching-paren-on-screen) fix blinking in Emacs.
8560
8561         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8562         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8563
8564         * lilypond-indent.el: Add TODO for parenthesis matching.
8565
8566 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8567
8568         * lilypond-mode.el: Fix XEmacs: 
8569         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8570         invoke explicitly easy-menu-add (in Emacs done automatically).
8571         
8572         * lilypond.words: Add few words from input/*/*.ly.
8573
8574 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8575
8576         * VERSION (PATCH_LEVEL): release 1.7.18
8577
8578         * scripts/lilypond-book.py: only print basename for printfilename
8579         option
8580
8581         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8582         and syntax updates.
8583
8584 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8585
8586         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8587         better parametrisation. Move fatness of bulb downward.
8588
8589         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8590         glyph names. Underscores are not allowed .ps encoding files.
8591
8592 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8593
8594         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8595         variable "packed" for packed right-ragged mode
8596
8597         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8598         unused variable ragged; fixed indentation
8599
8600         * Documentation/user/refman.itely: tiny cleanups in ancient
8601         clef and custos section
8602
8603 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8604
8605         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8606         \applyoutput PROCEDURE
8607
8608         * lily/my-lily-lexer.cc: add \applyoutput.
8609
8610         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8611
8612         * lily/text-item.cc: clean text-interface description
8613
8614 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8615
8616         * input/{regression,test}/: use postfix for slur endings and beam
8617         begins.
8618
8619         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8620         style beams too. 
8621
8622         * input/regression/lyrics-melisma-beam.ly: new file.
8623
8624         * lily/lyric-engraver.cc (process_music): change from
8625         process_acknowledged_grobs()
8626
8627         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8628         functions to set and revert auto-beam settings.
8629
8630 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8631
8632         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8633
8634 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8635
8636         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8637         Documentation/user/lilypond.tely: fixed some typos; updated author
8638         info
8639
8640         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8641         #"" -> #'flag-style = #'()
8642
8643         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8644         cleanup: removed dead #includes
8645
8646         * lily/gregorian-ligature-engraver.cc,
8647         lily/include/gregorian-ligature.hh,
8648         scm/grob-property-description.scm: small cleanups, small spacing
8649         fixes
8650
8651         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8652         lily/vaticana-ligature.cc,
8653         lily/include/gregorian-ligature-engraver.hh,
8654         scm/grob-property-description.scm, scm/music-types.scm:
8655         "porrectus" -> "pes or flexa"
8656
8657         * ly/engraver-init.ly, scm/grob-description.scm,
8658         scm/grob-property-description.scm: junked porrectus, now handled
8659         by ligature code
8660
8661         * scm/grob-description.scm: bugfix: added space-alist entry for
8662         breathing sign/custos
8663
8664 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8665
8666         * Another grand 2003 update.
8667         
8668         * Remove mentioning of `mudela'; There's no such thing.
8669
8670 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8671
8672         * Documentation/user/preface.itely (Preface to version 1.8): update
8673
8674         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8675
8676         * Documentation/user/converters.itely (Invoking convert-ly): revise
8677
8678         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8679
8680         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8681
8682 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8683
8684         * Documentation/user/internals.itely: more updates.
8685
8686 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8687
8688         * Documentation/user/refman.itely: revise 
8689
8690         * Documentation/user/internals.itely: revise
8691
8692         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8693
8694 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8695
8696         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
8697         beautification: reformatted ancient clefs section; cleanup: small
8698         wording fixes
8699
8700 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
8701
8702         * lilypond.words: added words for chant notation, sorted
8703         alphabetically through "sort lilypond.words"
8704
8705 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
8706
8707         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
8708         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
8709         chant notation
8710
8711 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
8712
8713         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
8714         prevent TeX from interpreting them as long dash
8715
8716         * input/test/vaticana.ly: updated
8717
8718         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
8719         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
8720         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
8721         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
8722         fixes
8723
8724         * mf/parmesan-heads.mf: ledger endings: removed dead code
8725
8726 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8727
8728         * VERSION: 1.7.17 released
8729         
8730         * Documentation/user/GNUmakefile
8731         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
8732         files too.
8733
8734         * scm/document-markup.scm: new file: document all markup
8735         functions.
8736
8737         * scm/documentation-generate.scm: rename all documentation modules
8738         to document-*.scm
8739
8740         * scripts/lilypond-book.py: generate link to .ly file iso. link to
8741         .png
8742
8743         * input/test/divisiones.ly: added
8744
8745         * input/regression/output-property.ly: new file
8746
8747         * lily/cluster.cc: change cluster-interface to use style property
8748
8749 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
8750
8751         * input/test/chord-names-german.ly: modified.
8752
8753         * scm/chords-ignatzek.scm:
8754           chord-name->german-markup: Added
8755           note-name->german-markup: Changed (now producing lowercase notenames)
8756
8757         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
8758         
8759 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8760
8761         * scripts/convert-ly.py (FatalConversionError.conv):
8762         divisiominima -> divisioMinima, etc.
8763
8764         * ly/engraver-init.ly (FiguredBassContext): add
8765         Separating_line_group_engraver to Figured bass context.
8766
8767         * ly/german-chords-init.ly: remove file
8768
8769         * input/test/chord-names-german.ly (scm): new file.
8770
8771         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
8772
8773         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
8774         Chord_name_engraver
8775
8776         * Documentation/user/refman.itely: lots of updates.
8777
8778         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
8779         new file
8780
8781         * input/test/bar-number-every-5-reset.ly: new file.
8782
8783 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8784
8785         * input/regression/chord-name-major7.ly: new file
8786
8787         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
8788         if specced explicitly.
8789
8790         * input/regression/chord-name-entry-11.ly: new file.
8791
8792         * input/test/slur-beautiful.ly: new file.
8793
8794         * Documentation/user/refman.itely: updates.
8795
8796         * input/regression/collisions.ly (threevoice): cleanup.
8797
8798         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
8799
8800 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8801
8802         * Documentation/user/*.itely: various updates.
8803
8804         * ly/spanners-init.ly: enddecr/ endcr.
8805
8806         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
8807         of tutorial
8808
8809 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8810
8811         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
8812
8813         * lily/new-chord-name-engraver.cc (process_music): use octavation
8814         (a number) instead of original-pitch to store inversions. This
8815         fixes a problem with transposed chords with inversions.  
8816
8817 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8818
8819         * stepmake/aclocal.m4: Include compile fix for broken flex, as
8820         used in includable-lexer.hh.
8821
8822         * lily/includable-lexer.cc: Bugfix: include config.h.
8823
8824         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
8825         circumvention of Debian packaging bug.
8826
8827 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8828
8829         * flex-2.5.31 hits Debian/unstable.  Fixes below.
8830         
8831         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
8832
8833         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
8834         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
8835
8836         * lily/include/includable-lexer.hh: 
8837         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
8838
8839         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
8840
8841         * aclocal.m4: Regenerate.
8842
8843         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
8844         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
8845
8846         * scm/pdf.scm (use-modules): Include lily.
8847
8848         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
8849         Noordkamp).
8850         (use-modules): Include lily.
8851         (lily-def): Bugfix: include tex-val in let.
8852
8853 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
8854
8855         * lilypond-mode.el: sensible error if lilypond.words not found.
8856
8857         * lilypond.words: add few words.
8858
8859 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
8860
8861         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
8862
8863         * mf/parmesan-scripts.mf: fixed typo in char name
8864
8865 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8866
8867         * VERSION: 1.7.16 released
8868
8869         * python/lilylib.py (setup_temp): temporary directories are mode 700.
8870         (this is a security vulnerability).
8871
8872         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
8873
8874         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
8875         add staff support.
8876
8877 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
8878
8879         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
8880         ly/script-init.ly, scm/script.scm: bugfix: renamed
8881         fermata->signumcongruentiae to fix naming clash with feta font
8882
8883 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8884
8885         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
8886
8887         * lily/multi-measure-rest-engraver.cc
8888         (start_translation_timestep): use grace timing too for determining
8889         when to make mmrest.
8890         (start_translation_timestep): clear numbers too.
8891
8892 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
8893
8894         * scm/music-types.scm: compile fix: escape braces
8895
8896         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
8897         work around font selection problem
8898
8899         * Documentation/user/refman.itely: BreathingSign: added docu for
8900         property "text"
8901
8902 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8903
8904         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
8905         information.
8906
8907 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8908
8909         * lily/multi-measure-rest-engraver.cc (class
8910         Multi_measure_rest_engraver): make multiple Number objects, one
8911         for each MultiMeasureTextEvent.
8912
8913         * scm/music-functions.scm (glue-mm-rest-texts): use
8914         MultiMeasureTextEvent
8915
8916         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
8917
8918         * Documentation/user/refman.itely (Multi measure rests): update.
8919
8920 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8921
8922         * lily/ly-module.cc (ly_copy_module_variables): use
8923         scm_internal_hash_fold() for iterating modules.
8924
8925 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
8926
8927         * Documentation/user/refman.itely: Section Custodes: added more
8928         example code
8929
8930         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
8931         neo-mensural rests to parmesan font
8932
8933         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
8934         header
8935
8936 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8937
8938         * Documentation/user/macros.itexi: @fileref macro.
8939
8940         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
8941         each file. 
8942
8943 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
8944
8945         * lily/include/custos.hh, make/lilypond.suse.spec.in,
8946         Documentation/topdocs/AUTHORS.texi: updated my email address
8947
8948         * Documentation/user/refman.itely: updated custos documentation;
8949         beautified divisiones example; beautified articulations table
8950
8951         * lily/breathing-sign.cc: bugfix: finalis molecule
8952
8953 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
8954
8955         * Documentation/user/refman.itely: added docu for
8956         contemporary fermata symbols, gregorian breathing signs; small fixes
8957
8958         * ly/gregorian-init.ly: removed obsolete #'type props
8959
8960 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8961
8962         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
8963         minimum-length property correctly.
8964
8965 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8966
8967         * scm/music-functions.scm (make-multi-measure-rest): set input
8968         locations for multimeasure rests.
8969
8970 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
8971
8972         * input/regression/breathing-sign.ly: updated to for ancient
8973         notation
8974
8975 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8976
8977         * scripts/ly2dvi.py: Add newline.
8978
8979 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8980
8981         * scripts/ly2dvi.py (dependency_files): Compile fix.
8982
8983 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8984
8985         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
8986         (make_html_menu_file): --html menu. 
8987
8988 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8989
8990         * scripts/ly2dvi.py (run_dvips): +add the .map file 
8991
8992 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8993
8994         * input/screech-boink.ly: new file.
8995
8996 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8997
8998         * scripts/lilypond-book.py (make_lilypond_file): convert
8999         lilypond-file to lilypond block directly, without going through
9000         begin/end lilypond text.
9001         
9002
9003 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9004
9005         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9006         scm/grob-description.scm: moved Michael's original breathing sign
9007         code in brew_molecule() to divisio_minima(); provided new
9008         brew_molecule() that effectively replaces the
9009         Text_item::brew_molecule callback (with additional fallback to
9010         Michael's original code); added callbacks for brewing divisio
9011         maior/maxima and finalis
9012
9013         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9014         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9015
9016         * script-init.ly: added shortfermata, longfermata,
9017         verylongfermata, varcoda
9018
9019         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9020         longfermata, verylongfermata, varcomma, varcoda
9021
9022 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9023
9024         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9025           Remove all noquote and insert a few quote.
9026         
9027         * Documentation/user/lilypond-book.itely (Music fragment options),
9028           scripts/lilypond-book.py: Don't include quotation blocks by
9029           default. Introduce option quote instead of noquote
9030
9031 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9032
9033         * VERSION: 1.7.15 released
9034         
9035         * Documentation/user/lilypond.tely: omf updates.
9036
9037         * buildscripts/texi2omf.py (omf_vars): include version.date
9038
9039         * make/lilypond.redhat.spec.in: fixes for spec file. 
9040
9041         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9042         by function definition: lily now requires a recent GNU Make.
9043
9044         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9045         writing.
9046
9047         * make/ly-rules.make: remove .ly -> .tex rule
9048
9049         * Documentation/user/refman.itely (Figured bass): revised figured
9050         bass example.
9051
9052 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9053
9054         * stepmake/stepmake/omf-targets.make (local-install): add
9055         scrollkeeper-update message.
9056
9057         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9058         to binary.
9059         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9060
9061         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9062
9063         * Documentation/user/converters.itely (Invoking midi2ly): add
9064         track/channel notice.
9065
9066 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9067
9068         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9069
9070         * lily/parser.yy (scalar): DIGIT is also a scalar.
9071
9072         * Documentation/user/music-glossary.tely: add @omf tags
9073
9074         * Documentation/user/lilypond.tely: add @omf tags
9075
9076         * scm/generate-documentation.scm (string-append): add @omf tags.
9077
9078         * stepmake/stepmake/omf-*: new files 
9079
9080         * input/regression/multi-measure-rest.ly (texidoc): add doco
9081
9082         * GNUmakefile.in (web-doc-install): add web-doc-install target
9083
9084         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9085         fixes crashes while dumping MIDI.
9086
9087         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9088         midi
9089
9090 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9091
9092         * buildscripts/texi2omf.py: new file.
9093
9094         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9095         font-name
9096
9097 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9098
9099         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9100
9101         * lily/sequential-iterator.cc (descend_to_child): call
9102         descend_to_child() for all types of music.
9103
9104 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9105
9106         * scm/translator-property-description.scm: Add
9107         bassFigureFormatFunction.  Replace some entries.
9108
9109 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9110
9111         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9112         clean out.
9113
9114 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9115
9116         * scripts/midi2ly.py (Note.dump): never dump duration for
9117         dump_dur=0.
9118
9119         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9120         new function
9121
9122         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9123         figures using new markups. Much simpler, and should improve layout
9124         a little.
9125
9126         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9127
9128 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9129
9130         * ly/engraver-init.ly: use Hara kiri by default for 
9131         ChordNames, FiguredBass and Lyrics(Voice) context. 
9132
9133         * lily/axis-group-engraver.cc (acknowledge_grob): use
9134         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9135
9136         * scm/new-markup.scm (markup-function-list): add bracket,
9137         vbracket.
9138
9139         * ly/engraver-init.ly (ChordNamesContext): set
9140         minimumVerticalExtent
9141
9142 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9143
9144         * input/test/time-signature-double.ly: new file 
9145
9146         * input/regression/collision-head-chords.ly (texidoc): new file.
9147
9148         * lily/type-swallow-translator.cc: add note swallow translator 
9149
9150         * input/test/time-signature-double.ly: new file.
9151
9152         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9153
9154         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9155         (FiguredBassContext): idem.
9156
9157         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9158
9159         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9160
9161         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9162
9163         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9164         .afm dependency
9165
9166         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9167
9168         * python/lilylib.py (make_page_images): add function.
9169
9170         * scripts/ly2dvi.py (run_latex): include title in preview image.
9171
9172         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9173         from lilypond-book for <ly2dvifile> tags in HTML.
9174
9175         * scripts/ly2dvi.py (option_definitions): add --debug option to
9176         print out environment.
9177
9178         * input/regression/tie-chord-partial.ly: new file.
9179
9180 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9181
9182         * lilypond.words: add 3
9183
9184 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9185
9186         * scm/new-markup.scm (markup-function-list): add finger-markup
9187
9188         * input/tutorial/brahms-tweaked.ly: new markup 
9189
9190         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9191
9192         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9193         crash when processing '() markup
9194
9195         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9196
9197         * lily/breathing-sign.cc (railtracks): another caesura.
9198
9199         * mf/feta-schrift.mf: caesura symbol. 
9200
9201 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9202
9203         * scripts/convert-ly.py (FatalConversionError.conv): add
9204         ly:molecule-XXX conversions.
9205
9206         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9207
9208         * input/regression/multi-measure-rest-text.ly: new file.
9209
9210         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9211         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9212
9213         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9214         ScoreContext
9215
9216         * scm/new-markup.scm (center-markup): \center markup.
9217
9218         * scm/music-functions.scm: remove pitchify scripts.
9219
9220         * lily/music.cc (print_smob): display music name if available 
9221
9222 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9223
9224         * Documentation/user/refman.itely (Instrument names): remove
9225         \turnOff doco.
9226
9227 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9228
9229         * lily/score.cc (mark_smob): bugfix.
9230
9231         * input/regression/rehearsal-mark.ly: new file.
9232
9233         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9234         report error at the current token again.
9235
9236 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9237
9238         * cygwin/mknetrel: Exit if doc build fails.
9239
9240         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9241
9242 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9243
9244         * scm/music-types.scm (music-descriptions): add doc strings
9245
9246 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9247
9248         * lily/lexer.ll: 
9249         * lily/include/my-lily-lexer.hh: 
9250         * lily/include/includable-lexer.hh: Add flex kludge.
9251
9252         * config.hh.in: 
9253         * config.make.in: 
9254         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9255         cruft.
9256         
9257         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9258         code.
9259
9260 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9261
9262         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9263
9264         * lily/parser.yy (new_chord): Compile fix.
9265
9266 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9267
9268         * Documentation/user/refman.itely (Tuning groups of objects):
9269         remove documentation for \turnOff. 
9270
9271         * lily/percent-repeat-engraver.cc (try_music): add correct
9272         processing moments for double-measure percents as well.
9273
9274         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9275
9276         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9277         grob prop type. 
9278
9279         * Documentation/user/refman.itely (Printing named chords): add
9280         chord name tweak doco.
9281
9282         * input/template/gregorian-transcription.ly: new file.
9283
9284 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9285
9286         * VERSION: 1.7.13 released
9287         
9288         * input/test/*: lots of cleanups/comment-outs/removals in chord
9289         examples
9290         
9291         * input/regression/*: lots of cleanups/comment-outs/removals in
9292         chord examples
9293         
9294         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9295         options
9296
9297         * lily/new-chord-name-engraver.cc (process_music): give original
9298         inversion pitch to chord name routine.
9299
9300         * input/tutorial/os-score.ly: update to new markup
9301
9302         * Documentation/user/appendices.itely: simply include
9303         chords-ignatzek. 
9304
9305         * Documentation/user/refman.itely (Chords mode): add documentation
9306         for chord mode.
9307
9308         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9309         not present in chord.
9310         (construct-chord): add inversion and bass support.
9311
9312         * lily/chord.cc: junk contents.
9313
9314 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9315
9316         * Documentation/user/refman.itely:
9317         * Documentation/user/music-glossary.tely: fix. 
9318
9319 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9320
9321         * scm/chord-entry.scm (construct-chord): move chord construction
9322         to Scheme.
9323
9324         * lily/parser.yy (new_chord): new setup for chord entry.
9325
9326 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9327
9328         * lilypond.words:
9329         * Documentation/user/music-glossary.tely: add ambitus.
9330
9331 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9332
9333         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9334
9335         * lily/include/*.hh: string() -> to_string()
9336
9337         * scm/chords-ignatzek.scm: new file.
9338
9339         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9340         standard chord name exceptions.
9341
9342         * scm/translator-property-description.scm (chordNameSeparator):
9343         add property.
9344         (majorSevenSymbol): add property
9345
9346         * lily/translator-scheme.cc (ly:context-properties): new function
9347         (ly:context-parent): new function.
9348         (print_smob): print context name.
9349
9350         * lily/music.cc (ly:get-music-length): new function
9351         (print_smob): don't print properties.
9352
9353         * lily/duration.cc (duration<?): new function
9354
9355         * input/regression/chords-funky-ignatzek.ly: new file.
9356
9357         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9358         jazz chords.
9359
9360         * lily/pitch.cc (ly:pitch-diff): new function.
9361
9362         * input/regression/chords-ignatzek.ly: new file.
9363
9364 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9365
9366         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9367         pitches for jazz chords.
9368
9369 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9370
9371         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9372
9373 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9374
9375         * lilypond.words: add 1
9376
9377 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9378
9379         * Documentation/topdocs/AUTHORS.texi: refine.
9380
9381 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9382
9383         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9384         
9385         * lilypond.words: add one.
9386
9387 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9388
9389         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9390         Fontify bass note in chords, e.g., e in c1/e.
9391         
9392 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9393
9394         * Documentation/user/music-glossary.tely: Dutch updates and
9395         additions (Arent Storm).
9396
9397 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9398
9399         * input/regression/ambitus.ly:  move file.      
9400
9401         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9402
9403         * lily/event.cc (transpose): add tonic property to Key_change_req
9404         and to Key_engraver.
9405
9406 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9407
9408         * Documentation/user/refman.itely: fix typo.
9409
9410         * lilypond.words: removed wrong identifiers.
9411
9412 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9413
9414         * mf/feta-toevallig.mf: make flat stem shorter 
9415
9416 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9417
9418         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9419
9420         * lilypond.words: add from Phrasing slur.
9421         
9422 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9423
9424         * lilypond-mode.el: allow launching multiple ViewPS processes.
9425         
9426         * lilypond.words: add from Text markup.
9427
9428 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9429
9430         * input/test/ossia.ly (texidoc): add comment.
9431
9432         * input/regression/voice-follower.ly: new file.
9433
9434         * mf/feta-toevallig.mf: make flat heavier.
9435
9436         * lily/cluster-engraver.cc: clean up Cluster engraver
9437
9438         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9439         Engraver. Use Note_column to compute Y positions and deal with
9440         line break stuff.
9441
9442 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9443
9444         * lily/stem.cc: move french-beaming to stem.
9445
9446 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9447
9448         * lilypond-font-lock.el: fontify all durations in chords.
9449
9450         * lilypond.words: add from lily/my-lily-lexer.cc
9451
9452 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9453
9454         * VERSION: release 1.7.12
9455
9456         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9457
9458         * lily/gregorian-ligature.cc: new file
9459
9460         * lily/*: the Great 2003 search & replace.
9461
9462         * Documentation/user/refman.itely (Manual repeat commands): add
9463         note about font selection.
9464
9465 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9466
9467         * lilypond-mode.el: propose recompiling midi while invoking playing,
9468         not while stopping playing.
9469
9470 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9471
9472         * lilypond.words: add one.
9473
9474         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9475         and expressional note grouping. Fontify chord modes.
9476
9477 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9478
9479         * Documentation/user/music-glossary.tely (Top): translate melisma.
9480
9481 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9482
9483         * Documentation/user/music-glossary.tely (Top): add melisma.
9484
9485 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9486
9487         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9488         interfaces for (abstract) grob GregorianLigature
9489
9490         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9491         renamed head* -> glyph_name*, x-shift* -> x-offset*
9492
9493         * scm/grob-property-description.scm: bugfix: added missing descriptions
9494
9495 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9496
9497         * input/test/chord-names-dpnj.ly: New file.
9498
9499         * scm/double-plus-new-chord-name.scm: Implement full and partial
9500         exceptions.
9501
9502         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9503
9504         * scm/double-plus-new-chord-name.scm
9505         (double-plus-new-chord->markup): Fix sub->markup.
9506
9507
9508 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9509
9510         * lily/custos-engraver.cc: added TODO; editorial changes
9511
9512         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9513         consistency with other ligature engravers; removed access on (now)
9514         private variable _ligature of Ligature_engraver
9515
9516         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9517         renamed last_bound -> last_bound_; issue programming_error on
9518         abstract method calls; moved primitives code from
9519         Mensural_bracket_engraver to here (because almost ligature
9520         engravers will need it); renamed try_stop_ligature () ->
9521         typeset_ligature (); bugfix: store primitives of finished ligature
9522         in separate variable finished_primitives_ to avoid clash on input
9523         like "\] \["; added current_ligature () to enable access on
9524         private variable _ligature
9525
9526         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9527         (now in super class); renamed try_stop_ligature () ->
9528         typeset_ligature ()
9529
9530         * lily/mensural-ligature.cc: issue programming_error on abstract
9531         method calls
9532
9533         * lily/note-heads-engraver.cc: added TODO comment upon bool
9534         in_ligature
9535
9536         * mf/parmesan-heads.mf: fixed some of set_char_box()
9537
9538         * scm/grob-description.scm: added VaticanaLigature
9539
9540         * scm/grob-property-description.scm: added neume prefix properties
9541
9542         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9543         lily/include/gregorian-ligature-engraver.hh,
9544         lily/include/gregorian-ligature.hh: new files; framework for
9545         gregorian ligature engravers such as vaticana
9546
9547         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9548         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9549         vaticana style ligature implementation (still somewhat uncomplete)
9550
9551 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9552
9553         * VERSION: release 1.7.11
9554
9555         * scripts/convert-ly.py: add ly:pitch-transpose rule
9556
9557 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9558
9559         * input/test/dpncnt.ly: New file.
9560
9561         * lily/my-lily-lexer.cc: Add chordnames keyword.
9562
9563         * lily/parser.yy (chordnames_block): Parse chord name exception
9564         lists, see input/test/dpncnt.ly.
9565
9566         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9567         function.
9568
9569         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9570         filter-out too.
9571
9572         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9573         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9574         pitch functions (except for ly:make-pitch, but that's apparently
9575         some sort of scheme naming standard?).
9576
9577         * scm/lily.scm (!=): define-public.
9578
9579         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9580
9581 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9582
9583         * scm/double-plus-new-chord-name.scm
9584         (double-plus-new-chord-name->markup): New file.
9585
9586 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9587
9588         * python/lilylib.py (make_preview): don't suppress progress for
9589         bbox extraction.
9590
9591 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9592
9593         * Documentation/user/appendices.itely (scheme): update for new syntax.
9594
9595         * input/regression/chord-name-styles.ly: new file
9596
9597         * lily/instrument-name-engraver.cc: create instrument names
9598         without barline too.  Allows instrument name on ChordNames  
9599
9600         * scm/new-markup.scm (interpret-markup): allow simple strings as
9601         markup too.
9602
9603 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9604
9605         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9606         (step->markup-accidental): Fix: add accidental.
9607         (chord::inner-name-american): 
9608         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9609         append stray '/' if last superscript addition was 'o'.
9610
9611         * scm/new-markup.scm (normal-size-sub-markup) 
9612         (normal-size-super-markup): New function.
9613
9614         * lily/source-file.cc (Source_file): Add warning for possibly
9615         intentional but suspicious initialization.
9616
9617         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9618         add comments about cut-and-paste programming.
9619
9620         * flower/rational.cc (lcm): Not used; comment out.
9621
9622 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9623
9624         * lily/new-fingering-engraver.cc (position_scripts): use
9625         fingerHorizontalDirection to determine fingering horizontal
9626         directions.
9627  
9628         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9629         fingering support.
9630
9631         * scripts/convert-ly.py (FatalConversionError.conv): add style
9632         conversion rule. 
9633
9634         * scm/chord-name.scm (set-chord-name-style): new function.
9635         (new-chord-name-brew-molecule): revise to interpret markup only
9636         (new-chord->markup): cleanuppish rewrite. To be called from the
9637         new engraver.
9638
9639         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9640         Markup earlier, during interpreting.
9641
9642         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9643         style settings. Rename to chord-names-*.ly
9644
9645 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9646
9647         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9648         markup code and update to new markup.  Most probably broke some of
9649         it.
9650         
9651 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9652
9653         * Documentation/user/refman.itely: added docu for ambitus and
9654         clusters
9655
9656         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9657         ly_quote_scm() in lookup.cc
9658
9659         * mf/parmesan-clefs.mf: set_char_box fix
9660
9661         * lily/cluster-engraver.cc: junk implicit protection; use
9662         Protected_scm instead
9663
9664 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9665
9666         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9667         throughout.
9668
9669         * scm/new-markup.scm: Turn-off error-triggering test code.
9670
9671 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9672
9673         * scm/new-markup.scm (markup-thrower-typecheck) 
9674         (markup-typecheck?):  add full typechecking functions.
9675         (make-markup-maker): add make-FOO-markup functions.
9676         (markup-argument-list-error): nice error checking messages.
9677         (make-markup): better function: less quoting escapades.
9678
9679 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9680
9681         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9682
9683 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9684
9685         * cygwin/lilypond.hint (requires): Add cygwin.
9686
9687         * .cvsignore: Remove stepmake (huh!?!), add lib.
9688
9689         * GNUmakefile.in: Add libdir links for builddir runs.
9690
9691         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9692         instead of datadir.
9693
9694         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9695         local_lilypond_libdir.
9696
9697         * config.make.in (lilypond_libdir): Add.
9698
9699         * stepmake/stepmake/substitute-rules.make: 
9700         * stepmake/stepmake/script-rules.make: 
9701         * stepmake/stepmake/python-module-rules.make:
9702         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
9703         lilypond-python-module patch.
9704
9705 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9706
9707         * Documentation/user/refman.itely (Graphical interfaces): add note
9708         about xml2ly.
9709
9710 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9711
9712         * scripts/ly2dvi.py (run_dvips): remove trailing newline
9713
9714 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9715
9716         * VERSION: released 1.7.10
9717
9718         * scripts/musedata2ly.py (): idem
9719
9720         * scripts/midi2ly.py (dump_chord): idem
9721
9722         * scripts/etf2ly.py (version): idem 
9723
9724         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
9725
9726         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
9727
9728         * scm/tex.scm (tex-output-expression): remove eval compat
9729         glut. Other output files too.
9730
9731         * scm/chord-name.scm: don't export anything from chord module.
9732
9733         * input/test/american-chords.ly: idem
9734
9735         * input/test/banter-chords.ly (texidoc): idem
9736
9737         * input/test/Cc-chords.ly: add breakage notes.
9738
9739         * Documentation/user/refman.itely (Text markup): rewrite manual
9740         section.
9741
9742         * lily/parser.yy (scalar): allow \markup { } as property value. 
9743
9744         * scm/chord-name.scm: complete new markup usage
9745
9746         * scm/grob-description.scm (all-grob-descriptions): use new markup
9747         texts by default
9748
9749 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9750
9751         * scm/chord-name.scm: partial move to new markup texts.
9752
9753 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9754
9755         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
9756
9757         * scm/bass-figure.scm (brew-bass-figure): make stack direction
9758         settable.
9759
9760 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
9761
9762         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
9763         invoked for old midi, wait for killing.
9764
9765 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
9766
9767         * Documentation/user/music-glossary.tely: Finnishing.
9768
9769 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9770
9771         * mf/feta-nummer-code.mf: some kerning pairs.
9772
9773 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
9774
9775         * scm/output-lib.scm (set-bar-number-visibility): Context-function
9776         Added.
9777
9778         * Documentation/user/refman.itely (Bar numbers):
9779         set-bar-number-visibility added, modulo-bar-number removed again
9780         (sorry).
9781
9782 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
9783
9784         * scm/output-lib.scm (modulo-bar-number-visible): add function.
9785
9786         * Documentation/user/refman.itely: add modulo-bar-number-visible.
9787
9788         * Documentation/user/music-glossary.tely: translate into Finnish.
9789
9790 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9791
9792         * lilypond-mode.el: add shortcut for 2midi
9793
9794         * lilypond-font-lock.el: fontify lyrics
9795
9796 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
9797
9798         * scm/drums.scm : use 1.7.x names.
9799
9800         * input/regression/drums.ly : Don't use << chords >>
9801
9802 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9803
9804         * lilypond-mode.el: tidy, add TODO
9805
9806         * make/lilypond.mandrake.spec.in: install-info quietly.
9807
9808 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9809
9810         * input/test/markup.ly: use new syntax.
9811
9812 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9813
9814         * ly/params-init.ly (interscoreline): add word-space
9815
9816         * input/test/metronome.ly (eighthNote): idem.
9817
9818         * input/test/script-priority.ly: use new markup
9819
9820         * lily/parser.yy (markup): allow HEAD markup0 markup1 
9821
9822         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
9823
9824         * lily/parser.yy (gen_text_def): bugfix.
9825         (full_markup): allow markup identifier.
9826
9827 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
9828
9829         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
9830         jobs at the same time. Add horizontal lines to Command menu.
9831         Allow one compiling job -- propose killing others before a new one.
9832
9833         * lilypond.words: add markup, teeny, etc.
9834
9835 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
9836
9837         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
9838         Allow only one type of midi process; launching Midi either stops
9839         midis or plays the current midi and launching MidiAll stops midis
9840         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
9841         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
9842
9843 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9844
9845         * lily/text-engraver.cc (process_acknowledged_grobs): use new
9846         markup  for new markup texts.
9847
9848         * lily/mark-engraver.cc (process_music): idem
9849         
9850         * lily/instrument-name-engraver.cc (create_text): idem
9851
9852         * scm/new-markup.scm (magnify-markup): new function.
9853
9854         * scm/molecule.scm (stack-lines): bugfix.
9855
9856         * lily/font-interface.cc (get_font): take font-magnification from
9857         alist chain.
9858
9859 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9860
9861         * lily/molecule-scheme.cc: move scheme functions to separate file.
9862
9863         * lily/font-metric.cc  (ly_get_glyph): new function. 
9864         
9865         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
9866         (italic-markup, dynamic-markup): new functions
9867         (font-markup): new function
9868
9869         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
9870         padding and minimum
9871
9872 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
9873
9874         * lily/accidental-engraver.cc:
9875         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
9876
9877 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
9878
9879         * lilypond.vim:
9880         * lilypond-font-lock.el: Put \longa as duration. Accept only 
9881         [a-zA-Z] for user defined identifiers. Separate note cases 
9882         with and without a duration (allow cis\longaX).
9883
9884         * lilypond.words: Add words from Info.
9885
9886 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9887
9888         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
9889
9890 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
9891
9892         * lilypond-mode.el: Propose reverting buffer before a command if
9893         it was edited with an another editor.
9894
9895 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9896
9897         * lily/molecule.cc (ly_translate_molecule): new function
9898
9899         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
9900         into libdir
9901
9902         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
9903
9904         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
9905
9906 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
9907
9908         * lilypond.words: take \words from Info-index.
9909
9910 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9911
9912         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
9913
9914 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
9915
9916         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
9917
9918 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
9919
9920         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
9921         and lilypond-documentation.
9922
9923 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9924
9925         * lily/parser.yy: Compile fix (bison 1.75).
9926
9927 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9928
9929         * VERSION: 1.7.9 released
9930
9931         * scm/music-functions.scm (shift-one-duration-log): refactor.
9932         Use music-map.
9933
9934         * input/regression/chord-tremolo.ly (texidoc): add dot test.
9935
9936         * NEWS: update.
9937
9938         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
9939         argument
9940         
9941         * scm/music-functions.scm (display-music): new function
9942         (music-map): change arg order.
9943
9944         * input/regression/new-markup-syntax.scm: new file
9945
9946         * lily/parser.yy (markup): add \markup { .. } syntax.
9947
9948         * scm/new-markup.scm (override-markup): new function
9949         (lookup-markup): new function
9950         (music-markup): new function
9951         (lookup-markup-command): use markup-signature to store argument
9952         format for parser.
9953
9954         * lily/lexer.ll: preliminary \markup syntax. 
9955
9956 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
9957
9958         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
9959         add pre/post-dependencies and menus with icons from source.
9960
9961         * Documentation/pictures/lilypond-48x48.xpm:
9962         * Documentation/pictures/lilypond-32x32.xpm:
9963         * Documentation/pictures/lilypond-16x16.xpm: new files, background
9964         transparent.
9965
9966         * stepmake/stepmake/generic-targets.make:
9967         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
9968
9969 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9970
9971         * input/regression/music-map.ly (texidoc): new file.
9972
9973         * scm/music-functions.scm (music-map): new function
9974
9975 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9976
9977         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
9978
9979 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
9980
9981         * input/test/to-xml.ly:
9982         * lily/ligature-engraver.cc: Fixes documentation.
9983
9984         * lilypond.mandrake.spec.in:
9985         * lilypond.redhat.spec.in: Add lilypond.words.
9986
9987         * Documentation/user/refman.itely: Mention Info inside emacs.
9988         
9989         * lilypond.suse.spec.in:
9990         * lilypond.redhat.spec.in:
9991         * lilypond.mandrake.spec.in: Set root-owner for doc
9992         (tobbe@nyvalls.se).
9993
9994 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9995
9996         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
9997         os.popen.read ().
9998
9999 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10000
10001         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10002
10003         * python/lilylib.py (error): add space
10004
10005 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10006
10007         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10008         distribution.
10009
10010 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10011
10012         * lily/paper-outputter.cc (Paper_outputter): close port when
10013         finishing score.
10014
10015 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10016
10017         * scm/sodipodi.scm: Fixes.
10018
10019 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10020
10021         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10022
10023         * buildscripts/make-font-dir.py: Fix. 
10024
10025 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10026
10027         * lilypond-mode.el: Add support for Info inside Emacs.
10028
10029 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10030
10031         * buildscripts/make-font-dir.py: 
10032         * mf/GNUmakefile: Make sodipodi font map.
10033
10034         * scm/sodipodi.scm: Add more output functions.
10035
10036         * mf/feta-nummer.mf: 
10037         * mf/feta-beugel.mf: Add font_coding_scheme.
10038
10039         * lily/paper-outputter.cc (output_header): Fix creator string.
10040
10041 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10042
10043         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10044         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10045
10046         * lilypond.words: add two (Everybody can add/remove words now!).
10047
10048         * debian/rules:
10049         * make/lilypond.suse.spec.in:
10050         * make/lilypond.mandrake.spec.in:
10051         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10052
10053         * Documentation/user/refman.itely: Mention autocompletion.
10054
10055 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10056
10057         * scripts/ly2dvi.py: Add paper sizes.
10058
10059         * lily/timing-engraver.cc: 
10060         * lily/time-signature.cc: 
10061         * lily/span-bar.cc: 
10062         * lily/grob-scheme.cc: Code formatting fixes.
10063
10064         * scm/sodipodi.scm: 
10065         * scm/sketch.scm:
10066         * buildscripts/mf-to-table.py: 
10067         * buildscripts/make-font-dir.py: Font testing.
10068
10069 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10070
10071         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10072         inserts try-completion and shows all-completions.
10073
10074         * lilypond.words: '\' -> '\\'
10075
10076         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10077         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10078         
10079         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10080         and LilyPond-reserved-words.
10081         
10082 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10083
10084         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10085         from load-path.
10086         
10087         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10088         the mini-buffer with Control-Shift-c.
10089         
10090 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10091
10092         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10093         duration. This fixes \tempo taking time.
10094
10095 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10096
10097         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10098         Allow for text markup in repeatCommands. 
10099
10100 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10101
10102         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10103         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10104         Get rid of skeleton.el-dependency.
10105
10106         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10107
10108 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10109
10110         * lily/beam-engraver.cc (stop_translation_timestep): reset
10111         now_stop_ev_
10112
10113         * lily/scm-option.cc: add parse-protect to ly:set-option
10114
10115         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10116
10117 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10118
10119         * lily/include/ligature-bracket.hh: removed
10120         * lily/ligature-bracket.cc: removed
10121
10122         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10123         .tex
10124
10125         * lily/beam.cc (set_beaming): don't change beam count on rests.
10126         (brew_molecule): always set flag-width > 0.
10127
10128 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10129
10130         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10131         chars, remove instructions; instead, refer to lilypond-init.el and
10132         Documentation/topdocs/INSTALL.texi.
10133
10134         * lilypond.words: add identifiers and reserved words.
10135
10136         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10137         files and adding a load-path.
10138
10139         * lilypond-init.el: Instructions, extracted from 
10140         Documentation/topdocs/INSTALL.texi. 
10141         
10142 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10143
10144         * VERSION: 1.7.8 released 
10145
10146         * lily/grob.cc (warning): better robustness fix.
10147
10148 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10149
10150         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10151
10152         * lily/cluster-engraver.cc: stick better to variable naming
10153         conventions
10154
10155         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10156         until stop_translation_timestep()
10157
10158         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10159         min/max coordinates to backend, but no musical info such as
10160         pitches
10161
10162         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10163
10164         * lily/grob.cc: robustness fix: warning(): do not crash if
10165         cause is not set
10166
10167         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10168         the much more elaborated tuplet brackets than the very naive and
10169         simple ligature bracket grob
10170
10171 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10172
10173         * Documentation/user/refman.itely (Analysis brackets): add
10174         horizontal bracket doco.
10175
10176         * ly/property-init.ly (setMmRestFermata): added.
10177
10178         * Documentation/user/refman.itely (Multi measure rests): fermatas
10179         on mm rests.
10180
10181         * input/regression/apply-context.ly (texidoc): new file
10182
10183         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10184         code to be executed during interpretation. Possible applications:
10185         smart octavation, more advanced bar checks. 
10186
10187         * lily/apply-context-iterator.cc: new file.
10188
10189 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10190
10191         * input/test/new-markup.ly: new file.
10192
10193         * lily/text-item.cc (text_to_molecule): new function
10194
10195         * scm/new-markup.scm (lambda): new file
10196
10197         * lily/function-documentation.cc (ly_add_function_documentation):
10198         add proc property as well
10199
10200 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10201
10202         * Documentation/user/music-glossary.tely (Top): add custos.
10203
10204 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10205
10206         * Documentation/topdocs/INSTALL.texi: advise how to include source
10207         path to Emacs load-path and improve language.
10208
10209 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10210
10211         * GNUmakefile.in: config.h message fix.
10212
10213         * autogen.sh:
10214         * aclocal.m4: Regenerate.
10215
10216         * configure.in: 
10217         * config.make.in: 
10218         * stepmake/config.make.in: 
10219         * stepmake/configure.in: 
10220         * stepmake/autogen.sh: 
10221         * stepmake/aclocal.m4: Update for autoconf 2.56.
10222
10223 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10224
10225         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10226         to install Emacs-mode. Instructions how to use vim-mode.
10227
10228 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10229
10230         * scm/music-types.scm (music-descriptions): no length for tempo event.
10231
10232         * input/*.ly: add \version everywhere.
10233         
10234         * input/*.ly: update syntax to 1.7 + new-chords.
10235
10236         * VERSION: 1.7.7 released.
10237         
10238         * Documentation/user/*.tely: new chord syntax.
10239
10240         * input/regression/[bc]*.ly (texidoc): syntax updates.
10241         
10242 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10243
10244         * lilypond.words: add vocabulary to be used in auto-completion
10245
10246         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10247
10248         * lilypond.vim: allow note name at EOF
10249
10250 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10251
10252         * buildscripts/new-chords.py (edit): -e option: inline editing.
10253
10254         * input/regression/a*.ly (texidoc): syntax updates.
10255
10256         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10257         music): elucidations. 
10258
10259 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10260
10261         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10262         ly/spanners-init.ly, scm/grob-description.scm,
10263         scm/grob-property-description.scm, scm/music-types.scm,
10264         lily/cluster-engraver.cc, lily/cluster.cc,
10265         lily/include/cluster.hh, input/test/cluster.ly: cluster
10266         implementation
10267
10268         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10269         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10270         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10271
10272         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10273
10274         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10275
10276         * scm/grob-description.scm: bugfix: by default, use default note
10277         head style when engraving ligatures
10278
10279         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10280
10281         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10282         events
10283
10284         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10285
10286         * input/test/ancient-font.ly: bugfix: style -> flag-style
10287
10288         * lily/ligature-engraver.cc: indentation fix
10289
10290         * lily/parser.yy: indentation fixes
10291         
10292 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10293
10294         * input/regression/measure-grouping.ly: more elaborate example.
10295
10296         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10297         ly:div-moment. New functions 
10298
10299         * scm/music-functions.scm (set-time-signature): new function,
10300         allow inline time sig settings with measure grouping.
10301
10302         * lily/parser.yy (command_element): move time sig construction
10303         into Scheme.
10304
10305         * lily/side-position-interface.cc (out_of_staff): new function,
10306         like padding, but keep minimum distance from staff. Easier than
10307         linespanners (dynamics, pedals), but roughly the same effect.
10308
10309 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10310
10311         * emacs-mode.el: Added spanish-note-replacements 
10312         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10313
10314         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10315
10316 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10317
10318         * lilypond.vim: Do not fontify cises, desis, etc.
10319
10320         * vimrc: view dvi with <S-F6>
10321
10322 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10323
10324         * lily/lookup.cc (triangle): new function.
10325
10326         * input/regression/measure-grouping.ly (texidoc): new file: show
10327         triangles and brackets for beat groups of 3 and 2.
10328
10329         * lily/include/measure-grouping-spanner.hh (class
10330         Measure_grouping): new file.
10331
10332         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10333
10334         * lily/measure-grouping-engraver.cc (class
10335         Measure_grouping_engraver): new file.
10336
10337 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10338
10339         * Merge from stable:
10340
10341             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10342         
10343         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10344         stylesheet.
10345
10346         * ly/paper19.ly: Include paper19-init.ly.
10347
10348         * ly/paper19-init.ly: New file.
10349
10350         * Documentation/user/tutorial.itely (First steps): Fix first
10351         example for font test.
10352
10353         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10354
10355         * ChangeLog: Add 1.7.6 release marker (see below).
10356
10357         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10358         Add .py files.
10359
10360 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10361
10362         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10363
10364         * input/tutorial/*.ly: update to new syntax.
10365
10366         * lily/parser.yy (Composite_music): new transpose syntax,
10367         \transpose FROM TO MUSIC. 
10368
10369 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10370
10371         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10372         latex progress/error output to stderr (by default this goes to
10373         stdout).  Show lilypond progress, even when not verbose.
10374
10375         * python/lilylib.py (system): New optional parameter to control
10376         showing of progress.
10377
10378         * scm/backend-documentation-lib.scm (check-dangling-properties):
10379         Fix error message.
10380
10381         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10382         axis, extent.
10383
10384         * scm/grob-property-description.scm (magnify): Remove.
10385         (extent, axis): Add.
10386
10387 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10388
10389         * VERSION: Release 1.7.6.
10390
10391         * scripts/convert-ly.py: more uniformization substitutions.
10392
10393         * buildscripts/new-chords.py (sub_chords): new file.
10394
10395 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10396
10397         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10398         lilypond.map.  Include sauter fonts too.  Cleanups.
10399
10400 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10401
10402         * Documentation/user/tutorial.itely (First steps): change to new
10403         chord/tie/slur/beam notation.
10404
10405         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10406         ties.
10407
10408         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10409         engraver. Process ties in postfix notation, i.e. c8-~ c
10410
10411         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10412
10413         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10414
10415         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10416
10417         * lily/beam-engraver.cc (try_music): accept new-beam-events
10418
10419         * input/regression/chord-scripts.ly (texidoc): new file
10420
10421         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10422         script-events.
10423
10424         * scm/script.scm (default-script-alist): cleanup.
10425
10426         * lily/script-engraver.cc (make_script_from_event): cleanup.
10427
10428         * lily/lyric-combine-music-iterator.cc
10429         (Lyric_combine_music_iterator): remove superfluous events.
10430         (melisma_busy): new function. Fix broken melismas.
10431
10432 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10433
10434         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10435         Remove nonvalid settings. Use descriptive key names.
10436         Use <Return> to indicate the pressing of that key.
10437
10438 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10439
10440         * scripts/lilypond-book.py (option_definitions): Typo.
10441
10442         * scripts/ly2dvi.py: Updates.
10443
10444         * python/lilylib.py (setup_environment, print_environment)
10445         (get_bbox, make_preview): Merge and remove from ly2dvi and
10446         lilypond-book.
10447
10448         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10449
10450         * .cvsignore: Remove some cruft.
10451
10452         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10453         path.
10454
10455         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10456         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10457         throughout.
10458
10459         * python/lilylib.py (quiet_system): Junk
10460         (system): Display error log upon failure.
10461         (read_pipe): New function.  Cleanups and fixes.
10462
10463         * python/*.py: Rename from *.py.in.
10464         
10465         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10466
10467         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10468
10469 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10470
10471         * python/GNUmakefile: Bugfix: handle modules.
10472
10473         * stepmake/stepmake/python-module-targets.make (default): Add
10474         compiled modules. 
10475
10476         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10477         compiling modules.
10478
10479         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10480         Bugfix.  (OUT_PYC_MODULES): Add.
10481
10482 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10483
10484         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10485         Use default paths. Refresh description.
10486
10487 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10488
10489         * VERSION: 1.7.5 released
10490
10491         * input/regression/finger-chords.ly (texidoc): new file.
10492
10493         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10494         support
10495
10496         * lily/fingering-engraver.cc (process_music): remove kludgy
10497         scriptHorizontal stuff.
10498
10499         * lily/script.cc: remove staff-support property.
10500
10501         * lily/new-fingering-engraver.cc (add_fingering): new
10502         file. Fingering engraver for new style chords.
10503
10504 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10505
10506         * lily/parser.yy (bare_number): allow 4 \cm (without
10507         decimal dot). (should backport to 1.6?)
10508
10509         * ly/declarations-init.ly: use Scheme for dimension defs.
10510
10511         * lily/parser.yy (TODO): remove hard coded dimensions, add
10512         REAL NUMBER_IDENTIFIER production.
10513
10514         * lily/rest-collision.cc (force_shift_callback): rewrite using
10515         -done property.
10516
10517         * scm/grob-property-description.scm (rest-collision-done): add
10518         property.
10519         
10520         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10521
10522 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10523
10524         * input/regression/multi-measure-rest-center.ly: new file.
10525
10526         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10527         off horizontally by 0.05 ss. Fixed.
10528
10529 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10530
10531         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10532
10533         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10534
10535 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10536
10537         * lily/tie.cc (get_control_points): also avoid staff lines on the
10538         just outside the outer staff lines
10539
10540 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10541
10542         * ly/params-init.ly: Just define style-alist, no need to
10543         define-public.
10544
10545         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10546         (thanks Han-Wen).
10547
10548         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10549         (FET_FILES): = FONT_FILES.
10550
10551         * Merge from stable:
10552
10553             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10554
10555 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10556
10557         * VERSION: 1.7.4 released.  
10558         
10559         * scm/generate-documentation.scm (string-append): add macro
10560         definitions.
10561
10562         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10563         normal texts.
10564
10565         * lily/multi-measure-rest-engraver.cc: make separate
10566         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10567
10568         * lily/multi-measure-rest.cc: remove text handling. Remove
10569         number-threshold.
10570
10571 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10572
10573         * scm/music-types.scm: doc patch by Graham Percival
10574
10575 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10576
10577         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10578         encoding part.
10579         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10580         (sketch_p): Sketch wants only first four elements of X11 font spec.
10581
10582         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10583
10584         * mf/feta-autometric.mf: Write foundry and family to log.
10585
10586         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10587         font translation table.
10588
10589         * buildscripts/mf-to-table.py: Better font info into afm.
10590
10591         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10592         1.0.9 required.
10593
10594         * configure.in: Whine for mftrace 1.0.9.
10595
10596 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10597
10598         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10599
10600         * lily/main.cc (main_prog): don't try to load init.EXT when
10601         processing foo.EXT.
10602
10603 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10604
10605         * scm/tex.scm (zigzig-line): added.
10606
10607         * scm/ps.scm (zigzag-line): added.
10608
10609         * ps/music-drawing-routines.ps (subvec): added.
10610         (draw_zigzag_line): added.
10611         
10612         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10613         grob properties zigzag-width and zigzag-length.
10614
10615         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10616
10617 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10618
10619         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10620         svg output, including font.
10621
10622 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10623
10624         * scm/lily.scm: Register sodipodi output module.
10625
10626         * scm/sodipodi.scm: New file.
10627
10628         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10629
10630         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10631         comment, after header.
10632         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10633         FullName.  Fix FontName key.
10634
10635 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10636
10637         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10638         and breve rests.
10639         
10640         * input/test/blank-notes.ly: bugfix
10641
10642         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10643         rests. (Kim Shrier)
10644
10645         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10646         
10647 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10648
10649         * scm/tex.scm: 
10650         * scm/ps.scm: Cleanup and remove obsolete junk.
10651
10652         * Documentation/user/internals.itely:
10653         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10654
10655         * lily/parser.yy: Identify shift/reduce problems.
10656
10657         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10658         make-style-sheet.  Too specific for convert-ly?
10659
10660 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10661
10662         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10663
10664         * input/test/*.ly: various fixes.
10665
10666         * lily/music.cc (name): bugfix
10667
10668         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10669
10670         * lily/input-file-results.cc (code): set-point-and-click! ->
10671         set-point-and-click
10672         
10673 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10674
10675         * Use uniform ly: prefix for exported scheme primitive functions.
10676
10677         * scm/music-types.scm: junk compat glue
10678
10679         * scripts/convert-ly.py: add rules for stuff below, junk
10680         compatibility glue for spanrequest.
10681
10682         * lily/parser.yy (verbose_event): remove \spanrequest,
10683         \commandspanrequest, \script. 
10684         
10685         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10686
10687         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10688         for \penalty, \glissando.
10689
10690         * VERSION: release 1.7.3
10691         
10692 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10693
10694         * lily/accidental-engraver.cc: Fix
10695         grace-in-the-beginning-of-measure bug caused by the resent
10696         partial-measure fix.
10697
10698         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
10699         overlap looks too crowded)
10700         
10701 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10702
10703         * lily/parser.yy (assignment): allow SCM expression as assignment.
10704
10705         * lily/include/music-output-def.hh (class Music_output_def):
10706         * lily/music-output-def.cc: 
10707         * lily/paper-def.cc: 
10708         * scm/font.scm (markup-to-properties):
10709         * lily/parser.yy (music_output_def_body): 
10710         remove style_sheet_
10711
10712 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10713
10714         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
10715         length.
10716
10717         * input/regression/spacing-to-grace.ly: new file.
10718
10719         * input/regression/spacing-end-of-line.ly: new file.
10720
10721         * lily/note-spacing.cc (get_spacing): take into account breakable
10722         stuff sticking out at the left (time sig change at line break).
10723
10724         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
10725         raggedright code.
10726
10727         * scm/music-functions.scm (make-voice-props-set): add
10728         staff-position for mm rests.
10729  
10730         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
10731         before grace notes a little.
10732
10733         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
10734
10735         * lily/break-align-interface.cc (do_alignment): right-edge spacing
10736         key adds space at the end of line. 
10737
10738 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10739
10740         * scm/sketch.scm: Fix beams.
10741
10742         * buildscripts/mf-to-table.py: Add EncodingScheme.
10743
10744         * scm/sketch.scm: Resurrect.
10745
10746 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10747
10748         * lily/multi-measure-rest.cc: use breve rests for measure lengths
10749         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
10750
10751 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10752
10753         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
10754
10755         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10756
10757 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10758
10759         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
10760         token for origin information.
10761
10762         * lily/parser.yy (My_lily_lexer): do identifier location and
10763         cloning from lexer.
10764
10765         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
10766         logic out of the parser. Add bar checks on both ends.
10767
10768         * Documentation/user/refman.itely (Multi measure rests): add more
10769         notes about mm rests.
10770
10771 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10772
10773         * input/regression/bar-scripts.ly: Re-enable.
10774
10775         * lily/parser.yy:
10776         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
10777         released rsn.  Bison 1.50 has a crucial bug and won't work.
10778
10779         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10780
10781
10782 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10783
10784         * input/regression/bar-scripts.ly: Blunt documentation build fix.
10785
10786 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10787
10788         * Actually merge changes since 1.6.4 besides ChangeLog, and
10789         resolve conflicts.  Lots of updates, hope all is well.
10790         
10791         * cygwin/lilypond.hint (requires): Add ghostscript.
10792
10793         * scm: Update some (c).
10794         
10795 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10796
10797         * input/test/{various}.ly: add \header fields and texidoc strings.
10798
10799 2002-10-05  Werner Lemberg  <wl@gnu.org>
10800
10801         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
10802         renamed to `output_latex_quoted'.
10803         Added `output_latex_noquote'.
10804         (schedule_lilypond_block): Implement `noquote' option for LaTeX
10805         mode.
10806
10807 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10808
10809         * ChangeLog: Add 1.6.6 release marker.  See below.
10810
10811         * stepmake/stepmake/po-targets.make: Remove --c++ option.
10812
10813         * scripts/midi2ly.py: Fix global syntax warnings.
10814
10815         * GNUmakefile.in: Generate builddir locale tree too.
10816
10817         * scripts/ly2dvi.py:
10818         * scripts/midi2ly.py: 
10819         * scripts/mup2ly.py: 
10820         * scripts/update-lily.py:
10821         * lily/main.cc (setup_paths): Fix for locales setup.
10822
10823 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10824
10825         * Documentation/windows/installing.texi: Soften wording about
10826         necessity of becoming Administrator.  tommie@iae.nl reports this
10827         does not seem to be necessary for his flavour of Windows 2000.
10828         Explicitely discourage text mode mounts.
10829
10830 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10831
10832         * lily/rest.cc (after_line_breaking): backport dot position fix.
10833
10834         * lily/rest-collision.cc (do_shift): also remove dots for suicided
10835         rests. Thanks to Klaus Zimmermann for finding this bug.
10836
10837 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10838
10839         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
10840
10841 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10842
10843         * Documentation/user/music-glossary.tely: fix links.
10844
10845 2002-10-21  Werner Lemberg  <wl@gnu.org>
10846
10847         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
10848         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
10849         scaling factor) only once and use them in the definition of
10850         \embeddedps.
10851         * ps/music-drawing-routines.ps (skeel): Removed.
10852
10853 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10854
10855         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
10856         Solaris7, as we don't use nested $( ) constructs.
10857
10858 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10859
10860         * VERSION: Release 1.6.6.
10861         
10862 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10863
10864         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
10865         as workaround for /bin/sh problems on Solaris7.
10866
10867 2002-10-19  Werner Lemberg  <wl@gnu.org>
10868
10869         * GNUmakefile.in (web-doc): Fix typos.
10870         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
10871         `music-drawing-routines.ps' but emit \special{header=...} once.
10872         * scm/tex.scm (header-end): Updated.
10873
10874 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10875
10876         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
10877         undefined tremolo. 
10878
10879 2002-10-15  Werner Lemberg  <wl@gnu.org>
10880
10881         * scripts/lilypond-book.py (g_make_html): New global variable.
10882         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
10883         if `g_make_html' isn't set.
10884         [main]: Add format `texi-html'.
10885         (option_definitions): Updated.
10886         * Documentation/user/lilypond-book.itely: Updated.
10887
10888         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
10889         * make/ly-rules.make (%.texi, %.nexi): Use it.
10890         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
10891         format to lilypond-book.
10892         * GNUmakefile.in (web-doc): Ditto.
10893
10894 2002-10-14  Werner Lemberg  <wl@gnu.org>
10895
10896         Further improve TeX output.  The produced files are about 40%
10897         smaller.  `lilyponddefs.tex' is now read only once.
10898
10899         * tex/lilyponddefs.tex: Remove footer stuff.
10900         (\ifundefined): Renamed to...
10901         (\lilypondundefined): This.  Use LaTeX's definition to
10902         make it nestable and make it global.
10903         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
10904         output.
10905         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
10906         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
10907         them global.
10908         (\placebox): Renamed to...
10909         (\lyitem): This.
10910         Make it global and call \outputscale by itself.
10911         (\lybox, \lyvrule): New macros to reduce input data.
10912         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
10913         New auxiliary macros.
10914         (\SkipLilydefs, \EndLilyPondOutput): Removed.
10915         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
10916         to...
10917         (\lilypondspace): This and made it global.
10918         (\turnOnPostScript): Renamed to...
10919         (\lilypondpostscript): This and made it global.
10920         (\turnOnExperimentalFeatures): Renamed to...
10921         (\lilypondexperimentalfeatures): This and made it global.
10922         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
10923         (\lilypondsetdimen): This and made it global.
10924         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
10925         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
10926         (all, $(outdir)/music-drawing-routines.ps): New rules.
10927         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
10928         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
10929         start-system, stop-system, stop-last-system, filledbox): Updated to
10930         use the changed macros from lilyponddefs.tex.
10931         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
10932
10933 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10934
10935         * Documentation/windows/installing.texi: Update.
10936
10937 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10938
10939         * VERSION: 1.6.5 released
10940
10941         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
10942
10943 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10944
10945         * scm/translator-property-description.scm (voltaOnThisStaff): add
10946         property.
10947
10948 2002-09-28  Werner Lemberg  <wl@gnu.org>
10949
10950         * scm/tex.scm (header-end): Suppress page numbering.
10951
10952         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
10953         Fix quotation for HTML output.
10954
10955 2002-09-28   Graham Percival   <gperciva@sfu.ca>
10956         
10957         * Documentation/user/refman.itely: grammar and phrasing
10958           fixes to "Note Entry" section.  Also adds a few new examples.
10959
10960 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10961
10962         * flower/include/string-data.icc: include string.h
10963
10964 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10965
10966         * scm/chord-name.scm (chord::inner-name-banter): remove space.
10967
10968 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10969
10970         * Documentation/user/GNUmakefile (extra-local-help): Add.
10971
10972         * stepmake/stepmake/www-targets.make (local-help): Add.
10973
10974 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10975
10976         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
10977         packages.
10978
10979         * Documentation/topdocs/README.texi (Top): building documentation
10980         (not website.)
10981
10982 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10983
10984         * Documentation/user/refman.itely: 
10985         * Documentation/user/tutorial.itely: 
10986         * Documentation/user/music-glossary.tely: Merge changes.
10987
10988         * Documentation/user/glossary.html.in: 
10989         * Documentation/index.texi: 
10990         * Documentation/header.html.in: Accomodate renaming of glossary.
10991         
10992         * Documentation/user/tutorial.itely: Add some glossary references.
10993         
10994         * Documentation/user/refman.itely: Minor fixes.
10995         
10996         * Documentation/user/lilypond.tely: Add glossary do direntry.
10997
10998         * Documentation/user/music-glossary.tely: Rename (previously:
10999         glossary.tely).  Fix anchor placement.
11000
11001         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11002
11003 2002-09-23  Werner Lemberg  <wl@gnu.org>
11004
11005         * scripts/lilypond-book.py (output_dict): Fix handling of
11006         various environments by avoid extraneous newlines.
11007         Rename `output-all' regexp for html to `output-html'.
11008         Replace `output-all' regexp for texi with `output-texi-quote'
11009         and `output-texi-noquote'.
11010         (compose_full_body): Don't override `linewidth' user option
11011         for `singleline'.
11012         (schedule_lilypond_block): Don't indent text specified with
11013         `intertext' option.
11014         Add new option `noquote'.
11015         (compile_all_files): Use latex instead of tex to compile ly
11016         files directly.
11017
11018         * Documentation/user/lilypond-book.itely: Updated and revised.
11019         Improve layout.
11020
11021         * Documentation/user/glossary.tely,
11022         Documentation/user/introduction.itely,
11023         Documentation/user/tutorial.itely,
11024         Documentation/user/refman.itely,
11025         Documentation/user/appendices.itely: Fix overfull LilyPond
11026         boxes caused by the new lilypond-book code.  Other minor
11027         fixes.
11028
11029         * Documentation/user/macros.itexi (@texiflat): Don't emit
11030         trailing space.
11031
11032         * scm/tex.scm (end-output, header-end): Add preamble and
11033         postamble to make lilypond output directly compilable with
11034         latex.
11035
11036         
11037 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11038
11039         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11040         instructions.
11041
11042 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11043
11044         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11045
11046 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11047
11048         * lily/beam.cc (connect_beams): don't crash if there are quarter
11049         notes in beams.
11050
11051 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11052
11053         * Documentation/user/refman.itely: corrected ancient clef
11054         docu; added docu on ligatures
11055
11056 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11057
11058         * Documentation/user/glossary.tely,
11059         Documentation/user/refman.itely, input/les-nereides.ly,
11060         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11061         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11062         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11063         Stem properties: flag-style -> stroke-style, style -> flag-style.
11064
11065
11066 2002-09-22  Werner Lemberg  <wl@gnu.org>
11067
11068         * scripts/lilypond-book.py: Add option `notime' to suppress
11069         printing of a time signature.  Specify default indentation of 0pt
11070         if single line fragment.  Don't emit redundant `\paper{ }'.
11071
11072         * Documentation/user/lilypond-book.itely: Updated.
11073
11074         * Documentation/user/glossary.tely: Completely reformatting.
11075
11076 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11077
11078         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11079
11080 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11081
11082         * Documentation/user/tutorial.itely: Fix links.
11083         
11084         * Documentation/topdocs/index.tely:
11085         * Documentation/index.texi:
11086         * Documentation/header.html.in: Small website fixes and updates.
11087
11088         * debian/: Debian patch by Anthony Fok.
11089
11090 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11091
11092         * Documentation/footer.html.in: How time flies: It's already 2002!
11093
11094         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11095         more descriptive link names than 'here'.
11096
11097 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11098
11099         * VERSION: 1.7.2 released
11100         * VERSION: 1.6.4 released
11101         
11102         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11103
11104         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11105         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11106
11107         * mf/feta-din.mf (test): add x-height and space.
11108
11109         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11110         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11111
11112         * ly/grace-init.ly: add-to-grace-init: function to portably add
11113         settings to \grace. 
11114
11115         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11116         if we get an absolute dynamic event.
11117  
11118         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11119
11120         * lily/source-file.cc (get_line): oops. All line numbers were off
11121         by 2. Fix that. 
11122
11123         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11124         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11125
11126         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11127
11128         * lily/parser.yy (number_factor): remove (number) as number
11129         expression. ("Let them eat Lisp").
11130
11131 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11132
11133         * lily/horizontal-bracket.cc: new file.
11134
11135         * lily/horizontal-bracket-engraver.cc: new file.
11136
11137         * input/regression/note-group-bracket.ly: new file. Support
11138         horizontal note brackets for music analysis.
11139
11140         * lily/stem.cc (flag): new flag-style: no-flag.
11141
11142         * input/test/stem-cross-staff.ly: new file
11143         
11144         * Documentation/user/internals.itely: Improved formatting, fixing
11145         typos.  Added a section `Output details' to describe how the TeX
11146         code looks like.
11147
11148         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11149
11150         * lily/parser.yy: remove \dynamicscript.
11151
11152         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11153         definitions. 
11154
11155         * python/midi.c (midi_error): take two arguments.
11156
11157         * Merge 1.6.5 changes:
11158         
11159 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11160
11161         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11162         staff-space.  Previous 1.5 was probably meant as half-spaces.
11163         (cautionary-style): parentheses (was: smaller).  This is what doco
11164         says, and it seems more logical.
11165
11166         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11167         for 2nd sentence.
11168
11169 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11170
11171         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11172
11173 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11174
11175         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11176
11177 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11178
11179         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11180
11181 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11182
11183         * scm/translator-property-description.scm (voltaOnThisStaff): add
11184         property.
11185
11186 2002-09-28  Werner Lemberg  <wl@gnu.org>
11187
11188         * scm/tex.scm (header-end): Suppress page numbering.
11189
11190         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11191         Fix quotation for HTML output.
11192
11193 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11194         
11195         * Documentation/user/refman.itely: grammar and phrasing
11196           fixes to "Note Entry" section.  Also adds a few new examples.
11197
11198 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11199
11200         * flower/include/string-data.icc: include string.h
11201
11202 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11203
11204         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11205
11206 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11207
11208         * Documentation/user/GNUmakefile (extra-local-help): Add.
11209
11210         * stepmake/stepmake/www-targets.make (local-help): Add.
11211
11212 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11213
11214         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11215         packages.
11216
11217         * Documentation/topdocs/README.texi (Top): building documentation
11218         (not website.)
11219
11220 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11221
11222         * Documentation/user/refman.itely: 
11223         * Documentation/user/tutorial.itely: 
11224         * Documentation/user/music-glossary.tely: Merge changes.
11225
11226         * Documentation/user/glossary.html.in: 
11227         * Documentation/index.texi: 
11228         * Documentation/header.html.in: Accomodate renaming of glossary.
11229         
11230         * Documentation/user/tutorial.itely: Add some glossary references.
11231         
11232         * Documentation/user/refman.itely: Minor fixes.
11233         
11234         * Documentation/user/lilypond.tely: Add glossary do direntry.
11235
11236         * Documentation/user/music-glossary.tely: Rename (previously:
11237         glossary.tely).  Fix anchor placement.
11238
11239         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11240
11241 2002-09-23  Werner Lemberg  <wl@gnu.org>
11242
11243         * scripts/lilypond-book.py (output_dict): Fix handling of
11244         various environments by avoid extraneous newlines.
11245         Rename `output-all' regexp for html to `output-html'.
11246         Replace `output-all' regexp for texi with `output-texi-quote'
11247         and `output-texi-noquote'.
11248         (compose_full_body): Don't override `linewidth' user option
11249         for `singleline'.
11250         (schedule_lilypond_block): Don't indent text specified with
11251         `intertext' option.
11252         Add new option `noquote'.
11253         (compile_all_files): Use latex instead of tex to compile ly
11254         files directly.
11255
11256         * Documentation/user/lilypond-book.itely: Updated and revised.
11257         Improve layout.
11258
11259         * Documentation/user/glossary.tely,
11260         Documentation/user/introduction.itely,
11261         Documentation/user/tutorial.itely,
11262         Documentation/user/refman.itely,
11263         Documentation/user/appendices.itely: Fix overfull LilyPond
11264         boxes caused by the new lilypond-book code.  Other minor
11265         fixes.
11266
11267         * Documentation/user/macros.itexi (@texiflat): Don't emit
11268         trailing space.
11269
11270         * scm/tex.scm (end-output, header-end): Add preamble and
11271         postamble to make lilypond output directly compilable with
11272         latex.
11273
11274         
11275 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11276
11277         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11278         instructions.
11279
11280 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11281
11282         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11283
11284 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11285
11286         * lily/beam.cc (connect_beams): don't crash if there are quarter
11287         notes in beams.
11288
11289 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11290
11291         * Documentation/user/refman.itely: corrected ancient clef
11292         docu; added docu on ligatures
11293
11294 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11295
11296         * Documentation/user/glossary.tely,
11297         Documentation/user/refman.itely, input/les-nereides.ly,
11298         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11299         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11300         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11301         Stem properties: flag-style -> stroke-style, style -> flag-style.
11302
11303 2002-09-22  Werner Lemberg  <wl@gnu.org>
11304
11305         * scripts/lilypond-book.py: Add option `notime' to suppress
11306         printing of a time signature.  Specify default indentation of 0pt
11307         if single line fragment.  Don't emit redundant `\paper{ }'.
11308
11309         * Documentation/user/lilypond-book.itely: Updated.
11310
11311         * Documentation/user/glossary.tely: Completely reformatting.
11312
11313 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11314
11315         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11316
11317 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11318
11319         * Documentation/user/tutorial.itely: Fix links.
11320         
11321         * Documentation/topdocs/index.tely:
11322         * Documentation/index.texi:
11323         * Documentation/header.html.in: Small website fixes and updates.
11324
11325         * debian/: Debian patch by Anthony Fok.
11326
11327 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11328
11329         * Documentation/footer.html.in: How time flies: It's already 2002!
11330
11331         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11332         more descriptive link names than 'here'.
11333
11334 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11335
11336         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11337
11338 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11339
11340         * lily/part-combine-music-iterator.cc (get_state): cleanup
11341         (get_music_info): cleanup.
11342
11343 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11344
11345         * scm/backend-documentation-lib.scm (interface-doc-string):
11346         crosslinks between interfaces and grobs. Headings for interfaces
11347         in grob explanation.
11348
11349 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11350
11351         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11352         dtd).  Add preliminary dtd.
11353         (re-sub-alist): Robustify.
11354
11355 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11356
11357         * lily/include/event-chord-iterator.hh,
11358         lily/context-specced-music-iterator.cc,
11359         lily/event.cc, lily/event-chord-iterator.cc: add
11360
11361 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11362
11363         * lily/: some (c) header fixes.
11364         
11365         * lily/request-chord.cc: Remove.
11366         
11367         * lily/include/event-chord-iterator.hh:
11368         * lily/include/event.hh:
11369         * lily/event-chord.cc: New file.
11370         
11371         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11372         requested.
11373
11374 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11375
11376         * lily/ : rename Request to Event
11377
11378         * lily/parser.yy (command_element): move clef stuff into Scheme.
11379
11380         * lily/:  rename length_mom () to get_length()
11381
11382         * lily/part-combine-music.cc: removed file and class.
11383
11384         * lily/context-specced-music-iterator.cc (class
11385         Context_specced_music_iterator): new file. Obsoletes the
11386         Context_specced_music type.
11387
11388         * scm/music-types.scm (make-repeated-music): put different kinds
11389         of repeated music into music-type table.
11390
11391         * VERSION: 1.7.1 released.
11392
11393         * scm/to-xml.scm: new file.
11394
11395         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11396         new Input representation: dump music as XML.
11397
11398         * scm/engraver-documentation-lib.scm
11399         (engraver-accepts-music-types?): add links from music to engraver,
11400         from music-type to engraver.
11401
11402         * lily/include/command-request.hh: removed
11403         lily/include/musical-request.hh: removed. Removed all _req classes
11404         except Key_change_req. Changes throughout.
11405
11406 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11407
11408         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11409
11410 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11411
11412         * lily/*.cc: specify accepts for many engravers.
11413
11414         * scm/music-documentation-lib.scm: dump music expressions and
11415         music subtypes.
11416
11417         * scm/documentation-lib.scm: complete revision.
11418         Use GOOPS objects to store document tree explicitly. Cleaned up and
11419         sped up doco generation a lot.
11420
11421 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11422
11423         * input/trip.ly (fugaIILeft): add arpeggio
11424
11425         * lily/translator-group.cc (try_music_on_nongroup_children):
11426         oops. The name symbol is in the cdr of the assoc handle.
11427
11428         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11429         Hyphen_req, Glissando_req, Break_req, Mark_req 
11430
11431 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11432
11433         * lily/musical-request.cc (music-duration-length,
11434         music-duration-compress): new functions.
11435
11436         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11437         throughout. Warning doesn't work yet.
11438
11439         * lily/translator-group.cc (try_music_on_nongroup_children):
11440         new implementation: store candidate acceptors in a hashTable.
11441
11442 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11443
11444         * scm/music-types.scm (music-descriptions): change name to
11445         internal-class-name
11446
11447         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11448
11449 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11450
11451         * lily/beam.cc (connect_beams): don't crash if there are quarter
11452         notes in beams.
11453
11454 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11455
11456         * Documentation/user/refman.itely: corrected ancient clef
11457         docu; added docu on ligatures
11458
11459 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11460
11461         * Documentation/user/glossary.tely,
11462         Documentation/user/refman.itely, input/les-nereides.ly,
11463         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11464         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11465         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11466         Stem properties: flag-style -> stroke-style, style -> flag-style.
11467
11468 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11469
11470         * scm/music-functions.scm (music-separator?): don't use name music
11471         property.
11472
11473 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11474
11475         * stepmake/stepmake/generic-targets.make (help): Document check
11476         target.
11477
11478         * lily/new-accidental-engraver.cc: Compile fix.
11479
11480 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11481
11482         * scripts/convert-ly.py: Add rule.
11483
11484         * input/test/music-creation.ly:
11485         * input/test/add-staccato.ly:
11486         * input/test/add-text-script.ly: ly-make-music.
11487
11488         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11489         More ly-make-music renamings.
11490
11491         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11492
11493         * lily/music-constructor.cc (make_music): Add debugging info.
11494
11495         * scm/music-functions.scm (make-simultaneous-music,
11496         (make-sequential-music, context-spec-music):
11497         * scm/music-types.scm (music-descriptions): Get lily to run.
11498
11499 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11500
11501         * lily/command-request.cc (transpose_key_alist): new function.
11502
11503         * lily/key-performer.cc (create_audio_elements): cleanup. 
11504
11505 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11506
11507         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11508
11509         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11510         events-accepted field.
11511
11512         * scm/music-types.scm: new file.
11513
11514         * lily/parser.yy: put music type initialization into scheme,
11515         similar to grob initialization.  Changes throughout.
11516
11517 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11518
11519         * Documentation/user/tutorial.itely: Fix links.
11520         
11521         * Documentation/index.texi: 
11522         * Documentation/header.html.in: 
11523         * Documentation/topdocs/index.tely: Small website fixes and updates.
11524
11525         * debian/: Debian patch by Anthony Fok.
11526
11527 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11528
11529         * Documentation/footer.html.in: How time flies: It's already 2002!
11530
11531         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11532         more descriptive link names than 'here'.
11533
11534         * ROADMAP: Remove test stuff.
11535
11536         * scripts/update-lily.py: Allow auto-building of stable and
11537         development versions.  Bugfixes.
11538
11539 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11540
11541         * VERSION: released 1.7.0
11542
11543         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11544
11545         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11546         positive line widths.
11547
11548 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11549
11550         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11551         go.  Fix comments.
11552
11553         * cygwin: Cygwin updates.
11554
11555 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11556
11557         * Documentation/windows/installing.texi (Top): version for python,
11558         urls for ghostscript (thanks to John Potelle)
11559         
11560         * lily/simultaneous-music-iterator.cc
11561         (Simultaneous_music_iterator): init children_list_ before
11562         triggering GC.
11563
11564         * lily/*-iterator.cc: be even more careful with smobbed copy
11565         constructors. 
11566
11567         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11568         LeftEdge item.
11569
11570 2002-09-15  Werner Lemberg  <wl@gnu.org>
11571
11572         Improving LilyPond's output to make them ordinary TeX boxes with
11573         predictable dimensions.  System boxes are now vertically centered on
11574         the baseline; this offset can be further controlled with
11575         \lilypondscoreshift.
11576
11577         * lily/system.cc (System::post_processing): Pass length of current
11578         system to `start-system' (including any horizontal indentation).
11579
11580         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11581         prettier.
11582         (lily-def): Append `%'.
11583         (start-system): Add parameter `wd'.  Output more TeX code to specify
11584         box dimensions.
11585         (stop-system, stop-last-system): Complement changes in
11586         `start-system'.
11587         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11588         Updated.
11589
11590         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11591         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11592         Write final `\endinput'.
11593
11594         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11595         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11596         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11597         files and macro definitions don't produce spurious spaces and
11598         paragraphs (using \endlinechar).
11599         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11600
11601         * Documentation/user/internals.itely: Improved formatting, fixing
11602         typos.  Added a section `Output details' to describe how the TeX
11603         code looks like.
11604
11605 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11606
11607         * lily/accidental-engraver.cc: Also work with partial measures.
11608
11609 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11610
11611         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11612         spanner.
11613
11614 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11615
11616         * lily/identifier-smob.cc (unpack_identifier): new file.
11617
11618         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11619         pass off scheme expressions as music identifiers.
11620
11621         * scm/lily.scm: reorganisation, cleanups.
11622
11623         * lily/main.cc: small cleanups.
11624
11625 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11626
11627         * lily/ly-module.{cc,hh}: new file.
11628
11629 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11630
11631         * lily/accidental-engraver.cc: Also work with partial measures.
11632
11633 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11634
11635         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11636
11637 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11638
11639         * lily/my-lily-lexer.cc: use SCM module in stead of
11640         Scheme_hash_table. Changes throughout.  
11641
11642 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11643
11644         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11645