]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
new file, move from
[lilypond.git] / ChangeLog
1 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * lily/include/output-def.hh: new file, move from
4         music-output-def.hh
5
6 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7
8         * scm/output-gnome.scm: Describe feta-cork hack.
9
10 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11
12         * lily/include/book-paper-def.hh: derive from Output_def 
13
14         * lily/include/paper-def.hh: move all functionality out of class.
15         Junk header.
16
17         * lily/include/music-output-def.hh: rename Music_output_def to
18         Output_def.
19
20         * input/wilhelmus.ly: only set space for Paper formatting. 
21
22         * lily/include/midi-def.hh: remove file, remove class.
23         Move functions to Music-output-def.
24
25         * lily/music-output-def.cc (Music_output_def): remove separate
26         translator table. Lookup translators in scope directly. This
27         obviates Context suffix for context identifiers, i.e.
28
29         \context {
30           \Staff
31           .. 
32           }
33
34
35         will work.
36         
37
38         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
39
40         * Documentation/user/changing-defaults.itely (Horizontal spacing):
41         document spacing override hack.
42
43 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
44
45         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
46         installation info.  Support point-and-click.  Add +/- zoom
47         keybindings.
48
49 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
50
51         * VERSION: 2.3.2 released
52         
53         * lily/parser.yy (book_body): set default bookpaper.
54
55         * scm/output-tex.scm (header): kludge: hard code linewidth. 
56
57         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
58
59 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
60
61         * lily/score.cc (default_rendering): scale outputdef before
62         starting.
63
64 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
65
66         * scm/fret-diagrams.scm: Add header.
67
68         * scm/output-gnome.scm: Hello world :-)
69
70 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
71
72         * scripts/lilypond.py (run_dvips): only add papersize if present.
73
74         * lily/accidental-engraver.cc (update_local_key_signature): new
75         function, fold code from initialize() and process_music().
76         (update_local_key_signature): use deep copy. This fixes one
77         problem from custom-key-signatures.ly.
78         (number_accidentals_from_sig): tighter check for
79         accidental-too-old.
80
81         * ly/engraver-init.ly: remove localKeySignature
82         definition from ChoirStaff, StaffGroup, Score.
83         
84         * lily/percent-repeat-engraver.cc (try_music): add moments for
85         barlines too. Fixes: skipbars-percent-repeat.ly.
86
87 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
88
89         * lily/context-def.cc (filter_performers): don't go to cdrloc if
90         skipping last pair. Fixes: crash-bar-number.
91
92         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
93         D. Sorensen)
94
95         * input/test/fret-diagram.ly: new file.
96
97         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
98         (scale-paper): divide by scale.
99
100 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
101
102         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
103         case.
104
105 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
106
107         * scm/stencil.scm (fontify-text): reinstate function
108
109         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
110
111         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
112
113         * lily/parser.yy (book_paper_head): \bookpaper {} 
114
115         * python/midi.c: remove config.h
116
117 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
118
119         * scm/output-gnome.scm: Update.
120
121 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
122
123         * scm/output-gnome.scm: New file.
124
125         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
126
127 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
128
129         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
130         (find_scaled_font): move from Paper_def
131
132 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
133
134         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
135         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
136
137         * po/fr.po: update po.
138
139         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
140
141         * lily/book-paper-def.cc (print_smob): new file.
142
143 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
144
145         * buildscripts/lilypond-words.py: search words also from
146         music-functions-init.ly.
147
148 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
149
150         * ly/music-functions-init.ly (def-music-function): new helper
151         macro for defining music functions. \addlyrics \appoggiatura
152         \acciaccatura \grace \partcombine \autochange \applycontext
153         \applyoutput and \breathe are now defined here thanks to it.
154
155         * lily/parser.yy: 
156         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
157         \grace \partcombine \autochange \applycontext \applyoutput and
158         \breathe keywords removed from the parser.
159
160         * lily/parser.yy: 
161         * lily/music-function.cc (ly_make_music_function): 
162         * lily/lexer.ll (music_function_type): added a case for 0-arg
163         music functions.
164
165 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
166
167         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
168         refering to a music expression can be used in lily-inside-scheme:
169         #{ $music #}
170
171         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
172         and ly:parser-define, and change ly:parser-parse-string in order
173         to make #{ $music #} work.
174
175         * scm/new-markup.scm (compile-markup-expression): when an argument
176         is a string, use `make-simple-markup'.
177
178 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
179
180         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
181
182 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
183
184         * scripts/convert-ly.py (FatalConversionError.func): handle + in
185         font-size. (backportme)
186
187 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
188
189         * lily/paper-outputter.cc (output_stencil): dump font definitions
190         before each stencil.
191
192         * lily/include/paper-book.hh (struct Score_lines): new
193         struct. Collect info per Paper-score.
194
195         * lily/include/page.hh (class Page): to_stencil() returns Stencil
196         everywhere.
197
198         * lily/stencil.cc (find_expression_fonts): new function
199
200         * lily/paper-outputter.cc (output_stencil): use
201         interpret_stencil_expr
202
203         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
204         (interpret_stencil_expr): new function. Generic stencil
205         interpretation.
206
207         * lily/paper-def.cc (find_scaled_font): divide lookup
208         magnification by outpuscale for non-virtual fontmetrics. This
209         fixes ludicrously long font definitions for text
210         fonts. (backportme)
211
212         * lily/score-engraver.cc: remove
213         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
214
215 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
216
217         * input/test/markup-score.ly: Remove \notes.
218
219         * lily/parser.yy (book_body): Grok Composite_music and \header.
220         (markup): Push NOTES mode before score_block.
221
222         * VERSION: release 2.3.1
223         
224         * mf/feta-klef.mf: 
225         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
226
227         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
228
229         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
230
231 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
232
233         * scm/output-tex.scm (output-tex-string): tighten safe security.
234
235         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
236
237         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
238         allowed ly functions.
239
240         * lily/ly-module.cc (ly_module_define): only define variable if
241         bound.
242         (ly_make_anonymous_module): take safe option.
243
244 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
245
246         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
247
248 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
249
250         * input/regression/newaddlyrics.ly: Fix.
251
252         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
253         \score \notes.
254
255 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
256
257         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
258
259 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
260
261         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
262
263         * lily/paper-line.cc (Paper_line): don't store list of stencils,
264         but convert to single Stencil immediately.
265
266         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
267
268 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
269
270         * scm/output-sodipodi.scm: Resurrect sodipodi output.
271
272 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
273
274         * elisp/lilypond-mode.el: Changed the way defaults are created for
275         LilyPond-command-master.  LilyPond-mode will now check the
276         timestamps of the files to see which command has to run next.
277
278 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
279
280         * scm/bass-figure.scm (format-bass-figure): don't set
281         number-markup for strings. This fixes string in bass
282         figure. (backportme)
283
284         * lily/parser.yy (bass_number): insert number-markup into figure
285         definition.
286
287         * scm/define-music-properties.scm (all-music-properties): make
288         'figure a markup.
289
290         * scripts/convert-ly.py (conv): \apply -> \applymusic
291
292 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
293
294         * elisp/lilypond-mode.el: changed the order of some commands
295         ("Midi" after "2Midi"), use the user-defined
296         LilyPond-command-default as default instead of "LilyPond"
297
298         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
299         to set the master file for the next command.
300
301         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
302         with font-lock-reference-face.
303
304 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
305
306         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
307
308         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
309
310 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
311
312         * ly/music-functions-init.ly (TODO): new file.
313
314         * lily/parser.yy (Generic_prefix_music_scm): add more
315         music_function symbols.
316         (Prefix_composite_music): change \apply to music-function   
317
318         * lily/include/music-function.hh: rename to music-function
319
320 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
321
322         * lily/music-head.cc (LY_DEFINE): change order of args.
323
324         * input/regression/music-head.ly (texidoc): new file.
325
326         * lily/parser.yy (Generic_prefix_music): allow generic
327         music-transformation functions. 
328
329         * lily/include/music-head.hh (is_music_head): new file.
330
331         * lily/music-head.cc (get_music_head_transform): new file.
332
333 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
334
335         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
336         empty extent. This fixes ottava brackets on rests. (backportme)
337
338         * make/lilypond.redhat.spec.in (Group): ln png files for info.
339
340         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
341
342         * cygwin/lily-wins.py: update for the lily-wins.py script.
343
344 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
345
346         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
347         code. This will obviate typeset_grob () in the future.  The effect
348         of this is that improperly written spanner handling will result in
349         invalid spanner bounds.
350         (announce_grob): add to elems_ from here
351         (typeset_grob): comment out.  
352
353         * lily/include/engraver.hh (make_spanner): new calling interface
354         for make_{item,spanner}. This obviates most calls to
355         announce_grob().
356                 
357         * scm/music-functions.scm (set-accidental-style): use GrandStaff
358         iso. PianoStaff for piano styles.
359
360 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
361
362         * Documentation/user/music-glossary.tely: add segno after d.s.
363
364 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
365
366         * lily/include/audio-column.hh: remove unused variables.
367         (patch by Michael Welsh Duggan)
368
369         * flower/include/axes.hh (other_axis): inline Axes function
370         (thanks to David Brandon).
371
372 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
373
374         * cygwin/mknetrel: Install image links (backportme).
375
376         * Documentation/user/GNUmakefile (local-install-info): Activate
377         actual installing of image links (backportme).
378
379 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
380
381         * Documentation/user/notation.itely (Measure repeats): Removed
382         unnecessary (and confusing) \context Voice{.
383
384 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
385
386         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
387
388         * lily/page.cc (Page): Do not use ly_scheme_function for
389         volatile/configurable variables (FIXME: better name).
390
391         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
392         get_scmvar).
393
394 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
395
396         * scripts/convert-ly.py (FatalConversionError.subst): use
397         \transposition.
398
399 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
400
401         * lily/include/page.hh (class Page): Declare left_margin ().
402
403         * lily/page.cc: Remove paper var caching.
404
405 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
406
407         * Documentation/user/music-glossary.tely: Add name to @top node.
408         Remove comment from @table definitions (workaround for makinfo
409         bug).
410
411         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
412         ly:stencil-get-expr).  Update callers.
413         (ly:stencil-align-to!):  Return stencil too.
414
415         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
416         stencil.  Remove looped line-based page output.
417         (output_line): Use line stencil.  Remove looped stencil-based line
418         output.
419
420         * lily/page.cc (ly:page-paper-lines): New function.
421
422         * input/test/markup-score.ly: New file.
423
424         * scm/define-markup-commands.scm (stencil): New markup.
425
426         * lily/book.cc (to_stencil): New method.
427
428         * lily/parser.yy (markup): Use it to grok \score.
429
430 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
431
432         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
433
434         * lily/paper-book.cc (pages): Change signature.  Update callers.
435
436         * lily/include/page.hh:
437         * lily/page.cc: New file.
438
439         * lily/paper-line.cc (to_stencil): New method.
440         
441         * lily/paper-outputter.cc (output_stencil): New method.
442
443         * lily/paper-outputter.cc (output_line): Use them.
444
445         * lily/warn.cc: Remove.
446
447         * lily/my-lily-parser.cc (distill_inname): Remove.
448
449         * flower/include/file-name.hh: 
450         * flower/file-name.cc: New file.  Update users.
451
452         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
453         (find): New method of same name.
454
455         * lily/my-lily-parser.cc (ly:parse-file): Use it.
456
457         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
458         constant error message.
459
460 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
461
462         * input/test/{blank-notes.ly,staff-container.ly}: typos.
463
464 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
465
466         * Documentation/user/music-glossary.tely: @table @strong' replaced
467         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
468         (backportme).
469
470 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
471
472         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
473
474         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
475         #{ lily music expression #} that returns an equivalent scheme
476         music expression by parsing the string.
477
478 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
479
480         * lily/my-lily-parser.cc:
481         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
482         SCM string (foo.ly/toto.scm support).
483
484 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
485
486         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
487
488 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
489
490         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
491
492         * scripts/lilypond-book.py: LY code that includes \header is
493         not assumed to be a fragment.
494
495 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
496
497         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
498         tremolo beams up.
499
500         * lily/stem.cc (chord_start_y): Return 0 if no heads.
501         (get_default_stem_end_position): No tremolo head juggling if no
502         heads.  Fixes tremolo crash on rests (backportme).
503
504         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
505
506 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
507
508         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
509         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
510
511         * lily/lexer.ll: Allow \encoding in NOTES mode.
512
513         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
514         for lyrics, not for commands.
515
516         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
517         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
518
519         * input/regression/newaddlyrics.ly: New file.
520
521         * Documentation/topdocs/NEWS.texi: Update.
522
523         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
524         (Music_list): Allow embedded scm.
525
526         * lily/score.cc (ly:score-bookify): New function.
527
528         * lily/music.cc (ly:music-scorify): Idem.
529
530         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
531         (ly:parser-print-score): Idem.
532
533         * scm/lily.scm (default-toplevel-book-handler): Idem.
534         (default-toplevel-music-handler): Idem.
535         (default-toplevel-score-handler): Idem.
536
537         * ly/declarations-init.ly: Set default toplevel handlers.
538
539         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
540
541         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
542         printer for score at toplevel.
543
544 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
545
546         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
547         Fix for simple case: input/simple-song.ly, more complex stuff
548         does not work yet.
549
550 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
551
552         * lily/parser.yy (Prefix_composite_music): split Composite_music
553         in Prefix_composite_music and Grouped_music_list.
554         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
555
556 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
557
558         * scm/lily.scm (toplevel-expression): New define.
559
560         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
561
562         * lily/parser.yy (toplevel_expression): Use it.
563
564         * lily/include/my-lily-parser.hh: Smobbify.
565
566         * lily/my-lily-parser.cc (parse_string): New method.
567         
568         * lily/my-lily-parser.cc (ly:parse-string): New function.
569
570         * Documentation/user/lilypond.tely: Add comment and workaround for
571         gs-8.01 crash.  Fixes make web.
572
573         Simplification of toplevel music.
574         
575         * lily/lexer.ll, lily/parser.yy:
576
577         * In LYRICS mode, return LYRICS_STRING.  This fixes one
578         shift/reduce problem.
579
580         * Use NOTES mode at start of maininput.
581
582         * Grok toplevel composite music expression, put in score and book.
583
584         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
585
586         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
587
588         * input/simple.ly: New file.
589         
590         * input/simple-song.ly: Idem.
591
592 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
593
594         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
595         Sandberg.
596
597 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
598
599         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
600
601 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
602
603         * input/regression/accidental-octave.ly: doc automatic showing
604         of note names.
605
606 2004-04-16  Heikki Junes <janneke@gnu.org>
607
608         * po/fi.po: do "make po && make -C po po-update" at top-level,
609         then "cp po/out/fi.po po/fi.po" and update fields.
610
611         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
612
613 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
614
615         * Documentation/user/introduction.itely (About this manual): Fix
616         templates and regression urls (backportme).
617
618 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
619
620         * ly/engraver-init.ly (Score:graceSettings): Increase
621         beamed-lengths, especially for 32nd notes.
622
623         * Documentation/user/notation.itely (Grace notes): Correct the
624         syntax for add-grace-property example.
625
626 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
627
628         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
629         `Generated' tag.
630
631         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
632         Severely broken (the Debian package, at least).
633
634 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
635
636         * lily/context.cc (find_create_context): assign to lvalue.
637
638 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
639
640         * lily/include/translator.hh (class Translator): rename
641         get_parent_context() to context () to avoid confusion.
642
643         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
644
645         * lily/lexer.ll: change is_string -> ly_c_string_p 
646
647         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
648
649         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
650
651         * VERSION: release 2.3.0
652
653         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
654
655         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
656         if nonempty.
657
658         * lily/include/context.hh (class Context): make members protected.
659         (children_contexts): new accessor function.
660
661         * lily/include/translator.hh (class Translator): make
662         daddy_context_ protected.
663         (class Translator): clean up. 
664
665         * lily/include/context.hh (class Context): make daddy_context_
666         private.
667
668         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
669         higher for finding Voice. (backportme)  
670
671         * lily/include/context.hh (class Context): remove
672         find_context_below() as a method.
673
674         * Documentation/user/notation.itely (The Lyrics context): add note
675         about manual durations
676
677         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
678         encoding.
679
680         * scm/output-tex.scm (text): dump \inputencoding{} for text.
681
682 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
683
684         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
685         \usepackage{inputenc}
686
687         * lily/paper-book.cc (classic_output): don't advance Offset for
688         TeX output.
689
690         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
691         ec-sauter.map in rules
692
693         * mf/ecb.mf (font_identifier): new file, based on ecbx
694
695         * mf/ecb10.mf (gensize): new file.
696
697         * Documentation/topdocs/NEWS.texi (Top): document some more new
698         features.
699
700         * ly/declarations-init.ly: run convert-ly
701
702         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
703         from input-file-results. Remove input-file-results.* 
704
705 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
706
707         * scm/output-ps.scm (font-command): Fix, again.
708
709         * input/test/title-markup.ly: Add \noPagebreak test.
710
711         * lily/score-engraver.cc (try_music): Bugfix.
712
713 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
714
715         * lily/main.cc (main_with_guile): excise dependency options -M and
716         --dep-prefix
717
718         * lily/input-file-results.cc: excise Makefile dependency code
719
720         * Documentation/user/invoking.itexi (Invoking the lilypond
721         binary): remove dep doco
722         
723         * lily/main.cc (main_with_guile): call lilypond-main
724         
725         * scm/lily.scm (lilypond-main): new function: handle multiple files.
726
727         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
728         exception.
729
730         * lily/my-lily-parser.cc: remove paper_description function
731
732         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
733         new function.
734
735         * lily/main.cc: remove global_score_count.
736
737         * lily/book.cc (process): don't take header from global_input_file.
738
739         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
740
741         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
742
743         * lily/music-output-def.cc (LY_DEFINE): new function
744         ly_output_description. This function does the bulk for  setting,
745         parsing and breaking down of an input file.
746
747         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
748         anonymous modules globally. Let's hope they get GCd
749
750         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
751
752 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
753
754         * scm/output-ps.scm (header): Papersize from paper.
755
756         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
757         for classic output.
758
759         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
760         lilypondclassic is defined.
761         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
762
763         * input/regression/between-systems.ly: Remove.
764
765         * python/lilylib.py (get_bbox): Fix regular expression
766         for bounding box.
767
768         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
769
770         * scm/output-tex.scm (stop-page): Use it.
771
772         * scm/output-ps.scm (define-fonts): Bugfix.
773
774         * lily/grob.cc: Add penalty to interface.
775
776         * lily/include/paper-line.hh (class Paper_line): New member
777         var penalty_.
778
779         * lily/system.cc (get_line): Initialise Paper_line with
780         page-penalty's from original grobs.
781
782         * scm/define-music-properties.scm (all-music-properties): Add
783         page-penalty.
784
785         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
786
787         * lily/score-engraver.cc (try_music): Handle page-penalty.
788
789         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
790
791 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
792
793         * ly/declarations-init.ly (melismaEnd): typo
794
795         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
796
797         * scm/output-ps.scm (text): split string into spaces, use moveto
798         for setting space. 
799         
800 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
801
802         * po/nl.po: Update.
803
804         * scm/font.scm (add-cmr-fonts): Typo.
805
806 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
807
808         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
809         font-encoding.
810
811         * scm/define-grobs.scm (all-grob-descriptions): idem.
812
813         * lily/time-signature.cc (numbered_time_signature): idem.
814
815         * scm/font.scm (add-cmr-fonts): use real encoding names for
816         font-encoding.
817
818 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
819
820         * lily/paper-book.cc (classic_output): 
821         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
822         Fixes classic output.
823         (lilypondstart):
824         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
825         kludge.
826
827         * scripts/old-lilypond-book.py: Remove.
828
829         Page layout for SCOREs enclosed in a BOOK:
830
831         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
832         layout tweaking.
833
834         * input/les-nereides.ly (theScore): Add \book.
835         
836         * input/test/title-markup.ly: Add \book.
837
838         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
839         only if 'verbose.
840
841         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
842
843         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
844
845         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
846         * scm/output-tex.scm (start-system): Update for page layout by
847         LilyPond.
848
849         * scm/output-ps.scm (start-system): Previously (new-start-system).
850
851         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
852         passed to define-fonts.
853
854         * lily/paper-column.cc: 
855         * lily/system.cc (get_line):
856         * ly/property-init.ly (newpage): 
857         * scm/define-grob-properties.scm:
858         * scm/output-ps.scm: 
859         * scm/output-tex.scm: Remove between-system-string kludge.
860
861         * scm/output-ps.scm (define-fonts, font-command,
862         font-load-encoding): Handle ENCODING = #f.
863
864         * scm/output-tex.scm (output-scopes): Check if variable is bound.
865
866         * scm/define-markup-commands.scm (fill-line): Use
867         make-simple-markup (WAS: unexisting make-word-markup).
868
869         * lily/text-item.cc (interpret_markup): Bugfix, transpose
870         ENCODING, MARKUP parameters for interpret_string.
871
872         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
873
874         * lily/score.cc (book_rendering): New method.
875         (default_rendering): Create Paper_book helper locally, dump
876         output.
877
878         * lily/my-lily-lexer.cc (the_key_tab): Add book.
879
880         * lily/parser.yy: Handle \book.
881
882         * lily/include/book.hh: 
883         * lily/book.cc: New file.
884
885 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
886
887         * lily/text-item.cc (interpret_string): new file, select font with
888         encoding.
889
890         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
891
892         * scm/define-markup-commands.scm (encoded-simple): new markup command.
893
894         * lily/parser.yy (markup): take encoding from lexer.
895
896 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
897
898         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
899
900         * scm/output-ps.scm: Remove some cruft.
901
902 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
903
904         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
905
906         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
907
908 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
909
910         * scm/font.scm (add-century-schoolbook-fonts):
911         (make-century-schoolbook-tree): New function.
912
913         * input/test/title-markup.ly: Use Century Schoolbook font.
914
915 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
916
917         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
918         to Erik Sandberg) 
919
920         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
921
922         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
923
924         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
925
926         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
927
928 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
929
930         * scm/part-combiner.scm (determine-split-list): bugfix: if no
931         solo-state (at end of solo), we can set the solo status
932         too. (backportme.)
933
934         * input/regression/part-combine-solo-end.ly: new file.
935
936 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
937
938         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
939         flavour abc files.  Really ignore unknown keys (backportme).
940
941 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
942
943         * lily/scaled-font-metric.cc (text_dimension): only multiply with
944         magnification_ when looking up in orig_.
945
946         * scm/output-tex.scm (text): switch off char-mapping.
947
948         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
949         because AFM's encoding field cannot have spaces.
950
951 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
952
953         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
954
955 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
956
957         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
958
959         * mf/cmr.enc: new file, without hi-bit ascii info. 
960
961         * lily/bezier-bow.cc (slur_shape): make indent dependent on
962         width. This removes the 'hook' at the end of a long slur.
963
964         * buildscripts/mf-to-table.py (parse_logfile): don't append
965         encoding to fontname.
966
967 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
968
969         * scm/output-ps.scm (define-fonts): Load .enc only once.
970
971         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
972         too.
973
974 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
975
976         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
977         encoding field.
978
979         * lily/stencil-scheme.cc: remove ly:fontify-atom 
980
981         * ly/portuges.ly (pitchnames): new file.
982
983         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
984         Michael Welsh Duggan
985
986         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
987
988         * ly/nederlands.ly: add comment about digits.
989
990         * lily/scaled-font-metric.cc (derived_mark): idem.
991
992         * scm/encoding.scm (make-encoding-mapping): change permutation to
993         mapping.
994
995         * lily/scaled-font-metric.cc (derived_mark): is a const method.
996         (Modified_font_metric): make alist for coding_description_
997         (LY_DEFINE): remove coding-name.
998
999         * scm/output-tex.scm (text): remove debugging code.
1000
1001         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1002
1003         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1004         from infile.
1005
1006         * mf/feta-generic.mf: move fet_beginfont into generic code.
1007         use fetaMusic (without space) as encoding
1008
1009         * mf/feta-autometric.mf: take encoding argument
1010
1011         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1012
1013         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1014         use.
1015
1016         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1017         name.
1018
1019 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1020
1021         * input/test/title-markup.ly: Set inputencoding.
1022
1023         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1024
1025         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1026
1027         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1028         function.
1029         (coding-alist): Also hold filename, command.
1030         (read-encoding-file): Return symbols.
1031
1032 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1033
1034         * scm/output-tex.scm: remove fontify; text and char take a font
1035         argument.
1036
1037         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1038
1039         * lily/scaled-font-metric.cc (text_dimension): init
1040         coding_{permutation,table}_ too 
1041         (LY_DEFINE): ly:font-encoding, new function return
1042
1043         * lily/paper-def.cc (find_scaled_font): take input coding from
1044         inputcoding paper var.
1045
1046         * lily/performance.cc (output): remap modulo 16.
1047
1048         * lily/text-item.cc (interpret_markup): whoops, variable
1049         shadowing fixed.
1050
1051 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1052
1053         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1054         symbols, not symbols to strings.
1055         
1056         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1057         symbols, not symbols to strings.
1058
1059 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1060
1061         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1062         (ly:kpathsea-gulp-file): New function.
1063
1064         * scm/encoding.scm (read-encoding-file): Use it.
1065
1066 2004-04-06  Werner Lemberg  <wl@gnu.org>
1067
1068         * scm/encoding.scm (coding-alist): Fix typo.
1069
1070 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1071
1072         * lily/scaled-font-metric.cc (text_dimension): move function from
1073         Font_metric
1074         (make_scaled_font_metric): init coding_scheme_ to TeX
1075         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1076
1077         * lily/include/scaled-font-metric.hh (struct
1078         Modified_font_metric): rename from Scaled_font_metric
1079
1080         * scm/encoding.scm (read-encoding-file): split up large function,
1081         leave caching to (delay)
1082
1083         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1084
1085 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1086
1087         * lily/my-lily-lexer.cc (set_encoding): New method.
1088
1089         * lily/lexer.ll: Grok \encoding.
1090
1091         * lily/font-metric.cc (get_encoded_index): New function.
1092
1093         * lily/include/font-metric.hh (coding_scheme): New method.
1094
1095         * scm/encoding.scm: New file.
1096
1097         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1098
1099 2004-04-05  Werner Lemberg  <wl@gnu.org>
1100
1101         * Documentation/user/tutorial.itely: Revised (finished).
1102
1103         * Documentation/user/macros.itexi (@separate): Removed.
1104
1105 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1106
1107         * scm/output-ps.scm (define-fonts): fix scaling.
1108
1109         * lily/scaled-font-metric.cc (design_size): add function.
1110
1111         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1112         partial cut&paste of ly:font-magnification.
1113
1114 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1115
1116         * scm/output-ps.scm (define-fonts):
1117         (fontify): Update.
1118
1119 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1120
1121         * po/fr.po: update. (backportme).
1122
1123         * po/nl.po: update. (backportme). 
1124
1125         * mf/feta-beugel.mf: document why design size is not fixed.
1126
1127         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1128
1129 2004-04-04  Werner Lemberg  <wl@gnu.org>
1130
1131         * Documentation/user/tutorial.itely: Revised (continued).
1132
1133 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1134
1135         * po/nl.po: Update (backportme).
1136
1137 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1138
1139         * po/de.po: update. (backportme).
1140
1141         * scm/output-tex.scm (font-command): use ly: functions to
1142         construct name.
1143         (define-fonts): don't use alist, just dump \font definitions.
1144         (font-load-command): calculate proper scaling by taking
1145         outputscale from paper argument.
1146
1147         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1148         expression.
1149
1150         * lily/paper-outputter.cc (output_header): pass paper arg to
1151         define-fonts
1152
1153         * lily/paper-def.cc (font_descriptions): dump list of
1154         Scaled_font_metrics
1155         (find_scaled_font): take Font_metric argument, store
1156         Scaled_font_metrics in hash-table containing (size ->
1157         Scaled_font_metrics) alist.
1158         (get_dimension): rename from get_realvar
1159
1160         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1161         ly:font-magnification, ly:font-name: new functions
1162
1163 2004-04-03  Werner Lemberg  <wl@gnu.org>
1164
1165         * Documentation/user/dedication.itely,
1166         Documentation/user/preface.itely,
1167         Documentation/user/introduction.itely,
1168         Documentation/user/tutorial.itely: Revised.
1169         Removing leading spaces which distorts output if info files are read
1170         with stand-alone info.
1171         Removing superfluous inter-word spaces which also distorts output
1172         for stand-alone info.
1173         Using ` and ' instead of `` and '' everywhere to improve
1174         legilibility with stand-alone info
1175         Using @samp for single-letter input items and data which contains
1176         spaces, @code for other things.
1177
1178         * lily/grob-interface.cc: Adding copyright.
1179         (check_interfaces_for_property): Improve format of warning message.
1180
1181 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1182
1183         * lily/include/font-metric.hh (struct Font_metric): add
1184         design_size () method.
1185
1186         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1187
1188         * lily/afm.cc (read_afm_file): read design size.
1189
1190         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1191
1192         * scm/music-functions.scm (unfold-repeats): handle dots too.
1193
1194 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1195
1196         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1197         (backportme)
1198
1199 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1200
1201         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1202         lyric indent.  Revert melismaBusyProperties using \unset.
1203
1204 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1205
1206         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1207
1208         * lily/parser.yy (command_element): allow redefinition of |
1209         meaning.
1210
1211         * lily/break-align-engraver.cc (acknowledge_grob): construct
1212         LeftEdge where the first cause for alignment is coming from.
1213         This makes \override Staff.LeftEdge work as expected.
1214
1215         
1216         * lily/slur-performer.cc (Slur_performer): add inits
1217
1218         * lily/beam-performer.cc (Beam_performer): add inits
1219
1220 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1221
1222         * VERSION (PACKAGE_NAME): release 2.2.0
1223
1224         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1225
1226 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1227
1228         * lily/cluster.cc (height): Fix warning.
1229
1230         * lily/parser.yy: Janitorial cleanups.
1231
1232         * Documentation/user/tutorial.itely (Tutorial): Typo.
1233
1234 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1235
1236         * lily/change-iterator.cc (process): search at multiple context
1237         levels. This fixes 
1238
1239         
1240         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1241         not voice-state index for tie state. This fixes a partcombine
1242         problem with ties.
1243
1244         * Documentation/user/tutorial.itely (Commenting input files): add
1245         note about convert-ly.
1246
1247         * input/test/cadenza-skip.ly:  new file.
1248
1249 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1250
1251         * po/nl.po: Spelling fixes.
1252
1253         * autogen.sh (srcdir): Regenerate.
1254
1255         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1256         autogen.sh.
1257
1258         * configure.in: Use C++ to check for C++ header.
1259
1260         * po/nl.po: Update.
1261
1262         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1263
1264         * lily/event.cc (to_relative_octave): Translatable sentence should
1265         be one string.
1266
1267         * python/lilylib.py (warranty): Year range is not translatable.
1268         It's 2004 already!
1269
1270         * flower/warn.cc (non_fatal_error, warning, programming_error):
1271         Remove whitespace from translated string.
1272
1273 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1274
1275         * VERSION: release 2.1.37.
1276
1277 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1278
1279         * configure.in: check for C language.
1280
1281         * lily/source-file.cc: include strstream without h.
1282
1283         * scm/documentation-generate.scm (string-append): use name without
1284         .texi.
1285
1286         * autogen.sh (srcdir): SUSE fix.
1287
1288         * Documentation/user/notation.itely (Ancient clefs): idem.
1289
1290         * Documentation/user/lilypond-book.itely (Integrating HTML and
1291         music): idem.
1292
1293         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1294
1295         * lily/change-iterator.cc (process): use find_existing_context().
1296
1297         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1298
1299         * input/regression/repeat-unfold-tremolo.ly: new file.
1300
1301         * scm/music-functions.scm (unfold-repeats): undo music compression
1302         too.
1303
1304         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1305         (LY_DEFINE): ly:music-compress new function.
1306
1307         * scm/part-combiner.scm (determine-split-list): split for voice
1308         crossings
1309
1310         * input/regression/part-combine-cross.ly: new file.
1311
1312         * scm/part-combiner.scm (make-part-combine-music): don't do
1313         relative inside partcombine arguments.
1314
1315         * scm/music-functions.scm (make-non-relative-music): new function.
1316
1317         * Documentation/user/notation.itely (Automatic part combining):
1318         add note about \relative.
1319
1320         * lily/part-combine-iterator.cc (construct_children): add
1321         start_moment_ member.
1322
1323         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1324         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1325
1326         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1327
1328         * Documentation/user/changing-defaults.itely (Which properties to
1329         change): fixes.
1330
1331 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1332
1333         * po/fr.po: update.
1334
1335 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1336
1337         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1338
1339         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1340         Reinstate old code that issues warning.  Fixes --srcdir build.
1341
1342 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1343
1344         * input/wilhelmus.ly: New file.
1345
1346         * Documentation/user/notation.itely: 
1347         * Documentation/user/introduction.itely:
1348         * Documentation/user/tutorial.itely: Use quote ly-option instead
1349         of explicit @quotation.  This fixes too long lilypond linewidths
1350         resulting in overful hboxes.
1351
1352         * scripts/lilypond-book.py: Add ly-option: `quote'.
1353
1354 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1355
1356         * tex/titledefs.tex: Avoid that the first score line is extra
1357         indented if instrument is defined but not piece.
1358
1359 2004-03-30  Werner Lemberg  <wl@gnu.org>
1360
1361         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1362         `lilypond/' to info file name.
1363         (@usermanref) [info]: New variant.
1364
1365         * scm/documentation-generate.scm: Fix definition of @usermanref
1366         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1367         to info file name.
1368
1369 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1370
1371         * VERSION: release 2.1.36
1372         
1373         * Documentation/user/changing-defaults.itely (Interpretation
1374         contexts): rewrite introduction.
1375
1376 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1377
1378         * scm/define-markup-commands.scm: Use TeX accents instead of
1379         straight iso-8859-1 encoding in the doc string.
1380
1381 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1382
1383         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1384         space after dotted duration.
1385
1386 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1387
1388         * Documentation/user/introduction.itely: 
1389         * Documentation/user/notation.itely:
1390         * Documentation/user/tutorial.itely: Up all relative examples.
1391         Enclose @lilypond displays in @quotation.  Typos and corrections.
1392
1393         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1394
1395 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1396
1397         * scm/music-functions.scm (make-voice-props-revert): Revert also
1398         MultiMeasureRest staff-position in oneVoice.
1399
1400 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1401
1402         * Documentation/user/changing-defaults.itely, 
1403         Documentation/user/lilypond.tely: few fixes. Place no comma between
1404         two options: a and b, but commas between three options: a, b, and c.
1405         By this manner, grouping is possible: a and b, and c and d.
1406
1407 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1408
1409         * Documentation/user/GNUmakefile: add rule for .nexi
1410
1411 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1412
1413         * Documentation/user/music-glossary.tely: move glossary direntry
1414
1415         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1416         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1417
1418 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1419
1420         * stepmake/aclocal.m4: Verify that gettext configure check with
1421         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1422
1423 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1424
1425         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1426         glob.glob for .png filenames. This catches multipage pngs.  
1427
1428         * Documentation/user/changing-defaults.itely (Determining the grob
1429         property): fix references.
1430
1431         * lily/staff-symbol.cc (print): only add extent if non empty.
1432         This fixes staff-container.ly.
1433
1434         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1435         starting with a mmrest also works.
1436
1437         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1438         PNG for texinfo too.
1439
1440         * po/lilypond.pot: update translation strings.
1441
1442         * VERSION: 2.1.35 released
1443         
1444         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1445         context argument too.
1446
1447         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1448
1449         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1450
1451         * python/lilylib.py (command_name): don't return 1st path
1452         component.
1453
1454         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1455         .png case separately.
1456
1457         * python/lilylib.py (system): typo.
1458         
1459 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1460
1461         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1462         run indent-region.
1463
1464         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1465         Fixes compile.
1466
1467         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1468         Add header.
1469
1470 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1471
1472         * vim/lilypond-indent.vim: small fixes.
1473
1474 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1475
1476         * Documentation/user/notation.itely (Entering lyrics): Add example
1477         with correct english double quotes (at least for LaTeX output,
1478         maybe not a good idea if we switch to PS as the default output
1479         format).
1480
1481 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1482
1483         * lily/staff-performer.cc (create_audio_elements): play instrument
1484         changes before notes arrive. This fixes instrument of the first
1485         note in a score.
1486
1487         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1488         to 1.9.0 conversion.
1489
1490         * lily/mark-engraver.cc: doc string.
1491
1492         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1493
1494         * Documentation/user/introduction.itely (Introduction): new node.
1495
1496 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1497
1498         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1499
1500         * input/regression/spacing-ragged-last.ly: new file.
1501
1502         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1503         spacing.
1504
1505         * scm/font.scm: rewrite using GOOPS.
1506         
1507         * lily/context-def.cc (filter_engravers): derefence pointer.
1508
1509         * lily/lily-guile.cc (type_check_assignment): use
1510         ly_scheme_function iso. scm_primitive_eval where possible.
1511
1512         * lily/performance.cc (output): limit channels at 15. This fixes
1513         percussion inadvertently showing up in large scores.
1514
1515 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1516
1517         * input/regression/tuplet-gap.ly: new file.
1518
1519         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1520         (print): compute gap length from number size, include italic
1521         correction.
1522
1523         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1524         tuplet-bracket
1525
1526         * scm/paper.scm (set-default-paper-size): new function, to be
1527         called at toplevel.
1528         (set-paper-size): new function, to be called inside \paper {}
1529         (set-default-paper-size): new function, to be called at toplevel.
1530
1531         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1532
1533         * lily/beam-performer.cc (process_music): idem.
1534
1535         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1536         
1537         * tex/titledefs.tex: remove scshape for piece.
1538
1539         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1540         font-family
1541
1542         * lily/time-signature.cc (special_time_signature): font-encoding
1543         not family.
1544
1545         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1546         dynamic to head. This fixes p placement in morgenlied.
1547
1548 2004-03-23  Werner Lemberg  <wl@gnu.org>
1549
1550         * stepmake/stepmake/generic-targets.make (help): Improve text.
1551
1552 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1553
1554         * VERSION: 2.1.34 released
1555         
1556         * lily/main.cc (main_with_guile): switch debugging.
1557
1558         * lily/system.cc (get_line): plug leak.
1559
1560         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1561         and contents.
1562         (stencil2line): plug leak.
1563
1564         * Documentation/user/changing-defaults.itely (Determining a grob
1565         property):  new node.
1566         (Layout interfaces): new node.
1567         (Navigating the program reference): new node.
1568
1569         * lily/accidental-engraver.cc (acknowledge_grob): add property
1570         harmonicAccidentals
1571
1572         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1573         general cleanups.
1574         
1575         * input/les-nereides.ly (middleDynamics): resurrect Les
1576         nereides. Remove pedal hack.
1577
1578 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1579
1580         * input/regression/property-grace-polyphony.ly: new file.
1581
1582         * lily/translator-property.cc (execute_pushpop_property): only pop
1583         one instance of the property. This fixes << \\ >> together with
1584         \grace.
1585
1586         * lily/break-align-interface.cc (ordered_elements): we cannot
1587         modify the #'elements property, so return reordered array.
1588
1589 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1590
1591         * buildscripts/lilypond.words.py: remove.
1592         * buildscripts/lilypond-words.py: add new, renamed file. 
1593         Give generated targets and dirs explicitly in arguments.
1594
1595         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1596         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1597         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1598         
1599         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1600
1601         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1602
1603         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1604         orders.
1605
1606         * vim/GNUmakefile: add local-uninstall target.
1607
1608         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1609         
1610         * vim/vimrc: add a one-liner file.
1611
1612         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1613         vimrc in EXTRA_DIST_FILES.
1614
1615         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1616
1617 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1618
1619         * config.make.in: add vimdir.
1620
1621         * vim/GNUmakefile: add local-install.
1622
1623 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1624
1625         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1626         with \lilypondifundefined{blabla}. Solves problem with multiple
1627         titles in the same lilypond-book document.
1628
1629 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1630
1631         * scm/document-backend.scm (interface-doc): sort grob list for
1632         interface.
1633
1634         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1635         pre/post break align-order.
1636
1637         * spelling patch courtesy Edward Sutton.
1638
1639         * Documentation/user/changing-defaults.itely (Changing context
1640         default settings): new node.
1641         (Defining new  contexts): new node.
1642
1643         * scripts/lilypond-book.py (is_derived_class): use numbers
1644         iso. booleans.
1645
1646         * python/lilylib.py (make_ps_images): add margin to PS images.
1647
1648         * scripts/lilypond-book.py (is_derived_class): new function. Take
1649         class arg iso. object.
1650         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1651         for bug in GS/dvips.
1652
1653         * lily/text-item.cc (interpret_markup): idem.
1654
1655         * scm/define-markup-commands.scm: remove split around-space hack.
1656
1657         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1658         function, fold WL's fixes into one function.
1659
1660 2004-03-22  Werner Lemberg  <wl@gnu.org>
1661
1662         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1663         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1664         (Note_column::head_position_interval): Do proper rounding for
1665         calls to Staff_symbol_referencer::get_position.
1666
1667 2004-03-21  Werner Lemberg  <wl@gnu.org>
1668
1669         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1670         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1671         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1672         (My_lily_parser::parse_file): Improve formatting progress indication
1673         sent to stdout.
1674
1675 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1676
1677         * VERSION: 2.1.33 released.
1678
1679         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1680
1681         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1682
1683         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1684         warning is issued about dummy.dep.
1685
1686         * scm/new-font.scm: fix design sizes of nummer
1687
1688 2004-03-21  Werner Lemberg  <wl@gnu.org>
1689
1690         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1691         some annoying warnings from mkdir during `make install'.
1692
1693 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1694
1695         * lily/performer-group-performer.cc (do_announces): call
1696         Performer_group_performer::create_audio_elements () too.
1697
1698         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1699
1700         * scm/define-grobs.scm (all-grob-descriptions): add property
1701         break-align-orders
1702
1703         * lily/global-context.cc (get_default_interpreter): new
1704         function. Override from base class, so no new Score contexts are
1705         created.
1706
1707         * lily/include/stencil.hh (class Stencil): document origin field.
1708
1709         * lily/staff-symbol.cc (print): span staff-symbol on column
1710         extents for non-broken columns. 
1711
1712         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1713         key-signature.
1714
1715         * tex/titledefs.tex: don't use smallcaps for piece.
1716
1717         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1718         translated stencils in the output.
1719
1720         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1721
1722 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1723
1724         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1725         and init ties_created_
1726
1727         * VERSION: release 2.1.32
1728
1729         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1730         doc string from IMPLEMENT_CTOR_CALLBACK().
1731
1732         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1733         that engraver is in a performer hierarchy.
1734
1735 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1736
1737         * vim/lilypond-ftdetect.vim: new file.
1738
1739 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1740
1741         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1742         (compose_ly): default octave should be middle C.
1743
1744         * Documentation/user/changing-defaults.itely (Layout tunings
1745         within contexts): new node.
1746
1747         * lily/include/smobs.hh: document C++ smob interface.
1748
1749         * lily/function-documentation.cc: don't doc functions without
1750         docstring.
1751
1752 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1753
1754         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1755         direntry, so that `info lilypond' goes to Top.
1756
1757         * scm/output-ps.scm (polygon): Fix: add spaces.
1758
1759         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1760         solutions are now optimal too.
1761
1762         * input/test/page-breaks.ly: New file.
1763
1764         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1765         functions into safe module.
1766
1767         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1768         end, prepend zeros.
1769
1770         * scm/output-*.scm: Use ly:number->string rather than
1771         number->string.  Makes for saner output.
1772
1773         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1774         Fixes feta-nummer, feta-din scaling.
1775
1776 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1777
1778         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1779
1780         * scm/music-functions.scm (descend-to-context): new
1781         function. Similar to context-spec-music.
1782         (make-time-signature-set): specify Score as descend-only. This
1783         fixes the polymetric.ly example.
1784
1785         * lily/context-specced-music-iterator.cc (construct_children): add
1786         support for descend-only context spec.
1787
1788         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1789         determine ez-notation letter. 
1790
1791         * lily/system.cc (get_line): start with dumping layer 3. This
1792         fixes ez notation.
1793
1794 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1795
1796         * input/test/title-markup.ly: Stress breaking harder.
1797
1798         * scm/page-layout.scm (height-score): Overfull page scores twice
1799         as bad as underfull (was: by a power).
1800         (walk-lines): Omit first walk-path round (breaking after new node,
1801         without lines).
1802
1803         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1804         diff values are negative.
1805         (output): Bugfix: treat negative vfill differently.
1806
1807         * Documentation/user/lilypond.tely (direntry): Add note about why
1808         `info lilypond' brings up `Invoking LilyPond' node.
1809
1810 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1811
1812         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
1813
1814         * lily/paper-book.cc: Remove cruft.
1815         (output): Bugfix: put vfill between lines.
1816         (pages): Bugfix: set page vars needed for filling.
1817
1818         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
1819         (was: @ar).
1820
1821         * scm/page-layout.scm: Further development.
1822
1823         * ly/declarations-init.ly (paper): Define page-breaking.
1824
1825 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1826
1827         * lily/note-head.cc (brew_ez_stencil): add note-names
1828         property. Provides internationalization for note names.
1829
1830         * Documentation/user/changing-defaults.itely (Creating contexts):
1831         new node.
1832
1833         * lily/grace-iterator.cc (process): descend to child for \grace.
1834
1835         * lily/timing-translator.cc (initialize): Timing_translator adds
1836         Timing alias by itself.
1837
1838         * lily/context.cc (add_alias): new function.
1839
1840         * scm/lily.scm (tex-output-expression): new function, eval within
1841         drawing API. Guards against eval vulnerabilities.
1842
1843         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
1844
1845         * scm/output-ps.scm (scm): export lily drawing API.
1846
1847         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
1848         throughout.
1849
1850 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1851
1852         * scm/page-layout.scm (optimal-page-breaking): New function.
1853         
1854         * lily/paper-book.cc (pages): Use it.
1855
1856 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1857
1858         * lily/include/paper-line.hh (class Paper_line): Full smob.
1859
1860 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1861
1862         * lily/global-context.cc (run_iterator_on_me): fix grace note
1863         nesting by initting measurePosition.
1864
1865         * lily/timing-translator.cc (initialize): do no init
1866         measurePosition
1867         
1868         * lily/include/music-output-def.hh (class Music_output_def): add
1869         input_origin_ field.
1870
1871         * Documentation/user/changing-defaults.itely (Changing context
1872         properties on the fly): new node.
1873
1874         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
1875         function. Only have smobbed_copy (), and do not provide
1876         smobbed_copy() for non-simple smobs. Changes throughout.
1877
1878 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1879
1880         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
1881         start_moment_. Fix by Doug A. Linhardt.
1882
1883 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1884
1885         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
1886         accidentals for harmonic notes.
1887
1888         * lily/note-collision.cc (check_meshing_chords): don't merge heads
1889         of different style. (Thanks to Doug Linhardt).
1890
1891         * Documentation/user/changing-defaults.itely (Scheme tutorial):
1892         new node.
1893
1894 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
1895
1896         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
1897
1898         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
1899         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
1900         vim/lilypond-indent.vim: doc targets and deps in comments.
1901
1902 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1903
1904         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
1905
1906         * lily/system.cc (get_line): Return Paper_line.  Change all users.
1907
1908         * lily/include/paper-line.hh:
1909         * lily/include/paper-line.cc: New file.
1910
1911 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1912
1913         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
1914
1915         * GNUmakefile.in: remove stray make out=www
1916
1917         * input/test/bagpipe.ly (gcdg): octave fixes.
1918
1919         * scm/define-markup-commands.scm (number): use font-encoding
1920         iso. font-family
1921
1922         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
1923         font-encoding.
1924         
1925 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
1926
1927         * lily/parse-scm.cc: compile-bugfix: add missing header files for
1928         `output_format_global' and `PAGE_LAYOUT'.
1929
1930 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1931
1932         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
1933         lily functions in safe mode.
1934
1935         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
1936         Print filename for HTML, LATEX, before texidoc.
1937
1938         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
1939         instructions in output-ps module.
1940
1941         * scm/lily.scm: Do not load output-ps module.
1942
1943         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
1944         safe mode.
1945
1946 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1947
1948         * lily/span-dynamic-performer.cc (process_music): remove spurious
1949         warning.
1950
1951         * lily/context-def.cc (Context_def): init name to ""
1952
1953         * lily/font-interface.cc: add font-encoding property.
1954
1955         * scm/lily.scm (chain-assoc-get): bugfix.
1956
1957         * lily/paper-book.cc (stencil2line): protect static SCM.
1958
1959         * lily/font-interface.cc (text_font_alist_chain): rename function,
1960         and use text-font-defaults. 
1961
1962         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
1963
1964         * scm/paper.scm (paper-set-staff-size): use new function.
1965
1966         * scm/new-font.scm (make-font-tree): new function.
1967
1968 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1969
1970         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
1971
1972         * scm/lily.scm (get-output-module): New function.
1973         (output-alist): Remove ,ps-output-expression.
1974
1975         * scm/output-tex.scm (ps-output-expression): New function.
1976
1977         * scm/output-ps.scm (ps-output-expression): Remove.
1978         (header, start-page): Output page metadata.
1979
1980         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
1981         initialise output_module_.  Do not write part of header.
1982         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
1983         (output_header): Output full header.
1984
1985         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
1986         FIXME.
1987
1988 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1989
1990         * scm/new-font.scm: new file. Tree based font lookup.
1991
1992         * scm/lily.scm (assoc-get): take default argument. Remove
1993         assoc-get-default.
1994         (chain-assoc-get): use chain-assoc-get everywhere.
1995
1996         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1997         autobeamsettings conversion bug.
1998
1999         * lily/include/global-context.hh (Context): clean-up data hiding.
2000
2001         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2002         data hiding.
2003
2004         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2005
2006         * input/regression/stem-shorten.ly: add chord case.
2007
2008         * lily/stem.cc (get_default_stem_end_position): shorten stems
2009         triggered by note-head positions, not by forced-direction. This
2010         fixes a bug with too short stems.  
2011  
2012 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2013
2014         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2015         Lilypond_snippet.output_latex): Always call output_print_filename.
2016
2017         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2018         expand pages.
2019
2020 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2021
2022         * scm/part-combiner.scm (make-autochange-music): switch rests
2023         before switched notes too.
2024
2025         * lily/figured-bass-engraver.cc (process_music): change calling
2026         convention.
2027
2028         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2029
2030         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2031         command.
2032
2033         * lily/include/stencil.hh (class Stencil): add origin field.
2034
2035         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2036         function.
2037
2038         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2039
2040         * lily/lexer.ll: remove support for \$ and $ in identifiers
2041
2042         * lily/sequential-iterator.cc: remove copy_grace_fixups
2043         (get_grace_fixup): slight abstraction of fixup code.
2044
2045         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2046
2047 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2048
2049         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2050         in insert-mode. add indenting rules.
2051
2052 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2053
2054         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2055         protect hack.
2056
2057         * scm/page-layout.scm:
2058         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2059         layout and titling should now match external latex based version.
2060
2061         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2062         header fields.
2063
2064         * ps/lilyponddefs.ps: Remove automatic page layout.
2065
2066         * scm/output-ps.scm (new-start-system): New interface function.
2067
2068         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2069
2070         * lily/paper-book.cc (output): Bugfix.
2071
2072 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2073
2074         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2075         
2076 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2077
2078         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2079         direntries.
2080
2081         * ps/lilyponddefs.ps: Bugfix.
2082
2083         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2084
2085 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2086
2087         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2088         cause. This should fix warnings.
2089
2090         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2091
2092         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2093         prevent aligned 6ths.
2094
2095         * lily/custos.cc (print): remove adjust-if-on-staffline.
2096
2097 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2098
2099         * lily/paper-book.cc: Do header and footer.
2100
2101 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2102
2103         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2104
2105         * scm/paper.scm (lineheight): Remove
2106         (head-sep, foot-sep): Add.
2107
2108 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2109
2110         * mf/feta-schrift.mf: reduce portato thickness.
2111
2112         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2113
2114         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2115         programming_error ().
2116
2117         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2118         bracket to last command column.
2119
2120         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2121         continues on next/prev system.
2122
2123         * input/regression/pedal-end.ly: new file.
2124
2125 2004-03-10  Werner Lemberg  <wl@gnu.org>
2126
2127         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2128         Remove pmx2ly stuff.
2129         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2130
2131 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2132
2133         * scm/page-layout.scm: New file.
2134
2135         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2136         settings.
2137         (Lilypond_snippet.is_outdated): Also check for PNG file.
2138         Workaround for interrupted (web) builds.
2139
2140         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2141
2142         * ps/lilyponddefs.ps: Use only very small top-marging.
2143         (init-paper): Also pop page size string.
2144         (start-page, stop-page): New function.
2145
2146         * scm/output-ps.scm (header-end): Remove stray exec commands.
2147
2148 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2149
2150         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2151
2152         * lily/score.cc (default_rendering): clean protection.
2153
2154         * lily/paper-book.cc (mark_smob): implement smob marking.
2155
2156         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2157
2158         * Documentation/user/*.itely: user manual edits. 
2159
2160 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2161
2162         * Documentation/user/converters.itely (Invoking musedata2ly):
2163         remove pmx2ly.
2164
2165         * scripts/pmx2ly: remove script.
2166         
2167 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2168
2169         * lily/score.cc (default_rendering): Protect paper-book members.
2170
2171         * lily/paper-def.cc (smobbed_copy): New method.
2172
2173         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2174         switch runtime.
2175
2176         * lily/include/music-output.hh (process): Change signature to
2177         return SCM.
2178
2179         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2180         method.
2181
2182         * lily/paper-score.cc (process): Return stencils rather than
2183         outputting directly.  Remove paper-book kludge.  Delete grobs.
2184         (output): Remove.
2185
2186         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2187
2188         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2189
2190         * lily/score.cc (default_rendering)
2191         (ly_render_output): Move adding paper-score two levels up.
2192
2193         * lily/system.cc (get_line):
2194         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2195
2196 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2197
2198         * scm/font.scm (paper20-font-vector): add more design sizes for
2199         number.
2200
2201         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2202         feta-nummber{5,7,11,13}.
2203
2204         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2205         for 12pt design size. 
2206
2207 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2208
2209         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2210
2211 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2212
2213         * lily/font-select.cc (properties_to_font_size_family): Fix
2214         warning message.
2215
2216         * Experimental PostScript latin1 encoding:
2217         
2218         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2219
2220         * scm/output-ps.scm: Experimental encoding using reencode-font.
2221         * scm/font.scm: Add latin1 `font-shape'.
2222         
2223         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2224
2225         * ps/lilyponddefs.ps (reencode-font): New function.
2226
2227         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2228
2229         * scm/output-tex.scm (start-page):
2230         (stop-page): New interface function.
2231
2232 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2233
2234         * lily/paper-outputter.cc (output_expr):
2235         (output_header):
2236         (output_line): New method.
2237
2238         * lily/system.cc (get_line):
2239         (get_lines): New method.
2240         (output_scheme):
2241         (output_line): Remove.
2242
2243         * scm/lily.scm (make-title): New function.
2244
2245         * lily/paper-book.cc: 
2246         * lily/include/paper-book.hh: New file.
2247
2248         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2249         ly-modules.hh).
2250
2251         * lily/ly-module.cc (ly_modules_lookup): New function.
2252
2253         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2254
2255         * scm/output-ps.scm (make-title): Remove.
2256         (output-scopes): Junk header-title test.
2257
2258 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2259
2260         * mf/feta-schrift.mf: thicker dot for portato.
2261
2262         * lily/accidental-placement.cc (position_accidentals): bugfix in
2263         offset, this fixes right-padding of AccidentalPlacement.
2264
2265         * lily/[h-z]*.cc: () formatting.
2266
2267         * Documentation/user/tutorial.itely (An orchestral part): more
2268         fixes for the tutorial.
2269
2270         * scm/translation-functions.scm (fraction-tuplet-formatter):
2271         reverse fraction.
2272
2273         * lily/parser.yy (context_def_spec_block): use \context instead of
2274         \translator.
2275
2276         * lily/[a-g].cc: () style cleanup.
2277
2278         * Documentation/user/tutorial.itely (Automatic and manual beams):
2279         editing of tutorial.
2280
2281 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2282
2283         * buildscripts/mf-to-table.py (base): write encoding name.
2284
2285 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2286
2287         * Documentation/user/GNUmakefile (local-install-info): Issue
2288         warning (for packager, ie, if not installing in /usr or /usr/local).
2289
2290         * lily/stencil-scheme.cc: 
2291         * lily/staff-symbol-referencer.cc: 
2292         * lily/script-column.cc: 
2293         * lily/pitch.cc: 
2294         * lily/music.cc: 
2295         * lily/grob-pq-engraver.cc: 
2296         * lily/font-interface.cc: 
2297         * lily/music-output-def.cc: 
2298         * lily/duration.cc: 
2299         * lily/grob-scheme.cc:
2300         * lily/context-scheme.cc: Put scheme name on first line in
2301         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2302         style cleanups.
2303
2304         * stepmake/stepmake/scm-vars.make: 
2305         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2306         Rename and split TAGS_FILES.
2307
2308         * GNUmakefile.in (ALL-TAGS): Remove.
2309         
2310         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2311         deeper TAGS files.  Fixes regexp tags in TOP dir.
2312
2313 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2314
2315         * VERSION: 2.1.29 released.
2316         
2317         * Documentation/user/changing-defaults.itely (Changing defaults):
2318         new file.
2319
2320         * Documentation/user/notation.itely (Notation manual): rename from 
2321         refman.itely
2322
2323         * Documentation/user/notation-appendices.itely (The Feta font):
2324         new file.
2325
2326         * Documentation/user/advanced.itely: add aborted attempt for
2327         advanced topics manual.
2328
2329 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2330
2331         * scm/new-markup.scm: display Markups in sane format. Patch by
2332         Nicolas Sceaux.
2333
2334 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2335
2336         * lily/main.cc: Cleanups.
2337         (setup_localisation): New function.
2338         (sane_putenv): Remove.
2339         (main_with_guile): New name (Was: main_prog).  Remove musings
2340         about possible preparation for GUILE heavy memory usage and
2341         practical uselessness.  Do not set environment variables
2342         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2343         name juggling.
2344         (parse_argv): New function.
2345         (copyright): New function.  It's 2004 already.
2346
2347         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2348         (distill_inname): Move from main.
2349
2350 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2351
2352         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2353
2354         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2355
2356         * Documentation/user/running.itely: new file.
2357
2358         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2359
2360         * lily/score-performer.cc (finish): call Translator::finalize ().
2361
2362 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2363
2364         * lilypond-ftpplugin.vim: renamed to the following file.
2365         * lilypond-ftplugin.vim: new file.
2366
2367         * GNUmakefile.in: update VIM_FILES.
2368
2369 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2370
2371         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2372         props.
2373
2374         * input/test/tie-sparse.ly: remove.
2375
2376         * lily/tie-performer.cc (try_music): copy & paste from
2377         Tie_engraver.
2378
2379         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2380         variable_ref twice.
2381
2382         * lily/key-performer.cc (create_audio_elements): use
2383         alterations-in-key.
2384
2385         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2386
2387 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2388
2389         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2390         handle also quarter tones (not shown as tests). test also flats.
2391
2392         * Documentation/index.html.in: small fixes.
2393
2394 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2395
2396         * input/regression/new-markup-scheme.ly: Typo.
2397
2398         * scm/define-markup-commands.scm (fill-line): New markup.
2399
2400         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2401         (output-paper-def): Fix alignment.
2402         (make-title): Fix height/width scaling.
2403
2404         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2405
2406         * input/test/title-markup.ly: Add remaining titles.  Layout and
2407         font size fixes.  Add simplistic latin1 test.
2408
2409 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2410
2411         * input/test/nested-groups.ly: remove. move content (to next). 
2412         * input/test/staff-bracket.ly: replace content (from prev), this 
2413         has been already in templates.
2414
2415 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2416
2417         * stepmake/autogen.sh: Only issue warning about running configure
2418         without arguments when autogen.sh will actually be running
2419         configure.
2420
2421 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2422
2423         * scm/new-markup.scm (stack-stencil-line): robustness.
2424
2425         * scm/define-markup-commands.scm (simple): robustification of
2426         simple-markup.
2427
2428         * Documentation/user/music-glossary.tely (Top): change central C
2429         to middle C.
2430
2431         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2432
2433 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2434
2435         * input/test/title-markup.ly (spaceTest): Add.
2436
2437         * lily/text-item.cc (interpret_markup): Make line markup from
2438         multi word markup.
2439
2440         * scm/define-markup-commands.scm (word): New markup command.
2441         (simple): Use it.
2442
2443         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2444
2445 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2446
2447         * vim/ftplugin/lilypond.vim:
2448         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2449         show matching paren in insert mode.
2450
2451 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2452
2453         * scm/output-ps.scm (make-title, output-scopes): Further
2454         development.
2455
2456         * input/test/title-markup.ly: New file.
2457
2458         * ps/lilyponddefs.ps: Disable PostScript titling.
2459
2460         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2461
2462 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2463
2464         * lily/arpeggio.cc (width_callback): remove padding.
2465  
2466         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2467
2468         * scm/define-music-types.scm: remove make-music-by-name.
2469
2470         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2471
2472 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2473
2474         * lily/paper-score.cc (process): Output titles using make-title.
2475
2476         * scm/output-ps.scm (output-stencil): Display directly instead of
2477         constructing string.
2478         (make-title): New function.
2479
2480 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2481
2482         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2483         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2484         Move documentation of LaTeX packages for latin1 characters to the
2485         lilypond-book manual.
2486
2487 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2488
2489         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2490
2491         * vimrc: add menu in console and shortcut <F10> for it.
2492
2493         * vim/:
2494         * vim/compiler/:
2495         * vim/syntax/:
2496         * vim/indent/:
2497         * vim/ftplugin/: new directories.
2498         
2499         * vim/filetype.vim: new file.
2500
2501         * lilypond.vim: remove files (see next).
2502         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2503
2504         * vimrc: remove file (see next).
2505         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2506
2507         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2508         add header. apply bindings only locally.
2509
2510         * vim/indent/lilypond.vim: new file.
2511
2512         * vim/ftplugin/lilypond.vim: remove errorformat.
2513         * vim/compiler/lilypond.vim: new file for errorformats.
2514
2515         * Documentation/topdocs/INSTALL.texi: give easier orders.
2516
2517         * ROADMAP: add vim/
2518
2519 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2520
2521         * Documentation/user/introduction.itely (Introduction): Use @image
2522         iso @html <img...>.  Add workaround for images in columns in info.
2523
2524         * stepmake/aclocal.m4: Store computed version in variable.
2525
2526         * configure.in: Export MAKEINFO_VERSION.
2527
2528         * config.make.in (MAKEINFO_VERSION): Add.
2529
2530         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2531
2532         * Documentation/user/GNUmakefile: Only build info with images when
2533         building web.
2534
2535         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2536
2537         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2538         stuff from documentation-targets.make
2539
2540 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2541
2542         * VERSION: 2.1.28 released
2543         
2544         * scripts/convert-ly.py (conv): 
2545
2546 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2547
2548         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2549         \arpeggioBoth. redefine \arpeggioBracket.
2550
2551         * Documentation/user/refman.itely: document new arpeggio
2552         functions.
2553
2554         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2555
2556         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2557
2558         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2559
2560 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2561
2562         * Documentation/user/introduction.itely (Automated engraving):
2563         rewrite introduction using website text.
2564
2565 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2566
2567         * scm/*.scm: make-music-by-name is replaced by make-music, which
2568         also accept music property settings, eg:
2569           (make-music 'TextScriptEvent 'direction DOWN 'text
2570               (make-simple-markup x))
2571
2572         Patch courtesy Nicolas Sceaux
2573
2574         * lily/beam-quanting.cc: cleanup, separate counts for left and
2575         right beam ends.
2576
2577         * lily/side-position-interface.cc (quantised_position): also
2578         quantize staccato position for forced stem directions. 
2579
2580 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2581
2582         * scm/*.scm: Patch by Nicolas Sceaux: 
2583
2584         * scm/music-functions.scm: ly:grob-property and ly:music-property
2585         are made procedure with setters.
2586
2587         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2588         
2589 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2590
2591         * input/test/[t-v]*.ly: finish rewriting texidocs.
2592
2593         * input/test/vaticana.ly: remove.
2594         * input/test/ligature-vaticana.ly: new, renamed file name.
2595
2596         * input/test/stem-centered.ly: remove.
2597         * input/test/mensural-note-heads.ly: new file. take content from
2598         removed file stem-centered.ly.
2599
2600         * input/test/scales-greek.ly: simplify.
2601
2602         * input/test/s*.ly: reformulate texidocs.
2603         
2604         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2605         of missing features.
2606
2607 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2608
2609         * input/test/[j-o]*.ly: update texidocs.
2610
2611 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2612
2613         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2614
2615         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2616         images.
2617
2618         * Documentation/user/lilypond.tely (@direntry): Update.
2619
2620         * stepmake/stepmake/documentation-targets.make
2621         (install-info,uninstall-info): Install into $(package_infodir).
2622         Install images.  Run install-info to update dir.
2623
2624         * config.make.in (package_infodir): Add.
2625
2626         * Documentation/user/GNUmakefile (info-with-images,
2627         local-install-info, local-uninstall-info): New target.
2628
2629 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2630
2631         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2632         gap/threshold.
2633
2634         * lily/beam-quanting.cc (score_slopes_dy): remove
2635         ROUND_TO_ZERO_SLOPE kludge.
2636
2637         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2638
2639         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2640
2641         * lily/global-context.cc (Global_context): alway accept Score
2642         (run_iterator_on_me): cast Context to Score_context, not
2643         Context_def.
2644
2645         * Documentation/user/refman.itely: documentation patch by Edward
2646         Sanford Sutton.
2647
2648         * mf/GNUmakefile: unset sauter-fonts.
2649
2650 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2651
2652         * scripts/lilypond-book.py (output_texinfo): Output @image
2653         descriptions for info too.
2654
2655         * input/test/chord-names-jazz.ly: 
2656         * input/test/embedded-scm.ly: Clarify.
2657
2658         * input/test/cautionaries.ly: Typo.
2659
2660         * lily/input-smob.cc (ly_input_location): Compile fix.
2661
2662 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2663
2664         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2665
2666         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2667         fixes problems with system defaults being reverted with \override
2668         on Score level.
2669
2670         * lily/global-context.cc (Global_context): apply property-ops to
2671         Global_context too. 
2672
2673 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2674
2675         * scm/output-ps.scm (stencil->string): Rewrite.
2676
2677 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2678
2679         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2680         impersonal style.
2681
2682 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2683
2684         * lily/input-smob.cc (ly_input_location: New function.
2685
2686         * scm/define-markup-commands.scm (upright): New markup command.
2687
2688         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2689
2690         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2691
2692         * scm/output-ps.scm (output-stencil): New function.
2693
2694         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2695         of snippet types; fixes @ignore and @verbatim blocks.
2696
2697 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2698
2699         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2700         to a file in printed documentation, instead, refer either to a 
2701         syntax or to an output.
2702
2703 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2704
2705         * input/regression/beam-center-slope.ly: Add test.
2706
2707 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2708
2709         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2710         (SAUTER_FONTS): Reinstate.
2711
2712         * scm/define-markup-commands.scm (caps): New markup command.
2713
2714         * scm/output-ps.scm (output-scopes): Experimental markup output.
2715
2716         * scm/: Add missing headers.
2717
2718         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2719
2720         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2721
2722 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2723
2724         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2725         Stray style cleanups.
2726
2727 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2728
2729         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2730         no dot combination.
2731
2732         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2733         substitute \override Staff.autoBeamSettings too
2734
2735         * Documentation/user/tutorial.itely: proofreading fixes by David
2736         Bobroff
2737
2738 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2739
2740         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2741
2742         * ps/music-drawing-routines.ps: 
2743         * ps/lilyponddefs.ps: Add end markers.
2744
2745 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2746
2747         * VERSION: 2.1.27 released.
2748         
2749         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2750
2751         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2752         obey documentation.
2753
2754 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2755
2756         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2757
2758         * scm/output-ps.scm: Resurrect.
2759         
2760         * scm/output-tex.scm: Minimal cleanups.
2761
2762         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2763
2764         * make/ly-rules.make: Remove any broken lily-*.tex files before
2765         lilypond-book run.
2766
2767         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2768         comment.
2769
2770         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2771         Enabled by default, may save 10% compile time.
2772
2773 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2774
2775         * lily/lyric-phrasing-engraver.cc: remove
2776         
2777         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2778         longer necessary. 
2779
2780         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2781         so lyric-phrasing-engraver is no longer necessary.
2782
2783         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2784         Grob_pq_engraver from Staff.
2785
2786         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2787         busyGrobs directly.
2788
2789         * input/regression/quote-transposition.ly: new file.
2790
2791         * lily/recording-group-engraver.cc (stop_translation_timestep):
2792         store instrumentTuning too. 
2793
2794         * lily/quote-iterator.cc (process): transpose events using
2795         instrumentTuning.
2796
2797         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2798         -> \tuning <pitch>
2799
2800         * lily/parser.yy (command_req): add \tuning command for setting
2801         instrument tuning of staff.
2802
2803         * Documentation/user/GNUmakefile
2804         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2805
2806         * Documentation/user/refman.itely (Customized accidental rules):
2807         typo.
2808
2809 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2810
2811         * Documentation/user/music-glossary.tely: remove the missing norwegian
2812         translation; they can be put in later properly.
2813
2814 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2815
2816         * lily/recording-group-engraver.cc (start_translation_timestep):
2817         init Recording_group_engraver twice.
2818
2819 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2820
2821         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
2822         stray style cleanups:
2823
2824         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
2825         -Wmissing-prototypes.
2826
2827         * flower/include/killing-cons.tcc (Killing_cons): Add template
2828         specifier for car_.
2829
2830         * flower/include/parray.hh (binsearchs): Add template specifier
2831         for maxkey.
2832
2833         * flower/include/interval.hh: Declare elem () with template specfier.
2834
2835 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2836
2837         * elisp/lilypond-indent.el (get-buffer-size): add customization
2838         groups for several variables (Reuben Thomas).
2839
2840 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2841
2842         * Documentation/user/invoking.itexi (Point and click): add index
2843         entry.
2844
2845         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
2846         go under beam.
2847
2848         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
2849         sarabande beam. 
2850
2851         * flower/warn.cc (programming_error): cross fingers not thumbs.
2852
2853         * lily/rest.cc (polyphonic_offset_callback): return 0 when
2854         staff-position is set.
2855
2856         * VERSION: release 2.1.26 
2857         
2858         * scm/chord-entry.scm (construct-chord): process transposition
2859         after processing explicit-11.  
2860
2861 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2862
2863         * lily/parser.yy (add_quote): add syntax for adding quotes:
2864         \addquote "id-string" Music
2865
2866         * scripts/lilypond-book.py (do_file): do not overwrite input file.
2867
2868         * scripts/convert-ly.py (conv): add rules for name changes.
2869
2870         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
2871         music/context/grob property functions. Internally, use
2872         get_property() and set_property() for both.
2873
2874 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
2875
2876         * elisp/lilypond-mode.el (get-buffer-size): define new function,
2877         for Emacs <= 20 (Laurent Martelli).
2878
2879 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2880
2881         * lily/parser.yy (command_element): extract quoted vector in
2882         parser.
2883
2884         * input/regression/quote.ly: new file.
2885
2886         * lily/sequential-iterator.cc (process): only process if moment >= 0.
2887
2888         * lily/parser.yy (command_element): \quote DURATION NAME: support
2889         cue notes. 
2890
2891         * lily/quote-iterator.cc (class Quote_iterator): new file.
2892
2893 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2894
2895         * lily/auto-beam-engraver.cc (try_music): accept and process
2896         beam-forbid-event.
2897
2898         * input/regression/auto-beam-no-beam.ly: new file.
2899
2900 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2901
2902         * lily/accidental.cc (print): Change font-relative-size ->
2903         font-size. Fixes cautionary-style = smaller.
2904
2905 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2906
2907         * lily/system-start-delimiter.cc (staff_brace): remove
2908         font-relative-size
2909
2910         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
2911         forgotten with scm_list_n. Fixes spurious coredumps.
2912
2913         * lily/accidental-engraver.cc (stop_translation_timestep): move
2914         update of localKeySignature to stop_translation_timestep (). This
2915         makes sure that all ties are noticed at the right moment.
2916         (stop_translation_timestep): clear tie only when right-side
2917         notehead was seen.
2918         (number_accidentals_from_sig): cleanup. 
2919
2920         * input/regression/accidental-tie.ly (mus): new file
2921
2922         * input/regression/tie-accidental, tie-break-accidental.ly: remove
2923         these longish tests.
2924
2925 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2926
2927         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
2928
2929         * THANKS: update bugreporter list.
2930
2931         * lily/beam.cc (print): broken beams last until end of staff.
2932         (print): broken beams start from prefatory matter.
2933
2934         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
2935
2936         * lily/paper-score.cc (process): dump header only once.
2937
2938         * lily/paper-outputter.cc (Paper_outputter): move logic into
2939         Scheme.
2940
2941         * scm/output-tex.scm (output-scopes): new function.
2942         (output-paper-def): new function
2943         (tex-string-def): new function
2944         (symbol->tex-key): new function
2945
2946         * scripts/convert-ly.py (conv): add rule for | ~
2947
2948 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
2949
2950         * input/regression/{many}.ly: refresh, trying to guess how
2951         it was designed.
2952
2953 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2954
2955         * VERSION: release 2.1.25
2956
2957         * scm/define-translator-properties.scm
2958         (all-user-translation-properties): add printOctaveNames
2959
2960         * ly/engraver-init.ly: remove Note_event_swallower from
2961         NoteNamesContext.
2962
2963         * lily/note-name-engraver.cc (process_music): new property
2964         printOctaveNames
2965
2966         * lily/context.cc (find_existing_context): remove support for
2967         Current.
2968
2969         * scm/music-functions.scm (set-accidental-style): new function;
2970         duplicate accidental macros.
2971
2972         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
2973
2974         * lily/note-name-engraver.cc (process_music):
2975         process_acknowledged_grobs () -> process_music ()
2976
2977         * scm/part-combiner.scm (determine-split-list): robustification.
2978
2979 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2980
2981         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
2982         lines for falling into beam-gap.
2983         (score_forbidden_quants): check all staff lines for falling in
2984         beam gaps.
2985
2986         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
2987         key/clef/time signatures. 
2988
2989         * input/test/ossia.ly: revise example.
2990
2991         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
2992         cleanup.
2993         
2994         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
2995         comply to Scheme standard.  Remove ly:get-paper-variable
2996
2997 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2998
2999         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3000
3001 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3002
3003         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3004         properties from Voice context. This fixes accidental size for
3005         staff-switches during grace contexts.
3006
3007         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3008         if necessary. Else, simply wipe dots.
3009
3010         * input/test/beam-alternate.ly: new file
3011
3012         * input/test/piano-staff-distance.ly: new file.
3013
3014         * lily/translator-group.cc (recurse_down_translators): use
3015         Direction for bottom-up/top-down.
3016
3017         * lily/include/translator.hh (class Translator): add
3018         process_music() and do_announces(). This obviates
3019         recurse_down_{engravers,performers}.
3020
3021         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3022         \melisma and \melismaEnd
3023
3024         * lily/melisma-engraver.cc (process_music): change to
3025         Melisma_translator, unify with performer. Accept
3026         ManualMelismaEvent.
3027
3028         * ly/engraver-init.ly: add Font_size_engraver.
3029
3030 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3031
3032         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3033         it hara-kiri.
3034
3035         * input/regression/{many}.ly: improve descriptions trying to figure
3036         out what is tested.
3037
3038 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3039
3040         * lily/slur.cc (broken_trend_offset): robustness fix.
3041
3042         * VERSION: release 2.1.24
3043
3044         * lily/context.cc (find_create_context): go to Score if it exists.
3045
3046         * lily/context-scheme.cc: new file.
3047
3048         * lily/score-translator.cc (get_output): new file.
3049
3050         * lily/include/grob-info.hh: origin_contexts() now does not
3051         include the originating engraver
3052
3053         * lily/translator-group.cc (translator_each): clean up contents,
3054         remove superfluous stubs. Engraver_group_engraver and
3055         Performer_group_performer are the only classes using multiple
3056         inheritance.
3057
3058         * lily/include/score-context.hh (class Score_context): interface
3059         between Score_{engraver,performer} and Global_context.
3060
3061         * lily/include/global-context.hh (Context): change from
3062         global-translator. This is the entry point for contexts; it is not
3063         tweakable using \translator{}. Score is no longer the top context,
3064         but sits underneath Global.
3065
3066         * lily/include/context.hh (class Context): brain surgery: split
3067         out Context functionality from Translator_group. Context is now a
3068         separate type from Translator.
3069
3070 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3071
3072         * lily/include/translator.hh (class Translator): make
3073         get_score_context() and get_global_translator (), and use the one
3074         which is appropriate.
3075
3076         * lily/context.cc: partially put functionality of Translator_group
3077         into Context.
3078
3079         * lily/include/context.hh (Translator): new class: put between
3080         Translator and Translator_group. 
3081
3082         * lily/new-accidental-engraver.cc: remove file.
3083
3084 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3085
3086         * input/regression/{many}.ly: improve descriptions: use complete 
3087         sentences, try to describe what is tested, avoid `we´, do not use 
3088         don't, ... 
3089
3090 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3091
3092         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3093         is at EOL.
3094
3095         * Documentation/user/lilypond.tely: declare the topmost node only
3096         once; removes empty line in @contents.
3097
3098         * Documentation/user/music-glossary.tely: really add Finnish author.
3099         Draw more beatiful `->´ arrow in html: &rarr;
3100
3101 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3102
3103         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3104
3105         * scripts/convert-ly.py (conv): add ly:music-list  change.
3106
3107         * lily/grob.cc: edit doc string.
3108
3109         * scm/define-grob-properties.scm (all-user-grob-properties):
3110         proofreading, editing of doc strings.
3111
3112         * input/regression/tablature-string-tunings.ly: new file.
3113
3114         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3115         listen to stringTunings
3116
3117         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3118         for self-alignment-[XY] code.
3119  
3120 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3121
3122         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3123         cond) into function. Cleanup.
3124
3125         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3126         
3127         * VERSION (PACKAGE_NAME): 2.1.23 released
3128
3129 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3130
3131         * Documentation/user/{refman,internals}.itely: small fixes.
3132
3133 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3134
3135         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3136         accidentals for harmonic notes
3137
3138         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3139         for harmonic notes.
3140
3141         * scm/document-backend.scm (interface-doc): prune Grob
3142         documentation: don't duplicate interface information.
3143
3144         * lily/*.cc: lots of updates of doc strings.
3145
3146 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3147
3148         * input/test/ac-extra-voice.ly (accompany): remove file.
3149
3150         * input/test/maximum-rest-count.ly: remove file.
3151
3152         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3153         conversion rule for \translator { }. Apply everywhere.  
3154
3155         * lily/parser.yy (music_property_def): set property for \once in
3156         the PropertyMusic itself, not the ContextSpec.
3157         (property_operation): change syntax within \translator { }
3158
3159         * scm/define-music-properties.scm (all-music-properties): clean up.
3160
3161         * lily/auto-beam-engraver.cc (test_moment): use
3162         updated_grob_properties() to retrieve autoBeam settings.
3163
3164         * lily/spacing-spanner.cc: bound shortest_playing_len by
3165         measure_length
3166
3167         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3168         multi-measure events for spacing computation.
3169
3170         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3171         elliptical, to 1.49.
3172
3173         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3174         vertical positioning for polyphony, without RestCollision object.
3175
3176         * lily/note-column.cc (add_head): prevent rests & note heads on
3177         one stem.
3178
3179         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3180         (do_shift): rewrite only-rests case: use common refpoints: the
3181         routine will have sensible results when other rest-translations
3182         have taken place.
3183
3184         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3185         < 0 case. 
3186
3187         * VERSION: 2.1.22 released
3188         
3189         * input/GNUmakefile (SUBDIRS): remove ascii-art
3190
3191 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3192
3193         * input/: Convert ly files that still had \property.  Fixes make
3194         web.  Remove exta spaces around '='. 
3195
3196         * scripts/convert-ly.py (conv): Redundant space fixes.
3197
3198         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3199
3200 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3201
3202         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3203         create scalable PS and PDFs  for input/{test,template,regression}.
3204
3205         * lily/context.cc (is_alias): move function.
3206         (is_alias): add Bottom as context alias. 
3207         (find_create_translator): add Bottom as a context alias for creation.
3208
3209         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3210
3211         * lily/parser.yy (music_property_def): new syntax for property
3212         assignments:
3213
3214         \set A.B = #C , \unset A.B
3215         \override A.B #C = #D, \revert A.B #C 
3216
3217         * lily/my-lily-lexer.cc: remove \property
3218
3219 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3220
3221         * Documentation/user/refman.itely: add dots after seealso refs.
3222
3223         * input/template/{many}.ly: harmonise descriptions.
3224
3225         * Documentation/user/music-glossary.itely: add Finnish author.
3226
3227 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3228
3229         * VERSION (PACKAGE_NAME): release 2.1.21
3230
3231 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3232
3233         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3234
3235         * scripts/lilypond-book.py (snippet_res): @include filename must
3236         not be empty.
3237
3238 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3239
3240         * scm/documentation-generate.scm (markup-doc-string): dump
3241         markup-commands.tely
3242
3243         * scm/define-markup-commands.scm (override): new file.
3244         Move documentation from refman into doc-strings. 
3245
3246         * input/test/staff-container.ly: fix example.
3247
3248         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3249         StaffContainer
3250
3251         * lily/grob.cc: remove point_dimension_callback
3252         (Grob): read forced dimensions from X-extent and Y-extent.
3253         (get_paper): remove preset_extent.
3254
3255         * scm/define-grobs.scm (all-grob-descriptions): remove
3256         point_dimension_callback. 
3257
3258         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3259         textscript to head. This makes no-spacing-rods work on
3260         DynamicText.
3261
3262         * lily/chord-name.cc: remove props chord, bass, inversion.
3263
3264         * Documentation/user/appendices.itely: add Scheme functions,
3265         context-properties and layout properties to manual.
3266
3267         * scm/part-combiner.scm (determine-split-list): include rests in a
3268         solo1/2 sequence.
3269
3270         * lily/new-part-combine-iterator.cc (substitute_both): new
3271         function.
3272         (class New_pc_iterator): add separate Voice=solo context, fixes
3273         autobeams going from chords to solo.
3274
3275 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3276
3277         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3278
3279         * Documentation/user/tutorial.itely:
3280         * Documentation/user/refman.itely: Add short note about being part
3281         of lilypond.tely.
3282
3283         * COPYING: Make note more clear with respect to files that are
3284         explicitely licenced otherwise (Documention/user/ comes to mind).
3285         
3286         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3287         comment about barfing of @c,{}.
3288
3289         * Documentation/user/music-glossary.tely: Add list of authors.
3290
3291         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3292         source (was: also in build log).
3293
3294 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3295
3296         * lily/side-position-interface.cc (general_side_position): if
3297         staff-padding is set, then include staff in support too.
3298
3299         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3300         module workbook
3301
3302         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3303
3304         * lily/tuplet-engraver.cc: remove tupletInvisible
3305
3306         * scm/define-translator-properties.scm: cleanup, separate in
3307         internal and user props. 
3308
3309         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3310         LyricsVoice -> Lyrics
3311
3312         * lily/new-part-combine-iterator.cc (process): only print warning
3313         for symbols.
3314
3315 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3316
3317         * scm/part-combiner.scm: Add proper header.
3318
3319         * All but lily/*: The great --2003 --2004 replace; the missing
3320         `bits'.
3321
3322         * TODO: Fix outline mode.  Add book notes.
3323
3324         * ROADMAP: Update.
3325
3326 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3327
3328         * scm/part-combiner.scm (make-autochange-music): use
3329         accumulator. Fixes stack overflow.
3330
3331         * lily/*: rename brew_molecule -> print , molecule-callback ->
3332         print-function
3333
3334         * scm/define-grob-properties.scm: cleanup. Separate into internal
3335         and user properties.
3336
3337         * lily/translator-property.cc (updated_grob_properties): new
3338         function
3339         (execute_pushpop_property): change to new convention:
3340         object property inits are stored as (cons ALIST BASED-ON). This
3341         storage format allows concurrent tweaks in different contexts.
3342
3343 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3344
3345         * TODO: new file.
3346
3347 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3348
3349         * debian/: Late Debian update (sorry Anthony).
3350
3351         * scripts/lilypond-book.py (do_file): Look for input_file in
3352         include path, or ask kpathsea if LATEX.
3353
3354         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3355         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3356         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3357         --header=texidoc.
3358
3359         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3360         relative.
3361
3362         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3363         only when filtering, default to input_base otherwise.  Coding
3364         style fixes.
3365
3366 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3367
3368         * lily/include/translator.hh (class Translator): add virtual
3369         qualifier.
3370
3371 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3372
3373         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3374
3375 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3376
3377         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3378
3379         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3380         (fixes make web).
3381
3382         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3383         live in $(out)-www).
3384
3385         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3386         dependencies.  Add link to .ly source in HTML output.
3387         (Lilypond_snippet.output_html): Handle multiple page picture
3388         output.
3389         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3390         Make usable for output_texinfo again.
3391
3392         * Documentation/user/GNUmakefile: Add static dependency for
3393         lilypond.tely includes.
3394
3395         * Documentation/user/tutorial.itely: Add some lost `relative'
3396         ly-options.
3397
3398 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3399
3400         * lily/include/translator-group.hh: move Music_output_def member
3401         to Global_translator.
3402
3403         * scripts/lilypond-book.py (do_file):  fix latex output.
3404
3405         * VERSION: release 2.1.20
3406         
3407         * scm/part-combiner.scm (determine-split-list): robustness fix 
3408
3409         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3410
3411         * lily/parser.yy (music_output_def_body): plug memory leak.
3412
3413         * lily/translator-group.cc (add_fresh_group_translator): plug
3414         memory leak: unprotect Translator_group once added.   
3415
3416         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3417
3418         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3419         write .dep file.
3420         (Lilypond_snippet.ly): add \renameinput.
3421
3422 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3423
3424         * Documentation/user/refman.itely (Markup command definition): Doc
3425         by Nicolas Sceaux. Rewrite by Han-Wen
3426
3427         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3428         thing of the line.
3429         (brew_molecule): only remove if hyphen is not at the end of line.
3430         (set_spacing_rods): new function: minimum-length specifies
3431         distance between syllables.
3432
3433         * scm/define-grobs.scm (all-grob-descriptions): add
3434         Hyphen_spanner::set_spacing_rods to LyricHyphen
3435
3436         * input/regression/lyric-hyphen-break.ly: new file.
3437
3438         * input/test/lyric-hyphen-retain.ly: new file.
3439
3440         * lily/new-part-combine-iterator.cc (construct_children):
3441         add Rest direction.
3442
3443 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3444
3445         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3446
3447         * Documentation/bibliography/engraving.bib (donemus1982):
3448         update entry.
3449
3450 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3451
3452         * scripts/lilypond-book.py (Substring.__init__): new class.
3453         (Snippet.output_texinfo): add texidoc option.
3454         (Include_snippet.replacement_text): new class.
3455         (Lilypond_snippet.__init__): new class
3456         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3457
3458         * Documentation/user/refman.itely (Sound): 
3459         note about number of channels.
3460
3461         * scm/music-functions.scm (voicify-music): add \context Staff for
3462         << \\ >> polyphony.
3463
3464         * lily/parser.yy (verbose_command_req): \skip now creates
3465         SkipMusic, and does not lead to spurious staves.
3466
3467         * scm/define-music-types.scm (music-descriptions): rename
3468         NonEventSkip to SkipMusic
3469
3470         * input/no-notation/midi-lyric-barcheck.ly: new file.
3471
3472         * input/regression/collision-dots-invert.ly: new file.
3473
3474         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3475         case.
3476
3477         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3478         die if melody died too.
3479
3480 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3481
3482         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3483         with reading from stdin.
3484
3485         * lily/slur-performer.cc (try_music): new file.
3486
3487         * lily/melisma-performer.cc (try_music): new file. Handle
3488         melismata to help lyrics.
3489
3490         * lily/beam-performer.cc (try_music): new file. Handle beam events
3491         to help lyrics.
3492
3493         * lily/score-performer.cc (one_time_step): reinstate
3494         process_music().
3495
3496         * lily/performer.cc (process_music): add to interface.
3497
3498         * lily/performer-group-performer.cc (process_music): new function.
3499
3500         * lily/dot-column.cc (do_shifts): do collision resolution before
3501         dot positioning.
3502         
3503         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3504         file, process printfilename option.
3505         (Snippet.__init__): rewrite: do not use global variables h or
3506         index.
3507         (main): really support -I option.
3508         (find_toplevel_snippets): new code.
3509         (find_toplevel_snippets): reinstate old version, without global
3510         variables.
3511
3512         * tex/texinfo.tex: really add file.
3513         
3514 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3515
3516         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3517         compatibility.
3518
3519 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3520
3521         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3522
3523         * scm/define-translator-properties.scm (drumPitchTable): add
3524         property.
3525
3526         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3527         function.
3528         (help_summary): docstrings.
3529         (do_file): strip the dir of input_base too.
3530
3531 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3532
3533         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3534
3535         * Documentation/user/lilypond-book.itely: Update.
3536
3537         * make/ly-rules.make: Update lilypond-book commands.
3538
3539         * Documentation/user/GNUmakefile: Update makeinfo commands,
3540         lilypond-book flags.
3541
3542         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3543         
3544         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3545
3546         * scripts/filter-lilypond-book.py: Remove.
3547
3548         * Documentation/user/*tely: Update options for new lilypond-book.
3549
3550         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3551         with @macros in @includes.
3552
3553 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3554
3555         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3556         make rest-collision only.
3557
3558         * lily/break-substitution.cc (substitute_one_mutable_property):
3559         clear all-elements using scm_assq_remove_x(). 
3560
3561         * lily/rest-collision.cc (do_shift): shift single rests
3562
3563         * flower/include/array.hh (class Array): rename to is_empty ()
3564
3565         * lily/drum-note-performer.cc: new file: perform drum notes.
3566
3567         * VERSION (PACKAGE_NAME): release 2.1.19.
3568         
3569 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3570
3571         * scripts/filter-lilypond-book.py
3572         (classic_lilypond_book_compatibility): New function.
3573
3574 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3575
3576         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3577
3578         * Grand 2003 -> 2004 search replace. 
3579
3580         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3581         (i.e. < > )
3582
3583         * ly/performer-init.ly: add DrumStaff
3584
3585         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3586         lyric-interface; this prevents lines with only extender lines from
3587         being junked.
3588  
3589         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3590
3591         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3592         extenders right, for once and for all (hopefully).
3593         
3594         * lily/break-substitution.cc (substitute_one_mutable_property):
3595         clear old 'all-elements for System grobs.
3596
3597         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3598         that associatedVoiceContext is always assigned when music & lyrics
3599         are found. 
3600
3601         * ly/engraver-init.ly: remove Lyrics context.
3602         (TabVoice): add noteheads engraver
3603
3604         * input/test/improv.ly: update: do not use Thread switching. 
3605
3606         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3607         squashedPosition is a number  
3608
3609         * Documentation/user/refman.itely (Automatic note splitting):
3610         remove Thread references.
3611
3612         * input/no-notation/pc-direction.ly: remove file.
3613
3614         * ly/engraver-init.ly: remove Thread
3615
3616         * input/regression/tie-chord-partial.ly: remove file.
3617
3618         * scripts/convert-ly.py (conv): \harmonic rule
3619
3620         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3621         notation for harmonic notes: <c' g''\harmonic>
3622
3623         * lily/lily-guile.cc (alist_to_hashq): new function
3624
3625         * scm/lily.scm (alist->hash-table): new function.
3626
3627         * Documentation/user/refman.itely (Percussion staves): update doco.
3628
3629         * input/regression/drums.ly (timb): updates
3630
3631         * lily/note-performer.cc (create_audio_elements): robustness fix.
3632
3633         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3634
3635 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3636
3637         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3638         discard valid matches.
3639
3640 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3641
3642         * lily/drum-note-engraver.cc: new file.
3643
3644         * ly/drumpitch-init.ly: move drum definitions
3645
3646         * scm/drums.scm: remove file.
3647
3648         * lily/*.cc: remove abort-event everywhere.
3649
3650         * lily/note-heads-engraver.cc (process_music): robustification.
3651
3652         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3653         robustification.
3654
3655         * lily/parser.yy (simple_element): add \drums mode.
3656         (simple_element): remove \pitchnames , \chordmodifiers. Use
3657         variables to store this. 
3658
3659         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3660         outside \notes.
3661
3662         * VERSION: release 2.1.18.
3663         
3664         * input/test: remove octave-duplicate.ly
3665
3666 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3667
3668         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3669
3670 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3671
3672         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3673         constructor from Music_iterator. Changes throughout.
3674
3675         * lily/include/music-iterator.hh (class Music_iterator): remove
3676         Music_iterator::skip and Music_iterator::get_pending_events from
3677         interface. Rename report_to -> get_outlet 
3678
3679         * lily/auto-change-iterator.cc: move contents from
3680         new-auto-change-iterator.cc from
3681
3682         * scm/part-combiner.scm: determine split-list from Scheme. 
3683
3684         * lily/new-auto-change-iterator.cc (process): new file.
3685
3686         * lily/parser.yy (part_combined_music): remove old PC cruft.
3687
3688         * ly/engraver-init.ly: remove old
3689         PC cruft.
3690
3691         * Documentation/user/refman.itely (The Lyrics context): note about
3692         extender lines.
3693
3694         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3695         to allow 0-length mmrest events.
3696
3697         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3698
3699         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3700
3701         * lily/spacing-engraver.cc (finalize): robustifications.
3702
3703         * input/regression/new-part-combine-solo-global.ly: new file.
3704
3705         * scm/part-combiner.scm: rewrite.
3706
3707 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3708
3709         * Documentation/user/refman.itely, input/puer-fragment.ly,
3710         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3711         updated for proper use of lyricsto; replaced "(" and ")" ->
3712         "\melisma" and "\melismaEnd"
3713
3714         * input/test/ancient-font.ly: small updates to reduce compile
3715         warnings (TODO: junk this file)
3716
3717         * input/test/gregorian-scripts.ly: added comment about bug
3718
3719         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3720         tiny robustness fix
3721
3722         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3723         recent changes in the feta code); temporarily mapped mensural g
3724         clef to a copy of petrucci g clef until mensural g clef will have
3725         been rewritten
3726
3727         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3728         between mensural and neo-mensural heads (this broke quite a while
3729         ago)
3730
3731         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3732
3733 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3734
3735         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3736         indication.  Fixes for verbatim, multi line comments.
3737
3738 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3739
3740         * input/regression/new-part-combine-solo.ly: more cases.
3741
3742         * lily/slur.cc (height): robustness fix.
3743
3744         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3745
3746         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3747         stemUp/stemDown.
3748
3749         * scm/music-functions.scm (determine-split-list): further analysis.
3750
3751         * lily/script-engraver.cc (try_music): discard duplicate
3752         articulations.
3753
3754         * input/regression/new-part-combine-solo.ly: new file
3755
3756         * input/regression/new-part-combine-a2.ly: new file.
3757
3758         * ly/performer-init.ly: add Devnull
3759
3760         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3761         for \musicglyph #"accidental-*"
3762         (conv): \newpartcombine rule.
3763
3764 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3765
3766         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3767
3768 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3769
3770         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3771         textwidth, --output.
3772
3773 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3774
3775         * scm/new-markup.scm (doubleflat): add accidental markups.
3776
3777         * VERSION: release 2.1.17
3778         
3779         * Documentation/user/refman.itely (Automatic part combining):
3780         revise documentation of the part-combiner.
3781
3782         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3783         
3784         * input/test/part-combine-{moment,staff}.ly: remove file.
3785
3786         * input/regression/pc-mmrest.ly (two): remove file.
3787
3788         * scm/define-music-types.scm (music-descriptions): add
3789         Solo{One,Two}Event and UnisonoEvent
3790
3791         * lily/new-part-combine-iterator.cc (unisono): add state_
3792         variable, signal changes with part-combine-event.
3793
3794         * input/regression/new-part-combine-text.ly: new file.
3795
3796         * lily/part-combine-engraver.cc: new file.
3797
3798 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3799
3800         * scripts/filter-lilypond-book.py: Handle snippet options.
3801
3802 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3803
3804         * scm/music-functions.scm (determine-split-list): detect solo1/2
3805         and unisono.
3806
3807         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3808         revert fix, document why.
3809
3810         * lily/tie-performer.cc (process_music): new function. Set melisma
3811         property.
3812
3813         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
3814         always smaller than bracket size.
3815         (make_bracket): oops. Size of the gap was off by factor 2
3816
3817         * input/test/text-rotate.ly: new file.
3818
3819         * scm/new-markup.scm (markup): a macro that provides a
3820         LilyPond-like syntax in scheme for building markups, in order to
3821         help markup command definition. (Nicolas Sceaux)
3822
3823         * input/test/lyrics-skip-notes.ly: new example.
3824
3825         * lily/parser.yy (post_event): make HYPHEN into postfix event.
3826
3827         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
3828         use is_alias() iso. == . This fixes lyrics on
3829         GregorianTranscriptions. 
3830
3831 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3832
3833         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
3834         \thispagestyle{lastpage} to avoid that it's printed on the second
3835         last page when there's only a single score line on the last page.
3836         (The page breaking mechanism in TeX played some ugly tricks to us.)
3837
3838 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3839
3840         * scripts/filter-lilypond-book.py: Further development.
3841
3842         * input/regression/collision-dots-move.ly: New test.
3843
3844         * lily/note-collision.cc (check_meshing_chords): Move dots on left
3845         hand side note head of non-merged collision to the right.
3846
3847         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
3848         Construct children before accessing property from emtpy
3849         lyrics_context_.
3850         (construct_children): Find thread before finding LyricsVoice.
3851         Create LyricsVoice one if none found, fixes crash (thanks Erik
3852         Sandberg).
3853
3854 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3855
3856         * cygwin/: Forward port.
3857
3858 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3859
3860         * buildscripts/install-info-html.sh: Use Bash.
3861
3862         * cygwin/mknetrel: Patch from Bert.
3863
3864 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3865
3866         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
3867
3868         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
3869         try to copy *png, index.html (Bertalan Fodor).
3870
3871         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
3872
3873 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3874
3875         * lily/note-collision.cc (check_meshing_chords): Do not remove
3876         dots (from down head) when merging similar heads (thanks Matthias
3877         Kilian).  Simplify merge_possible tests and other cleanups
3878
3879         * input/regression/collision-merge-differently-dotted.ly: Add test
3880         for disappearing dots on similar heads for both voices.
3881
3882 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3883
3884         * Documentation/user/invoking.itexi (Invoking lilypond): Document
3885         that tagline overrides copyright for single page scores. Correct
3886         the default tagline value.
3887
3888 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3889
3890         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
3891
3892 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3893
3894         * buildscripts/lilypond-login.sh: Avoid warning about undefined
3895         TEXMF if it's previously unset.
3896
3897 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
3898
3899         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
3900
3901         * input/test/trills.ly: fix the unfolding of lineprall.
3902
3903         * input/test/figured-bass-alternative.ly: fix accidental.
3904
3905 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3906
3907         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
3908         
3909         * input/no-notation/dos-guile.ly: 
3910         * input/no-notation/dos-ps.ly: 
3911         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
3912         
3913         * input/no-notation/safe-include.ly:
3914         * input/no-notation/safe-guile.ly:
3915         * input/no-notation/safe-ps.ly: 
3916         * input/no-notation/safe-tex.ly: New file.
3917
3918         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
3919         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
3920         options now.
3921         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
3922         When in --safe-mode, set environment openout_any=p[aranoid].
3923
3924         * tex/ltest.tex: 
3925         * tex/lilyponddefs.tex: Add \nofiles.
3926
3927         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
3928         options.
3929
3930         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
3931         This allows building the user manual using a binary installation
3932         and a matching unpacked source tree.
3933
3934         * scm/lily.scm (safe-module): New variable. 
3935
3936         * lily/includable-lexer.cc (new_input): Fix error messages.
3937
3938         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
3939         If SAFE, evaluate in safe-module.  Change callers.
3940
3941         * lily/main.cc (Long_option_init): Reinstate safe-mode.
3942
3943         * lily/lexer.ll (embedded_scm): While processing main-input,
3944         invoke ly_parse_scm with safe mode if running in safe-mode.
3945         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
3946         in init.ly for safe-mode.
3947
3948 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3949
3950         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
3951         compatibility with old versions of geometry.sty (compat2
3952         already implied includehead).
3953         Change the page layout slightly so bottom + footskip = top +
3954         headheight + headsep = 16mm, the remaining paperheight-32mm
3955         are used for the music. Increase footskip to 5mm, so the top of
3956         the footer text doesn't touch the music.
3957
3958 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3959
3960         * VERSION: release 2.1.16
3961         
3962         * scm/music-functions.scm (determine-split-list): bugfix: only use
3963         new-active for both voices if both indexes advance. This fixes the
3964         biggest outstanding problem with new-pc. 
3965
3966         * lily/new-part-combine-iterator.cc (construct_children): set more
3967         directions.
3968
3969 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3970
3971         * scripts/convert-ly.py (conv): add instrument rule.
3972
3973         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
3974
3975         * lily/side-position-interface.cc: remove add_staff_support ()
3976         Change all callers to use staff-padding.
3977
3978         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
3979         make_spanner().
3980
3981         * lily/a2-engraver.cc (process_acknowledged_grobs): 
3982
3983         * lily/text-engraver.cc: remove scriptHorizontal property.
3984
3985         * lily/beam.cc (least_squares): also set least-squares-dy for
3986         special case of slanted 2-stem beam to center.
3987
3988         * lily/side-position-interface.cc (out_of_staff): move contents of
3989         out_of_staff into aligned_side.
3990         remove out_of_staff().
3991
3992         * input/regression/measure-grouping.ly: fix warning.
3993
3994         * lily/side-position-interface.cc: add staff-padding support to
3995         Side_position_interface::aligned_side.
3996
3997         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
3998         one get_property too many.
3999
4000         * flower/include/drul-array.hh (linear_combination): new function
4001         (scale_drul): new function
4002
4003         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4004         operations on empty intervals are silly.
4005
4006 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4007
4008         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4009         (iso gh_scm2int), fixes crash in new part-combiner.
4010
4011         * configure.in: Up mftrace to 1.0.27.
4012
4013 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4014
4015         * VERSION: release 2.1.15
4016         
4017         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4018         align all stanza numbers.
4019
4020 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4021
4022         * Documentation/user/{introduction.itely,refman.itely,
4023         converters.itely}: fix some text inside parentheses; text should
4024         be readable (even) if parentheses are either replaced with commas 
4025         or dropped out.
4026
4027 2004-01-25  Werner Lemberg  <wl@gnu.org>
4028
4029         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4030         input/test/vaticana.ly, input/test/ancient-font.ly,
4031         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4032         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4033         ly/params-as-init.ly, scm/define-grobs.scm,
4034         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4035
4036         * ly/params-as-init.ly: Removed.  Obsolete.
4037         * buildscripts/lilypond.words.py: Updated.
4038
4039 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4040
4041         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4042
4043         * mf/feta-din{4,5,7,9}.mf: remove.
4044         
4045         * lily/engraver.cc (internal_make_item): centralize item/spanner
4046         factory.
4047
4048         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4049         do correct chord conversion for ^"sim."  (backportme)
4050         (FatalConversionError.sub_articulations): substitute ^"foo" in
4051         chords too. (backportme)
4052
4053         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4054         for Fingering.
4055
4056         * lily/side-position-interface.cc (out_of_staff): don't do
4057         anything if staff-padding not defined. 
4058
4059         * mf/feta-params.mf (stafflines): introduce linethickness as
4060         general blackness of the font.
4061
4062         * lily/stem.cc (position_noteheads): rounding error robustness.
4063
4064         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4065         from beam-collision.ly 
4066
4067         * lily/beam.cc (rest_collision_callback): remove direction.
4068
4069         * scm/define-grobs.scm (all-grob-descriptions): remove
4070         enclose-bounds in OttavaBracket and PianoPedalBracket
4071
4072         * scm/new-markup.scm (def-markup-command) new macro, which takes
4073         care of defining the COMMAND-markup and make-COMMAND-markup
4074         procedures, setting markup-signature and keyword-signature object
4075         properties, and pushing the markup command in
4076         markup-function-list.
4077
4078         All markup commands are defined thanks to it.  Users may also use
4079         it to define their own markup commands. (Nicolas Sceaux)
4080
4081         * scm/new-markup.scm: Scheme style clean-up: there should be no
4082         parenthesis alone on a line; LET* should not be used where LET is
4083         enough. (Nicolas Sceaux)
4084
4085 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4086
4087         * scripts/filter-lilypond-book.py: Add script.
4088
4089 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4090
4091         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4092
4093 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4094
4095         * Documentation/user/refman.itely (Fingering instructions): add
4096         single note chords. 
4097
4098         * lily/multi-measure-rest-engraver.cc: use a single
4099         MultiMeasureEvent for mm rests. This prevents problems with the
4100         new part combiner.
4101
4102         * scm/music-functions.scm (determine-split-list): analysis has
4103         global effect: a difference halfway a phrase makes the entire
4104         phrase be typeset as apart.
4105         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4106
4107 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4108
4109         * ly/performer-init.ly: add Devnull.
4110
4111         * Documentation/user/refman.itely (Font selection): remove paper20
4112         ref.
4113         
4114 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4115
4116         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4117
4118 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4119
4120         * scm/music-functions.scm (determine-split-list): bugfixes.
4121
4122         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4123
4124         * input/test/scales-greek.ly: use C as base, results in different
4125         alterations at the clef.
4126
4127         * input/regression/pedal-ped.ly: new file.
4128
4129         * input/regression/pedal-bracket.ly: new file.
4130
4131         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4132         replace after_line_breaking()
4133
4134         * lily/line-interface.cc (line): read thickness.
4135         (line): dash-fraction = 0 always for dotted-line style.
4136
4137         * input/test/staff-lines.ly (lower): bugfix.
4138
4139         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4140         \accepts Devnull into Score.
4141
4142         * scm/lily.scm: remove bla.scm load.
4143
4144 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4145
4146         * VERSION: release 2.1.14
4147         
4148         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4149
4150         * lily/side-position-interface.cc (general_side_position): add
4151         Staff_symbol_referencer::staff_space ().
4152
4153         * lily/include/context-def.hh: rename from translator-def.hh
4154
4155 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4156
4157         * input/template/piano-dynamics.ly (pedal): Updated definition of
4158         Dynamics such that \cresc works, for example.
4159
4160 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4161
4162         * lily/stem.cc (calc_stem_info): use
4163         Staff_symbol_referencer::staff_space
4164
4165         * lily/beam-quanting.cc (quanting): scale Stem_info 
4166
4167         * lily/beam.cc (rest_collision_callback): use minimum-distance
4168         property for rest/beam collisions.
4169         (rest_collision_callback): bugfixes.
4170
4171         * lily/system.cc (post_processing): extra-offset is now relative
4172         to the size of the current staff.
4173
4174         * scm/music-functions.scm (notice-the-events-for-pc): record all
4175         voices, only analyze "one" and "two".
4176
4177         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4178         not parent. 
4179
4180         * lily/new-part-combine-iterator.cc (construct_children): create
4181         Devnull from Voice context
4182
4183         * scm/music-functions.scm (determine-split-list): bugfixes.
4184
4185         * lily/lily-guile.cc (robust_scm2int): new function
4186
4187         * lily/staff-symbol-referencer.cc (line_thickness): new
4188         function. Use throughout.
4189
4190         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4191         in its own context.  Add to preset font-size.
4192
4193         * lily/stem.cc (thickness): new function.
4194
4195         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4196         compute thickness from ledger-line-thickness.
4197
4198         * lily/note-head.cc (brew_ledger_lines): use
4199         Staff_symbol::get_ledger_line_thickness ().
4200
4201         * lily/beam.cc (rest_collision_callback): use
4202         Staff_symbol_referencer::staff_space().
4203
4204         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4205         Mus1 Mus2
4206
4207         * lily/include/translator.hh (class Translator): add accepts_list_
4208         so  \with { \denies / \accepts } also works.
4209
4210         * scm/music-functions.scm (determine-split-list): determine split
4211         list from music events.
4212
4213         * lily/new-part-combine-iterator.cc: more states.
4214
4215         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4216
4217 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4218
4219         * lily/system.cc (set_loose_columns): use the right prebroken cols
4220         for interpolating loose column position.
4221
4222         * lily/text-spanner.cc (brew_molecule): default to no vertical
4223         lines.
4224
4225         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4226         take space.
4227
4228         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4229
4230 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4231
4232         * scripts/convert-ly.py: Do not test filename when processing
4233         stdin.
4234
4235         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4236
4237 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4238
4239         * lily/axis-group-engraver.cc (finalize): extra check; if
4240         process_music () is never called, then staffline_ == 0.
4241
4242         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4243         check run_always ().
4244         
4245         * VERSION: release 2.1.13
4246
4247         * input/regression/note-head-style.ly (pattern): cleanup.
4248
4249         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4250         downloading.
4251
4252         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4253         kludge rehearsalmark placement.
4254
4255         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4256         , ly:spanner?
4257
4258         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4259         close to note head for accidentals.
4260
4261         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4262         tuplet direction.
4263
4264         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4265
4266 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4267
4268         * lily/include/music-iterator.hh (class Music_iterator): add
4269         substitute_outlet() to iterator API.
4270
4271         * lily/new-part-combine-iterator.cc (construct_children):
4272         New_pc_iterator: new class, better part combining.
4273
4274         * lily/tie-column.cc (werner_directions): new function
4275
4276         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4277
4278         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4279         empty objects group spanner as parent
4280
4281         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4282         slope against graphical slope.
4283
4284         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4285         for ottava bracket.
4286
4287         * lily/side-position-interface.cc (general_side_position):
4288         opps. reinstate *dir.
4289
4290         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4291         parser run.
4292
4293         * lily/tuplet-bracket.cc: remove calc_dy ().
4294
4295         * Documentation/user/refman.itely (Balloon help): document balloon
4296         help
4297
4298 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4299
4300         * scm/document-backend.scm (check-dangling-properties): Grob
4301         properties are defined define-grob-properties.scm.
4302         
4303 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4304         
4305         * VERSION: release 2.1.12
4306
4307         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4308         ChordName
4309
4310         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4311         relation to surroundings.
4312
4313         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4314         Y-extent to the note-extents: stay clear of the staff.
4315
4316 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4317
4318         * Documentation/user/GNUmakefile
4319         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4320         iso. copy.
4321
4322         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4323
4324         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4325
4326         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4327
4328         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4329
4330         * lily/line-interface.cc (line): remove thickness from calling interface.
4331
4332         * lily/hairpin.cc: use Line_interface
4333
4334         * lily/line-interface.cc: new file. Line_interface for everything
4335         with dotted/dashed lines.
4336         
4337
4338         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4339
4340         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4341         for constructing ottava brackets.
4342         
4343         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4344         the note heads.
4345
4346         * Documentation/user/internals.itely (Engravers and performers):
4347         fix broken link.
4348
4349         * scm/music-functions.scm (make-mark-set): new function.
4350
4351         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4352         functionally identical to beam.
4353
4354         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4355         () with beam (). 
4356
4357         * Documentation/user/refman.itely (Rehearsal marks): document new
4358         functionality.
4359
4360         * input/regression/rehearsal-mark-number.ly: new file.
4361
4362         * input/regression/rehearsal-mark-letter.ly: new file.
4363
4364         * scm/translation-functions.scm (number->mark-string): new function
4365         (format-mark-letters): new function
4366         (format-mark-numbers): new function
4367
4368         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4369         integer; formatting is done through markFormatter property.
4370         
4371         * scm/define-translator-properties.scm: fold all *-done properties
4372         into positioning-done.
4373
4374         * lily/beam.cc (position_beam): new function
4375         (brew_molecule): make sure that positions are calced before making
4376         the molecule.
4377
4378         * scm/output*.scm (beam):  take 4th argument for function.
4379
4380         * ps/music-drawing-routines.ps: take blot as 4th argument.
4381
4382         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4383         stem to avoid small dents.
4384         
4385 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4386
4387         * VERSION: release 2.1.11
4388
4389         * input/regression/balloon.ly: new file.
4390
4391         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4392         objects, and make help texts. 
4393
4394         * scm/new-markup.scm (parse-simple-duration): parse duration
4395         string to log & dots. (Thanks Nicolas!)
4396
4397         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4398         rule.
4399
4400 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4401
4402         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4403         Lemberg).
4404
4405         * THANKS: alphabetic order.
4406
4407 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4408
4409         * input/regression/note-head-harmonic.ly: new file.
4410
4411         * Documentation/user/internals.itely (Technical manual): explain
4412         difference between music, translation, layout.
4413
4414         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4415
4416         * scm/output-ascii-script.scm (bracket): rounding bfs.
4417
4418         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4419
4420         * ly/paper*.ly: remove files. 
4421         
4422         * scm/paper.scm (set-staff-size): new function: set default
4423         staff-size.
4424
4425         * scripts/convert-ly.py (conv): add conversion rule.
4426
4427         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4428         function.
4429
4430         * scm/paper.scm: new file.
4431         (set-staff-size): new function 
4432         (set-paper-size): new function
4433
4434         * lily/parser.yy (music_output_def_body): restructure definition,
4435         so first Scheme statement in \paper also happens in new scope. 
4436
4437         * lily/system.cc (post_processing): move uniquify_list () to
4438         dumping molecule stage.
4439
4440         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4441         this will mess up scores that use barchecks to shorten measures.
4442
4443         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4444         at 20pt too.
4445
4446         * Documentation/user/tutorial.itely (Printing lyrics): document
4447         \lyricsto
4448
4449         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4450
4451         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4452
4453         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4454         if Voice is not found.
4455
4456         * VERSION: release 2.1.10
4457         
4458         * input/{test,regression}/: remove old-relative 
4459
4460         * lily/lexer.ll: add empty markup signature. 
4461
4462         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4463         strut markup
4464
4465         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4466
4467         * scm/define-translator-properties.scm: update melismata property
4468         doco.
4469
4470         * lily/system.cc (output_lines): revert uniquify_list() patch,
4471         strange side effects seen.
4472         
4473         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4474         dash-period < 0.
4475
4476         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4477         for flute. 
4478
4479 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4480
4481         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4482
4483         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4484
4485         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4486         of line breaks.
4487         (brew_molecule): add padding to left, not right.
4488
4489         * lily/system.cc (uniquify_list): new function
4490         (output_lines): uniquify_list () on all-elements. This fixes
4491         double symbols in the output.
4492
4493         * lily/beam.cc (rest_collision_callback): don't move anything if
4494         staff-position is set.
4495
4496         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4497
4498         * lily/system.cc (typeset_grob): warn if adding twice.
4499
4500         * lily/sequential-iterator.cc (run_always): implement run_always().
4501         (also in other files.)
4502         
4503         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4504
4505         * lily/event.cc (to_relative_octave): add octave-check.
4506
4507         * Documentation/user/refman.itely (Line breaking): add noBreak.
4508
4509         * scm/new-markup.scm (normalsize-markup): add function.
4510         (sans-markup): new function.
4511
4512         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4513         come earlier nowadays.  This fixes beams on grace notes.
4514         
4515         * scm/music-functions.scm (direction-polyphonic-grobs): new
4516         variable, share between override and revert. This fixes script
4517         directions in polyphonic sections. (backportme)
4518
4519 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4520
4521         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4522         breakpoints.
4523
4524         * lily/break-align-interface.cc: add doco
4525
4526         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4527
4528 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4529
4530         * VERSION: release 2.1.9
4531
4532         * scm/document-markup.scm (markup-doc-node): add note about naming.
4533
4534         * scm/new-markup.scm (left-align-markup): bugfix. 
4535
4536         * Documentation/user/refman.itely (Ottava brackets): more doco for
4537         ottava.
4538
4539         * lily/side-position-interface.cc (out_of_staff): also do
4540         out_of_staff() correctly for d == DOWN.
4541
4542         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4543         horizontal line if they move to the right.
4544         
4545         * scm/define-grobs.scm (all-grob-descriptions): set
4546         text-repeat-if-broken for ottava spanner
4547
4548         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4549         property.
4550
4551         * mf/feta18.mf: design size is 18 not 22.5
4552
4553         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4554         Add a single LyricsVoice to a melody. Melismata may be set
4555         individually.
4556
4557         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4558
4559         * lily/dot-column.cc: add stdio.h
4560
4561 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4562
4563         * lily/item.cc: documentation for break-visibility (Thanks, John).
4564
4565 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4566
4567         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4568
4569         * lily/translator-def.cc: rename Translator_def to Context_def.
4570
4571         * Documentation/user/internals.itely (Lexical details): clarify
4572         string def.
4573
4574         * Documentation/user/refman.itely (Rhythmic music): add link to
4575         RhythmicStaff 
4576
4577 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4578
4579         * lily/translator.cc: document start_translation_timestep()
4580
4581         * scm/output-tex.scm (tex-encoded-fontswitch): use
4582         round for rounding (inexact->exact yields rationals)
4583
4584         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4585
4586         * lily/translator-group.cc (get_simple_trans_list): 
4587         new function; construct simple_trans_list_ lazily.
4588         
4589 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4590
4591         * lily/paper-outputter.cc (output_scope): Check if number before
4592         checking exact (guile cvs).
4593
4594         * scm/*: Escape backslashes in scheme strings (guile cvs).
4595
4596 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4597
4598         * Documentation/user/refman.itely (Tablatures basic): annotate
4599         seealso sections.
4600
4601         * lily/*.cc: cleanup of engraver initialize() functions.
4602
4603         * lily/repeat-acknowledge-engraver.cc
4604         (start_translation_timestep): remove first_b_
4605
4606         * lily/tab-note-heads-engraver.cc: listen to string number events
4607         inside < > too. (backportme).
4608
4609         * Documentation/user/refman.itely (Text scripts): add fatText to
4610         index.
4611
4612 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4613
4614         * VERSION: 2.1.8
4615
4616         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4617         footer.
4618
4619         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4620
4621         * lily/bar-check-iterator.cc (process): only warn if
4622         barCheckLastFail was changed.
4623
4624         * scm/define-translator-properties.scm (barCheckLastFail): add
4625         property.
4626
4627         * lily/main.cc (main_prog): print summary of failed files.
4628
4629         * lily/axis-group-engraver.cc: move all spanner creation to
4630         process_music (). Now staffs can be adjusted with \override too.
4631         (Jan, you are a brilliant programmer!)
4632         
4633         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4634
4635 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4636
4637         * Documentation/user/tutorial.itely (Integrating text and music):
4638         Show the commands to produce a PDF as well.
4639
4640 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4641
4642         * lily/translator-def.cc (get_translator_names): accept user
4643         tweaks too. 
4644
4645         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4646         as big as normal heads. 
4647
4648         * input/*ly: run convert-ly
4649         
4650         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4651         () if dependencies are fluked.
4652
4653         * scm/document-translation.scm (engraver-doc-string): update on
4654         latest string/symbol conventions.
4655
4656         * lily/translator-ctors.cc: use Scheme_hash_table.
4657
4658         * lily/translator-def.cc (get_translator_names): new function
4659         (add_context_mod): new function
4660         (get_accepted): new function
4661
4662         * lily/parser.yy (context_mod): put all modifications of
4663         \translator { } in a single production, encode as SCM.
4664
4665         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4666         to use read-only lists, so additions to the definition can be
4667         prepended easily.  
4668
4669         * Documentation/user/invoking.itexi (Editor support): add node on
4670         editor support.
4671
4672         * Documentation/user/refman.itely (Bar check): add lyrics example
4673         of bar checks. 
4674
4675         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4676
4677         * scripts/convert-ly.py (conv): add conversion rule.
4678
4679         * lily/parser.yy: use \change iso. \translator for staff switch.
4680
4681         * lily/my-lily-lexer.cc: add \change.
4682
4683         * scm/define-translator-properties.scm
4684         (default-melisma-properties): add definition.
4685
4686 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4687
4688         * Documentation/user/refman.itely (Bar lines): clarification of
4689         systemStartDelimiter. 
4690
4691         * input/test/slur-shape.ly (x): remove file.
4692
4693         * lily/translator-group.cc (apply_property_operations): new function.
4694
4695 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4696
4697         * lily/parser.yy (optional_prop_ops): allow \with {
4698         PROPERTYSETTINGS } following \context or \new.
4699
4700         * lily/my-lily-lexer.cc: add \with.
4701
4702         * lily/parser.yy (property_operation): clean up definition of
4703         property operations.
4704         (property_op_to_music): new function.
4705         (context_spec_music): new function
4706
4707         * VERSION: 2.1.7 released.
4708         
4709         * input/regression/collision-merge-dots.ly: new file.
4710
4711         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4712         then kill the dots too. 
4713
4714         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4715         set/unset breakableSeparationItem
4716
4717         * lily/separation-item.cc (relative_width): add function.
4718
4719         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4720         only-prebreak-interface
4721
4722         * lily/system.cc (output_lines): only junk only-prebreak-interface
4723         grobs.
4724
4725         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4726         read breakableSeparationItem
4727
4728         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4729
4730         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4731
4732         * lily/dot-column.cc (dot_config_badness): new function:
4733         select the best scoring dot configuration: dots should go close to
4734         the note heads, but be shifted up or down according to conventions.
4735         (print_dot_configuration): idem.
4736         (shift_one): idem
4737         (remove_collision): idem.
4738
4739         * input/regression/dots.ly: add more test cases.
4740
4741 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4742
4743         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4744
4745         * flower/include/interval.hh: rename elem_b to contains 
4746
4747         * lily/tie.cc: change 'heads to 'head-pair.
4748
4749         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4750         fill in 'heads field.
4751
4752         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4753         minimum-length for short ones, and shorten so collisions with the
4754         next syllable are avoided.
4755
4756         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4757         near-zero slopes.
4758         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4759
4760         * lily/dots.cc: remove quantized_position callback. All Y
4761         positioning is done by dot-column.cc
4762
4763         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4764         exhaustive test of all dot positions. This fixes disappearing dots
4765         in dotted chords.
4766
4767 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4768
4769         * mf/feta-klef.mf (test_staff): fatten up G clef
4770         (test_staff): fatten up f clef.
4771         
4772
4773 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4774
4775         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4776         * input/les-nereides.ly: Use latin1 characters for title, like
4777         Morgenlied.
4778
4779 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4780
4781         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4782         cmb10).
4783
4784         * lily/lyric-extender.cc (brew_molecule): add little space before
4785         extender line.
4786
4787         * lily/beam-quanting.cc (score_forbidden_quants): check if
4788         outer stafflines fall in any beam gaps.
4789
4790         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4791         for lyric texts.
4792
4793 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4794
4795         * VERSION: 2.1.6 released.
4796
4797         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4798         this shows the demerits of a user-defined beam position pair.
4799
4800         * scm/define-grobs.scm (all-grob-descriptions): set
4801         beamed-extreme-minimum-free-lengths to a different value.
4802
4803         * lily/scm-option.cc: add debug-beam scm-option
4804
4805         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4806
4807 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4808
4809         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4810
4811         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4812         space after barline.
4813
4814         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
4815
4816         * lily/spacing-spanner.cc (breakable_column_spacing): take average
4817         of spacing wishes, not maximum. Only do this for delta-t == 0. In
4818         the other case, take standard column-breakable spacing. Do not
4819         warn about "no spacing wishes".
4820
4821         This fixes wide spaces after barlines in very loose lines.
4822
4823         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
4824
4825 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4826
4827         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
4828         acknowledge_grob lyric-syllable, not lyric-text.
4829
4830         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
4831         dashes of length #'length separated by #'dash-period. 
4832
4833         * lily/lyric-extender.cc (brew_molecule): idem
4834
4835         * lily/multi-measure-rest.cc (big_rest): idem
4836
4837         * lily/system-start-delimiter.cc (simple_bar): idem
4838
4839         * lily/bar-line.cc (simple_barline): use rounded box
4840
4841         * VERSION: release 2.1.5
4842
4843         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4844         music): move note about dvips to more visible place.
4845
4846         * lily/lyric-phrasing-engraver.cc: move from
4847         new-phrasing-engraver.cc, remove old cruft (syllable-group,
4848         lyric-phrasing-engraver.hh)
4849         
4850         * lyric-align.ly: remove file
4851         
4852         * scripts/convert-ly.py (FatalConversionError.func): add removal
4853         rule for automaticMelismata
4854
4855         * ly/engraver-init.ly (ScoreContext): switch on
4856         New_phrasing_engraver by default.
4857
4858         * lily/slur-engraver.cc (class Slur_engraver):
4859         process_acknowledged_grobs -> process_music.
4860         (try_music): signal melismata correctly.
4861
4862         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
4863         word-space, right-trim-amount, and extend past right bound only
4864         for note heads.
4865
4866         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
4867         lyric-extender support: add note-heads to the extender
4868         automatically.
4869
4870         * lily/parser.yy: extender is now post_event. 
4871
4872         * lily/accidental-engraver.cc (number_accidentals): remove
4873         spurious warning about non-parent contexts.
4874
4875         * lily/music-output-def.cc (assign_translator): \translator { }
4876         for a Foo context implicitly redefines \FooContext.
4877
4878         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
4879         fixes.
4880
4881         * lily/slur.cc (brew_molecule): don't use stafflinethickness
4882         doubly in slur weight. 
4883
4884         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
4885         combination.
4886
4887         * scm/define-grobs.scm (all-grob-descriptions): change clef -
4888         staffbar distance.
4889
4890         * scripts/lilypond.py (global_latex_preamble): crank down size of
4891         the margins. Now there is a 12 mm top and bottom margin, which
4892         should correspond with the printable area of modern printers.
4893
4894         This enlarges the music height of the printable page a little.
4895
4896         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
4897         signs. Use \markup instead.
4898         (accreg_pen): tweak for accordeon asterisk.
4899
4900 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4901
4902         * lily/melisma-engraver.cc (try_music): use melisma_busy()
4903
4904         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
4905
4906         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
4907
4908         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
4909
4910         * scm/define-grobs.scm (all-grob-descriptions): change
4911         StanzaNumber description: make side support, i.s.o. breakable.
4912         use Instrument_name_engraver for texts in the margin.
4913
4914         * scm/define-translator-properties.scm: remove
4915         melismaEngraverBusy, stz property.
4916
4917         * *.cc: naming: change empty_b () into is_empty ()
4918
4919         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
4920
4921         * input/regression/lyric-phrasing-new.ly: new file.
4922
4923         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
4924         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
4925         melismata are now left-aligned.
4926
4927 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4928
4929         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
4930
4931         * mf/feta19.mf: remove.
4932         
4933         * mf/feta-klef.mf (test_staff): more tweaks
4934
4935         * mf/feta-toevallig.mf: more small size tweaks.
4936
4937         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
4938         rests for smaller sizes.
4939
4940         * mf/feta-bolletjes.mf: fix cross heads.
4941
4942         * VERSION: release 2.1.4
4943         
4944         * scripts/convert-ly.py (FatalConversionError.func): add rule for
4945         deprecated #'ancient font family
4946
4947         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
4948         it is a string or number.
4949
4950         * scm/output-lib.scm (note-head-style->attachment-coordinates):
4951         change calling convention of stem-attachment function. 
4952
4953         * buildscripts/mf-to-table.py: read and dump WX/WY fields
4954
4955         * mf/feta-autometric.mf: dump WX/WY fields too
4956         
4957         * mf/parmesan-heads.mf: idem.
4958
4959         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
4960         attachment coordinates.
4961
4962         * lily/note-head.cc (stem_attachment_coordinate): read stem
4963         attachment from the notehead glyphs WX/WY fields.
4964
4965         * lily/include/font-metric.hh (struct Font_metric): add methods
4966         get_indexed_wxwy (), make a distinction between looking up by
4967         index and ASCII  
4968
4969         * mf/feta-bolletjes.mf: rewrite note head MF code.
4970         (test_outlines): make heads more rotund for smaller sizes. 
4971
4972 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4973
4974         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
4975         throughout. Font scaling fixes throughout.
4976
4977         * mf/feta-sleur,slur.mf: remove. 
4978
4979         * mf/feta-slag.mf: rewrite.
4980
4981 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4982
4983         * VERSION: release 2.1.3
4984
4985         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
4986
4987         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
4988
4989         * lily/mark-engraver.cc (process_music): fix mark
4990         \default. (backportme)
4991
4992         * stepmake/stepmake/automatically-generated.sub.make (default):
4993         use -n for head/tail commands. 
4994
4995         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
4996         heads with the same pitch.
4997
4998 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4999
5000         * lily/recording-group-engraver.cc (finalize): set protected_scm
5001         member to '() before finalizing.
5002
5003         * lily/translator-group.cc (finalize): remove removal_processing () 
5004
5005         * lily/recording-group-engraver.cc: new engraver: record
5006         synchronized start & end times for each music object.
5007
5008         * lily/parser.yy (toplevel_expression): execute score rendering
5009         during parsing. Cleanup output-filename handling; this is no
5010         longer done with global variables.
5011         (translator_spec_body): allow \type modification too.
5012
5013         * lily/score.cc:  ly:run-translator: new function
5014         (LY_DEFINE): ly:render-output new function.
5015
5016         Separate interpreting and rendering, and make available as
5017         functions at Scheme level.
5018
5019 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5020
5021         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5022         (musicxml-node->string):
5023         (xml-node->string):
5024         (music-to-musicxml): New function.
5025
5026 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5027
5028         * VERSION: 2.1.2 released
5029
5030         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5031
5032         * scm/font.scm (paper20-font-vector): discouple font design sizes
5033         from sizes specified in .ly file: store all design sizes of a font
5034         in a single vector.
5035
5036         * lily/font-select.cc (get_font_by_design_size): new function
5037
5038         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5039         add parmesan,feta in sizes 14 and 18.
5040         
5041         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5042
5043         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5044         of fontSize: this now sets font-size
5045
5046 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5047
5048         * VERSION: 2.1.1 released
5049         
5050         * Documentation/user/refman.itely (Tuning objects): add note about
5051         concurrent tweaks in different contexts. 
5052
5053         * lily/tie-engraver.cc (acknowledge_grob): use
5054         Staff_symbol_referencer::get_position iso. reading staff-position
5055         directly.
5056
5057         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5058         currentMusicalColumn as left span-point for bracket. The bracket
5059         is too long when there are accidentals.
5060
5061 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5062
5063         * buildscripts/lilypond-profile.sh,
5064         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5065         Thanks to Reuben Thomas <rrt@mupsych.org>
5066
5067 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5068
5069         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5070         Wurbel <wurbel@univ-tln.fr>.
5071
5072 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5073
5074         * scripts/midi2ly.py: Add space after chords.
5075
5076 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5077
5078         * input/regression/{many}: add few @code{ ... }.
5079
5080 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5081
5082         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5083         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5084         Removed cmbx5, cmbx6 (which are included in teTeX)
5085         and cmbxti14 which is not used in fonts.scm.
5086
5087 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5088
5089         * lily/midi-item.cc: fine tune quarter tones.
5090
5091 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5092
5093         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5094         new function, warn how many cents are missing in fine tuning.
5095
5096 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5097
5098         * input/bugs/rhytmicstaff-tie.ly: add file.
5099
5100         * THANKS: Create skeleton for 2.1.
5101
5102 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5103
5104         * input/test/bar-lines.ly (TODO): dashed "|".
5105
5106 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5107
5108         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5109         input/regression/tie-chord.ly: Fix spell for tying.
5110
5111         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5112
5113         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5114         new file (renamed, see above).
5115
5116         * Documentation/user/lilypond-book.itely
5117         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5118         * input/example-1.ly input/example-2.ly input/example-3.ly
5119         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5120         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5121         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5122         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5123         * scripts/lilypond-book.py scripts/lilypond.py
5124         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5125         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5126
5127         * Documentation/user/lilypond.tely: update version.
5128
5129         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5130         Remove extra spaces in each @node, fixes spaces.
5131
5132 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5133
5134         * scripts/lilypond-book.py (output_dict): Add definition of
5135         \lilypondbook also for LaTeX output. Solves several bug reports.
5136
5137 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5138
5139         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5140
5141 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5142
5143         * input/test/transposition.ly: Fix key signatures, given in comments.
5144
5145 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5146
5147         * scm/midi.scm (instrument-names-alist),
5148         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5149
5150 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5151
5152         * input/test/temporary-stave.ly (texidoc): New example based on an
5153         email question from Ralph Little.
5154
5155 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5156
5157         * VERSION: release 2.1.0
5158         
5159         * lily/note-performer.cc (try_music): accept busy-playing-event.
5160
5161         * lily/swallow-perf.cc (try_music): return false for
5162         busy-playing-event and melisma-playing-event.
5163
5164 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5165
5166         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5167         >> in \score.
5168
5169 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5170
5171         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5172         that articulation_substitute will not move beam start again.
5173         (articulation_substitute): Bugfix: remove stray space so that new
5174         old chords ending '>>' does not get broken up.
5175         (sub_chord): Use TAB for indentation (not spaces).
5176         
5177         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5178         Bugfix for startup: Use ?^ instead of ?\^.
5179
5180 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5181
5182         * lily/lyric-combine-music-iterator.cc
5183         (Lyric_combine_music_iterator): change init order, to prevent GC
5184         segfaults.
5185
5186         * lily/context-specced-music-iterator.cc (construct_children): 
5187         only change  translator if found. This fixes a core dump problem.
5188
5189 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5190
5191         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5192         comparison.
5193
5194         * mf/feta-bolletjes.mf: make hole in half note little
5195         smaller for stem attachment.
5196
5197         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5198
5199         * mf/feta-banier.mf: don't draw stem with flag, just small square
5200         attachment.
5201
5202         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5203
5204         * mf/feta-banier.mf: remove upstem/downstem characters.
5205
5206         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5207
5208         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5209         stafflinethickness (in the default)
5210
5211         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5212
5213         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5214
5215         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5216
5217         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5218
5219         * lily/include/directional-element-interface.hh:
5220         junk class, make {get,set}_grob_direction functions.
5221
5222         * lily/slur.cc (get_attachment): do something sensible when
5223         attaching to stem without heads (eg. a rest).
5224
5225         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5226         forcing up to staff.  remove #'support-head property
5227         (brew_molecule): small cleanup.
5228         (flag): remove #'grace property.
5229
5230 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5231
5232         * cygwin/postinstall-lilypond.sh: 
5233         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5234         (Volker Zell).
5235
5236 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5237
5238         * scripts/lilypond-book.py: resurrect 'eps' option. 
5239         (TexiPaper.to_eps): use -Ppdf for EPS files.
5240
5241         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5242
5243         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5244
5245         * VERSION: release 2.0.1
5246
5247         * lily/bezier.cc (get_other_coordinate): change assert into
5248         warning.
5249
5250         * lily/note-head.cc (internal_brew_molecule): make left protusion
5251         smaller, to accomodate for natural sign.
5252         (internal_brew_molecule): only do this when the accidental is
5253         close enough.
5254         (extent): new function
5255
5256         * lily/skyline.cc (merge_skyline): new function
5257         (heighten_skyline): new function
5258
5259         * lily/accidental-placement.cc (position_accidentals) 
5260         (position_accidentals): fix todo.
5261
5262 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5263
5264         * input/test/+.ly (texidoc): put version number inline.
5265
5266         * GNUmakefile.in: remove rsync-web target.
5267         
5268         * input/regression/bar-scripts.ly (onestaff): raggedright
5269
5270 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5271
5272         * lily/*.cc: remove #if 0'd code in couple of places.
5273
5274         * lily/midi-stream.cc (operator <<): rewrite.
5275
5276         * lily/note-head.cc (internal_brew_molecule): 
5277         only make ledgers when the Staff symbol has lines.
5278
5279         * ly/property-init.ly (arpeggioBracket): simplify
5280
5281         * lily/translator-group.cc (execute_pushpop_property): use
5282         SCM_EQ_P for comparing keys. This fixes reverting
5283         auto-beam-settings.
5284
5285 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5286 *
5287         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5288         midi_debug_global_b.
5289         (operator <<): Normalise loop.
5290
5291 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5292
5293         * scripts/lilypond.py (escape_path): revise.
5294
5295         * scm/music-functions.scm (set-output-property): new function.
5296         
5297 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5298
5299         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5300         use addmakeflags again.
5301
5302         * cygwin/lily-wins.py (escape_shell): New function; use it.
5303
5304         * scripts/lilypond.py (escape_shell): Escape quotes and other
5305         spaces too.  Do not escape escaping backslashes.
5306
5307         * make/srcdir.make.in (web-install): Must call install-WWW now.
5308
5309         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5310         dependency
5311
5312 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5313
5314         * scripts/lilypond.py (escape_path): escape quotes too. 
5315
5316         * Documentation/user/lilypond.tely (Unified index): rename Index
5317         to accomodate Windows breakage.
5318
5319         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5320
5321         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5322         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5323         target not a source.
5324
5325 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5326
5327         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5328         addmakeflags.  Build and install doc and web also when building on
5329         Cygwin.
5330
5331         * mf/GNUmakefile: Bugfix.
5332
5333         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5334         target web.
5335
5336         * cygwin/lily-wins.py: Quote filename.
5337
5338 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5339
5340         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5341
5342 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5343
5344         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5345         settings.
5346
5347         * configure.in: Require g++ > 3.0.4.
5348
5349         * mf/GNUmakefile: Bugfix: Add list.ly target.
5350         
5351         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5352
5353         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5354         make omf directory, add uninstall targets.
5355
5356 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5357
5358         * lily/tie-performer.cc (initialize): init prev_event
5359
5360         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5361
5362         * lily/script-engraver.cc (make_script_from_event): don't crash on
5363         non-string articulation-type.
5364
5365         * lily/new-fingering-engraver.cc (add_script): don't crash on
5366         0 scripts 
5367         (acknowledge_grob): warn about text script events.
5368
5369 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5370
5371         * buildscript/lilypond.words: fix path for drums.scm.
5372
5373 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5374
5375         * lily/spacing-spanner.cc (note_spacing): don't make longer
5376         durations than measure-length.
5377
5378         * VERSION: release 2.0.0
5379
5380         * GNUmakefile.in (rsync-web): version independent rsync target.
5381
5382         * input/test/+.ly (texidoc): idem.
5383
5384         * input/regression/+.ly: print version number.
5385
5386         * input/regression/accidentals.ly (mel): shorten.
5387
5388         * input/regression/accidental-octave.ly (texidoc): shorten.
5389
5390         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5391
5392         * input/regression/completion-heads-polyphony.ly: octave
5393
5394         * input/regression/beam-manual.ly: remove
5395
5396         * input/regression/beam-chord.ly: remove
5397
5398         * input/regression/grace-dynamic.ly: remove
5399         
5400         * input/regression/grace-volta-repeat.ly: octave fixes.
5401
5402         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5403
5404         * lily/parser.yy (step_number): semitones for chord entry too.
5405         (make_chord_step): more robust code, semitones. 
5406
5407         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5408
5409         * input/regression/breathing-sign.ly (texidoc): split ancient and
5410         normal breathing signs.
5411
5412         * scm/define-grobs.scm (all-grob-descriptions): swap
5413         beamed-extreme-minimum-free-lengths and
5414         beamed-minimum-free-lengths; the 'extreme' case should allow
5415         shorter stems. This fixes forced directions on beamed 32nd and
5416         shorter notes.
5417
5418         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5419         quartertones, not semitones.
5420         (NoteNamesContext): swallow more event types
5421
5422         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5423
5424         * VERSION (PACKAGE_NAME): release 1.9.10
5425
5426 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5427
5428         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5429         set note head as cause of note-column.  This gives a better error
5430         message.
5431
5432 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5433
5434         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5435
5436 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5437
5438         * mf/GNUmakefile (pfa_warning): instruct 
5439
5440         * stepmake/aclocal.m4: typo.
5441
5442         * Documentation/user/cheatsheet.itely: more verbose examples.
5443
5444         * input/regression/clefs.ly: remove bogus docstring.
5445
5446 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5447
5448         * GNUmakefile.in (SUBDIRS): Add elisp.
5449
5450         * elisp/lilypond-mode.el: 
5451         * elisp/lilypond-init.el: 
5452         * elisp/lilypond-indent.el: 
5453         * elisp/lilypond-font-lock.el: Move from top dir.
5454
5455         * stepmake/stepmake/elisp-vars.make: New file.
5456
5457         * config.make.in (elispdir): Add.
5458
5459         * Documentation/topdocs/INSTALL.texi: Typo.
5460
5461         * make/ly-rules.make: Test for files instead of touching void and
5462         ignoring errors.
5463
5464         * GNUmakefile.in:
5465         * make/lilypond.redhat.spec.in:
5466         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5467         <builddir>, adding
5468         
5469              (push "<builddir>/share/lilypond/elisp" load-path)
5470
5471         to your ~/.emacs.el should give you LilyPond-mode again.
5472
5473         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5474         regexp for DOS/Windows, we are too paranoid to fix others.
5475
5476 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5477
5478         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5479
5480         * input/test/chord-names-jazz.ly (banterProperties): fix
5481
5482         * lily/parser.yy (bass_mod): bass figure alterations are semi
5483         tones, not quarter tones
5484
5485         * lily/beam.cc (set_stem_lengths): only lengthen stems
5486         for gapped beams.
5487
5488         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5489         by beamcount.
5490
5491         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5492         a warning that the warning may erroneous.
5493
5494         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5495         target.
5496
5497         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5498         targets.
5499
5500         * GNUmakefile.in ($(config_h)): config.h should depend on
5501         config.hh.in .
5502         (lilypond.words): remove fontball stuff.
5503
5504         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5505
5506         * configure.in: remove pktrace reference.
5507
5508         * GNUmakefile.in (rsync-web): permissions and ownership for
5509         website.
5510
5511         * lily/volta-engraver.cc (staff_eligible): new function.
5512         (stop_translation_timestep): kill off spanners if not eligible.
5513
5514         * VERSION (PATCH_LEVEL): release 1.9.9
5515
5516         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5517
5518         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5519         length is more important than forbidden quants.
5520         
5521 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5522
5523         * buildscripts/lilypond.words: order words in search order,
5524         add lilypond.words.vim to be generated.
5525
5526         * lilypond.vim: use lilypond.words.vim for keyword matching.
5527
5528         * lilypond-mode.el: use search order. fix word selection rules.
5529
5530         * lilypond-font-lock.el: fix fontifying long durations.
5531
5532         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5533
5534 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5535
5536         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5537
5538         * stepmake/stepmake/generic-targets.make:
5539         * stepmake/stepmake/bin/make-version.py: 
5540         * stepmake/aclocal.m4:
5541         * make/stepmake.make:
5542         * make/toplevel-version.make: Build fixes: remove last traces of
5543           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5544
5545         * lily/beam.cc: Add gap-count property.
5546
5547 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5548
5549         * scm/define-grob-properties.scm (gap-count): add gap-count
5550
5551         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5552
5553 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5554
5555         * cygwin/mknetrel.doc: Typo.
5556
5557         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5558
5559         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5560
5561 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5562
5563         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5564         sizes. Remove support for 'ledger'(=tabloid+landscape).
5565
5566 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5567
5568         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5569         sauter PFAs.
5570
5571         * configure.in: remove VERSION stuff once again.
5572
5573         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5574
5575         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5576         for chord names.
5577
5578         * mf/GNUmakefile: always trace pfa fonts.
5579         (SAUTER_FONTS): add cmss[567] too fonts
5580
5581         * configure.in: require mftrace. 
5582
5583         * lily/staff-performer.cc (new_instrument_string): don't look at
5584         instrument property.
5585
5586         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5587         is_direction is the C++ one. Similar for ly_axis_p and
5588         ly_number_pair_p
5589
5590 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5591
5592         * lily/beam.cc (brew_molecule): read gap-count to determine
5593         number of tremolo (gapped) beams.
5594
5595         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5596         shorter than 1/8
5597
5598         * flower/include/array.hh (default_compare): new function
5599
5600         * cygwin/mknetrel: Native fixes.
5601
5602         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5603
5604 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5605
5606         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5607         feature for Windows.
5608
5609         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5610
5611         * cygwin/mknetrel: Updates for native use on Cygwin.
5612
5613         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5614
5615         * stepmake/stepmake/help2man-rules.make: 
5616         * cygwin/mknetrel: Bugfix for manpages.
5617
5618         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5619         $(builddir).  Stepmake is a normal subdirectory now, that is not
5620         configured.  Another srcdir build fix.
5621
5622         * Documentation/topdocs/INSTALL.texi,
5623         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5624         lilypond-init.el, lilypond-mode.el, debian/rules,
5625         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5626         rename generated file lilypond.words to lilypond.words.el.
5627
5628 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5629
5630         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5631
5632         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5633         GNUmakefile.in.
5634
5635 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5636
5637         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5638         when cross building.
5639
5640         * configure.in: srcdir build fix.
5641
5642         * cygwin/GNUmakefile:
5643         * cygwin/lily-wins.py:
5644         * cygwin/postremove-lilypond.sh: 
5645         * cygwin/postinstall-lilypond.sh: Merge from stable.
5646
5647         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5648         s/ly2dvi/lilypond/.
5649
5650 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5651
5652         * lily/slur.cc (after_line_breaking): only set control points if
5653         none supplied yet.
5654
5655         * input/test/slur-manual.ly: new file.
5656
5657         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5658         <<  >> chords too.
5659
5660         * VERSION (PACKAGE_NAME): release 1.9.8
5661
5662         * scripts/lilypond.py (escape_path): escape spaces in directory names
5663
5664         * input/test/text-spanner.ly: fixes.
5665
5666 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5667
5668         * buildscripts/lilypond.words.py: add drum names as note names to
5669         Emacs-mode.
5670
5671 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5672
5673         * input/regression/hairpin-dashed.ly: new file.
5674
5675         * scripts/convert-ly.py (conv): warn about dash-length.
5676
5677         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5678         automatically if we get a new one.
5679
5680         * lily/lookup.cc (dashed_line): new function
5681
5682         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5683         dash-fraction.
5684
5685 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5686
5687         * buildscripts/lilypond.words.py: extract note names.
5688
5689         * lilypond-mode.el: take note names from lilypond.words -file.
5690         small fix in the use of string-match.
5691
5692         * lilypond-font-lock.el: use lilypond.words for note names, add 
5693         maxima to note a duration.
5694
5695 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5696
5697         * lily/breathing-sign.cc: remove railtracks() function. 
5698
5699         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5700
5701         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5702         (brew_molecule): bugfix don't make arpeggio shorter when
5703         arpeggio-direction is set.
5704
5705         *  debian/rules: small corrections in the (Pedro K)
5706
5707         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5708         examples.
5709
5710         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5711         special (repeat) bar comes along.
5712
5713         * input/regression/auto-beam-bar.ly: update.
5714
5715         * scripts/lilypond-book.py (output_dict): remove support for the
5716         EPS option.
5717
5718         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5719         VerticalAlignment and VerticalAxisGroup this fixes the size
5720         computations for the entire system.
5721  
5722         * input/les-nereides.ly (bass): remove superfluous fontSize.
5723
5724         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5725         causes directory of file to be added to include path.
5726
5727         * input/regression/beam-break.ly: test single stem beams.
5728
5729         * input/regression/system-start-bracket.ly: fix.
5730
5731         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5732
5733         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5734
5735         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5736         (score_stem_lengths): do something sensible for single stem beams.
5737
5738         * lily/beam.cc (least_squares): add kludge for single stem beams.
5739
5740         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5741         keySignature to list of broken things.
5742
5743         * input/regression/keys.ly: fix.
5744
5745         * VERSION (PACKAGE_NAME): release 1.9.7
5746
5747         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5748
5749         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5750
5751         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5752         (quartertone_pitch): new function
5753
5754         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5755         flat. WARNING: FONT CHANGED.
5756
5757         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5758
5759         * lily/accidental-placement.cc (add_accidental): support for
5760         quarter tones.
5761
5762         * ly/LANGUAGEs.ly: use symbols for alterations.
5763
5764         * mf/feta-toevallig.mf: change accidental codes. 
5765
5766         * scm/lily.scm (ly:get-option): switch on debugging only for
5767         --verbose.
5768
5769         * lily/lily-guile.cc: remove ly:verbose?
5770
5771         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5772
5773         * lily/parser.yy (TODO): only do gh_call() for apply with
5774         procedure argument.
5775
5776         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5777         stuff in accordance with new timing of tie-events.
5778
5779         * lily/my-lily-lexer.cc: remove \outputproperty
5780
5781         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5782
5783         * scm/define-translator-properties.scm (melismaBusyProperties):
5784         add melismaBusyProperties property.
5785
5786 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5787
5788         * input/test/ambitus-mixed.ly (texidoc): new file.
5789
5790         * buildscripts/mutopia-index.py (find): prune debugging
5791
5792         * lily/side-position-interface.cc: doc updates
5793
5794         * Documentation/user/refman.itely: updates, tweaks.
5795
5796         * lily/parser.yy (Simple_music): remove outputproperty
5797
5798         * make/stepmake.make: use VERSION again; importing VERSION via
5799         autoconf dependencies is too hairy.
5800
5801 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5802
5803         * lilypond-mode.el: allow `-' for keywords and identifiers.
5804
5805 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5806
5807         * VERSION: release 1.9.6
5808         
5809         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5810         iso. ly2dvi.
5811
5812         * Documentation/user/*.itely: fixes everywhere
5813
5814         * lily/completion-note-heads-engraver.cc: rewrite engraver:
5815         produce ties from the engraver itself, do not broadcast TieEvent.
5816
5817         * lily/my-lily-lexer.cc: remove pitch & duration.
5818
5819         * lily/parser.yy (TODO): remove \pitch and \duration
5820
5821         * input/test/explicit.ly: remove file.
5822
5823         * Documentation/user/refman.itely (Pitches): remove \pitch 
5824         \duration command.
5825
5826 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5827
5828         * buildscripts/lilypond.words.py: add all slur types to Emacs
5829         insertion menu, suppose everything is postfixed by dropping 
5830         unnecessary `-' -marks.
5831
5832 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5833
5834         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
5835         tremoloed stems.
5836
5837         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
5838         head for flagged stems.
5839
5840         * lily/stem.cc (get_default_stem_end_position): futz with extra
5841         stem length if there is a stem tremolo.
5842
5843         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
5844         it would be too small.
5845
5846         * lily/font-metric.cc: return #f for non-existent glyph.
5847         
5848         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
5849         exported through config.make.
5850
5851         * input/regression/clef-oct.ly: new file.
5852
5853         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
5854         transposition.
5855
5856         * input/template/*.ly: remove old relative.
5857
5858         * ly/english.ly: add X names for double sharp.
5859
5860 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5861
5862         * lily/font-select.cc: new file handle font selection routines.
5863
5864         * lily/parser.yy: add ; (Patrick Atamaniuk)
5865
5866         * input/test/time-signature-double.ly: use markups for double time
5867         sigs.
5868
5869         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
5870         ChordNames.SeparationItem #'padding for adjusting space after chords.
5871         
5872         * lily/music-output-def.cc (LY_DEFINE): 
5873         new function ly:paper-lookup.
5874         
5875         * mf/parmesan-clefs.mf: use # quantities for char_box
5876         offsets. Fixes overflow errors in the PFA. 
5877
5878         * scm/new-markup.scm (strut-markup): change calling interface for
5879         markup. Pass paper-def, not grob. This would allow \markup to be
5880         used separately from grobs.
5881
5882         * lily/paper-def.cc: new function ly:paper-font; this function
5883         replaces ly:get-font.
5884
5885         * lily/include/font-interface.hh (struct Font_interface): take
5886         Paper_def iso. Grob for get_font().
5887
5888 2003-09-14  Graham Percival  <gperlist@shaw.ca>
5889
5890         * Documentation/user/ tutorial.itely, refman.itely: add warning
5891         about \key and accidentals.
5892
5893 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5894
5895         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
5896
5897         * Documentation/user/*.itely: manual tweaks
5898
5899 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
5900
5901         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
5902         cleanup; bugfix: exact_center
5903
5904         * Documentation/user/refman.itely: added more documentation on
5905         ambitus according to recent questions on lilypond-user list
5906
5907 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5908
5909         * input/regression/ottava.ly (texidoc): demo 15ma too.
5910
5911         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
5912
5913         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
5914         octave fixes.
5915
5916 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5917
5918         * lily/lexer.ll: add \r to the rules for newlines; this fixes
5919         problems on older Mac editors.
5920
5921 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
5922
5923         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
5924
5925 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
5926
5927         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
5928         mf/parmesan-clefs.mf: added comments on character alignment and
5929         set_char_box() conventions
5930
5931         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
5932         set_char_box()'s
5933
5934         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
5935
5936 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
5937
5938         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
5939
5940 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
5941
5942         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
5943         shortened to avoid almost-collision with staff line; code cleanup;
5944         other custodes: fixed char boxes; code cleanup
5945
5946 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5947
5948         * configure.in: release 1.9.5
5949         
5950         * scripts/lilypond.py (global_latex_preamble): only set
5951         twosideshift if 'twoside' is in latexoptions 
5952
5953         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
5954
5955         * VERSION: remove
5956
5957         * scripts/*2ly.py: update <> syntax
5958
5959 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5960
5961         * lily/chord-name-engraver.cc (process_music): add origin for
5962         chord name.
5963
5964         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
5965
5966         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
5967         bass notes for exceptions too.
5968
5969         * scm/define-grobs.scm (all-grob-descriptions): rename
5970         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
5971
5972         * scm/define-grob-properties.scm (remove-first): add remove-first
5973         property for orchestral scores.
5974
5975         * Documentation/user/*.itely: switch <<>> and <> 
5976
5977         * lily/glissando-engraver.cc (process_music): bugfix: move line to
5978         last_line only once. This fixes the two consecutive glissandi problem.
5979
5980 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
5981
5982         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
5983         error message "flexa-width undefined"
5984
5985         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5986         lily/include/gregorian-ligature.hh: print warning when ignoring
5987         head prefixes on flexa shapes
5988
5989         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
5990         space before a series of inclinatum heads
5991
5992         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5993         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
5994         cleanups
5995
5996         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
5997         and char_box
5998
5999 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6000
6001         * input/regression/breathing-sign.ly: tiny fixes
6002
6003         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6004         semantical collision with vaticana ligatures
6005
6006         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6007         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6008         now consistent with mensural ligatures
6009
6010         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6011         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6012         context pitches and staff position; dto. for virga stem; removed
6013         obsolete virga and clivis characters from parmesan font (WARNING:
6014         font changed)
6015
6016         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6017         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6018
6019         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6020         scm/define-grob-properties.scm: consistency fix: renamed
6021         join_left->add_cauda
6022
6023         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6024         appendix length; bugfix: yoffs_bt for reverse direction punctum
6025         characters
6026
6027         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6028         small cleanups; added more docu
6029
6030         * lily/mensural-ligature-engraver.cc,
6031         lily/vaticana-ligature-engraver.cc,
6032         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6033         computation to CoherentLigatureEngraver
6034
6035         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6036         scm/define-grob-properties.scm: bugfix: added missing linea and
6037         cavum properties; bugfix: removed dead semivocalis property
6038
6039         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6040         length; redesigned quilisma, stropha and auctum
6041
6042         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6043         line thickness
6044
6045         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6046         Documentation/user/refman.itely: bugfix: introduced shifted
6047         epiphonus head to avoid collision with adjacent plica
6048
6049 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6050
6051         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6052
6053         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6054
6055 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6056
6057         * Documentation/user/tutorial.itely (A lead sheet): remove
6058         duplicate chords.
6059
6060         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6061
6062 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6063
6064         * Documentation/bibliography/computer-notation.bib (isbn): add
6065         xivcim publication.
6066
6067 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6068
6069         * GNUmakefile.in: drop lilypond.words for generation.
6070
6071 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6072
6073         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6074
6075         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6076
6077 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6078
6079         * input/test/figured-bass-alternate.ly (fl): new file.
6080
6081         * Documentation/topdocs/README.texi (Top): clarifications.
6082
6083         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6084         theses of Gieseking and Renz.
6085
6086         * GNUmakefile.in (README_FILES): remove README.mandrake.
6087
6088 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6089
6090         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6091         from source files and search patterns listed in the script.
6092
6093         * GNUmakefile.in: add target `lilypond.words'.
6094
6095         * lilypond.words: remove file, generated by `make lilypond.words'.
6096
6097         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6098
6099 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6100
6101         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6102
6103 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6104
6105         * VERSION: 1.9.4 released
6106
6107         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6108         rule for < > <-> << >> substitution
6109
6110         * lily/lexer.ll: exchange meaning of << >> and < > 
6111
6112         * VERSION (PACKAGE_NAME): 1.9.3 released
6113
6114         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6115         pages unconditionally.
6116
6117 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6118
6119         * Documentation/user/music-glossary.tely (Top): small syntax
6120         fixes.
6121
6122         * scm/music-functions.scm (remove-tag): filter \tagged music
6123         expressions.
6124
6125         * input/regression/tag-filter.ly (texidoc): new file.
6126
6127         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6128         symbol2 .. ) etc. 
6129
6130         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6131         convert rule.
6132
6133         * Documentation/user/refman.itely (Fingering instructions): adjust
6134         manual.
6135
6136         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6137         for borderline cases (e.g. 1 fingering.)
6138         (position_scripts): revise interface, use fingerOrientations to
6139         set fingering positions.
6140
6141         * scm/document-translation.scm (context-doc): add aliases to
6142         automated documentation.
6143
6144         * make/lilypond-vars.make: remove stepmake compat glue.
6145
6146         * make/generic-vars.make: remove cruft.
6147
6148         * lily/main.cc (main): don't identify binary.
6149
6150 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6151
6152         * lily/include/translator.hh (class Translator): remove
6153         type_string_ , use symbol for context name throughout.
6154         Changes through whole source tree.
6155
6156         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6157         set PDF as default, and always make PDF.
6158
6159         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6160
6161 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6162
6163         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6164         Documentation/user/refman.itely input/regression/allfontstyle.ly
6165         input/regression/grace-types.ly:
6166         fix spelling for acciaccatura (Webster's 1913).
6167
6168 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6169
6170         * lily/main.cc (usage): adjust blurb, include url.
6171
6172         * input/regression/breathing-sign.ly (texidoc): transpose up
6173
6174 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6175
6176         * input/regression/breathing-sign.ly: changed ancient examples to
6177         be relevant (by request of Han-Wen); updated BreathingSign text
6178         property according to new syntax.
6179
6180         * ly/gregorian-init.ly: updated BreathingSign text property
6181         according to new syntax
6182
6183 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6184
6185         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6186         (Clef): index entries for clefs.
6187
6188         * python/lilylib.py (system): remove errorlog files.
6189         
6190 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6191
6192         * lilypond.words: add \new and new graces. Add dynamics to menus
6193         keeping 1.8.x compatibility; after all the engraving relating to 
6194         notes becomes postfixed `-' marks will be removed.
6195
6196 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6197
6198         * lily/molecule.cc (align_to): idem.
6199
6200         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6201         
6202         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6203         accacciatura everywhere.
6204
6205         * VERSION (PACKAGE_NAME): released 1.9.2
6206
6207         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6208
6209         * scm/document-markup.scm (markup-doc-node): sort markup function
6210         list.
6211
6212         * lily/paper-outputter.cc (output_version): change "Lily was here"
6213         into  "Engraved by LilyPond"
6214
6215         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6216         on unquoted strings before \notenames.
6217
6218         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6219         increases the number of s/r reductions to 4.
6220
6221         * scm/new-markup.scm (fraction-markup): \fraction command.
6222
6223         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6224         mode
6225
6226         * lily/lookup.cc (round_filled_box): rename function.
6227         (LY_DEFINE): round-filled-box: change signature.
6228
6229         * Documentation/user/refman.itely: revise section explaining grace
6230         notes.
6231
6232         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6233         ly:set-context-property
6234
6235         * input/*/*.ly (vmus): use \new everywhere.
6236
6237         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6238
6239         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6240         default
6241
6242         * scm/music-functions.scm (set-stop-grace-properties)
6243         (set-start-grace-properties, add-grace-property): new functions
6244         for modular grace tweak control.
6245
6246         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6247         
6248 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6249
6250         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6251
6252         * GNUmakefile.in (install-pfa-fonts):
6253         (get-pfa-fonts): New target.
6254
6255         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6256         install-pfa-fonts help.
6257
6258 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6259
6260         * lily/translator-scheme.cc (LY_DEFINE):
6261         ly:context-pushpop-property new function.
6262         (LY_DEFINE): new function ly:translator-find  
6263         new function ly:translator?
6264         (LY_DEFINE): new function ly:context?
6265
6266         * lily/translator-def.cc: remove
6267         Translator_def::apply_pushpop_property().
6268
6269         * python/lilylib.py (read_pipe): only store and display error log
6270         if verbose not set.
6271         (read_pipe): only display log if it contains something.
6272
6273 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6274
6275         * Documentation/misc/GNUmakefile: Re-add.
6276         (TEXTS): Add CHANGES.
6277
6278 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6279
6280         * lilypond.words: add \newcontext.
6281
6282 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6283
6284         * lily/tie-performer.cc (stop_translation_timestep): only flush
6285         tied_notes when we have actually made a tie. Fixes bugs with ties
6286         in polyphonic scores.
6287
6288 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6289
6290         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6291         they do not exist.
6292
6293 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6294
6295         * VERSION (PACKAGE_NAME): released 1.9.1 
6296
6297         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6298         Instrument_name_engraver
6299
6300         * lily/tie-performer.cc (create_audio_elements): bugfix
6301
6302         * Documentation/user/music-glossary.tely (Top): comment out
6303         font-style statements.
6304
6305         * input/test/force-hshift.ly: revise example.
6306
6307         * Documentation/bibliography/engraving.bib (note): typos.
6308
6309         * configure.in: bump GCC requirements to 3.x
6310
6311         * lily/include/audio-item.hh (class Audio_tie): rename
6312         note_l_drul_ to note_drul_
6313
6314         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6315
6316         * lily/parser.yy (relative_music): whoops. All \relative were off
6317         by ...  a lot .... Ahem.
6318
6319         * scm/define-music-types.scm (music-descriptions): idem.
6320
6321         * lily/beam-engraver.cc: move new-beam-event to beam-event
6322
6323         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6324         to Tie_engraver
6325
6326         * input/regression/bar-number.ly: remove unnecessary old-relative
6327         options.
6328         
6329         * Documentation/user/internals.itely (Creating contexts): document
6330         \newcontext
6331
6332         * lily/parser.yy (Composite_music): add \newcontext
6333
6334         * Documentation/user/refman.itely (MIDI block): add note about
6335         dotted tempos.
6336
6337         * scm/font.scm: remove old markup legacy
6338
6339         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6340
6341         * lily/breathing-sign.cc (brew_molecule): remove function
6342
6343         * lily/text-item.cc: remove old-style markups.
6344         (interpret_markup): C++ version of markup function
6345         (brew_molecule): idem.
6346
6347         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6348         as Scheme variable.
6349
6350         * scripts/convert-ly.py (conv): dashes rule.
6351         Apply rule.
6352
6353         * Documentation/user/lilypond-book.itely: syntax fixes. 
6354
6355 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6356
6357         * VERSION (PACKAGE_NAME): release 1.9.0
6358
6359         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6360         note about dvips. (Should backport.)
6361
6362         * scripts/convert-ly.py
6363         (FatalConversionError.articulation_substitute): add
6364         convert-new-chords code. Remove convert-new-chords.py
6365
6366         * Documentation/user/refman.itely (Octave check): document
6367         \octave.
6368
6369         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6370         \relative changes.
6371
6372         * lily/parser.yy (command_element): octave check:
6373
6374            \octave PITCH
6375
6376         checks that PITCH (without octave) yields PITCH (with octave) in
6377         \relative
6378
6379         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6380
6381         * lily/scm-option.cc: ly:set-option now has the default argument
6382         #t.
6383
6384         * lily/lexer.ll: add \renameinput
6385
6386         * python/lilylib.py (command_name): robustifications.
6387
6388         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6389         /dev/stderr. This is ash compatible.
6390
6391         * ly/init.ly: add warning if compatibility was not necessary.
6392
6393         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6394
6395         * flower/include/string-handle.icc: formatting cleanups, rename
6396         references by ref_count_.
6397
6398 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6399
6400         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6401         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6402         package libs separately, fix conflicting php variable out=/dev/vc/
6403         invoking `unset out', declare menus, use only one icon-file, fix
6404         doc-path in menu.
6405
6406 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6407
6408         * scripts/convert-ly.py (FatalConversionError.conv): typo
6409
6410         * Documentation/misc/GNUmakefile: restore misc directory.
6411
6412         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6413
6414         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6415         Petites-Preludes 
6416
6417         * input/test/partial-blank.ly (quickmeasure): syntax
6418
6419         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6420         attachment property.
6421
6422         * Documentation/user/refman.itely: remove superfluous -'s 
6423         (Grace notes): ) fixes.
6424
6425         * lily/music.cc: generic compress(), transpose() functions. Remove
6426         others.
6427
6428         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6429         style markup entry.
6430
6431         * lily/parser.yy: all articulations postfix; remove obligatory -
6432         for [,  ) and \!
6433         
6434         * lily/music.cc (to_relative_octave): write generic
6435         to_relative_octave function; various relative cleanups.
6436         Hmmm.
6437
6438         * lily/scm-option.cc: add options new-relative and old-relative
6439
6440         * po/sv.po: new po file.
6441
6442         * Documentation/user/refman.itely (Dynamics): website
6443         fixes. (should backport!)
6444
6445 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6446
6447         * make/lilypond.mandrake.spec.in: declare version only once.
6448
6449 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6450
6451         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6452         meaning for now.
6453
6454 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6455
6456         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6457
6458         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6459
6460         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6461
6462         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6463
6464         * lily/music.cc (var): add ly:music-transpose function.
6465
6466         * lily/parser.yy (pre_events): remove prefix articulations.
6467
6468         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6469
6470         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6471
6472         * Documentation/user/refman.itely (Text markup): add comment about
6473         markup in header.
6474
6475 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6476
6477         * lily/paper-outputter.cc (write_header_fields_to_file): 
6478         only dump value if it is a string.
6479
6480         * flower/include/dictionary.hh: remove.
6481         
6482         * Documentation/ChangeLog-1.5: add back old log.
6483
6484         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6485         .pfas from a .deb.
6486
6487 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6488
6489         * Documentation/bibliography/engraving.bib: add entry for
6490         Jaschinski's Notation
6491
6492 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6493
6494         * Documentation/user/refman.itely (Beaming): add note about
6495         allowBeamBreak
6496
6497 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6498
6499         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6500         GregorianTranscription contexts
6501
6502         * ly/engraver-init.ly: vaticana contexts: minor fixes
6503
6504         * Documentation/user/refman.itely (Ancient notation): added note
6505         on appendix length bug
6506
6507         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6508         input/test/vaticana.ly: use vaticana contexts; small fixes
6509
6510 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6511
6512         * flower/hash.cc: Remove.
6513
6514         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6515         to (nonexistent?) hash_func_ identifier.
6516
6517         * python/midi.c (midi_error, midi_warning): Use char const* for
6518         __FUNCTION__ argument.
6519
6520         * python/gettext.py: Remove.  We already require python 2.1, which
6521         includes gettext.py.
6522
6523         * configure.in: Require python 2.1, as INSTALL.texi says.
6524         it.
6525
6526         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6527         versions 1.50 and 1.75.  Remove note about lexer patch.
6528
6529 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6530
6531         * Documentation/topdocs/INSTALL.texi: Update type1 font
6532         description to actual situation.  Add comment about new font ball
6533         layout.
6534
6535         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6536         in $LILYPONDPREFIX suffices for installation.
6537
6538 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6539
6540         * debian/control (Build-Depends): Add flex-old as alternative to
6541         flex.  Deprecate bison 1.75.
6542
6543 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6544
6545         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6546         Vaticana contexts
6547
6548         * Documentation/user/refman.itely (Ancient notation): documented
6549         some bugs; tiny fixes; added docu on Vaticana contexts
6550
6551         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6552         scripts
6553
6554 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6555
6556         * Documentation/user/refman.itely (Ancient notation): added some
6557         introductory words; added section on ancient time signatures;
6558         added some @seealso and @refcommands; small fixes and
6559         beautifications
6560
6561 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6562
6563         * input/regression/note-head-style.ly: many fixes and updates
6564
6565         * Documentation/user/refman.itely: added small sections on ancient
6566         accidentals, rests and flags; revised ancient note head section;
6567         small wording/spelling fixes
6568
6569         * input/test/rests.ly: layout fixes
6570
6571 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6572
6573         * input/puer-fragment.ly: bugfix: central C position of do clef
6574
6575         * ly/gregorian-init.ly: workaround: add small padding space before
6576         divisiones (the correct fix would be the spacing engine to handle
6577         this)
6578
6579 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6580
6581         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6582         cue-notes.ly: minor fixes.
6583
6584 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6585
6586         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6587         input/test/custos-style.ly
6588
6589         * Documentation/index.html.in: bugfix: link to Tutorial.html
6590
6591         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6592         to neumes; bugfix: "et": epiphonus, not just a simple pes
6593
6594 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6595
6596         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6597
6598         * lilypond.words: add new features: markup, column, center, \[ \].
6599         
6600 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6601
6602         * Documentation/topdocs/NEWS.texi, DEDICATION,
6603         stepmake/bin/add-html-footer.py
6604         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6605         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6606         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6607         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6608         added (only) after a sentence which is complete; if the sentence is 
6609         not ended a comma `,' or nothing is used. fix also spaces.
6610
6611 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6612
6613         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6614         requirements to plain 1.6.
6615
6616         * buildscripts/mutopia-index.py (read_lilypond_header): update
6617         mutopia-index.py to 1.4 syntax [sic]
6618
6619 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6620
6621         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6622
6623 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6624
6625         * Documentation/index.html.in: url for regression pdf
6626
6627         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6628
6629         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6630
6631         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6632
6633         * VERSION: 1.8.0 released
6634         
6635         * GNUmakefile.in (local-WWW-post): footify build fix.
6636
6637         * configure.in: require GUILE 1.6.4
6638
6639         * Documentation/user/GNUmakefile: don't copy *.png for
6640         lilypond-internals
6641
6642         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6643         local-WWW-post target.
6644         (rsync-web): add rsync-web target
6645
6646         * Documentation/user/introduction.itely (Music notation and
6647         engraving): add neume example
6648
6649         * input/puer-fragment.ly (cantus): add puer-fragment
6650
6651 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6652
6653         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6654         to notes, so that equalizer is actualy being used.
6655
6656         * scm/midi.scm (instrument-equalizer-alist):
6657         (absolute-volume-alist): Define public, so that user can copy or
6658         override.
6659
6660         * lily/key-performer.cc (create_audio_elements): Check for minor
6661         key.  Only if key is minor, set MIDI key to minor.
6662
6663 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6664
6665         * Documentation/user/refman.itely (Hiding staffs): fixes.
6666
6667         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6668
6669         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6670         vertical extents to deal with Hara kiri correctly.
6671
6672         * input/regression/hara-kiri-short.ly: remove
6673
6674         * input/regression/hara-kiri-pianostaff.ly: update test.
6675
6676         * Documentation/user/*.tely: remove WEBTITLE
6677
6678         * scm/output-tex.scm (comment): idem.
6679
6680         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6681
6682         * scm/music-functions.scm (make-lyric-event): new function
6683
6684         * scm/lily.scm (lilypond-version): new function
6685
6686         * input/test/version-output.ly: new file.
6687
6688         * Documentation/user/lilypond.tely: add version number to
6689         front-page.
6690
6691 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6692
6693         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6694
6695 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6696
6697         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6698
6699         * Documentation/user/refman.itely (Hiding staffs): rename node.
6700
6701 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6702
6703         * input/regression/new-markup-syntax.ly (texidoc): remove
6704         molecule-callback override.
6705
6706 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6707
6708         * input/les-nereides.ly: Mark tweaks with %tweak.
6709
6710         * Debian patch, see debian/changelog (Anthony Fok).
6711
6712 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6713
6714         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6715         problem.
6716
6717 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6718
6719         * Documentation/user/refman.itely (Text markup): Fix language bug.
6720
6721 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6722
6723         * input/* : postfix syntax fixes.
6724
6725         * Documentation/user/refman.itely (Text markup): add note about
6726         raise/lower with ^ or _ .
6727         
6728         * po/fi.po: fix \\apply strings.
6729
6730         * lily/parser.yy (open_event): warn for prefix articulations.
6731
6732 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6733
6734         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6735         fix also on parmesan font.
6736
6737 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6738
6739         * VERSION 1.7.30 released
6740         
6741         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6742
6743         * buildscripts/mutopia-index.py (headertext): rewording
6744
6745 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6746
6747         * scm/new-markup.scm (strut-markup): new markup function.
6748
6749         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6750         space also when no accidental is there.
6751
6752 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6753
6754         * input/les-nereides.ly: Updates.
6755
6756 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6757
6758         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6759         which repeats the tag insertion selected from "Insert tag" menu.
6760
6761 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6762
6763         * lily/all-font-metrics.cc (find_font): load AFM files first only
6764         for feta fonts. This fixes problems with TeXlive and other TeX
6765         distros that include AFM files for the CM fonts. 
6766
6767         * scm/font.scm (qualifiers-to-font-name): remove.
6768
6769         * lily/paper-def.cc: remove get_var.
6770
6771         * input/trip.ly: remove file.
6772         
6773         * input/regression/spacing-note-flags.ly (raggedright): remove
6774         stafflinethickness
6775
6776         * input/les-nereides.ly: update to new syntax, cleanups.
6777
6778 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6779
6780         * Documentation/user/refman.itely: Clarify shortest-note problem
6781         of autobeamer.
6782
6783 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6784
6785         * lilypond-mode.el: Add each word to regexps only once.
6786
6787         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6788         is based on the syntax definitions in lilypond.words. Remove all 
6789         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6790         LilyPond->Insert menu is generated by the entries in lilypond.words 
6791         to which have been given a syntax definition.
6792
6793         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6794         \notes, \relative, \score, \simultaneous, \transpose.
6795
6796         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6797
6798         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6799         
6800         * lilypond-mode.el: add menu keywords separately.
6801
6802         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6803
6804 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6805
6806         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6807         current ugly installation method for PFA fonts.
6808
6809 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6810
6811         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6812         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
6813
6814         * Documentation/user/music-glossary.tely: update legato.
6815
6816 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6817
6818         * lexer-gcc-3.0.patch: Remove.
6819
6820         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
6821
6822 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6823
6824         * debian/rules (binary-arch): remove NEWS.
6825
6826 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
6827
6828         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
6829         stepmake/bin{ many }: polish the `--help's of different scripts;
6830         model taken from the core-utils of Linux.
6831
6832         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
6833
6834 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6835
6836         * flower/parse-afm.cc (parseCharMetrics): add warnings.
6837
6838         * flower/libc-extension.cc: idem.
6839
6840         * flower/include/libc-extension.hh: protect against isinf macros.
6841
6842 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
6843
6844         * { many }: Use two uppercase letters in LilyPond.
6845
6846         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
6847
6848         * VERSION: 1.7.29 released.
6849         
6850 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6851
6852         * lily/tie.cc: add TODO comment.
6853
6854         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
6855
6856         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
6857         linejoins and linecaps. This fixes problems with occasional spikes
6858         on slur/tie endings.
6859         
6860         * input/regression/font-name.ly: don't use PS fonts for
6861         compatibility reasons. 
6862
6863         * mutopia/claop.py (accents): update to 1.8
6864
6865         * Documentation/user/music-glossary.tely (Top): remove 13pt.
6866
6867         * Documentation/user/macros.itexi: don't color glossary links.
6868
6869         * Documentation/user/invoking.itexi (Error messages): new section
6870
6871 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6872
6873         * input/regression/font-name.ly: add file.
6874
6875         * scm/document-backend.scm (grob-doc): remove <hr> from
6876         lilypond-internals
6877
6878         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
6879         reqd version to 1.6.4 
6880
6881         * lily/font-interface.cc (get_font): bugfix: take font-name from
6882         alist chain too. This fixes font-name override for \markup.
6883
6884 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6885
6886         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
6887
6888         * input/test/polymetric-differing-notes.ly: Compile fix.
6889
6890 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
6891
6892         * Documentation/user/refman.itely: fixed typo
6893
6894         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
6895         before flexa
6896
6897 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6898
6899         * input/test/{ many }: search & fix some typos.
6900
6901 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6902
6903         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
6904         images.
6905
6906         * scm/music-functions.scm (make-voice-props-set): set Script /
6907         TextScript dir for polyphony too.
6908
6909         * scm/define-grobs.scm (all-grob-descriptions): decrease space
6910         before clef.
6911
6912         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
6913
6914 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
6915
6916         * Documentation/user/refman.itely (Percussion): Small
6917         clarifications and fixes.
6918
6919         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
6920         threads. This fixes different heads playing simultaneously.
6921
6922 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6923
6924         * Documentation/user/{ many }: increase readability (read through 
6925         User manual from `one big page').
6926
6927 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6928
6929         * input/test/polymetric-differing-notes.ly: add example with
6930         disparate note values.
6931
6932         * input/test/polymetric.ly: rename from poly-metric
6933
6934         * scripts/ly2dvi.py (include_path): bugfix: use outbase
6935         iso. outname.
6936
6937         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
6938         G-clef bbox to real char extents. This fixes the G-clef being
6939         offset too much to the right.
6940         document perc clef offset.
6941
6942         WARNING: FONT CHANGED.
6943
6944         * Documentation/user/tutorial.itely (Tutorial): move menu.
6945
6946 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6947
6948         * buildscripts/lilypond-profile.sh (Error): trim error message.
6949
6950         * Documentation/user/invoking.itexi (Invoking the lilypond
6951         binary): add note about path.
6952
6953         * Documentation/user/macros.itexi: add @c at EOL, hopefully
6954         suppresses superfluous spaces.
6955
6956 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6957
6958         * buildscripts/lilypond-profile.sh: Add documentation to error
6959         message.
6960
6961         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
6962
6963 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6964
6965         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
6966         <mike@ossmann.com>)
6967
6968         * Documentation/bibliography/computer-notation.bib (pages): prune
6969         unscientific language.
6970
6971         * Documentation/user/GNUmakefile: copy unsplit file to
6972         lilypond.html (idem for lilypond-internals).
6973
6974         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
6975
6976         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
6977
6978         * python/lilylib.py (lilypond_version): 2.1 proof version check.
6979
6980         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
6981         fix.
6982         
6983 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
6984
6985         * Documentation/user/{ various }: bind text snippets with their
6986         examples, e.g. by punctuation: This is an example.
6987
6988 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6989
6990         * ly/performer-init.ly (VoiceContext): Typos.
6991
6992         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
6993         builds, leave final-install to toplevel srcdir makefile.
6994
6995         * make/srcdir.make.in (install): New target.
6996
6997 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6998
6999         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7000         This fixes core dump on MIDI output (Simon Weatherill).
7001
7002         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7003         on local-WWW-post.
7004
7005 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7006
7007         * make/lilypond.redhat.spec.in: add dvips to reqs.
7008
7009 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7010
7011         * make/srcdir.make.in (web): Add special web target.
7012
7013         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7014         from inner $(LOOP).
7015
7016         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7017
7018         * stepmake/stepmake/generic-targets.make (www-targets-help):
7019         * GNUmakefile.in (web-install): Install in $(webdir).
7020
7021         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7022
7023         * cygwin/changelog: 
7024         * cygwin/mknetrel: Update.
7025
7026         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7027         (html-doc): Remove (use: web).
7028
7029         * stepmake/stepmake/script-rules.make: 
7030         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7031         Fix $(config_make) dependencies for srcdir build.
7032
7033         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7034         target for srcdir build.
7035
7036         * stepmake/make/stepmake.make: 
7037         * make/srcdir.make.in: 
7038         * GNUmakefile.in:
7039         * make/stepmake.make (config_make): Rename variable (was:
7040         configuration).
7041
7042 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7043
7044         * Documentation/user/internals.itely (Manipulating music
7045         expressions): run lilypond on example too.
7046
7047         * flower/include/libc-extension.hh: move lrint define to
7048         header. bugfix.
7049         
7050 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7051
7052         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7053         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7054         do we recurse whole tree?).
7055
7056         * GNUmakefile.in (html-doc): Resurrect.
7057
7058         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7059         obsolete $(package-icon) dependency.
7060
7061 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7062
7063         * Documentation/user/refman.itely (Automatic staff changes):
7064         add seealso 
7065
7066         * Documentation/index.html.in: link to bigpage.
7067
7068         * Documentation/user/tutorial.itely (Tutorial): streamline.
7069
7070         * Documentation/index.html.in: url typo.
7071
7072         * VERSION (PACKAGE_NAME): release 1.7.28
7073
7074         * python/lilylib.py (error_log): remove '/' from name.
7075
7076         * input/regression/pedal.ly: remove; dups input/test/
7077         
7078         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7079
7080         * Documentation/index.html.in: python style doco index.
7081
7082         * Documentation/{footer,header}.html.in (src): remove, 
7083
7084         * Documentation/pictures: remove all but lelie-logo.xpm.
7085
7086         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7087         before running makeinfo.
7088
7089         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7090         @code{}
7091
7092 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7093
7094         * input/test/bar-number-regular-interval.ly: rename.
7095
7096         * Documentation/user/*: various fixes. 
7097
7098 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7099
7100         * Documentation/{ many }: polish for update-all-menus. typos.
7101
7102         * po/fi.po: fixes.
7103
7104         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7105
7106         * buildscripts/mutopia-index.py: polish.
7107
7108         * input/regression/{ many }, input/test{ many }: polish texidocs.
7109
7110 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7111
7112         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7113         pedal-style
7114
7115         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7116         iso. edge-widen.
7117
7118         * lily/piano-pedal-engraver.cc (process_music): change from
7119         process_acknowledged ()
7120
7121         * lily/piano-pedal-bracket.cc: new file. Change
7122         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7123         cleaned up.
7124
7125         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7126
7127         * input/regression/tuplets.ly (texidoc): rename file.
7128
7129         * po/fr.po: update
7130
7131         * buildscripts/lilypond-profile.sh: error message if script is not
7132         sourced.
7133
7134         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7135         bracket-flare
7136         (make_bracket): simplify code.
7137
7138         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7139         argument.
7140
7141         * python/lilylib.py (lilypond_version_check): new function
7142
7143         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7144
7145         * scripts/ly2dvi.py (run_lilypond): add version check.
7146
7147         * scripts/lilypond-book.py (option_definitions): typo
7148
7149         * scripts/ly2dvi.py (include_path): typo
7150
7151         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7152
7153         * lily/parse-scm.cc (parse_handler): typo
7154
7155         * Documentation/user/macros.itexi: use @heading for headings.
7156
7157         * Documentation/user/refman.itely: updates, fixes.
7158
7159 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7160
7161         * po/fi.po: add Finnish translations. fixes.
7162
7163         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7164
7165         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7166         from lily/glissando-engraver.cc.
7167
7168 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7169
7170         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7171         for non-first _broken_ bracket.
7172
7173         * Documentation/user/refman.itely: corrections.
7174
7175 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7176
7177         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7178         support of the fingerings.
7179
7180         * po/fr.po: French translation update.
7181
7182         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7183         strings.
7184
7185 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7186
7187         * Documentation/user/introduction.itely: Small fixes.
7188
7189 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7190
7191         * Documentation/topdocs/AUTHORS.texi: polish.
7192
7193 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7194
7195         * Documentation/user/introduction.itely: revise
7196
7197         * Documentation/user/tutorial.itely: reorganise.
7198
7199         * Documentation/topdocs/index.tely: remove.
7200
7201         * Documentation/header.html.in: prune.
7202
7203         * GNUmakefile.in: clean up web building.
7204
7205         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7206         target.
7207
7208 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7209
7210         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7211
7212         * lilypond-mode.el: turn on blink-matching-paren.
7213
7214 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7215
7216         * scm/output-sodipodi.scm (svg-header): Fix typo.
7217
7218 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7219
7220         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7221         fixes a security hole.
7222
7223         * scripts/lilypond-book.py (original_dir): remove temp_dir
7224
7225         * scm/document-translation.scm: use @code tags.
7226
7227 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7228
7229         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7230
7231         * lilypond-mode.el: add a buffer-local post-command-hook to set
7232         context dependent syntax-table after each cursor event. Remove old
7233         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7234
7235         * lilypond-indent.el: update comments.
7236
7237         * Documentation/footer.html.in: add period.
7238
7239 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7240
7241         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7242
7243         * scm/document-translation.scm (document-property-operation): add
7244         @code{} tags.
7245
7246         * VERSION (PACKAGE_NAME): release 1.7.27
7247
7248         * config.make.in: add PAPER variable
7249
7250         * buildscripts/new-chords.py (help): add help text
7251
7252         * Documentation/user/introduction.itely (Typography and program
7253         architecture):  fixes.
7254
7255         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7256         for texinfo and dvips. This fixes problems with PDF output of the
7257         wrong size.
7258
7259         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7260         DVIPS_PAPERSIZE variable
7261
7262         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7263         TEXINFO_PAPERSIZE variable 
7264
7265 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7266
7267         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7268
7269         * mf/feta-toevallig.mf: lowres fixes.
7270
7271 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7272
7273         * NEWS: Typo and fill-paragraph fixes.
7274
7275         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7276         cast #define.
7277
7278         * configure.in: 
7279         * config.hh.in: Check for lrint.
7280
7281 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7282
7283         * VERSION: 1.7.26 released
7284
7285         * lily/separation-item.cc: add padding property.
7286
7287         * input/test/*.ly: various fixes, remove solo-a2.ly
7288
7289         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7290         bugfix. Fixes old-style markup compatibility.
7291
7292         * Documentation/user/introduction.itely (Introduction): historical
7293         elucidations
7294
7295         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7296
7297         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7298
7299         * Documentation/index.texi (Top): cleanup.
7300
7301         * Documentation/user/introduction.itely (Introduction): rewrite
7302         introduction, 
7303         (Music notation and  engraving): about notation. Add flat-picture
7304
7305 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7306
7307         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7308         separation items. This keeps lyrics from bumping into each other.
7309
7310 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7311
7312         * GNUmakefile.in (topdocs-web): New target.
7313         (local-web): Depend on topdocs-web; fixes html-doc.
7314
7315 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7316
7317         * po/lilypond.pot: run po-replace
7318
7319         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7320
7321         * scm/drums.scm (reset-drum-kit): new function.
7322
7323         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7324
7325         * scripts/update-lily.py: remove
7326         
7327         * VERSION: release 1.7.25
7328         
7329         * Documentation/user/introduction.itely (Introduction): rewrite
7330         start of introduction.
7331
7332 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7333
7334         * lily/all-font-metrics.cc: fixed typo
7335
7336 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7337
7338         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7339         LilyPond-mode-context-set-syntax-table): new functions to define
7340         the syntax table according to context.
7341
7342         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7343
7344 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7345
7346         * Documentation/user/refman.itely (Figured bass): 
7347         language nit courtesy http://www.vocabula.com
7348
7349         * GNUmakefile.in: remove no kpathsea hack.
7350
7351         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7352         doco.
7353
7354         * GNUmakefile.in: remove web-doc target.
7355
7356         * lily/all-font-metrics.cc (find_afm): add message about
7357         buildscripts/clean-fonts.sh 
7358
7359         * scm/define-music-properties.scm (figure): use string for 'figure
7360
7361         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7362
7363         * input/regression/ : add raggedright = ##t where applicable. 
7364         
7365         * scm/bass-figure.scm (make-bass-figure-markup): add
7366         alignBassFigureAccidentals property.
7367
7368         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7369         bracket.
7370
7371         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7372         syllables widths into account for minimum-length.
7373
7374         * input/test/staff-container.ly: update file
7375
7376         * input/test/stem.ly: remove
7377
7378         * lily/event.cc (LY_DEFINE): add ly: prefix.
7379
7380         * input/test/clef-manual-control.ly: from manual-clef
7381
7382         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7383
7384         * input/test/different-time-signatures.ly: move to poly-metric.ly
7385
7386         * input/test/hara-kiri*,scales.ly: remove
7387         
7388         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7389         with chord-names-jazz.ly)
7390
7391         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7392         get scalable cm fonts too.
7393
7394         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7395         --encoding for mftrace if present.
7396
7397         * input/regression/slur-area.ly: move from test/
7398
7399         * input/test/: remove simple-slur-endings slur-attachment
7400         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7401         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7402         slur-symmetry slur-symmetry tie-broken.ly
7403
7404         * scm/drums.scm (set-drum-kit): add function.
7405
7406         * Documentation/user/refman.itely (Percussion staves): use
7407         set-drum-kit
7408
7409         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7410         too
7411         (Global_measure.set_timesig): handle 3/8 time sig too.
7412
7413         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7414         note about triangle note heads.
7415
7416         * scm/drums.scm: use alist for instrument-settings. This fixes the
7417         bug with assigning to drums in the .ly file.
7418
7419         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7420         CHANGED.
7421
7422         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7423         cluster-beacon-interface
7424
7425         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7426
7427         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7428
7429         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7430
7431         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7432         to get positions.
7433
7434         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7435         make ClusterSpannerBeacon to record Y positions. This removes the
7436         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7437         make cluster-note-events.
7438
7439 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7440
7441         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7442
7443         * configure.in: Use lily/main.cc as identifying source file.
7444
7445         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7446
7447         * config.hh.in: 
7448         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7449
7450         * configure.in: Require PYTHON >= 2.0.
7451
7452         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7453           $PYTHON for include dir location.
7454         (STEPMAKE_PYTHON): New function.  Use
7455         
7456             PYTHON=foo ./configure
7457
7458           to override.
7459
7460 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7461
7462         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7463         something.
7464
7465         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7466         ftp.lilypond.org everywhere.
7467
7468 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7469
7470         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7471         detected.
7472
7473         * Documentation/user/refman.itely (Grace notes): note on explicit
7474         contexts
7475
7476 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7477
7478         * lilypond-font-lock.el: add a comment about LilyPond specific
7479         escape characters: ^, - and _, in the syntax table.
7480
7481         * Documentation/user/appendices.itely: a majuscule fix.
7482
7483 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7484
7485         * input/test/trills.ly (endHorizScript): fixes.
7486
7487         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7488         notation, move from regression.
7489
7490         * input/test/script-stack.ly: change name from stacked-scripts
7491
7492         * input/test/ossia.ly: octave errors.
7493
7494         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7495         for midi-volume-equaliser
7496
7497 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7498
7499         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7500         cm fonts.
7501
7502         * mf/feta-beugel.mf: don't multiply font_count by 10.
7503
7504         * lily/lookup.cc (horizontal_line): new function. Use
7505         horizontal-line in output backends.
7506
7507         * Documentation/user/tutorial.itely (An orchestral part): new
7508         section on orchestral stuff and identifiers.
7509
7510 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7511
7512         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7513         some interference to other modes.
7514
7515 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7516
7517         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7518         not maximum of spacing wishes in polyphonic situations.
7519
7520         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7521         number
7522
7523         * lilypond-indent.el: remove paren matching. 
7524
7525         * lily/text-item.cc (interpret_new_markup): new function
7526         use iso. text2molecule.
7527
7528         * lily/main.cc (notice): change FSF address 
7529
7530         * po/de.po: update PO file to 1.6.
7531
7532 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7533
7534         * Documentation/user/ {many}: Add periods and remove spaces.
7535         
7536 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7537
7538         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7539         Disable buffer-locally default paren hook and make a new one. 
7540
7541         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7542         locally LilyPond-paren-mode. Add todo for mouse double-click.
7543
7544 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7545
7546         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7547         Disable buffer-locally default paren idle timer and make a new one. 
7548
7549         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7550         locally LilyPond-show-paren-mode. Add to menu a toggle for
7551         LilyPond-show-paren-function.
7552
7553 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7554
7555         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7556
7557 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7558
7559         * Documentation/user/refman.itely: spelling fix.
7560
7561         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7562         paren highlight function definitions. add todo for
7563         LilyPond-show-paren-mode.
7564
7565 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7566
7567         * input/template/jazz-combo.ly: new file.
7568
7569 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7570
7571         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7572         lo-res fixes.
7573
7574         * mf/feta-schrift.mf: bugfix in varcoda sign.
7575         WARNING: FONT CHANGED
7576
7577         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7578         in accordance with lexer.ll.   
7579
7580 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7581
7582         * Documentation/user/tutorial.itely: Edit introduction.
7583
7584 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7585
7586         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7587         ly:grob-staff-position
7588
7589 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7590
7591         * scm/to-xml.scm: import srfi-1
7592
7593         * VERSION (MAJOR_VERSION):  release 1.7.24
7594
7595         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7596
7597         * scripts/lilypond-book.py (do_file): put texidoc before image.
7598         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7599
7600         * input/regression/*.ly: fix snippet octaves 
7601
7602         * input/test/spanner-after-break-tweak.ly: import
7603         broken-spanner-adjustment
7604
7605         * input/no-notation/midi-transposing.ly: move from input/test/
7606
7607         * input/test/: remove chord-markup
7608
7609         * input/regression/instrument-name-partial.ly: move from input/test.
7610
7611         * input/test/vertical-text.ly: remove
7612
7613         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7614         space above lyrics lines.
7615
7616         * input/test/uniform-breaking.ly: remove file.
7617
7618         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7619         uniform spacing density. 
7620
7621         * input/test/chords.ly (keys): remove file.
7622
7623         * scm/documentation-lib.scm (oop): use srfi-1 too.
7624
7625         * input/regression/*.ly: add \version
7626
7627         * Documentation/user/*.itely: various fixes.
7628
7629         * buildscripts/mf-to-table.py (base): break table every three
7630         symbols.
7631
7632         * input/:  remove %% new-chords-done %% .
7633
7634         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7635         os-music.ly
7636         
7637 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7638
7639         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7640
7641         * scm/new-markup.scm (box-markup): new function.
7642         (box-markup): new function. Contributed by Dick Schoeller
7643         <schoeller@attbi.com>
7644
7645         * scm/lily.scm: remove reduce-no-unit 
7646         (list-insert-separator): use fold-right
7647
7648         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7649         of arguments. 
7650
7651         * NEWS: more neutral language for ancient notation 
7652
7653         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7654         inside pointing beaming for chord tremolo.
7655
7656         * Documentation/user/lilypond-book.itely: minor editing
7657
7658 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7659
7660         * NEWS: added news for 1.8 regarding ancient notation
7661
7662         * Documentation/user/refman.itely (Gregorian square neumes
7663         ligatures): fixed typo
7664
7665         * lily/vaticana-ligature-engraver.cc,
7666         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7667         lower/upper head of Pes only when heads are stacked
7668
7669         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7670         scm/define-grob-properties.scm: cleanup: make "join-left" a
7671         boolean grob property and save delta pitch in grob property
7672         "delta-pitch" instead
7673
7674         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7675
7676 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7677
7678         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7679         completely borked
7680
7681         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7682         (try_music): bug fix: beam multiplicity was completely borked.
7683
7684         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7685         first-n, butfirst-n in favor of srfi-1 functions.
7686         remove string-join, string-pad in favor of srfi-13 functions.
7687
7688         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7689
7690         * NEWS: use complete sentences.
7691
7692         * Documentation/user/introduction.itely (Example applications):
7693         add note about databases and lilypond-book.
7694
7695         * input/test/volta.ly: remove file
7696
7697         * input/regression/volta-broken-left-edge.ly: simplify file
7698
7699 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7700
7701         * Documentation/user/refman.itely (Constructing a tweak): new
7702         subsection.
7703
7704         * Documentation/user/tutorial.itely (Fine tuning layout): add
7705         common tweaks.
7706
7707         * scm/define-grobs.scm (TextScript): use new brewer.
7708
7709 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7710
7711         * VERSION: release 1.7.23
7712
7713         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7714
7715         * python/lilylib.py (make_ps_images): bugfixes.
7716
7717         * input/regression/volta-multi-staff.ly: new file.
7718
7719         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7720
7721         * Documentation/user/tutorial.itely (Piano staffs): new section.
7722         (Setting variables): new section
7723         (Fine tuning layout): new section
7724
7725         * input/just-friends.ly: remove file. Superseeded by
7726         input/test/chords-without-melody.ly
7727
7728         * ly/property-init.ly: add all commands to refman.
7729
7730         * scm/define-translator-properties.scm: remove
7731         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7732
7733         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7734         name. Underscores botch up PS output.
7735
7736         * scm/define-translator-properties.scm: remove
7737         textNonEmpty, oneBeat, regularSpacingDelta
7738
7739         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7740         rule for automaticBars.
7741
7742         * lily/timing-engraver.cc (start_translation_timestep): change
7743         barNonAuto to automaticBars
7744
7745 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7746
7747         * input/test/perform-tie.ly: delete file.
7748
7749 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7750
7751         * Documentation/user/refman.itely (Gregorian square neumes
7752         ligatures): bugfix: do not show ledger lines in neumes table
7753         (fixed by setting staff symbol to transparent rather than removing
7754         it from staff context)
7755
7756 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7757
7758         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7759         glue into brew-new-markup-molecule.
7760
7761         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7762
7763         * Documentation/user/introduction.itely (Computerized typography):
7764         new section
7765
7766         * Documentation/user/tutorial.itely (An orchestral part): remove
7767         pc example from tutorial.
7768
7769         * input/tutorial/lilbook.tex: use screech-boink
7770
7771         * scripts/lilypond-book.py (compile_all_files): split formatting
7772         output body and scheduling lilypond compilation.
7773         (format_lilypond_output_bodies): new function
7774         (format_lilypond_block): new function
7775         (html_pages): allow multi-page images in HTML
7776
7777         * python/lilylib.py (make_ps_images): rename function from
7778         make_preview, merge with make_page_images
7779
7780 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7781
7782         * input/test/key-clefs.ly: moved to regression.
7783
7784         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7785
7786         * input/no-notation/README: added note about midi-*.ly files.
7787
7788         * input/test/two-key.ly: moved to no-notation/parse5.ly
7789
7790         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7791         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7792
7793         * input/test/ {various}: modified comments, marked some for deletion.
7794
7795         * input/test/lines.ly: deleted file; duplicate of
7796         embedded-postscript.ly
7797
7798         * input/test/mmrest-collision: moved to regression.
7799
7800 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7801
7802         * scm/chord-name.scm (note-name->markup): don't superscript root
7803         alterations in chordnames.
7804
7805 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7806
7807         * Documentation/user/refman.itely (Multi measure rests): more
7808         index/cross-referencing.
7809
7810         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7811
7812         * scm/font.scm: remove properties-to-font-name code.
7813
7814         * scm/define-grob-properties.scm: remove 'type
7815
7816         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
7817         conversion
7818
7819         * lily/text-spanner.cc: change 'type grob prop to 'style 
7820
7821         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
7822         "first" flag to decide whether to make a start-repeat
7823
7824         * input/regression/grace-volta-repeat-2.ly: new file.
7825
7826 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7827
7828         * lilypond-indent.el: rename generic functions to LilyPond-*
7829
7830 2003-06-22  Graham Percival  <gperlist@shaw.ca>
7831
7832         * input/test/thumb.ly: delete, merged into refman.
7833
7834         * Documentation/user/refman.itely: added thumb info to Fingering.
7835
7836         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
7837         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
7838         vertical-align.ly : deleted files.
7839
7840 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7841
7842         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
7843
7844         * lily/line-spanner.cc (broken_trend_offset): remove function.
7845         (get_broken_offset): idem.
7846         (brew_molecule): rewrite the line-break case.
7847
7848         * input/regression/follow-voice-break.ly:  new file.
7849
7850         * lily/line-spanner.cc (after_line_breaking): remove lines at the
7851         start of a system.
7852
7853 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7854
7855         * input/test/tuplet-rest.ly: moved to regression.
7856
7857         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
7858         deleted file.
7859
7860         * input/test/ {many} : marked file for possible deletion.
7861
7862 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7863
7864         * input/regression/beam-funky.ly: add note about (disputed)
7865         correct beaming.
7866
7867         * ly/engraver-init.ly (ScoreContext): put key-signature after
7868         staff-bar
7869         
7870 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7871
7872         * input/test/ broken.ly lyric-phrasing.ly: deleted.
7873
7874         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
7875
7876         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
7877
7878         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
7879         stem-extend was deleted (it was duplicate example, and not as
7880         good).
7881
7882         * input/test/[s-z]*.ly: add texidoc index.
7883
7884 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7885
7886         * lily/slur.cc (get_boundary_notecolumn_y): change name from
7887         get_first_notecolumn_y
7888
7889         * lily/spanner.cc (broken_spanner_index): new function.
7890
7891 2003-06-19  Graham Percival  <gperlist@shaw.ca>
7892
7893         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
7894         lyric-hyphen.ly : moved to regression.
7895
7896         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
7897         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
7898
7899         * input/test/instrument-name-mmrest.ly: moved to
7900         ../regression/multi-measure-rest-instr-name.ly
7901
7902         * input/test/knee-sym.ly: moved to
7903         ../regression/beam-knee-symmetry.ly.
7904
7905         * input/test/hymn.ly: change comments.
7906
7907         * input/test/[p-r]*.ly: add texidoc index.
7908
7909 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7910
7911         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
7912         to postfix syntax
7913         
7914         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
7915         syntax.
7916
7917         * VERSION: release 1.7.22
7918
7919 2003-06-18  Graham Percival  <gperlist@shaw.ca>
7920
7921         * input/test/[h-k]*.ly: added texidoc index.
7922
7923         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
7924
7925         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
7926
7927         * input/test/ various : mark files for deletion or moving to
7928         regression.
7929
7930         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
7931
7932         * input/test/[l-o]*.ly: added texidoc index.
7933
7934 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7935
7936         * scm/music-functions.scm (make-ottava-set): 
7937         only do ottavation if centralCPosition is set.
7938
7939         * lily/translator-scheme.cc (ly:context-property-where-defined):
7940         return '() if not found.
7941
7942 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
7943
7944         * lilypond-mode.el (LilyPond-un-comment-region): removed.
7945         Use one command for both commenting and uncommenting.
7946
7947         * lilypond-indent.el (LilyPond-comment-region): new function,
7948         (un)comments each line separately.
7949
7950         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
7951         
7952         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
7953         imenu is not added by default; adapted from f90.el,
7954         makes Help-menu, which does not fit, visible in XEmacs.
7955         
7956 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
7957
7958         * lilypond-mode.el: Set show-paren-mode local; minor-mode
7959         show-paren-mode sets blink-matching-paren-on-screen local.
7960         Try to make show-paren-function to paren-highlight local.
7961
7962         * lilypond-indent.el (LilyPond-scan-sexps): new function.
7963         Copy definitions of Emacs' show-paren-function and
7964         XEmacs' paren-highlight and make minimal changes;
7965         add comments about locality. 
7966         Fix matching first open-paren-char in '<< .. >>'.
7967
7968 2003-06-16  Graham Percival  <gperlist@shaw.ca>
7969
7970         * input/test/g*: added texidoc index.
7971
7972         * input/test/[a-g]*: added raggedright==#t when it
7973          seemed appropiate.
7974
7975         * input/test/ fake-grace.ly figured-bass.ly : removed file.
7976
7977         * Documentation/topdoc/INSTALL.texi: removed false warnings
7978         about gcc 3.3.
7979
7980 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7981
7982         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
7983
7984         * input/test/chords-without-melody.ly (texidoc): add from
7985         input/just-friends.ly
7986
7987         * input/regression/size{13--26}.ly: move from input/
7988
7989         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
7990         input/{star-spangled-banner,twinkle}.ly: remove 
7991         
7992         * lily/slur.cc: remove slur over rest warnings.
7993
7994         * lily/note-spacing.cc (get_spacing): include left part of right
7995         object in fixed space. This fixes stretched space before
7996         accidentals.
7997
7998         * input/regression/spacing-accidental-stretch.ly: new file.
7999
8000 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8001
8002         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8003         Reduce to 16pt.
8004
8005 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8006
8007         * input/regression/spacing-knee.ly: docstring
8008
8009         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8010
8011         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8012         input/tutorial/{test,solar,flowing}.ly: remove
8013
8014         * input/rhythm.ly: remove
8015
8016         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8017
8018         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8019         update syntax. 
8020
8021         * scm/define-grobs.scm (all-grob-descriptions): set
8022         knee-spacing-correction to 1.0
8023
8024         * lily/note-spacing.cc (stem_dir_correction): compute knee
8025         correction using stem-thickness and head width.
8026
8027         * input/regression/beam-quanting-horizontal.ly: update texidoc
8028
8029         * scm/define-grobs.scm (all-grob-descriptions): set
8030         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8031         This fixes 32nd beams for noteheads in spaces quants.
8032
8033         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8034
8035 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8036
8037         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8038
8039 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8040
8041         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8042
8043         * VERSION (PACKAGE_NAME): release 1.7.21
8044
8045         * input/regression/stem-shorten.ly: new file.
8046
8047         * lily/stem.cc (get_default_stem_end_position): revise stem
8048         shortening code.
8049
8050         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8051
8052         * input/test/{scripts,volta-start,sleur}.ly: remove
8053         
8054         * input/regression/span-bar.ly: smaller file.
8055
8056         * input/regression/spacing-{natural,tight,loose}.ly: remove
8057
8058         * input/test/markup.ly: remove
8059
8060         * scripts/lilypond-book.py: put printfilename in separate chunk,
8061         so texidoc is printed after the filename.  
8062
8063 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8064
8065         * make/lilypond.mandrake.spec.in: fix docdirs.
8066
8067 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8068
8069         * input/regression/beam-french.ly: bugfix.
8070
8071         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8072
8073         * input/regression/(various).ly: add raggedright = #t.
8074
8075         * input/regression/auto-beam.ly: move from abe.ly
8076
8077 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8078
8079         * input/test/f*.ly: added texinfo index.
8080         
8081         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8082
8083 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8084
8085         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8086         quant penalty for beam just outside staff.
8087
8088         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8089         from beam-pos.ly,  remove non-horizontal tests. 
8090
8091         * input/test/(various): cleanup header info. 
8092
8093         * input/test/tchaikovsky.ly: remove file.
8094
8095         * scm/chord-generic-names.scm: move from
8096         double-plus-new-chord-name.scm
8097
8098         * input/test/orchestscore.ly: remove file
8099
8100         * Documentation/user/refman.itely (Vocal music): update documentation.
8101
8102         * scm/define-translator-properties.scm (chordNoteNamer): remove
8103         chordNameStyle, use chordNameFunction
8104
8105         * scm/chord-name.scm (set-chord-name-style): remove
8106         set-chord-name-style. Use \property chordNameFunction.
8107
8108 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8109
8110         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8111         music): remove @TeX{} command.
8112
8113 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8114
8115         * lilypond-indent.el (scan-sexps): Renamed to
8116         aargh-this-breaks-other-emacs-modes-scan-sexps.
8117
8118 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8119
8120         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8121         closing slurs: '()', etc. Add comments.
8122
8123         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8124
8125         * lilypond-font-lock.el: match unending string at eof.
8126
8127         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8128         
8129 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8130
8131         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8132         input/test/beam-dir.ly input/test/beam-position.ly    
8133         input/test/beam-suspect.ly input/test/beam-trend.ly    
8134         input/test/beams.ly input/test/crescendo-text.ly : deleted
8135         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8136         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8137         * input/test/default-bars.ly: moved to bar-always.ly
8138         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8139
8140 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8141
8142         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8143
8144 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8145
8146         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8147
8148 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8149
8150         * lilypond-indent.el: Match better slurs in scheme expressions.
8151         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8152
8153         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8154
8155 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8156
8157         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8158
8159         * input/ac-extra-voice.ly: Add texidoc.
8160
8161         * ly/chord-modifiers-init.ly: 
8162         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8163         and chordNameExceptionsPartial for new chord names.
8164
8165         * input/test/chord-names-dpnj.ly: 
8166         * input/test/dpncnt.ly: Update.
8167
8168         * scm/chord-name.scm: 
8169         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8170         chord selection and options.
8171
8172         * ly/chord-modifiers-init.ly: Add exceptions 
8173
8174         * scm/define-translator-properties.scm (chordNameStyle) 
8175         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8176
8177 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8178
8179         * ly/property-init.ly (germanChords): Added.
8180         (semiGermanChords): Added.
8181         
8182         * input/test/chord-names-german.ly: Use new macros
8183         
8184 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8185
8186         * lilypond-indent.el: Use similar parenthesis highlighting for 
8187         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8188         functions; removed LilyPond-show-paren-function. Fix indenting.
8189         Turn paren-matching on also in XEmacs.
8190
8191         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8192         as needed by parenthesis highlighting functions (in scan-sexp).
8193
8194 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8195
8196         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8197         function.
8198         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8199
8200 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8201
8202         * lilypond-indent.el: tune regexp for show-paren-function.
8203
8204 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8205
8206         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8207         for all LilyPond-produced tex snippets.
8208
8209         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8210         fixes one line --preview output of ly2dvi.
8211
8212 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8213
8214         * lilypond-indent.el: match only one type of slurs in
8215         LilyPond-show-paren-function.
8216
8217 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8218
8219         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8220         * debian/lilypond1.7.dirs: 
8221         * debian/lilypond1.7-doc.dirs: New file.
8222
8223         * input/regression/chord-name-exceptions.ly: Add parameter for
8224         ignatzekExceptions.  Quote hash in docstring.
8225
8226 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8227
8228         * lilypond-indent.el (show-paren-function): define show-paren-function
8229         as LilyPond-blink-matching-open and use it for closing parens.
8230         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8231
8232         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8233         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8234         LilyPond-blink-matching-paren in order to match both open and close
8235         brackets.
8236         
8237 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8238
8239         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8240         testing by modifying the code from FSF Emacs paren.el. Add comments.
8241
8242 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8243
8244         * input/test/dpncnt.ly: Transpose example to match new
8245         default \chords octave.  Add comment.
8246         
8247         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8248         comment about octave change.
8249
8250 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8251
8252         * input/test/[d,e]: added texinfo index tags.
8253         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8254
8255 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8256
8257         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8258
8259 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8260
8261         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8262         as in blink-matching-open.
8263
8264 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8265
8266         * input/test/[a-c]: more comments in files.
8267         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8268         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8269         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8270         mark file for proposed deletion.
8271         * input/test: renaming files:
8272         auto-beam-4-8.ly to beam-auto-4-8.ly
8273         auto-beam-override.ly to beam-auto-override.ly
8274         auto-beam.ly to beam-auto.ly
8275         blank.ly to blank-paper.ly
8276         absolute-volume.ly to dynamic-absolute-volume.ly
8277
8278 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8279
8280         * input/test/dpncnt.ly: 
8281         * input/test/chord-names-dpnj.ly: Resurrect.
8282
8283         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8284
8285         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8286
8287         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8288         Better docstring, add parameter OMIT-ROOT, tidy up.
8289
8290 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8291
8292         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8293
8294 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8295
8296         * scm/output-ascii-script.scm (as-font-alist-alist):
8297         (as-properties-to-font-name):
8298         (as-make-style-sheet): Remove.
8299
8300         * scm/font.scm (as-make-font-list): New function.
8301         (as-font-sheet-alist): New variable.
8302
8303         * ly/paper-as9-init.ly: 
8304         * ly/paper-as5-init.ly: Update.
8305
8306         * ly/paper-as5.ly:
8307         * ly/paper-as9.ly: New file.
8308
8309 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8310
8311         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8312
8313 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8314         * input/sondag-morgen/*: removed due to copyright concerns.
8315         * input/[a,b]*.ly: added a newline at the end of the texinfo
8316         doc string (produces better output in HTML version).
8317         * input/c*.ly: added texinfo index and added comments to
8318         aid in future changes to input/test/ files.
8319
8320 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8321         
8322         * Documentation/user/refman.itely: fixed build problem (missing
8323         file) caused by previous renaming.
8324
8325 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8326         
8327         * input/test/[a,b]*.ly: added texinfo index and added comments to
8328         aid in future changes to input/test/ files.
8329         * input/test/bar-number-every-5-reset.ly: renamed to
8330         bar-number-every-five-reset.ly
8331         * input/test/bar-script-visibility.ly: renamed to
8332         bar-number-show-all.ly
8333
8334 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8335
8336         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8337         to Voice.
8338
8339         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8340         out note-line and glissando functionality.
8341         
8342         * lily/line-spanner.cc (brew_molecule): cleanup.
8343
8344 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8345
8346         * scripts/as2text.scm: Use rdelim module.
8347         (start-system): Rename from start-line.
8348         (stop-system): Rename from stop-line.
8349         (af-gulp-file): Use string iso symbol for getenv.
8350
8351         * scm/output-ascii-script.scm: Add guile and lily modules.
8352         (font-name-alist): New variable.
8353         (draw-line): New function.
8354
8355         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8356         (Were these silently removed, without ChangeLog entry?)
8357
8358 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8359
8360         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8361         process 2nd ottava correctly.
8362
8363 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8364
8365         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8366
8367 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8368
8369         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8370
8371 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8372
8373         * VERSION: release 1.7.20
8374         
8375         * lily/text-spanner.cc (brew_molecule): clean up function. This
8376         fixes bugs with broken 8va spanners.
8377
8378         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8379         This prevents spurious line-breaks with raggedright
8380         
8381 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8382
8383         * lily/key-performer.cc (create_audio_elements): always use major
8384         key
8385
8386         * Documentation/user/internals.itely: updates
8387
8388         * input/regression/beam-break.ly: new file.
8389
8390         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8391         beams if starting or terminating stems have 'beaming set.)
8392
8393         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8394         property.
8395
8396         * lily/parser.yy (verbose_command_req): add comment about scales.
8397
8398 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8399
8400         * lilypond-indent.el: adjust regexps in bracket-matching.
8401
8402 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8403
8404         * Documentation/user/refman.itely: more tiny fixes
8405
8406         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8407         "Chord names"; added table with input syntax for solesmes neumes
8408         table; added some words about rationale on input syntax design
8409
8410         * lily/gregorian-ligature-engraver.cc,
8411         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8412         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8413         alignment of Pes Initio Debilis
8414
8415         * Documentation/user/refman.itely,
8416         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8417         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8418         bugs in the solesmes neumes table
8419
8420 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8421
8422         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8423         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8424
8425         * lilypond-mode.el: fix tag-score. small improvements.
8426
8427 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8428
8429         * .cvsignore: Add aclocal.m4.
8430
8431         * lily/music-constructor.cc: Include <assert.h>.
8432
8433 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8434
8435         * ly/engraver-init.ly (HaraKiriStaffContext): use
8436         RemoveEmptyStaffContext instead.
8437
8438         * Documentation/user/refman.itely: updates
8439
8440 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8441
8442         * Documentation/user/refman.itely: added solesmes neumes table;
8443         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8444         bugfix: "Ornaments" -> "Articulations"
8445
8446         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8447
8448 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8449
8450         * lilypond-indent.el: Add a message about trying to match \] or \).
8451         
8452 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8453         
8454         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8455         obsolete "arithmetic_*"
8456
8457         * input/bugs/ligatures.ly: removed (will be put into a different
8458         directory later)
8459
8460 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8461
8462         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8463         libkpathsea (Maurizio Tomasi).
8464
8465 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8466
8467         * input/regression/repeat-slash.ly (texidoc): new file
8468
8469         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8470         slash repeats separately. Slash repeats and %
8471         repeats can now be nested.
8472
8473 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8474
8475         * lilypond-indent.el: Add preliminary test for closing \] and \).
8476         
8477 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8478
8479         * lily/gregorian-ligature-engraver.cc,
8480         lily/vaticana-ligature-engraver.cc,
8481         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8482         mf/parmesan-heads.mf: various semivocalis related bugfixes
8483
8484         * input/bugs/ligatures.ly: new file demonstrating problems with
8485         ligatures
8486         
8487 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8488
8489         * lilypond-mode.el,
8490         lilypond-font-lock.el,
8491         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8492
8493 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8494
8495         * lilypond-mode.el: Remove outdated code. Stress the difference 
8496         between Emacs and XEmacs definitions.
8497
8498         * lilypond-mode.el,
8499         lilypond-indent.el: Define a function interactive only when necessary.
8500
8501 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8502
8503         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8504         Use inactive regions also in XEmacs.
8505
8506 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8507
8508         * Documentation/user/refman.itely (Repeat syntax): more updates
8509
8510         * lily/simple-spacer.cc (solve): move solution process into
8511         solve(). This fixes a bug with collisions and raggedright = ##t.
8512  
8513         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8514
8515         * ly/engraver-init.ly: remove GraceContext. Update examples.
8516
8517 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8518
8519         * GNUmakefile.in (fonts): Also make fontball.
8520
8521         * Website fixes:
8522
8523         * ly/engraver-init.ly (GraceContext): Add.
8524
8525         * run:
8526
8527             convert-ly $(find . -name *.ly)
8528
8529         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8530         new chords.
8531
8532 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8533
8534         * VERSION: 1.7.19 released
8535         
8536         * scm/music-functions.scm (set-octavation): new function.
8537
8538         * input/regression/ottava.ly: new file
8539
8540         * lily/translator-scheme.cc (LY_DEFINE): new function
8541         ly:unset-context-property
8542         (LY_DEFINE) new function ly:context-property-where-defined: 
8543
8544 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8545
8546         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8547
8548         * lilypond.words: add few.
8549
8550         * input/test/script-chart.ly: fix typo.
8551
8552 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8553
8554         * scm/define-grobs.scm: uniform naming for definitions and output
8555         routine files. 
8556
8557         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8558         scm/context-description.scm
8559
8560         * lily/parser.yy (translator_spec_body): add \description to the
8561         \translator{} body syntax.
8562
8563         * lily/ottava-engraver.cc: new file.
8564
8565         * scm/chord-name.scm (natural-chord-alteration): replace old
8566         chord stuff. 
8567
8568         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8569
8570         * Documentation/user/refman.itely (Metronome marks): update doco.
8571
8572         * input/regression/markup-note.ly: new file
8573
8574         * input/regression/metronome-marking.ly: new file
8575
8576         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8577
8578         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8579         metronome marks.
8580
8581 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8582
8583         * Documentation/user/GNUmakefile: Compatibility fix for new
8584         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8585         for making binary packages; info splitting bug has been fixed.
8586
8587         * Documentation/user/refman.itely: Compile fixes.
8588
8589 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8590
8591         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8592         Count \midi -keywords also for a region.
8593
8594 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8595
8596         * lily/lookup.cc (LY_DEFINE): new function
8597
8598         * Documentation/user/tutorial.itely: updates
8599
8600 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8601
8602         * lilypond-mode.el: Allow Midi on buffer.
8603         Use only '.ly'-extension, remove '.sly' and '.fly'.
8604         Allow use of inactive regions. Invoke next Command on Master file, 
8605         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8606
8607 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8608
8609         * Documentation/user/tutorial.itely: updates.
8610
8611 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8612
8613         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8614
8615 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8616
8617         * lily/coherent-ligature-engraver.cc: fixed typo
8618
8619         * lily/coherent-ligature-engraver.cc,
8620         lily/gregorian-ligature-engraver.cc,
8621         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8622         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8623         lily/vaticana-ligature-engraver.cc,
8624         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8625         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8626         removed all ligature specific stuff from NoteHead code
8627
8628         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8629         ligatures now use regular noteheads
8630
8631         * lily/vaticana-ligature.cc: tiny code cleanups
8632
8633         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8634         space between two adjacent noteheads of the same pitch
8635
8636         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8637         description; cleanup: removed obsolete font-family settings
8638
8639 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8640
8641         * lily/coherent-ligature-engraver.cc,
8642         lily/gregorian-ligature-engraver.cc,
8643         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8644         lily/mensural-ligature-engraver.cc,
8645         lily/vaticana-ligature-engraver.cc,
8646         lily/include/gregorian-ligature-engraver.hh: updated for new
8647         Coherent_ligature_engraver; added comments that describe the basic
8648         design ideas of the ligature implementation
8649
8650         * lily/coherent-ligature-engraver.cc,
8651         lily/include/coherent-ligature-engraver.hh: new file: shared code
8652         between mensural ligatures and Gregorian chant notation ligatures
8653
8654 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8655
8656         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8657         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8658         use only two arguments in sit-for, use no arguments in
8659         read-char-exclusive, backspace is not a character (127) in XEmacs.
8660
8661         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8662
8663 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8664
8665         * lilypond-mode.el: un-commenting works after syntax-table fix.
8666
8667         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8668         group, verbose commenting for syntax table.
8669
8670         * lilypond-indent.el: add TODO for ligature slurs.
8671
8672 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8673
8674         * lilypond-mode.el: Move comments of parenthesis matching away,
8675         (blink-matching-paren-on-screen) fix blinking in Emacs.
8676
8677         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8678         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8679
8680         * lilypond-indent.el: Add TODO for parenthesis matching.
8681
8682 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8683
8684         * lilypond-mode.el: Fix XEmacs: 
8685         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8686         invoke explicitly easy-menu-add (in Emacs done automatically).
8687         
8688         * lilypond.words: Add few words from input/*/*.ly.
8689
8690 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8691
8692         * VERSION (PATCH_LEVEL): release 1.7.18
8693
8694         * scripts/lilypond-book.py: only print basename for printfilename
8695         option
8696
8697         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8698         and syntax updates.
8699
8700 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8701
8702         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8703         better parametrisation. Move fatness of bulb downward.
8704
8705         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8706         glyph names. Underscores are not allowed .ps encoding files.
8707
8708 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8709
8710         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8711         variable "packed" for packed right-ragged mode
8712
8713         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8714         unused variable ragged; fixed indentation
8715
8716         * Documentation/user/refman.itely: tiny cleanups in ancient
8717         clef and custos section
8718
8719 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8720
8721         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8722         \applyoutput PROCEDURE
8723
8724         * lily/my-lily-lexer.cc: add \applyoutput.
8725
8726         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8727
8728         * lily/text-item.cc: clean text-interface description
8729
8730 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8731
8732         * input/{regression,test}/: use postfix for slur endings and beam
8733         begins.
8734
8735         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8736         style beams too. 
8737
8738         * input/regression/lyrics-melisma-beam.ly: new file.
8739
8740         * lily/lyric-engraver.cc (process_music): change from
8741         process_acknowledged_grobs()
8742
8743         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8744         functions to set and revert auto-beam settings.
8745
8746 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8747
8748         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8749
8750 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8751
8752         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8753         Documentation/user/lilypond.tely: fixed some typos; updated author
8754         info
8755
8756         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8757         #"" -> #'flag-style = #'()
8758
8759         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8760         cleanup: removed dead #includes
8761
8762         * lily/gregorian-ligature-engraver.cc,
8763         lily/include/gregorian-ligature.hh,
8764         scm/grob-property-description.scm: small cleanups, small spacing
8765         fixes
8766
8767         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8768         lily/vaticana-ligature.cc,
8769         lily/include/gregorian-ligature-engraver.hh,
8770         scm/grob-property-description.scm, scm/music-types.scm:
8771         "porrectus" -> "pes or flexa"
8772
8773         * ly/engraver-init.ly, scm/grob-description.scm,
8774         scm/grob-property-description.scm: junked porrectus, now handled
8775         by ligature code
8776
8777         * scm/grob-description.scm: bugfix: added space-alist entry for
8778         breathing sign/custos
8779
8780 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8781
8782         * Another grand 2003 update.
8783         
8784         * Remove mentioning of `mudela'; There's no such thing.
8785
8786 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8787
8788         * Documentation/user/preface.itely (Preface to version 1.8): update
8789
8790         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8791
8792         * Documentation/user/converters.itely (Invoking convert-ly): revise
8793
8794         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8795
8796         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8797
8798 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8799
8800         * Documentation/user/internals.itely: more updates.
8801
8802 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8803
8804         * Documentation/user/refman.itely: revise 
8805
8806         * Documentation/user/internals.itely: revise
8807
8808         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8809
8810 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8811
8812         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
8813         beautification: reformatted ancient clefs section; cleanup: small
8814         wording fixes
8815
8816 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
8817
8818         * lilypond.words: added words for chant notation, sorted
8819         alphabetically through "sort lilypond.words"
8820
8821 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
8822
8823         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
8824         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
8825         chant notation
8826
8827 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
8828
8829         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
8830         prevent TeX from interpreting them as long dash
8831
8832         * input/test/vaticana.ly: updated
8833
8834         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
8835         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
8836         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
8837         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
8838         fixes
8839
8840         * mf/parmesan-heads.mf: ledger endings: removed dead code
8841
8842 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8843
8844         * VERSION: 1.7.17 released
8845         
8846         * Documentation/user/GNUmakefile
8847         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
8848         files too.
8849
8850         * scm/document-markup.scm: new file: document all markup
8851         functions.
8852
8853         * scm/documentation-generate.scm: rename all documentation modules
8854         to document-*.scm
8855
8856         * scripts/lilypond-book.py: generate link to .ly file iso. link to
8857         .png
8858
8859         * input/test/divisiones.ly: added
8860
8861         * input/regression/output-property.ly: new file
8862
8863         * lily/cluster.cc: change cluster-interface to use style property
8864
8865 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
8866
8867         * input/test/chord-names-german.ly: modified.
8868
8869         * scm/chords-ignatzek.scm:
8870           chord-name->german-markup: Added
8871           note-name->german-markup: Changed (now producing lowercase notenames)
8872
8873         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
8874         
8875 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8876
8877         * scripts/convert-ly.py (FatalConversionError.conv):
8878         divisiominima -> divisioMinima, etc.
8879
8880         * ly/engraver-init.ly (FiguredBassContext): add
8881         Separating_line_group_engraver to Figured bass context.
8882
8883         * ly/german-chords-init.ly: remove file
8884
8885         * input/test/chord-names-german.ly (scm): new file.
8886
8887         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
8888
8889         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
8890         Chord_name_engraver
8891
8892         * Documentation/user/refman.itely: lots of updates.
8893
8894         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
8895         new file
8896
8897         * input/test/bar-number-every-5-reset.ly: new file.
8898
8899 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8900
8901         * input/regression/chord-name-major7.ly: new file
8902
8903         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
8904         if specced explicitly.
8905
8906         * input/regression/chord-name-entry-11.ly: new file.
8907
8908         * input/test/slur-beautiful.ly: new file.
8909
8910         * Documentation/user/refman.itely: updates.
8911
8912         * input/regression/collisions.ly (threevoice): cleanup.
8913
8914         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
8915
8916 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8917
8918         * Documentation/user/*.itely: various updates.
8919
8920         * ly/spanners-init.ly: enddecr/ endcr.
8921
8922         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
8923         of tutorial
8924
8925 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8926
8927         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
8928
8929         * lily/new-chord-name-engraver.cc (process_music): use octavation
8930         (a number) instead of original-pitch to store inversions. This
8931         fixes a problem with transposed chords with inversions.  
8932
8933 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8934
8935         * stepmake/aclocal.m4: Include compile fix for broken flex, as
8936         used in includable-lexer.hh.
8937
8938         * lily/includable-lexer.cc: Bugfix: include config.h.
8939
8940         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
8941         circumvention of Debian packaging bug.
8942
8943 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8944
8945         * flex-2.5.31 hits Debian/unstable.  Fixes below.
8946         
8947         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
8948
8949         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
8950         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
8951
8952         * lily/include/includable-lexer.hh: 
8953         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
8954
8955         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
8956
8957         * aclocal.m4: Regenerate.
8958
8959         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
8960         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
8961
8962         * scm/pdf.scm (use-modules): Include lily.
8963
8964         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
8965         Noordkamp).
8966         (use-modules): Include lily.
8967         (lily-def): Bugfix: include tex-val in let.
8968
8969 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
8970
8971         * lilypond-mode.el: sensible error if lilypond.words not found.
8972
8973         * lilypond.words: add few words.
8974
8975 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
8976
8977         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
8978
8979         * mf/parmesan-scripts.mf: fixed typo in char name
8980
8981 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8982
8983         * VERSION: 1.7.16 released
8984
8985         * python/lilylib.py (setup_temp): temporary directories are mode 700.
8986         (this is a security vulnerability).
8987
8988         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
8989
8990         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
8991         add staff support.
8992
8993 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
8994
8995         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
8996         ly/script-init.ly, scm/script.scm: bugfix: renamed
8997         fermata->signumcongruentiae to fix naming clash with feta font
8998
8999 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9000
9001         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9002
9003         * lily/multi-measure-rest-engraver.cc
9004         (start_translation_timestep): use grace timing too for determining
9005         when to make mmrest.
9006         (start_translation_timestep): clear numbers too.
9007
9008 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9009
9010         * scm/music-types.scm: compile fix: escape braces
9011
9012         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9013         work around font selection problem
9014
9015         * Documentation/user/refman.itely: BreathingSign: added docu for
9016         property "text"
9017
9018 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9019
9020         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9021         information.
9022
9023 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9024
9025         * lily/multi-measure-rest-engraver.cc (class
9026         Multi_measure_rest_engraver): make multiple Number objects, one
9027         for each MultiMeasureTextEvent.
9028
9029         * scm/music-functions.scm (glue-mm-rest-texts): use
9030         MultiMeasureTextEvent
9031
9032         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9033
9034         * Documentation/user/refman.itely (Multi measure rests): update.
9035
9036 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9037
9038         * lily/ly-module.cc (ly_copy_module_variables): use
9039         scm_internal_hash_fold() for iterating modules.
9040
9041 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9042
9043         * Documentation/user/refman.itely: Section Custodes: added more
9044         example code
9045
9046         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9047         neo-mensural rests to parmesan font
9048
9049         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9050         header
9051
9052 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9053
9054         * Documentation/user/macros.itexi: @fileref macro.
9055
9056         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9057         each file. 
9058
9059 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9060
9061         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9062         Documentation/topdocs/AUTHORS.texi: updated my email address
9063
9064         * Documentation/user/refman.itely: updated custos documentation;
9065         beautified divisiones example; beautified articulations table
9066
9067         * lily/breathing-sign.cc: bugfix: finalis molecule
9068
9069 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9070
9071         * Documentation/user/refman.itely: added docu for
9072         contemporary fermata symbols, gregorian breathing signs; small fixes
9073
9074         * ly/gregorian-init.ly: removed obsolete #'type props
9075
9076 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9077
9078         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9079         minimum-length property correctly.
9080
9081 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9082
9083         * scm/music-functions.scm (make-multi-measure-rest): set input
9084         locations for multimeasure rests.
9085
9086 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9087
9088         * input/regression/breathing-sign.ly: updated to for ancient
9089         notation
9090
9091 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9092
9093         * scripts/ly2dvi.py: Add newline.
9094
9095 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9096
9097         * scripts/ly2dvi.py (dependency_files): Compile fix.
9098
9099 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9100
9101         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9102         (make_html_menu_file): --html menu. 
9103
9104 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9105
9106         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9107
9108 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9109
9110         * input/screech-boink.ly: new file.
9111
9112 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9113
9114         * scripts/lilypond-book.py (make_lilypond_file): convert
9115         lilypond-file to lilypond block directly, without going through
9116         begin/end lilypond text.
9117         
9118
9119 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9120
9121         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9122         scm/grob-description.scm: moved Michael's original breathing sign
9123         code in brew_molecule() to divisio_minima(); provided new
9124         brew_molecule() that effectively replaces the
9125         Text_item::brew_molecule callback (with additional fallback to
9126         Michael's original code); added callbacks for brewing divisio
9127         maior/maxima and finalis
9128
9129         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9130         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9131
9132         * script-init.ly: added shortfermata, longfermata,
9133         verylongfermata, varcoda
9134
9135         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9136         longfermata, verylongfermata, varcomma, varcoda
9137
9138 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9139
9140         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9141           Remove all noquote and insert a few quote.
9142         
9143         * Documentation/user/lilypond-book.itely (Music fragment options),
9144           scripts/lilypond-book.py: Don't include quotation blocks by
9145           default. Introduce option quote instead of noquote
9146
9147 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9148
9149         * VERSION: 1.7.15 released
9150         
9151         * Documentation/user/lilypond.tely: omf updates.
9152
9153         * buildscripts/texi2omf.py (omf_vars): include version.date
9154
9155         * make/lilypond.redhat.spec.in: fixes for spec file. 
9156
9157         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9158         by function definition: lily now requires a recent GNU Make.
9159
9160         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9161         writing.
9162
9163         * make/ly-rules.make: remove .ly -> .tex rule
9164
9165         * Documentation/user/refman.itely (Figured bass): revised figured
9166         bass example.
9167
9168 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9169
9170         * stepmake/stepmake/omf-targets.make (local-install): add
9171         scrollkeeper-update message.
9172
9173         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9174         to binary.
9175         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9176
9177         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9178
9179         * Documentation/user/converters.itely (Invoking midi2ly): add
9180         track/channel notice.
9181
9182 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9183
9184         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9185
9186         * lily/parser.yy (scalar): DIGIT is also a scalar.
9187
9188         * Documentation/user/music-glossary.tely: add @omf tags
9189
9190         * Documentation/user/lilypond.tely: add @omf tags
9191
9192         * scm/generate-documentation.scm (string-append): add @omf tags.
9193
9194         * stepmake/stepmake/omf-*: new files 
9195
9196         * input/regression/multi-measure-rest.ly (texidoc): add doco
9197
9198         * GNUmakefile.in (web-doc-install): add web-doc-install target
9199
9200         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9201         fixes crashes while dumping MIDI.
9202
9203         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9204         midi
9205
9206 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9207
9208         * buildscripts/texi2omf.py: new file.
9209
9210         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9211         font-name
9212
9213 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9214
9215         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9216
9217         * lily/sequential-iterator.cc (descend_to_child): call
9218         descend_to_child() for all types of music.
9219
9220 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9221
9222         * scm/translator-property-description.scm: Add
9223         bassFigureFormatFunction.  Replace some entries.
9224
9225 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9226
9227         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9228         clean out.
9229
9230 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9231
9232         * scripts/midi2ly.py (Note.dump): never dump duration for
9233         dump_dur=0.
9234
9235         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9236         new function
9237
9238         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9239         figures using new markups. Much simpler, and should improve layout
9240         a little.
9241
9242         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9243
9244 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9245
9246         * ly/engraver-init.ly: use Hara kiri by default for 
9247         ChordNames, FiguredBass and Lyrics(Voice) context. 
9248
9249         * lily/axis-group-engraver.cc (acknowledge_grob): use
9250         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9251
9252         * scm/new-markup.scm (markup-function-list): add bracket,
9253         vbracket.
9254
9255         * ly/engraver-init.ly (ChordNamesContext): set
9256         minimumVerticalExtent
9257
9258 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9259
9260         * input/test/time-signature-double.ly: new file 
9261
9262         * input/regression/collision-head-chords.ly (texidoc): new file.
9263
9264         * lily/type-swallow-translator.cc: add note swallow translator 
9265
9266         * input/test/time-signature-double.ly: new file.
9267
9268         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9269
9270         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9271         (FiguredBassContext): idem.
9272
9273         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9274
9275         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9276
9277         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9278
9279         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9280         .afm dependency
9281
9282         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9283
9284         * python/lilylib.py (make_page_images): add function.
9285
9286         * scripts/ly2dvi.py (run_latex): include title in preview image.
9287
9288         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9289         from lilypond-book for <ly2dvifile> tags in HTML.
9290
9291         * scripts/ly2dvi.py (option_definitions): add --debug option to
9292         print out environment.
9293
9294         * input/regression/tie-chord-partial.ly: new file.
9295
9296 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9297
9298         * lilypond.words: add 3
9299
9300 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9301
9302         * scm/new-markup.scm (markup-function-list): add finger-markup
9303
9304         * input/tutorial/brahms-tweaked.ly: new markup 
9305
9306         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9307
9308         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9309         crash when processing '() markup
9310
9311         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9312
9313         * lily/breathing-sign.cc (railtracks): another caesura.
9314
9315         * mf/feta-schrift.mf: caesura symbol. 
9316
9317 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9318
9319         * scripts/convert-ly.py (FatalConversionError.conv): add
9320         ly:molecule-XXX conversions.
9321
9322         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9323
9324         * input/regression/multi-measure-rest-text.ly: new file.
9325
9326         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9327         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9328
9329         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9330         ScoreContext
9331
9332         * scm/new-markup.scm (center-markup): \center markup.
9333
9334         * scm/music-functions.scm: remove pitchify scripts.
9335
9336         * lily/music.cc (print_smob): display music name if available 
9337
9338 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9339
9340         * Documentation/user/refman.itely (Instrument names): remove
9341         \turnOff doco.
9342
9343 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9344
9345         * lily/score.cc (mark_smob): bugfix.
9346
9347         * input/regression/rehearsal-mark.ly: new file.
9348
9349         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9350         report error at the current token again.
9351
9352 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9353
9354         * cygwin/mknetrel: Exit if doc build fails.
9355
9356         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9357
9358 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9359
9360         * scm/music-types.scm (music-descriptions): add doc strings
9361
9362 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9363
9364         * lily/lexer.ll: 
9365         * lily/include/my-lily-lexer.hh: 
9366         * lily/include/includable-lexer.hh: Add flex kludge.
9367
9368         * config.hh.in: 
9369         * config.make.in: 
9370         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9371         cruft.
9372         
9373         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9374         code.
9375
9376 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9377
9378         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9379
9380         * lily/parser.yy (new_chord): Compile fix.
9381
9382 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9383
9384         * Documentation/user/refman.itely (Tuning groups of objects):
9385         remove documentation for \turnOff. 
9386
9387         * lily/percent-repeat-engraver.cc (try_music): add correct
9388         processing moments for double-measure percents as well.
9389
9390         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9391
9392         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9393         grob prop type. 
9394
9395         * Documentation/user/refman.itely (Printing named chords): add
9396         chord name tweak doco.
9397
9398         * input/template/gregorian-transcription.ly: new file.
9399
9400 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9401
9402         * VERSION: 1.7.13 released
9403         
9404         * input/test/*: lots of cleanups/comment-outs/removals in chord
9405         examples
9406         
9407         * input/regression/*: lots of cleanups/comment-outs/removals in
9408         chord examples
9409         
9410         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9411         options
9412
9413         * lily/new-chord-name-engraver.cc (process_music): give original
9414         inversion pitch to chord name routine.
9415
9416         * input/tutorial/os-score.ly: update to new markup
9417
9418         * Documentation/user/appendices.itely: simply include
9419         chords-ignatzek. 
9420
9421         * Documentation/user/refman.itely (Chords mode): add documentation
9422         for chord mode.
9423
9424         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9425         not present in chord.
9426         (construct-chord): add inversion and bass support.
9427
9428         * lily/chord.cc: junk contents.
9429
9430 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9431
9432         * Documentation/user/refman.itely:
9433         * Documentation/user/music-glossary.tely: fix. 
9434
9435 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9436
9437         * scm/chord-entry.scm (construct-chord): move chord construction
9438         to Scheme.
9439
9440         * lily/parser.yy (new_chord): new setup for chord entry.
9441
9442 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9443
9444         * lilypond.words:
9445         * Documentation/user/music-glossary.tely: add ambitus.
9446
9447 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9448
9449         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9450
9451         * lily/include/*.hh: string() -> to_string()
9452
9453         * scm/chords-ignatzek.scm: new file.
9454
9455         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9456         standard chord name exceptions.
9457
9458         * scm/translator-property-description.scm (chordNameSeparator):
9459         add property.
9460         (majorSevenSymbol): add property
9461
9462         * lily/translator-scheme.cc (ly:context-properties): new function
9463         (ly:context-parent): new function.
9464         (print_smob): print context name.
9465
9466         * lily/music.cc (ly:get-music-length): new function
9467         (print_smob): don't print properties.
9468
9469         * lily/duration.cc (duration<?): new function
9470
9471         * input/regression/chords-funky-ignatzek.ly: new file.
9472
9473         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9474         jazz chords.
9475
9476         * lily/pitch.cc (ly:pitch-diff): new function.
9477
9478         * input/regression/chords-ignatzek.ly: new file.
9479
9480 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9481
9482         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9483         pitches for jazz chords.
9484
9485 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9486
9487         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9488
9489 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9490
9491         * lilypond.words: add 1
9492
9493 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9494
9495         * Documentation/topdocs/AUTHORS.texi: refine.
9496
9497 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9498
9499         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9500         
9501         * lilypond.words: add one.
9502
9503 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9504
9505         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9506         Fontify bass note in chords, e.g., e in c1/e.
9507         
9508 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9509
9510         * Documentation/user/music-glossary.tely: Dutch updates and
9511         additions (Arent Storm).
9512
9513 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9514
9515         * input/regression/ambitus.ly:  move file.      
9516
9517         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9518
9519         * lily/event.cc (transpose): add tonic property to Key_change_req
9520         and to Key_engraver.
9521
9522 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9523
9524         * Documentation/user/refman.itely: fix typo.
9525
9526         * lilypond.words: removed wrong identifiers.
9527
9528 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9529
9530         * mf/feta-toevallig.mf: make flat stem shorter 
9531
9532 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9533
9534         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9535
9536         * lilypond.words: add from Phrasing slur.
9537         
9538 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9539
9540         * lilypond-mode.el: allow launching multiple ViewPS processes.
9541         
9542         * lilypond.words: add from Text markup.
9543
9544 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9545
9546         * input/test/ossia.ly (texidoc): add comment.
9547
9548         * input/regression/voice-follower.ly: new file.
9549
9550         * mf/feta-toevallig.mf: make flat heavier.
9551
9552         * lily/cluster-engraver.cc: clean up Cluster engraver
9553
9554         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9555         Engraver. Use Note_column to compute Y positions and deal with
9556         line break stuff.
9557
9558 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9559
9560         * lily/stem.cc: move french-beaming to stem.
9561
9562 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9563
9564         * lilypond-font-lock.el: fontify all durations in chords.
9565
9566         * lilypond.words: add from lily/my-lily-lexer.cc
9567
9568 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9569
9570         * VERSION: release 1.7.12
9571
9572         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9573
9574         * lily/gregorian-ligature.cc: new file
9575
9576         * lily/*: the Great 2003 search & replace.
9577
9578         * Documentation/user/refman.itely (Manual repeat commands): add
9579         note about font selection.
9580
9581 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9582
9583         * lilypond-mode.el: propose recompiling midi while invoking playing,
9584         not while stopping playing.
9585
9586 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9587
9588         * lilypond.words: add one.
9589
9590         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9591         and expressional note grouping. Fontify chord modes.
9592
9593 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9594
9595         * Documentation/user/music-glossary.tely (Top): translate melisma.
9596
9597 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9598
9599         * Documentation/user/music-glossary.tely (Top): add melisma.
9600
9601 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9602
9603         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9604         interfaces for (abstract) grob GregorianLigature
9605
9606         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9607         renamed head* -> glyph_name*, x-shift* -> x-offset*
9608
9609         * scm/grob-property-description.scm: bugfix: added missing descriptions
9610
9611 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9612
9613         * input/test/chord-names-dpnj.ly: New file.
9614
9615         * scm/double-plus-new-chord-name.scm: Implement full and partial
9616         exceptions.
9617
9618         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9619
9620         * scm/double-plus-new-chord-name.scm
9621         (double-plus-new-chord->markup): Fix sub->markup.
9622
9623
9624 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9625
9626         * lily/custos-engraver.cc: added TODO; editorial changes
9627
9628         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9629         consistency with other ligature engravers; removed access on (now)
9630         private variable _ligature of Ligature_engraver
9631
9632         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9633         renamed last_bound -> last_bound_; issue programming_error on
9634         abstract method calls; moved primitives code from
9635         Mensural_bracket_engraver to here (because almost ligature
9636         engravers will need it); renamed try_stop_ligature () ->
9637         typeset_ligature (); bugfix: store primitives of finished ligature
9638         in separate variable finished_primitives_ to avoid clash on input
9639         like "\] \["; added current_ligature () to enable access on
9640         private variable _ligature
9641
9642         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9643         (now in super class); renamed try_stop_ligature () ->
9644         typeset_ligature ()
9645
9646         * lily/mensural-ligature.cc: issue programming_error on abstract
9647         method calls
9648
9649         * lily/note-heads-engraver.cc: added TODO comment upon bool
9650         in_ligature
9651
9652         * mf/parmesan-heads.mf: fixed some of set_char_box()
9653
9654         * scm/grob-description.scm: added VaticanaLigature
9655
9656         * scm/grob-property-description.scm: added neume prefix properties
9657
9658         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9659         lily/include/gregorian-ligature-engraver.hh,
9660         lily/include/gregorian-ligature.hh: new files; framework for
9661         gregorian ligature engravers such as vaticana
9662
9663         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9664         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9665         vaticana style ligature implementation (still somewhat uncomplete)
9666
9667 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9668
9669         * VERSION: release 1.7.11
9670
9671         * scripts/convert-ly.py: add ly:pitch-transpose rule
9672
9673 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9674
9675         * input/test/dpncnt.ly: New file.
9676
9677         * lily/my-lily-lexer.cc: Add chordnames keyword.
9678
9679         * lily/parser.yy (chordnames_block): Parse chord name exception
9680         lists, see input/test/dpncnt.ly.
9681
9682         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9683         function.
9684
9685         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9686         filter-out too.
9687
9688         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9689         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9690         pitch functions (except for ly:make-pitch, but that's apparently
9691         some sort of scheme naming standard?).
9692
9693         * scm/lily.scm (!=): define-public.
9694
9695         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9696
9697 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9698
9699         * scm/double-plus-new-chord-name.scm
9700         (double-plus-new-chord-name->markup): New file.
9701
9702 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9703
9704         * python/lilylib.py (make_preview): don't suppress progress for
9705         bbox extraction.
9706
9707 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9708
9709         * Documentation/user/appendices.itely (scheme): update for new syntax.
9710
9711         * input/regression/chord-name-styles.ly: new file
9712
9713         * lily/instrument-name-engraver.cc: create instrument names
9714         without barline too.  Allows instrument name on ChordNames  
9715
9716         * scm/new-markup.scm (interpret-markup): allow simple strings as
9717         markup too.
9718
9719 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9720
9721         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9722         (step->markup-accidental): Fix: add accidental.
9723         (chord::inner-name-american): 
9724         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9725         append stray '/' if last superscript addition was 'o'.
9726
9727         * scm/new-markup.scm (normal-size-sub-markup) 
9728         (normal-size-super-markup): New function.
9729
9730         * lily/source-file.cc (Source_file): Add warning for possibly
9731         intentional but suspicious initialization.
9732
9733         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9734         add comments about cut-and-paste programming.
9735
9736         * flower/rational.cc (lcm): Not used; comment out.
9737
9738 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9739
9740         * lily/new-fingering-engraver.cc (position_scripts): use
9741         fingerHorizontalDirection to determine fingering horizontal
9742         directions.
9743  
9744         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9745         fingering support.
9746
9747         * scripts/convert-ly.py (FatalConversionError.conv): add style
9748         conversion rule. 
9749
9750         * scm/chord-name.scm (set-chord-name-style): new function.
9751         (new-chord-name-brew-molecule): revise to interpret markup only
9752         (new-chord->markup): cleanuppish rewrite. To be called from the
9753         new engraver.
9754
9755         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9756         Markup earlier, during interpreting.
9757
9758         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9759         style settings. Rename to chord-names-*.ly
9760
9761 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9762
9763         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9764         markup code and update to new markup.  Most probably broke some of
9765         it.
9766         
9767 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9768
9769         * Documentation/user/refman.itely: added docu for ambitus and
9770         clusters
9771
9772         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9773         ly_quote_scm() in lookup.cc
9774
9775         * mf/parmesan-clefs.mf: set_char_box fix
9776
9777         * lily/cluster-engraver.cc: junk implicit protection; use
9778         Protected_scm instead
9779
9780 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9781
9782         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9783         throughout.
9784
9785         * scm/new-markup.scm: Turn-off error-triggering test code.
9786
9787 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9788
9789         * scm/new-markup.scm (markup-thrower-typecheck) 
9790         (markup-typecheck?):  add full typechecking functions.
9791         (make-markup-maker): add make-FOO-markup functions.
9792         (markup-argument-list-error): nice error checking messages.
9793         (make-markup): better function: less quoting escapades.
9794
9795 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9796
9797         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9798
9799 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9800
9801         * cygwin/lilypond.hint (requires): Add cygwin.
9802
9803         * .cvsignore: Remove stepmake (huh!?!), add lib.
9804
9805         * GNUmakefile.in: Add libdir links for builddir runs.
9806
9807         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9808         instead of datadir.
9809
9810         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9811         local_lilypond_libdir.
9812
9813         * config.make.in (lilypond_libdir): Add.
9814
9815         * stepmake/stepmake/substitute-rules.make: 
9816         * stepmake/stepmake/script-rules.make: 
9817         * stepmake/stepmake/python-module-rules.make:
9818         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
9819         lilypond-python-module patch.
9820
9821 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9822
9823         * Documentation/user/refman.itely (Graphical interfaces): add note
9824         about xml2ly.
9825
9826 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9827
9828         * scripts/ly2dvi.py (run_dvips): remove trailing newline
9829
9830 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9831
9832         * VERSION: released 1.7.10
9833
9834         * scripts/musedata2ly.py (): idem
9835
9836         * scripts/midi2ly.py (dump_chord): idem
9837
9838         * scripts/etf2ly.py (version): idem 
9839
9840         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
9841
9842         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
9843
9844         * scm/tex.scm (tex-output-expression): remove eval compat
9845         glut. Other output files too.
9846
9847         * scm/chord-name.scm: don't export anything from chord module.
9848
9849         * input/test/american-chords.ly: idem
9850
9851         * input/test/banter-chords.ly (texidoc): idem
9852
9853         * input/test/Cc-chords.ly: add breakage notes.
9854
9855         * Documentation/user/refman.itely (Text markup): rewrite manual
9856         section.
9857
9858         * lily/parser.yy (scalar): allow \markup { } as property value. 
9859
9860         * scm/chord-name.scm: complete new markup usage
9861
9862         * scm/grob-description.scm (all-grob-descriptions): use new markup
9863         texts by default
9864
9865 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9866
9867         * scm/chord-name.scm: partial move to new markup texts.
9868
9869 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9870
9871         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
9872
9873         * scm/bass-figure.scm (brew-bass-figure): make stack direction
9874         settable.
9875
9876 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
9877
9878         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
9879         invoked for old midi, wait for killing.
9880
9881 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
9882
9883         * Documentation/user/music-glossary.tely: Finnishing.
9884
9885 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9886
9887         * mf/feta-nummer-code.mf: some kerning pairs.
9888
9889 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
9890
9891         * scm/output-lib.scm (set-bar-number-visibility): Context-function
9892         Added.
9893
9894         * Documentation/user/refman.itely (Bar numbers):
9895         set-bar-number-visibility added, modulo-bar-number removed again
9896         (sorry).
9897
9898 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
9899
9900         * scm/output-lib.scm (modulo-bar-number-visible): add function.
9901
9902         * Documentation/user/refman.itely: add modulo-bar-number-visible.
9903
9904         * Documentation/user/music-glossary.tely: translate into Finnish.
9905
9906 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9907
9908         * lilypond-mode.el: add shortcut for 2midi
9909
9910         * lilypond-font-lock.el: fontify lyrics
9911
9912 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
9913
9914         * scm/drums.scm : use 1.7.x names.
9915
9916         * input/regression/drums.ly : Don't use << chords >>
9917
9918 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9919
9920         * lilypond-mode.el: tidy, add TODO
9921
9922         * make/lilypond.mandrake.spec.in: install-info quietly.
9923
9924 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9925
9926         * input/test/markup.ly: use new syntax.
9927
9928 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9929
9930         * ly/params-init.ly (interscoreline): add word-space
9931
9932         * input/test/metronome.ly (eighthNote): idem.
9933
9934         * input/test/script-priority.ly: use new markup
9935
9936         * lily/parser.yy (markup): allow HEAD markup0 markup1 
9937
9938         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
9939
9940         * lily/parser.yy (gen_text_def): bugfix.
9941         (full_markup): allow markup identifier.
9942
9943 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
9944
9945         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
9946         jobs at the same time. Add horizontal lines to Command menu.
9947         Allow one compiling job -- propose killing others before a new one.
9948
9949         * lilypond.words: add markup, teeny, etc.
9950
9951 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
9952
9953         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
9954         Allow only one type of midi process; launching Midi either stops
9955         midis or plays the current midi and launching MidiAll stops midis
9956         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
9957         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
9958
9959 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9960
9961         * lily/text-engraver.cc (process_acknowledged_grobs): use new
9962         markup  for new markup texts.
9963
9964         * lily/mark-engraver.cc (process_music): idem
9965         
9966         * lily/instrument-name-engraver.cc (create_text): idem
9967
9968         * scm/new-markup.scm (magnify-markup): new function.
9969
9970         * scm/molecule.scm (stack-lines): bugfix.
9971
9972         * lily/font-interface.cc (get_font): take font-magnification from
9973         alist chain.
9974
9975 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9976
9977         * lily/molecule-scheme.cc: move scheme functions to separate file.
9978
9979         * lily/font-metric.cc  (ly_get_glyph): new function. 
9980         
9981         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
9982         (italic-markup, dynamic-markup): new functions
9983         (font-markup): new function
9984
9985         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
9986         padding and minimum
9987
9988 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
9989
9990         * lily/accidental-engraver.cc:
9991         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
9992
9993 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
9994
9995         * lilypond.vim:
9996         * lilypond-font-lock.el: Put \longa as duration. Accept only 
9997         [a-zA-Z] for user defined identifiers. Separate note cases 
9998         with and without a duration (allow cis\longaX).
9999
10000         * lilypond.words: Add words from Info.
10001
10002 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10003
10004         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10005
10006 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10007
10008         * lilypond-mode.el: Propose reverting buffer before a command if
10009         it was edited with an another editor.
10010
10011 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10012
10013         * lily/molecule.cc (ly_translate_molecule): new function
10014
10015         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10016         into libdir
10017
10018         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10019
10020         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10021
10022 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10023
10024         * lilypond.words: take \words from Info-index.
10025
10026 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10027
10028         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10029
10030 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10031
10032         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10033
10034 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10035
10036         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10037         and lilypond-documentation.
10038
10039 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10040
10041         * lily/parser.yy: Compile fix (bison 1.75).
10042
10043 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10044
10045         * VERSION: 1.7.9 released
10046
10047         * scm/music-functions.scm (shift-one-duration-log): refactor.
10048         Use music-map.
10049
10050         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10051
10052         * NEWS: update.
10053
10054         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10055         argument
10056         
10057         * scm/music-functions.scm (display-music): new function
10058         (music-map): change arg order.
10059
10060         * input/regression/new-markup-syntax.scm: new file
10061
10062         * lily/parser.yy (markup): add \markup { .. } syntax.
10063
10064         * scm/new-markup.scm (override-markup): new function
10065         (lookup-markup): new function
10066         (music-markup): new function
10067         (lookup-markup-command): use markup-signature to store argument
10068         format for parser.
10069
10070         * lily/lexer.ll: preliminary \markup syntax. 
10071
10072 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10073
10074         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10075         add pre/post-dependencies and menus with icons from source.
10076
10077         * Documentation/pictures/lilypond-48x48.xpm:
10078         * Documentation/pictures/lilypond-32x32.xpm:
10079         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10080         transparent.
10081
10082         * stepmake/stepmake/generic-targets.make:
10083         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10084
10085 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10086
10087         * input/regression/music-map.ly (texidoc): new file.
10088
10089         * scm/music-functions.scm (music-map): new function
10090
10091 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10092
10093         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10094
10095 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10096
10097         * input/test/to-xml.ly:
10098         * lily/ligature-engraver.cc: Fixes documentation.
10099
10100         * lilypond.mandrake.spec.in:
10101         * lilypond.redhat.spec.in: Add lilypond.words.
10102
10103         * Documentation/user/refman.itely: Mention Info inside emacs.
10104         
10105         * lilypond.suse.spec.in:
10106         * lilypond.redhat.spec.in:
10107         * lilypond.mandrake.spec.in: Set root-owner for doc
10108         (tobbe@nyvalls.se).
10109
10110 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10111
10112         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10113         os.popen.read ().
10114
10115 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10116
10117         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10118
10119         * python/lilylib.py (error): add space
10120
10121 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10122
10123         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10124         distribution.
10125
10126 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10127
10128         * lily/paper-outputter.cc (Paper_outputter): close port when
10129         finishing score.
10130
10131 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10132
10133         * scm/sodipodi.scm: Fixes.
10134
10135 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10136
10137         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10138
10139         * buildscripts/make-font-dir.py: Fix. 
10140
10141 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10142
10143         * lilypond-mode.el: Add support for Info inside Emacs.
10144
10145 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10146
10147         * buildscripts/make-font-dir.py: 
10148         * mf/GNUmakefile: Make sodipodi font map.
10149
10150         * scm/sodipodi.scm: Add more output functions.
10151
10152         * mf/feta-nummer.mf: 
10153         * mf/feta-beugel.mf: Add font_coding_scheme.
10154
10155         * lily/paper-outputter.cc (output_header): Fix creator string.
10156
10157 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10158
10159         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10160         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10161
10162         * lilypond.words: add two (Everybody can add/remove words now!).
10163
10164         * debian/rules:
10165         * make/lilypond.suse.spec.in:
10166         * make/lilypond.mandrake.spec.in:
10167         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10168
10169         * Documentation/user/refman.itely: Mention autocompletion.
10170
10171 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10172
10173         * scripts/ly2dvi.py: Add paper sizes.
10174
10175         * lily/timing-engraver.cc: 
10176         * lily/time-signature.cc: 
10177         * lily/span-bar.cc: 
10178         * lily/grob-scheme.cc: Code formatting fixes.
10179
10180         * scm/sodipodi.scm: 
10181         * scm/sketch.scm:
10182         * buildscripts/mf-to-table.py: 
10183         * buildscripts/make-font-dir.py: Font testing.
10184
10185 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10186
10187         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10188         inserts try-completion and shows all-completions.
10189
10190         * lilypond.words: '\' -> '\\'
10191
10192         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10193         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10194         
10195         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10196         and LilyPond-reserved-words.
10197         
10198 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10199
10200         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10201         from load-path.
10202         
10203         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10204         the mini-buffer with Control-Shift-c.
10205         
10206 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10207
10208         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10209         duration. This fixes \tempo taking time.
10210
10211 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10212
10213         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10214         Allow for text markup in repeatCommands. 
10215
10216 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10217
10218         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10219         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10220         Get rid of skeleton.el-dependency.
10221
10222         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10223
10224 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10225
10226         * lily/beam-engraver.cc (stop_translation_timestep): reset
10227         now_stop_ev_
10228
10229         * lily/scm-option.cc: add parse-protect to ly:set-option
10230
10231         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10232
10233 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10234
10235         * lily/include/ligature-bracket.hh: removed
10236         * lily/ligature-bracket.cc: removed
10237
10238         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10239         .tex
10240
10241         * lily/beam.cc (set_beaming): don't change beam count on rests.
10242         (brew_molecule): always set flag-width > 0.
10243
10244 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10245
10246         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10247         chars, remove instructions; instead, refer to lilypond-init.el and
10248         Documentation/topdocs/INSTALL.texi.
10249
10250         * lilypond.words: add identifiers and reserved words.
10251
10252         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10253         files and adding a load-path.
10254
10255         * lilypond-init.el: Instructions, extracted from 
10256         Documentation/topdocs/INSTALL.texi. 
10257         
10258 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10259
10260         * VERSION: 1.7.8 released 
10261
10262         * lily/grob.cc (warning): better robustness fix.
10263
10264 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10265
10266         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10267
10268         * lily/cluster-engraver.cc: stick better to variable naming
10269         conventions
10270
10271         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10272         until stop_translation_timestep()
10273
10274         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10275         min/max coordinates to backend, but no musical info such as
10276         pitches
10277
10278         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10279
10280         * lily/grob.cc: robustness fix: warning(): do not crash if
10281         cause is not set
10282
10283         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10284         the much more elaborated tuplet brackets than the very naive and
10285         simple ligature bracket grob
10286
10287 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10288
10289         * Documentation/user/refman.itely (Analysis brackets): add
10290         horizontal bracket doco.
10291
10292         * ly/property-init.ly (setMmRestFermata): added.
10293
10294         * Documentation/user/refman.itely (Multi measure rests): fermatas
10295         on mm rests.
10296
10297         * input/regression/apply-context.ly (texidoc): new file
10298
10299         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10300         code to be executed during interpretation. Possible applications:
10301         smart octavation, more advanced bar checks. 
10302
10303         * lily/apply-context-iterator.cc: new file.
10304
10305 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10306
10307         * input/test/new-markup.ly: new file.
10308
10309         * lily/text-item.cc (text_to_molecule): new function
10310
10311         * scm/new-markup.scm (lambda): new file
10312
10313         * lily/function-documentation.cc (ly_add_function_documentation):
10314         add proc property as well
10315
10316 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10317
10318         * Documentation/user/music-glossary.tely (Top): add custos.
10319
10320 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10321
10322         * Documentation/topdocs/INSTALL.texi: advise how to include source
10323         path to Emacs load-path and improve language.
10324
10325 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10326
10327         * GNUmakefile.in: config.h message fix.
10328
10329         * autogen.sh:
10330         * aclocal.m4: Regenerate.
10331
10332         * configure.in: 
10333         * config.make.in: 
10334         * stepmake/config.make.in: 
10335         * stepmake/configure.in: 
10336         * stepmake/autogen.sh: 
10337         * stepmake/aclocal.m4: Update for autoconf 2.56.
10338
10339 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10340
10341         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10342         to install Emacs-mode. Instructions how to use vim-mode.
10343
10344 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10345
10346         * scm/music-types.scm (music-descriptions): no length for tempo event.
10347
10348         * input/*.ly: add \version everywhere.
10349         
10350         * input/*.ly: update syntax to 1.7 + new-chords.
10351
10352         * VERSION: 1.7.7 released.
10353         
10354         * Documentation/user/*.tely: new chord syntax.
10355
10356         * input/regression/[bc]*.ly (texidoc): syntax updates.
10357         
10358 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10359
10360         * lilypond.words: add vocabulary to be used in auto-completion
10361
10362         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10363
10364         * lilypond.vim: allow note name at EOF
10365
10366 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10367
10368         * buildscripts/new-chords.py (edit): -e option: inline editing.
10369
10370         * input/regression/a*.ly (texidoc): syntax updates.
10371
10372         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10373         music): elucidations. 
10374
10375 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10376
10377         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10378         ly/spanners-init.ly, scm/grob-description.scm,
10379         scm/grob-property-description.scm, scm/music-types.scm,
10380         lily/cluster-engraver.cc, lily/cluster.cc,
10381         lily/include/cluster.hh, input/test/cluster.ly: cluster
10382         implementation
10383
10384         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10385         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10386         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10387
10388         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10389
10390         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10391
10392         * scm/grob-description.scm: bugfix: by default, use default note
10393         head style when engraving ligatures
10394
10395         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10396
10397         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10398         events
10399
10400         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10401
10402         * input/test/ancient-font.ly: bugfix: style -> flag-style
10403
10404         * lily/ligature-engraver.cc: indentation fix
10405
10406         * lily/parser.yy: indentation fixes
10407         
10408 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10409
10410         * input/regression/measure-grouping.ly: more elaborate example.
10411
10412         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10413         ly:div-moment. New functions 
10414
10415         * scm/music-functions.scm (set-time-signature): new function,
10416         allow inline time sig settings with measure grouping.
10417
10418         * lily/parser.yy (command_element): move time sig construction
10419         into Scheme.
10420
10421         * lily/side-position-interface.cc (out_of_staff): new function,
10422         like padding, but keep minimum distance from staff. Easier than
10423         linespanners (dynamics, pedals), but roughly the same effect.
10424
10425 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10426
10427         * emacs-mode.el: Added spanish-note-replacements 
10428         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10429
10430         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10431
10432 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10433
10434         * lilypond.vim: Do not fontify cises, desis, etc.
10435
10436         * vimrc: view dvi with <S-F6>
10437
10438 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10439
10440         * lily/lookup.cc (triangle): new function.
10441
10442         * input/regression/measure-grouping.ly (texidoc): new file: show
10443         triangles and brackets for beat groups of 3 and 2.
10444
10445         * lily/include/measure-grouping-spanner.hh (class
10446         Measure_grouping): new file.
10447
10448         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10449
10450         * lily/measure-grouping-engraver.cc (class
10451         Measure_grouping_engraver): new file.
10452
10453 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10454
10455         * Merge from stable:
10456
10457             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10458         
10459         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10460         stylesheet.
10461
10462         * ly/paper19.ly: Include paper19-init.ly.
10463
10464         * ly/paper19-init.ly: New file.
10465
10466         * Documentation/user/tutorial.itely (First steps): Fix first
10467         example for font test.
10468
10469         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10470
10471         * ChangeLog: Add 1.7.6 release marker (see below).
10472
10473         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10474         Add .py files.
10475
10476 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10477
10478         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10479
10480         * input/tutorial/*.ly: update to new syntax.
10481
10482         * lily/parser.yy (Composite_music): new transpose syntax,
10483         \transpose FROM TO MUSIC. 
10484
10485 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10486
10487         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10488         latex progress/error output to stderr (by default this goes to
10489         stdout).  Show lilypond progress, even when not verbose.
10490
10491         * python/lilylib.py (system): New optional parameter to control
10492         showing of progress.
10493
10494         * scm/backend-documentation-lib.scm (check-dangling-properties):
10495         Fix error message.
10496
10497         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10498         axis, extent.
10499
10500         * scm/grob-property-description.scm (magnify): Remove.
10501         (extent, axis): Add.
10502
10503 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10504
10505         * VERSION: Release 1.7.6.
10506
10507         * scripts/convert-ly.py: more uniformization substitutions.
10508
10509         * buildscripts/new-chords.py (sub_chords): new file.
10510
10511 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10512
10513         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10514         lilypond.map.  Include sauter fonts too.  Cleanups.
10515
10516 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10517
10518         * Documentation/user/tutorial.itely (First steps): change to new
10519         chord/tie/slur/beam notation.
10520
10521         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10522         ties.
10523
10524         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10525         engraver. Process ties in postfix notation, i.e. c8-~ c
10526
10527         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10528
10529         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10530
10531         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10532
10533         * lily/beam-engraver.cc (try_music): accept new-beam-events
10534
10535         * input/regression/chord-scripts.ly (texidoc): new file
10536
10537         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10538         script-events.
10539
10540         * scm/script.scm (default-script-alist): cleanup.
10541
10542         * lily/script-engraver.cc (make_script_from_event): cleanup.
10543
10544         * lily/lyric-combine-music-iterator.cc
10545         (Lyric_combine_music_iterator): remove superfluous events.
10546         (melisma_busy): new function. Fix broken melismas.
10547
10548 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10549
10550         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10551         Remove nonvalid settings. Use descriptive key names.
10552         Use <Return> to indicate the pressing of that key.
10553
10554 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10555
10556         * scripts/lilypond-book.py (option_definitions): Typo.
10557
10558         * scripts/ly2dvi.py: Updates.
10559
10560         * python/lilylib.py (setup_environment, print_environment)
10561         (get_bbox, make_preview): Merge and remove from ly2dvi and
10562         lilypond-book.
10563
10564         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10565
10566         * .cvsignore: Remove some cruft.
10567
10568         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10569         path.
10570
10571         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10572         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10573         throughout.
10574
10575         * python/lilylib.py (quiet_system): Junk
10576         (system): Display error log upon failure.
10577         (read_pipe): New function.  Cleanups and fixes.
10578
10579         * python/*.py: Rename from *.py.in.
10580         
10581         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10582
10583         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10584
10585 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10586
10587         * python/GNUmakefile: Bugfix: handle modules.
10588
10589         * stepmake/stepmake/python-module-targets.make (default): Add
10590         compiled modules. 
10591
10592         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10593         compiling modules.
10594
10595         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10596         Bugfix.  (OUT_PYC_MODULES): Add.
10597
10598 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10599
10600         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10601         Use default paths. Refresh description.
10602
10603 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10604
10605         * VERSION: 1.7.5 released
10606
10607         * input/regression/finger-chords.ly (texidoc): new file.
10608
10609         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10610         support
10611
10612         * lily/fingering-engraver.cc (process_music): remove kludgy
10613         scriptHorizontal stuff.
10614
10615         * lily/script.cc: remove staff-support property.
10616
10617         * lily/new-fingering-engraver.cc (add_fingering): new
10618         file. Fingering engraver for new style chords.
10619
10620 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10621
10622         * lily/parser.yy (bare_number): allow 4 \cm (without
10623         decimal dot). (should backport to 1.6?)
10624
10625         * ly/declarations-init.ly: use Scheme for dimension defs.
10626
10627         * lily/parser.yy (TODO): remove hard coded dimensions, add
10628         REAL NUMBER_IDENTIFIER production.
10629
10630         * lily/rest-collision.cc (force_shift_callback): rewrite using
10631         -done property.
10632
10633         * scm/grob-property-description.scm (rest-collision-done): add
10634         property.
10635         
10636         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10637
10638 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10639
10640         * input/regression/multi-measure-rest-center.ly: new file.
10641
10642         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10643         off horizontally by 0.05 ss. Fixed.
10644
10645 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10646
10647         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10648
10649         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10650
10651 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10652
10653         * lily/tie.cc (get_control_points): also avoid staff lines on the
10654         just outside the outer staff lines
10655
10656 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10657
10658         * ly/params-init.ly: Just define style-alist, no need to
10659         define-public.
10660
10661         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10662         (thanks Han-Wen).
10663
10664         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10665         (FET_FILES): = FONT_FILES.
10666
10667         * Merge from stable:
10668
10669             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10670
10671 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10672
10673         * VERSION: 1.7.4 released.  
10674         
10675         * scm/generate-documentation.scm (string-append): add macro
10676         definitions.
10677
10678         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10679         normal texts.
10680
10681         * lily/multi-measure-rest-engraver.cc: make separate
10682         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10683
10684         * lily/multi-measure-rest.cc: remove text handling. Remove
10685         number-threshold.
10686
10687 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10688
10689         * scm/music-types.scm: doc patch by Graham Percival
10690
10691 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10692
10693         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10694         encoding part.
10695         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10696         (sketch_p): Sketch wants only first four elements of X11 font spec.
10697
10698         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10699
10700         * mf/feta-autometric.mf: Write foundry and family to log.
10701
10702         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10703         font translation table.
10704
10705         * buildscripts/mf-to-table.py: Better font info into afm.
10706
10707         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10708         1.0.9 required.
10709
10710         * configure.in: Whine for mftrace 1.0.9.
10711
10712 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10713
10714         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10715
10716         * lily/main.cc (main_prog): don't try to load init.EXT when
10717         processing foo.EXT.
10718
10719 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10720
10721         * scm/tex.scm (zigzig-line): added.
10722
10723         * scm/ps.scm (zigzag-line): added.
10724
10725         * ps/music-drawing-routines.ps (subvec): added.
10726         (draw_zigzag_line): added.
10727         
10728         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10729         grob properties zigzag-width and zigzag-length.
10730
10731         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10732
10733 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10734
10735         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10736         svg output, including font.
10737
10738 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10739
10740         * scm/lily.scm: Register sodipodi output module.
10741
10742         * scm/sodipodi.scm: New file.
10743
10744         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10745
10746         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10747         comment, after header.
10748         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10749         FullName.  Fix FontName key.
10750
10751 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10752
10753         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10754         and breve rests.
10755         
10756         * input/test/blank-notes.ly: bugfix
10757
10758         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10759         rests. (Kim Shrier)
10760
10761         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10762         
10763 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10764
10765         * scm/tex.scm: 
10766         * scm/ps.scm: Cleanup and remove obsolete junk.
10767
10768         * Documentation/user/internals.itely:
10769         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10770
10771         * lily/parser.yy: Identify shift/reduce problems.
10772
10773         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10774         make-style-sheet.  Too specific for convert-ly?
10775
10776 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10777
10778         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10779
10780         * input/test/*.ly: various fixes.
10781
10782         * lily/music.cc (name): bugfix
10783
10784         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10785
10786         * lily/input-file-results.cc (code): set-point-and-click! ->
10787         set-point-and-click
10788         
10789 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10790
10791         * Use uniform ly: prefix for exported scheme primitive functions.
10792
10793         * scm/music-types.scm: junk compat glue
10794
10795         * scripts/convert-ly.py: add rules for stuff below, junk
10796         compatibility glue for spanrequest.
10797
10798         * lily/parser.yy (verbose_event): remove \spanrequest,
10799         \commandspanrequest, \script. 
10800         
10801         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10802
10803         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10804         for \penalty, \glissando.
10805
10806         * VERSION: release 1.7.3
10807         
10808 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10809
10810         * lily/accidental-engraver.cc: Fix
10811         grace-in-the-beginning-of-measure bug caused by the resent
10812         partial-measure fix.
10813
10814         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
10815         overlap looks too crowded)
10816         
10817 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10818
10819         * lily/parser.yy (assignment): allow SCM expression as assignment.
10820
10821         * lily/include/music-output-def.hh (class Music_output_def):
10822         * lily/music-output-def.cc: 
10823         * lily/paper-def.cc: 
10824         * scm/font.scm (markup-to-properties):
10825         * lily/parser.yy (music_output_def_body): 
10826         remove style_sheet_
10827
10828 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10829
10830         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
10831         length.
10832
10833         * input/regression/spacing-to-grace.ly: new file.
10834
10835         * input/regression/spacing-end-of-line.ly: new file.
10836
10837         * lily/note-spacing.cc (get_spacing): take into account breakable
10838         stuff sticking out at the left (time sig change at line break).
10839
10840         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
10841         raggedright code.
10842
10843         * scm/music-functions.scm (make-voice-props-set): add
10844         staff-position for mm rests.
10845  
10846         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
10847         before grace notes a little.
10848
10849         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
10850
10851         * lily/break-align-interface.cc (do_alignment): right-edge spacing
10852         key adds space at the end of line. 
10853
10854 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10855
10856         * scm/sketch.scm: Fix beams.
10857
10858         * buildscripts/mf-to-table.py: Add EncodingScheme.
10859
10860         * scm/sketch.scm: Resurrect.
10861
10862 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10863
10864         * lily/multi-measure-rest.cc: use breve rests for measure lengths
10865         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
10866
10867 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10868
10869         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
10870
10871         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10872
10873 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10874
10875         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
10876         token for origin information.
10877
10878         * lily/parser.yy (My_lily_lexer): do identifier location and
10879         cloning from lexer.
10880
10881         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
10882         logic out of the parser. Add bar checks on both ends.
10883
10884         * Documentation/user/refman.itely (Multi measure rests): add more
10885         notes about mm rests.
10886
10887 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10888
10889         * input/regression/bar-scripts.ly: Re-enable.
10890
10891         * lily/parser.yy:
10892         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
10893         released rsn.  Bison 1.50 has a crucial bug and won't work.
10894
10895         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10896
10897
10898 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10899
10900         * input/regression/bar-scripts.ly: Blunt documentation build fix.
10901
10902 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10903
10904         * Actually merge changes since 1.6.4 besides ChangeLog, and
10905         resolve conflicts.  Lots of updates, hope all is well.
10906         
10907         * cygwin/lilypond.hint (requires): Add ghostscript.
10908
10909         * scm: Update some (c).
10910         
10911 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10912
10913         * input/test/{various}.ly: add \header fields and texidoc strings.
10914
10915 2002-10-05  Werner Lemberg  <wl@gnu.org>
10916
10917         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
10918         renamed to `output_latex_quoted'.
10919         Added `output_latex_noquote'.
10920         (schedule_lilypond_block): Implement `noquote' option for LaTeX
10921         mode.
10922
10923 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10924
10925         * ChangeLog: Add 1.6.6 release marker.  See below.
10926
10927         * stepmake/stepmake/po-targets.make: Remove --c++ option.
10928
10929         * scripts/midi2ly.py: Fix global syntax warnings.
10930
10931         * GNUmakefile.in: Generate builddir locale tree too.
10932
10933         * scripts/ly2dvi.py:
10934         * scripts/midi2ly.py: 
10935         * scripts/mup2ly.py: 
10936         * scripts/update-lily.py:
10937         * lily/main.cc (setup_paths): Fix for locales setup.
10938
10939 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10940
10941         * Documentation/windows/installing.texi: Soften wording about
10942         necessity of becoming Administrator.  tommie@iae.nl reports this
10943         does not seem to be necessary for his flavour of Windows 2000.
10944         Explicitely discourage text mode mounts.
10945
10946 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10947
10948         * lily/rest.cc (after_line_breaking): backport dot position fix.
10949
10950         * lily/rest-collision.cc (do_shift): also remove dots for suicided
10951         rests. Thanks to Klaus Zimmermann for finding this bug.
10952
10953 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10954
10955         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
10956
10957 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10958
10959         * Documentation/user/music-glossary.tely: fix links.
10960
10961 2002-10-21  Werner Lemberg  <wl@gnu.org>
10962
10963         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
10964         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
10965         scaling factor) only once and use them in the definition of
10966         \embeddedps.
10967         * ps/music-drawing-routines.ps (skeel): Removed.
10968
10969 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10970
10971         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
10972         Solaris7, as we don't use nested $( ) constructs.
10973
10974 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10975
10976         * VERSION: Release 1.6.6.
10977         
10978 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10979
10980         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
10981         as workaround for /bin/sh problems on Solaris7.
10982
10983 2002-10-19  Werner Lemberg  <wl@gnu.org>
10984
10985         * GNUmakefile.in (web-doc): Fix typos.
10986         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
10987         `music-drawing-routines.ps' but emit \special{header=...} once.
10988         * scm/tex.scm (header-end): Updated.
10989
10990 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10991
10992         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
10993         undefined tremolo. 
10994
10995 2002-10-15  Werner Lemberg  <wl@gnu.org>
10996
10997         * scripts/lilypond-book.py (g_make_html): New global variable.
10998         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
10999         if `g_make_html' isn't set.
11000         [main]: Add format `texi-html'.
11001         (option_definitions): Updated.
11002         * Documentation/user/lilypond-book.itely: Updated.
11003
11004         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11005         * make/ly-rules.make (%.texi, %.nexi): Use it.
11006         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11007         format to lilypond-book.
11008         * GNUmakefile.in (web-doc): Ditto.
11009
11010 2002-10-14  Werner Lemberg  <wl@gnu.org>
11011
11012         Further improve TeX output.  The produced files are about 40%
11013         smaller.  `lilyponddefs.tex' is now read only once.
11014
11015         * tex/lilyponddefs.tex: Remove footer stuff.
11016         (\ifundefined): Renamed to...
11017         (\lilypondundefined): This.  Use LaTeX's definition to
11018         make it nestable and make it global.
11019         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11020         output.
11021         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11022         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11023         them global.
11024         (\placebox): Renamed to...
11025         (\lyitem): This.
11026         Make it global and call \outputscale by itself.
11027         (\lybox, \lyvrule): New macros to reduce input data.
11028         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11029         New auxiliary macros.
11030         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11031         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11032         to...
11033         (\lilypondspace): This and made it global.
11034         (\turnOnPostScript): Renamed to...
11035         (\lilypondpostscript): This and made it global.
11036         (\turnOnExperimentalFeatures): Renamed to...
11037         (\lilypondexperimentalfeatures): This and made it global.
11038         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11039         (\lilypondsetdimen): This and made it global.
11040         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11041         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11042         (all, $(outdir)/music-drawing-routines.ps): New rules.
11043         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11044         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11045         start-system, stop-system, stop-last-system, filledbox): Updated to
11046         use the changed macros from lilyponddefs.tex.
11047         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11048
11049 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11050
11051         * Documentation/windows/installing.texi: Update.
11052
11053 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11054
11055         * VERSION: 1.6.5 released
11056
11057         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11058
11059 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11060
11061         * scm/translator-property-description.scm (voltaOnThisStaff): add
11062         property.
11063
11064 2002-09-28  Werner Lemberg  <wl@gnu.org>
11065
11066         * scm/tex.scm (header-end): Suppress page numbering.
11067
11068         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11069         Fix quotation for HTML output.
11070
11071 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11072         
11073         * Documentation/user/refman.itely: grammar and phrasing
11074           fixes to "Note Entry" section.  Also adds a few new examples.
11075
11076 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11077
11078         * flower/include/string-data.icc: include string.h
11079
11080 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11081
11082         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11083
11084 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11085
11086         * Documentation/user/GNUmakefile (extra-local-help): Add.
11087
11088         * stepmake/stepmake/www-targets.make (local-help): Add.
11089
11090 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11091
11092         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11093         packages.
11094
11095         * Documentation/topdocs/README.texi (Top): building documentation
11096         (not website.)
11097
11098 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11099
11100         * Documentation/user/refman.itely: 
11101         * Documentation/user/tutorial.itely: 
11102         * Documentation/user/music-glossary.tely: Merge changes.
11103
11104         * Documentation/user/glossary.html.in: 
11105         * Documentation/index.texi: 
11106         * Documentation/header.html.in: Accomodate renaming of glossary.
11107         
11108         * Documentation/user/tutorial.itely: Add some glossary references.
11109         
11110         * Documentation/user/refman.itely: Minor fixes.
11111         
11112         * Documentation/user/lilypond.tely: Add glossary do direntry.
11113
11114         * Documentation/user/music-glossary.tely: Rename (previously:
11115         glossary.tely).  Fix anchor placement.
11116
11117         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11118
11119 2002-09-23  Werner Lemberg  <wl@gnu.org>
11120
11121         * scripts/lilypond-book.py (output_dict): Fix handling of
11122         various environments by avoid extraneous newlines.
11123         Rename `output-all' regexp for html to `output-html'.
11124         Replace `output-all' regexp for texi with `output-texi-quote'
11125         and `output-texi-noquote'.
11126         (compose_full_body): Don't override `linewidth' user option
11127         for `singleline'.
11128         (schedule_lilypond_block): Don't indent text specified with
11129         `intertext' option.
11130         Add new option `noquote'.
11131         (compile_all_files): Use latex instead of tex to compile ly
11132         files directly.
11133
11134         * Documentation/user/lilypond-book.itely: Updated and revised.
11135         Improve layout.
11136
11137         * Documentation/user/glossary.tely,
11138         Documentation/user/introduction.itely,
11139         Documentation/user/tutorial.itely,
11140         Documentation/user/refman.itely,
11141         Documentation/user/appendices.itely: Fix overfull LilyPond
11142         boxes caused by the new lilypond-book code.  Other minor
11143         fixes.
11144
11145         * Documentation/user/macros.itexi (@texiflat): Don't emit
11146         trailing space.
11147
11148         * scm/tex.scm (end-output, header-end): Add preamble and
11149         postamble to make lilypond output directly compilable with
11150         latex.
11151
11152         
11153 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11154
11155         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11156         instructions.
11157
11158 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11159
11160         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11161
11162 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11163
11164         * lily/beam.cc (connect_beams): don't crash if there are quarter
11165         notes in beams.
11166
11167 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11168
11169         * Documentation/user/refman.itely: corrected ancient clef
11170         docu; added docu on ligatures
11171
11172 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11173
11174         * Documentation/user/glossary.tely,
11175         Documentation/user/refman.itely, input/les-nereides.ly,
11176         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11177         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11178         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11179         Stem properties: flag-style -> stroke-style, style -> flag-style.
11180
11181
11182 2002-09-22  Werner Lemberg  <wl@gnu.org>
11183
11184         * scripts/lilypond-book.py: Add option `notime' to suppress
11185         printing of a time signature.  Specify default indentation of 0pt
11186         if single line fragment.  Don't emit redundant `\paper{ }'.
11187
11188         * Documentation/user/lilypond-book.itely: Updated.
11189
11190         * Documentation/user/glossary.tely: Completely reformatting.
11191
11192 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11193
11194         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11195
11196 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11197
11198         * Documentation/user/tutorial.itely: Fix links.
11199         
11200         * Documentation/topdocs/index.tely:
11201         * Documentation/index.texi:
11202         * Documentation/header.html.in: Small website fixes and updates.
11203
11204         * debian/: Debian patch by Anthony Fok.
11205
11206 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11207
11208         * Documentation/footer.html.in: How time flies: It's already 2002!
11209
11210         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11211         more descriptive link names than 'here'.
11212
11213 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11214
11215         * VERSION: 1.7.2 released
11216         * VERSION: 1.6.4 released
11217         
11218         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11219
11220         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11221         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11222
11223         * mf/feta-din.mf (test): add x-height and space.
11224
11225         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11226         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11227
11228         * ly/grace-init.ly: add-to-grace-init: function to portably add
11229         settings to \grace. 
11230
11231         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11232         if we get an absolute dynamic event.
11233  
11234         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11235
11236         * lily/source-file.cc (get_line): oops. All line numbers were off
11237         by 2. Fix that. 
11238
11239         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11240         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11241
11242         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11243
11244         * lily/parser.yy (number_factor): remove (number) as number
11245         expression. ("Let them eat Lisp").
11246
11247 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11248
11249         * lily/horizontal-bracket.cc: new file.
11250
11251         * lily/horizontal-bracket-engraver.cc: new file.
11252
11253         * input/regression/note-group-bracket.ly: new file. Support
11254         horizontal note brackets for music analysis.
11255
11256         * lily/stem.cc (flag): new flag-style: no-flag.
11257
11258         * input/test/stem-cross-staff.ly: new file
11259         
11260         * Documentation/user/internals.itely: Improved formatting, fixing
11261         typos.  Added a section `Output details' to describe how the TeX
11262         code looks like.
11263
11264         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11265
11266         * lily/parser.yy: remove \dynamicscript.
11267
11268         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11269         definitions. 
11270
11271         * python/midi.c (midi_error): take two arguments.
11272
11273         * Merge 1.6.5 changes:
11274         
11275 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11276
11277         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11278         staff-space.  Previous 1.5 was probably meant as half-spaces.
11279         (cautionary-style): parentheses (was: smaller).  This is what doco
11280         says, and it seems more logical.
11281
11282         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11283         for 2nd sentence.
11284
11285 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11286
11287         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11288
11289 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11290
11291         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11292
11293 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11294
11295         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11296
11297 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11298
11299         * scm/translator-property-description.scm (voltaOnThisStaff): add
11300         property.
11301
11302 2002-09-28  Werner Lemberg  <wl@gnu.org>
11303
11304         * scm/tex.scm (header-end): Suppress page numbering.
11305
11306         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11307         Fix quotation for HTML output.
11308
11309 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11310         
11311         * Documentation/user/refman.itely: grammar and phrasing
11312           fixes to "Note Entry" section.  Also adds a few new examples.
11313
11314 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11315
11316         * flower/include/string-data.icc: include string.h
11317
11318 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11319
11320         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11321
11322 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11323
11324         * Documentation/user/GNUmakefile (extra-local-help): Add.
11325
11326         * stepmake/stepmake/www-targets.make (local-help): Add.
11327
11328 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11329
11330         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11331         packages.
11332
11333         * Documentation/topdocs/README.texi (Top): building documentation
11334         (not website.)
11335
11336 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11337
11338         * Documentation/user/refman.itely: 
11339         * Documentation/user/tutorial.itely: 
11340         * Documentation/user/music-glossary.tely: Merge changes.
11341
11342         * Documentation/user/glossary.html.in: 
11343         * Documentation/index.texi: 
11344         * Documentation/header.html.in: Accomodate renaming of glossary.
11345         
11346         * Documentation/user/tutorial.itely: Add some glossary references.
11347         
11348         * Documentation/user/refman.itely: Minor fixes.
11349         
11350         * Documentation/user/lilypond.tely: Add glossary do direntry.
11351
11352         * Documentation/user/music-glossary.tely: Rename (previously:
11353         glossary.tely).  Fix anchor placement.
11354
11355         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11356
11357 2002-09-23  Werner Lemberg  <wl@gnu.org>
11358
11359         * scripts/lilypond-book.py (output_dict): Fix handling of
11360         various environments by avoid extraneous newlines.
11361         Rename `output-all' regexp for html to `output-html'.
11362         Replace `output-all' regexp for texi with `output-texi-quote'
11363         and `output-texi-noquote'.
11364         (compose_full_body): Don't override `linewidth' user option
11365         for `singleline'.
11366         (schedule_lilypond_block): Don't indent text specified with
11367         `intertext' option.
11368         Add new option `noquote'.
11369         (compile_all_files): Use latex instead of tex to compile ly
11370         files directly.
11371
11372         * Documentation/user/lilypond-book.itely: Updated and revised.
11373         Improve layout.
11374
11375         * Documentation/user/glossary.tely,
11376         Documentation/user/introduction.itely,
11377         Documentation/user/tutorial.itely,
11378         Documentation/user/refman.itely,
11379         Documentation/user/appendices.itely: Fix overfull LilyPond
11380         boxes caused by the new lilypond-book code.  Other minor
11381         fixes.
11382
11383         * Documentation/user/macros.itexi (@texiflat): Don't emit
11384         trailing space.
11385
11386         * scm/tex.scm (end-output, header-end): Add preamble and
11387         postamble to make lilypond output directly compilable with
11388         latex.
11389
11390         
11391 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11392
11393         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11394         instructions.
11395
11396 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11397
11398         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11399
11400 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11401
11402         * lily/beam.cc (connect_beams): don't crash if there are quarter
11403         notes in beams.
11404
11405 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11406
11407         * Documentation/user/refman.itely: corrected ancient clef
11408         docu; added docu on ligatures
11409
11410 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11411
11412         * Documentation/user/glossary.tely,
11413         Documentation/user/refman.itely, input/les-nereides.ly,
11414         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11415         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11416         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11417         Stem properties: flag-style -> stroke-style, style -> flag-style.
11418
11419 2002-09-22  Werner Lemberg  <wl@gnu.org>
11420
11421         * scripts/lilypond-book.py: Add option `notime' to suppress
11422         printing of a time signature.  Specify default indentation of 0pt
11423         if single line fragment.  Don't emit redundant `\paper{ }'.
11424
11425         * Documentation/user/lilypond-book.itely: Updated.
11426
11427         * Documentation/user/glossary.tely: Completely reformatting.
11428
11429 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11430
11431         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11432
11433 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11434
11435         * Documentation/user/tutorial.itely: Fix links.
11436         
11437         * Documentation/topdocs/index.tely:
11438         * Documentation/index.texi:
11439         * Documentation/header.html.in: Small website fixes and updates.
11440
11441         * debian/: Debian patch by Anthony Fok.
11442
11443 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11444
11445         * Documentation/footer.html.in: How time flies: It's already 2002!
11446
11447         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11448         more descriptive link names than 'here'.
11449
11450 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11451
11452         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11453
11454 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11455
11456         * lily/part-combine-music-iterator.cc (get_state): cleanup
11457         (get_music_info): cleanup.
11458
11459 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11460
11461         * scm/backend-documentation-lib.scm (interface-doc-string):
11462         crosslinks between interfaces and grobs. Headings for interfaces
11463         in grob explanation.
11464
11465 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11466
11467         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11468         dtd).  Add preliminary dtd.
11469         (re-sub-alist): Robustify.
11470
11471 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11472
11473         * lily/include/event-chord-iterator.hh,
11474         lily/context-specced-music-iterator.cc,
11475         lily/event.cc, lily/event-chord-iterator.cc: add
11476
11477 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11478
11479         * lily/: some (c) header fixes.
11480         
11481         * lily/request-chord.cc: Remove.
11482         
11483         * lily/include/event-chord-iterator.hh:
11484         * lily/include/event.hh:
11485         * lily/event-chord.cc: New file.
11486         
11487         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11488         requested.
11489
11490 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11491
11492         * lily/ : rename Request to Event
11493
11494         * lily/parser.yy (command_element): move clef stuff into Scheme.
11495
11496         * lily/:  rename length_mom () to get_length()
11497
11498         * lily/part-combine-music.cc: removed file and class.
11499
11500         * lily/context-specced-music-iterator.cc (class
11501         Context_specced_music_iterator): new file. Obsoletes the
11502         Context_specced_music type.
11503
11504         * scm/music-types.scm (make-repeated-music): put different kinds
11505         of repeated music into music-type table.
11506
11507         * VERSION: 1.7.1 released.
11508
11509         * scm/to-xml.scm: new file.
11510
11511         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11512         new Input representation: dump music as XML.
11513
11514         * scm/engraver-documentation-lib.scm
11515         (engraver-accepts-music-types?): add links from music to engraver,
11516         from music-type to engraver.
11517
11518         * lily/include/command-request.hh: removed
11519         lily/include/musical-request.hh: removed. Removed all _req classes
11520         except Key_change_req. Changes throughout.
11521
11522 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11523
11524         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11525
11526 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11527
11528         * lily/*.cc: specify accepts for many engravers.
11529
11530         * scm/music-documentation-lib.scm: dump music expressions and
11531         music subtypes.
11532
11533         * scm/documentation-lib.scm: complete revision.
11534         Use GOOPS objects to store document tree explicitly. Cleaned up and
11535         sped up doco generation a lot.
11536
11537 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11538
11539         * input/trip.ly (fugaIILeft): add arpeggio
11540
11541         * lily/translator-group.cc (try_music_on_nongroup_children):
11542         oops. The name symbol is in the cdr of the assoc handle.
11543
11544         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11545         Hyphen_req, Glissando_req, Break_req, Mark_req 
11546
11547 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11548
11549         * lily/musical-request.cc (music-duration-length,
11550         music-duration-compress): new functions.
11551
11552         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11553         throughout. Warning doesn't work yet.
11554
11555         * lily/translator-group.cc (try_music_on_nongroup_children):
11556         new implementation: store candidate acceptors in a hashTable.
11557
11558 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11559
11560         * scm/music-types.scm (music-descriptions): change name to
11561         internal-class-name
11562
11563         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11564
11565 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11566
11567         * lily/beam.cc (connect_beams): don't crash if there are quarter
11568         notes in beams.
11569
11570 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11571
11572         * Documentation/user/refman.itely: corrected ancient clef
11573         docu; added docu on ligatures
11574
11575 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11576
11577         * Documentation/user/glossary.tely,
11578         Documentation/user/refman.itely, input/les-nereides.ly,
11579         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11580         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11581         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11582         Stem properties: flag-style -> stroke-style, style -> flag-style.
11583
11584 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11585
11586         * scm/music-functions.scm (music-separator?): don't use name music
11587         property.
11588
11589 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11590
11591         * stepmake/stepmake/generic-targets.make (help): Document check
11592         target.
11593
11594         * lily/new-accidental-engraver.cc: Compile fix.
11595
11596 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11597
11598         * scripts/convert-ly.py: Add rule.
11599
11600         * input/test/music-creation.ly:
11601         * input/test/add-staccato.ly:
11602         * input/test/add-text-script.ly: ly-make-music.
11603
11604         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11605         More ly-make-music renamings.
11606
11607         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11608
11609         * lily/music-constructor.cc (make_music): Add debugging info.
11610
11611         * scm/music-functions.scm (make-simultaneous-music,
11612         (make-sequential-music, context-spec-music):
11613         * scm/music-types.scm (music-descriptions): Get lily to run.
11614
11615 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11616
11617         * lily/command-request.cc (transpose_key_alist): new function.
11618
11619         * lily/key-performer.cc (create_audio_elements): cleanup. 
11620
11621 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11622
11623         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11624
11625         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11626         events-accepted field.
11627
11628         * scm/music-types.scm: new file.
11629
11630         * lily/parser.yy: put music type initialization into scheme,
11631         similar to grob initialization.  Changes throughout.
11632
11633 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11634
11635         * Documentation/user/tutorial.itely: Fix links.
11636         
11637         * Documentation/index.texi: 
11638         * Documentation/header.html.in: 
11639         * Documentation/topdocs/index.tely: Small website fixes and updates.
11640
11641         * debian/: Debian patch by Anthony Fok.
11642
11643 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11644
11645         * Documentation/footer.html.in: How time flies: It's already 2002!
11646
11647         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11648         more descriptive link names than 'here'.
11649
11650         * ROADMAP: Remove test stuff.
11651
11652         * scripts/update-lily.py: Allow auto-building of stable and
11653         development versions.  Bugfixes.
11654
11655 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11656
11657         * VERSION: released 1.7.0
11658
11659         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11660
11661         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11662         positive line widths.
11663
11664 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11665
11666         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11667         go.  Fix comments.
11668
11669         * cygwin: Cygwin updates.
11670
11671 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11672
11673         * Documentation/windows/installing.texi (Top): version for python,
11674         urls for ghostscript (thanks to John Potelle)
11675         
11676         * lily/simultaneous-music-iterator.cc
11677         (Simultaneous_music_iterator): init children_list_ before
11678         triggering GC.
11679
11680         * lily/*-iterator.cc: be even more careful with smobbed copy
11681         constructors. 
11682
11683         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11684         LeftEdge item.
11685
11686 2002-09-15  Werner Lemberg  <wl@gnu.org>
11687
11688         Improving LilyPond's output to make them ordinary TeX boxes with
11689         predictable dimensions.  System boxes are now vertically centered on
11690         the baseline; this offset can be further controlled with
11691         \lilypondscoreshift.
11692
11693         * lily/system.cc (System::post_processing): Pass length of current
11694         system to `start-system' (including any horizontal indentation).
11695
11696         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11697         prettier.
11698         (lily-def): Append `%'.
11699         (start-system): Add parameter `wd'.  Output more TeX code to specify
11700         box dimensions.
11701         (stop-system, stop-last-system): Complement changes in
11702         `start-system'.
11703         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11704         Updated.
11705
11706         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11707         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11708         Write final `\endinput'.
11709
11710         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11711         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11712         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11713         files and macro definitions don't produce spurious spaces and
11714         paragraphs (using \endlinechar).
11715         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11716
11717         * Documentation/user/internals.itely: Improved formatting, fixing
11718         typos.  Added a section `Output details' to describe how the TeX
11719         code looks like.
11720
11721 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11722
11723         * lily/accidental-engraver.cc: Also work with partial measures.
11724
11725 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11726
11727         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11728         spanner.
11729
11730 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11731
11732         * lily/identifier-smob.cc (unpack_identifier): new file.
11733
11734         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11735         pass off scheme expressions as music identifiers.
11736
11737         * scm/lily.scm: reorganisation, cleanups.
11738
11739         * lily/main.cc: small cleanups.
11740
11741 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11742
11743         * lily/ly-module.{cc,hh}: new file.
11744
11745 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11746
11747         * lily/accidental-engraver.cc: Also work with partial measures.
11748
11749 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11750
11751         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11752
11753 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11754
11755         * lily/my-lily-lexer.cc: use SCM module in stead of
11756         Scheme_hash_table. Changes throughout.  
11757
11758 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11759
11760         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11761