]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
6dbfe2d7fced7cd211077e06412bedee9515ef00
[lilypond.git] / ChangeLog
1 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * lily/parser.yy (book_body): set default bookpaper.
4
5         * scm/output-tex.scm (header): kludge: hard code linewidth. 
6
7         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
8
9 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10
11         * lily/score.cc (default_rendering): scale outputdef before
12         starting.
13
14 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
15
16         * scm/fret-diagrams.scm: Add header.
17
18         * scm/output-gnome.scm: Hello world :-)
19
20 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
21
22         * scripts/lilypond.py (run_dvips): only add papersize if present.
23
24         * lily/accidental-engraver.cc (update_local_key_signature): new
25         function, fold code from initialize() and process_music().
26         (update_local_key_signature): use deep copy. This fixes one
27         problem from custom-key-signatures.ly.
28         (number_accidentals_from_sig): tighter check for
29         accidental-too-old.
30
31         * ly/engraver-init.ly: remove localKeySignature
32         definition from ChoirStaff, StaffGroup, Score.
33         
34         * lily/percent-repeat-engraver.cc (try_music): add moments for
35         barlines too. Fixes: skipbars-percent-repeat.ly.
36
37 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
38
39         * lily/context-def.cc (filter_performers): don't go to cdrloc if
40         skipping last pair. Fixes: crash-bar-number.
41
42         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
43         D. Sorensen)
44
45         * input/test/fret-diagram.ly: new file.
46
47         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
48         (scale-paper): divide by scale.
49
50 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
51
52         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
53         case.
54
55 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
56
57         * scm/stencil.scm (fontify-text): reinstate function
58
59         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
60
61         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
62
63         * lily/parser.yy (book_paper_head): \bookpaper {} 
64
65         * python/midi.c: remove config.h
66
67 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
68
69         * scm/output-gnome.scm: Update.
70
71 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
72
73         * scm/output-gnome.scm: New file.
74
75         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
76
77 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
78
79         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
80         (find_scaled_font): move from Paper_def
81
82 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
83
84         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
85         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
86
87         * po/fr.po: update po.
88
89         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
90
91         * lily/book-paper-def.cc (print_smob): new file.
92
93 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
94
95         * buildscripts/lilypond-words.py: search words also from
96         music-functions-init.ly.
97
98 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
99
100         * ly/music-functions-init.ly (def-music-function): new helper
101         macro for defining music functions. \addlyrics \appoggiatura
102         \acciaccatura \grace \partcombine \autochange \applycontext
103         \applyoutput and \breathe are now defined here thanks to it.
104
105         * lily/parser.yy: 
106         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
107         \grace \partcombine \autochange \applycontext \applyoutput and
108         \breathe keywords removed from the parser.
109
110         * lily/parser.yy: 
111         * lily/music-function.cc (ly_make_music_function): 
112         * lily/lexer.ll (music_function_type): added a case for 0-arg
113         music functions.
114
115 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
116
117         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
118         refering to a music expression can be used in lily-inside-scheme:
119         #{ $music #}
120
121         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
122         and ly:parser-define, and change ly:parser-parse-string in order
123         to make #{ $music #} work.
124
125         * scm/new-markup.scm (compile-markup-expression): when an argument
126         is a string, use `make-simple-markup'.
127
128 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
129
130         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
131
132 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
133
134         * scripts/convert-ly.py (FatalConversionError.func): handle + in
135         font-size. (backportme)
136
137 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
138
139         * lily/paper-outputter.cc (output_stencil): dump font definitions
140         before each stencil.
141
142         * lily/include/paper-book.hh (struct Score_lines): new
143         struct. Collect info per Paper-score.
144
145         * lily/include/page.hh (class Page): to_stencil() returns Stencil
146         everywhere.
147
148         * lily/stencil.cc (find_expression_fonts): new function
149
150         * lily/paper-outputter.cc (output_stencil): use
151         interpret_stencil_expr
152
153         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
154         (interpret_stencil_expr): new function. Generic stencil
155         interpretation.
156
157         * lily/paper-def.cc (find_scaled_font): divide lookup
158         magnification by outpuscale for non-virtual fontmetrics. This
159         fixes ludicrously long font definitions for text
160         fonts. (backportme)
161
162         * lily/score-engraver.cc: remove
163         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
164
165 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
166
167         * input/test/markup-score.ly: Remove \notes.
168
169         * lily/parser.yy (book_body): Grok Composite_music and \header.
170         (markup): Push NOTES mode before score_block.
171
172         * VERSION: release 2.3.1
173         
174         * mf/feta-klef.mf: 
175         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
176
177         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
178
179         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
180
181 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
182
183         * scm/output-tex.scm (output-tex-string): tighten safe security.
184
185         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
186
187         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
188         allowed ly functions.
189
190         * lily/ly-module.cc (ly_module_define): only define variable if
191         bound.
192         (ly_make_anonymous_module): take safe option.
193
194 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
195
196         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
197
198 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
199
200         * input/regression/newaddlyrics.ly: Fix.
201
202         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
203         \score \notes.
204
205 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
206
207         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
208
209 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
210
211         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
212
213         * lily/paper-line.cc (Paper_line): don't store list of stencils,
214         but convert to single Stencil immediately.
215
216         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
217
218 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
219
220         * scm/output-sodipodi.scm: Resurrect sodipodi output.
221
222 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
223
224         * elisp/lilypond-mode.el: Changed the way defaults are created for
225         LilyPond-command-master.  LilyPond-mode will now check the
226         timestamps of the files to see which command has to run next.
227
228 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
229
230         * scm/bass-figure.scm (format-bass-figure): don't set
231         number-markup for strings. This fixes string in bass
232         figure. (backportme)
233
234         * lily/parser.yy (bass_number): insert number-markup into figure
235         definition.
236
237         * scm/define-music-properties.scm (all-music-properties): make
238         'figure a markup.
239
240         * scripts/convert-ly.py (conv): \apply -> \applymusic
241
242 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
243
244         * elisp/lilypond-mode.el: changed the order of some commands
245         ("Midi" after "2Midi"), use the user-defined
246         LilyPond-command-default as default instead of "LilyPond"
247
248         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
249         to set the master file for the next command.
250
251         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
252         with font-lock-reference-face.
253
254 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
255
256         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
257
258         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
259
260 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
261
262         * ly/music-functions-init.ly (TODO): new file.
263
264         * lily/parser.yy (Generic_prefix_music_scm): add more
265         music_function symbols.
266         (Prefix_composite_music): change \apply to music-function   
267
268         * lily/include/music-function.hh: rename to music-function
269
270 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
271
272         * lily/music-head.cc (LY_DEFINE): change order of args.
273
274         * input/regression/music-head.ly (texidoc): new file.
275
276         * lily/parser.yy (Generic_prefix_music): allow generic
277         music-transformation functions. 
278
279         * lily/include/music-head.hh (is_music_head): new file.
280
281         * lily/music-head.cc (get_music_head_transform): new file.
282
283 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
284
285         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
286         empty extent. This fixes ottava brackets on rests. (backportme)
287
288         * make/lilypond.redhat.spec.in (Group): ln png files for info.
289
290         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
291
292         * cygwin/lily-wins.py: update for the lily-wins.py script.
293
294 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
295
296         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
297         code. This will obviate typeset_grob () in the future.  The effect
298         of this is that improperly written spanner handling will result in
299         invalid spanner bounds.
300         (announce_grob): add to elems_ from here
301         (typeset_grob): comment out.  
302
303         * lily/include/engraver.hh (make_spanner): new calling interface
304         for make_{item,spanner}. This obviates most calls to
305         announce_grob().
306                 
307         * scm/music-functions.scm (set-accidental-style): use GrandStaff
308         iso. PianoStaff for piano styles.
309
310 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
311
312         * Documentation/user/music-glossary.tely: add segno after d.s.
313
314 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
315
316         * lily/include/audio-column.hh: remove unused variables.
317         (patch by Michael Welsh Duggan)
318
319         * flower/include/axes.hh (other_axis): inline Axes function
320         (thanks to David Brandon).
321
322 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
323
324         * cygwin/mknetrel: Install image links (backportme).
325
326         * Documentation/user/GNUmakefile (local-install-info): Activate
327         actual installing of image links (backportme).
328
329 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
330
331         * Documentation/user/notation.itely (Measure repeats): Removed
332         unnecessary (and confusing) \context Voice{.
333
334 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
335
336         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
337
338         * lily/page.cc (Page): Do not use ly_scheme_function for
339         volatile/configurable variables (FIXME: better name).
340
341         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
342         get_scmvar).
343
344 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
345
346         * scripts/convert-ly.py (FatalConversionError.subst): use
347         \transposition.
348
349 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
350
351         * lily/include/page.hh (class Page): Declare left_margin ().
352
353         * lily/page.cc: Remove paper var caching.
354
355 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
356
357         * Documentation/user/music-glossary.tely: Add name to @top node.
358         Remove comment from @table definitions (workaround for makinfo
359         bug).
360
361         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
362         ly:stencil-get-expr).  Update callers.
363         (ly:stencil-align-to!):  Return stencil too.
364
365         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
366         stencil.  Remove looped line-based page output.
367         (output_line): Use line stencil.  Remove looped stencil-based line
368         output.
369
370         * lily/page.cc (ly:page-paper-lines): New function.
371
372         * input/test/markup-score.ly: New file.
373
374         * scm/define-markup-commands.scm (stencil): New markup.
375
376         * lily/book.cc (to_stencil): New method.
377
378         * lily/parser.yy (markup): Use it to grok \score.
379
380 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
381
382         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
383
384         * lily/paper-book.cc (pages): Change signature.  Update callers.
385
386         * lily/include/page.hh:
387         * lily/page.cc: New file.
388
389         * lily/paper-line.cc (to_stencil): New method.
390         
391         * lily/paper-outputter.cc (output_stencil): New method.
392
393         * lily/paper-outputter.cc (output_line): Use them.
394
395         * lily/warn.cc: Remove.
396
397         * lily/my-lily-parser.cc (distill_inname): Remove.
398
399         * flower/include/file-name.hh: 
400         * flower/file-name.cc: New file.  Update users.
401
402         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
403         (find): New method of same name.
404
405         * lily/my-lily-parser.cc (ly:parse-file): Use it.
406
407         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
408         constant error message.
409
410 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
411
412         * input/test/{blank-notes.ly,staff-container.ly}: typos.
413
414 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
415
416         * Documentation/user/music-glossary.tely: @table @strong' replaced
417         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
418         (backportme).
419
420 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
421
422         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
423
424         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
425         #{ lily music expression #} that returns an equivalent scheme
426         music expression by parsing the string.
427
428 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
429
430         * lily/my-lily-parser.cc:
431         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
432         SCM string (foo.ly/toto.scm support).
433
434 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
435
436         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
437
438 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
439
440         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
441
442         * scripts/lilypond-book.py: LY code that includes \header is
443         not assumed to be a fragment.
444
445 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
446
447         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
448         tremolo beams up.
449
450         * lily/stem.cc (chord_start_y): Return 0 if no heads.
451         (get_default_stem_end_position): No tremolo head juggling if no
452         heads.  Fixes tremolo crash on rests (backportme).
453
454         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
455
456 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
457
458         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
459         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
460
461         * lily/lexer.ll: Allow \encoding in NOTES mode.
462
463         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
464         for lyrics, not for commands.
465
466         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
467         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
468
469         * input/regression/newaddlyrics.ly: New file.
470
471         * Documentation/topdocs/NEWS.texi: Update.
472
473         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
474         (Music_list): Allow embedded scm.
475
476         * lily/score.cc (ly:score-bookify): New function.
477
478         * lily/music.cc (ly:music-scorify): Idem.
479
480         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
481         (ly:parser-print-score): Idem.
482
483         * scm/lily.scm (default-toplevel-book-handler): Idem.
484         (default-toplevel-music-handler): Idem.
485         (default-toplevel-score-handler): Idem.
486
487         * ly/declarations-init.ly: Set default toplevel handlers.
488
489         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
490
491         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
492         printer for score at toplevel.
493
494 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
495
496         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
497         Fix for simple case: input/simple-song.ly, more complex stuff
498         does not work yet.
499
500 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
501
502         * lily/parser.yy (Prefix_composite_music): split Composite_music
503         in Prefix_composite_music and Grouped_music_list.
504         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
505
506 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
507
508         * scm/lily.scm (toplevel-expression): New define.
509
510         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
511
512         * lily/parser.yy (toplevel_expression): Use it.
513
514         * lily/include/my-lily-parser.hh: Smobbify.
515
516         * lily/my-lily-parser.cc (parse_string): New method.
517         
518         * lily/my-lily-parser.cc (ly:parse-string): New function.
519
520         * Documentation/user/lilypond.tely: Add comment and workaround for
521         gs-8.01 crash.  Fixes make web.
522
523         Simplification of toplevel music.
524         
525         * lily/lexer.ll, lily/parser.yy:
526
527         * In LYRICS mode, return LYRICS_STRING.  This fixes one
528         shift/reduce problem.
529
530         * Use NOTES mode at start of maininput.
531
532         * Grok toplevel composite music expression, put in score and book.
533
534         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
535
536         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
537
538         * input/simple.ly: New file.
539         
540         * input/simple-song.ly: Idem.
541
542 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
543
544         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
545         Sandberg.
546
547 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
548
549         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
550
551 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
552
553         * input/regression/accidental-octave.ly: doc automatic showing
554         of note names.
555
556 2004-04-16  Heikki Junes <janneke@gnu.org>
557
558         * po/fi.po: do "make po && make -C po po-update" at top-level,
559         then "cp po/out/fi.po po/fi.po" and update fields.
560
561         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
562
563 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
564
565         * Documentation/user/introduction.itely (About this manual): Fix
566         templates and regression urls (backportme).
567
568 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
569
570         * ly/engraver-init.ly (Score:graceSettings): Increase
571         beamed-lengths, especially for 32nd notes.
572
573         * Documentation/user/notation.itely (Grace notes): Correct the
574         syntax for add-grace-property example.
575
576 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
577
578         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
579         `Generated' tag.
580
581         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
582         Severely broken (the Debian package, at least).
583
584 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
585
586         * lily/context.cc (find_create_context): assign to lvalue.
587
588 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
589
590         * lily/include/translator.hh (class Translator): rename
591         get_parent_context() to context () to avoid confusion.
592
593         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
594
595         * lily/lexer.ll: change is_string -> ly_c_string_p 
596
597         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
598
599         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
600
601         * VERSION: release 2.3.0
602
603         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
604
605         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
606         if nonempty.
607
608         * lily/include/context.hh (class Context): make members protected.
609         (children_contexts): new accessor function.
610
611         * lily/include/translator.hh (class Translator): make
612         daddy_context_ protected.
613         (class Translator): clean up. 
614
615         * lily/include/context.hh (class Context): make daddy_context_
616         private.
617
618         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
619         higher for finding Voice. (backportme)  
620
621         * lily/include/context.hh (class Context): remove
622         find_context_below() as a method.
623
624         * Documentation/user/notation.itely (The Lyrics context): add note
625         about manual durations
626
627         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
628         encoding.
629
630         * scm/output-tex.scm (text): dump \inputencoding{} for text.
631
632 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
633
634         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
635         \usepackage{inputenc}
636
637         * lily/paper-book.cc (classic_output): don't advance Offset for
638         TeX output.
639
640         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
641         ec-sauter.map in rules
642
643         * mf/ecb.mf (font_identifier): new file, based on ecbx
644
645         * mf/ecb10.mf (gensize): new file.
646
647         * Documentation/topdocs/NEWS.texi (Top): document some more new
648         features.
649
650         * ly/declarations-init.ly: run convert-ly
651
652         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
653         from input-file-results. Remove input-file-results.* 
654
655 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
656
657         * scm/output-ps.scm (font-command): Fix, again.
658
659         * input/test/title-markup.ly: Add \noPagebreak test.
660
661         * lily/score-engraver.cc (try_music): Bugfix.
662
663 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
664
665         * lily/main.cc (main_with_guile): excise dependency options -M and
666         --dep-prefix
667
668         * lily/input-file-results.cc: excise Makefile dependency code
669
670         * Documentation/user/invoking.itexi (Invoking the lilypond
671         binary): remove dep doco
672         
673         * lily/main.cc (main_with_guile): call lilypond-main
674         
675         * scm/lily.scm (lilypond-main): new function: handle multiple files.
676
677         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
678         exception.
679
680         * lily/my-lily-parser.cc: remove paper_description function
681
682         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
683         new function.
684
685         * lily/main.cc: remove global_score_count.
686
687         * lily/book.cc (process): don't take header from global_input_file.
688
689         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
690
691         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
692
693         * lily/music-output-def.cc (LY_DEFINE): new function
694         ly_output_description. This function does the bulk for  setting,
695         parsing and breaking down of an input file.
696
697         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
698         anonymous modules globally. Let's hope they get GCd
699
700         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
701
702 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
703
704         * scm/output-ps.scm (header): Papersize from paper.
705
706         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
707         for classic output.
708
709         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
710         lilypondclassic is defined.
711         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
712
713         * input/regression/between-systems.ly: Remove.
714
715         * python/lilylib.py (get_bbox): Fix regular expression
716         for bounding box.
717
718         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
719
720         * scm/output-tex.scm (stop-page): Use it.
721
722         * scm/output-ps.scm (define-fonts): Bugfix.
723
724         * lily/grob.cc: Add penalty to interface.
725
726         * lily/include/paper-line.hh (class Paper_line): New member
727         var penalty_.
728
729         * lily/system.cc (get_line): Initialise Paper_line with
730         page-penalty's from original grobs.
731
732         * scm/define-music-properties.scm (all-music-properties): Add
733         page-penalty.
734
735         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
736
737         * lily/score-engraver.cc (try_music): Handle page-penalty.
738
739         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
740
741 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
742
743         * ly/declarations-init.ly (melismaEnd): typo
744
745         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
746
747         * scm/output-ps.scm (text): split string into spaces, use moveto
748         for setting space. 
749         
750 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
751
752         * po/nl.po: Update.
753
754         * scm/font.scm (add-cmr-fonts): Typo.
755
756 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
757
758         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
759         font-encoding.
760
761         * scm/define-grobs.scm (all-grob-descriptions): idem.
762
763         * lily/time-signature.cc (numbered_time_signature): idem.
764
765         * scm/font.scm (add-cmr-fonts): use real encoding names for
766         font-encoding.
767
768 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
769
770         * lily/paper-book.cc (classic_output): 
771         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
772         Fixes classic output.
773         (lilypondstart):
774         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
775         kludge.
776
777         * scripts/old-lilypond-book.py: Remove.
778
779         Page layout for SCOREs enclosed in a BOOK:
780
781         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
782         layout tweaking.
783
784         * input/les-nereides.ly (theScore): Add \book.
785         
786         * input/test/title-markup.ly: Add \book.
787
788         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
789         only if 'verbose.
790
791         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
792
793         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
794
795         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
796         * scm/output-tex.scm (start-system): Update for page layout by
797         LilyPond.
798
799         * scm/output-ps.scm (start-system): Previously (new-start-system).
800
801         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
802         passed to define-fonts.
803
804         * lily/paper-column.cc: 
805         * lily/system.cc (get_line):
806         * ly/property-init.ly (newpage): 
807         * scm/define-grob-properties.scm:
808         * scm/output-ps.scm: 
809         * scm/output-tex.scm: Remove between-system-string kludge.
810
811         * scm/output-ps.scm (define-fonts, font-command,
812         font-load-encoding): Handle ENCODING = #f.
813
814         * scm/output-tex.scm (output-scopes): Check if variable is bound.
815
816         * scm/define-markup-commands.scm (fill-line): Use
817         make-simple-markup (WAS: unexisting make-word-markup).
818
819         * lily/text-item.cc (interpret_markup): Bugfix, transpose
820         ENCODING, MARKUP parameters for interpret_string.
821
822         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
823
824         * lily/score.cc (book_rendering): New method.
825         (default_rendering): Create Paper_book helper locally, dump
826         output.
827
828         * lily/my-lily-lexer.cc (the_key_tab): Add book.
829
830         * lily/parser.yy: Handle \book.
831
832         * lily/include/book.hh: 
833         * lily/book.cc: New file.
834
835 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
836
837         * lily/text-item.cc (interpret_string): new file, select font with
838         encoding.
839
840         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
841
842         * scm/define-markup-commands.scm (encoded-simple): new markup command.
843
844         * lily/parser.yy (markup): take encoding from lexer.
845
846 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
847
848         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
849
850         * scm/output-ps.scm: Remove some cruft.
851
852 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
853
854         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
855
856         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
857
858 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
859
860         * scm/font.scm (add-century-schoolbook-fonts):
861         (make-century-schoolbook-tree): New function.
862
863         * input/test/title-markup.ly: Use Century Schoolbook font.
864
865 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
866
867         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
868         to Erik Sandberg) 
869
870         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
871
872         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
873
874         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
875
876         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
877
878 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
879
880         * scm/part-combiner.scm (determine-split-list): bugfix: if no
881         solo-state (at end of solo), we can set the solo status
882         too. (backportme.)
883
884         * input/regression/part-combine-solo-end.ly: new file.
885
886 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
887
888         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
889         flavour abc files.  Really ignore unknown keys (backportme).
890
891 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
892
893         * lily/scaled-font-metric.cc (text_dimension): only multiply with
894         magnification_ when looking up in orig_.
895
896         * scm/output-tex.scm (text): switch off char-mapping.
897
898         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
899         because AFM's encoding field cannot have spaces.
900
901 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
902
903         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
904
905 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
906
907         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
908
909         * mf/cmr.enc: new file, without hi-bit ascii info. 
910
911         * lily/bezier-bow.cc (slur_shape): make indent dependent on
912         width. This removes the 'hook' at the end of a long slur.
913
914         * buildscripts/mf-to-table.py (parse_logfile): don't append
915         encoding to fontname.
916
917 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
918
919         * scm/output-ps.scm (define-fonts): Load .enc only once.
920
921         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
922         too.
923
924 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
925
926         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
927         encoding field.
928
929         * lily/stencil-scheme.cc: remove ly:fontify-atom 
930
931         * ly/portuges.ly (pitchnames): new file.
932
933         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
934         Michael Welsh Duggan
935
936         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
937
938         * ly/nederlands.ly: add comment about digits.
939
940         * lily/scaled-font-metric.cc (derived_mark): idem.
941
942         * scm/encoding.scm (make-encoding-mapping): change permutation to
943         mapping.
944
945         * lily/scaled-font-metric.cc (derived_mark): is a const method.
946         (Modified_font_metric): make alist for coding_description_
947         (LY_DEFINE): remove coding-name.
948
949         * scm/output-tex.scm (text): remove debugging code.
950
951         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
952
953         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
954         from infile.
955
956         * mf/feta-generic.mf: move fet_beginfont into generic code.
957         use fetaMusic (without space) as encoding
958
959         * mf/feta-autometric.mf: take encoding argument
960
961         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
962
963         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
964         use.
965
966         * scm/encoding.scm (read-encoding-file): use symbol for glyph
967         name.
968
969 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
970
971         * input/test/title-markup.ly: Set inputencoding.
972
973         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
974
975         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
976
977         * scm/encoding.scm (get-coding-filename, get-coding-command): New
978         function.
979         (coding-alist): Also hold filename, command.
980         (read-encoding-file): Return symbols.
981
982 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
983
984         * scm/output-tex.scm: remove fontify; text and char take a font
985         argument.
986
987         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
988
989         * lily/scaled-font-metric.cc (text_dimension): init
990         coding_{permutation,table}_ too 
991         (LY_DEFINE): ly:font-encoding, new function return
992
993         * lily/paper-def.cc (find_scaled_font): take input coding from
994         inputcoding paper var.
995
996         * lily/performance.cc (output): remap modulo 16.
997
998         * lily/text-item.cc (interpret_markup): whoops, variable
999         shadowing fixed.
1000
1001 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1002
1003         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1004         symbols, not symbols to strings.
1005         
1006         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1007         symbols, not symbols to strings.
1008
1009 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1010
1011         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1012         (ly:kpathsea-gulp-file): New function.
1013
1014         * scm/encoding.scm (read-encoding-file): Use it.
1015
1016 2004-04-06  Werner Lemberg  <wl@gnu.org>
1017
1018         * scm/encoding.scm (coding-alist): Fix typo.
1019
1020 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1021
1022         * lily/scaled-font-metric.cc (text_dimension): move function from
1023         Font_metric
1024         (make_scaled_font_metric): init coding_scheme_ to TeX
1025         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1026
1027         * lily/include/scaled-font-metric.hh (struct
1028         Modified_font_metric): rename from Scaled_font_metric
1029
1030         * scm/encoding.scm (read-encoding-file): split up large function,
1031         leave caching to (delay)
1032
1033         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1034
1035 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1036
1037         * lily/my-lily-lexer.cc (set_encoding): New method.
1038
1039         * lily/lexer.ll: Grok \encoding.
1040
1041         * lily/font-metric.cc (get_encoded_index): New function.
1042
1043         * lily/include/font-metric.hh (coding_scheme): New method.
1044
1045         * scm/encoding.scm: New file.
1046
1047         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1048
1049 2004-04-05  Werner Lemberg  <wl@gnu.org>
1050
1051         * Documentation/user/tutorial.itely: Revised (finished).
1052
1053         * Documentation/user/macros.itexi (@separate): Removed.
1054
1055 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1056
1057         * scm/output-ps.scm (define-fonts): fix scaling.
1058
1059         * lily/scaled-font-metric.cc (design_size): add function.
1060
1061         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1062         partial cut&paste of ly:font-magnification.
1063
1064 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1065
1066         * scm/output-ps.scm (define-fonts):
1067         (fontify): Update.
1068
1069 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1070
1071         * po/fr.po: update. (backportme).
1072
1073         * po/nl.po: update. (backportme). 
1074
1075         * mf/feta-beugel.mf: document why design size is not fixed.
1076
1077         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1078
1079 2004-04-04  Werner Lemberg  <wl@gnu.org>
1080
1081         * Documentation/user/tutorial.itely: Revised (continued).
1082
1083 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1084
1085         * po/nl.po: Update (backportme).
1086
1087 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1088
1089         * po/de.po: update. (backportme).
1090
1091         * scm/output-tex.scm (font-command): use ly: functions to
1092         construct name.
1093         (define-fonts): don't use alist, just dump \font definitions.
1094         (font-load-command): calculate proper scaling by taking
1095         outputscale from paper argument.
1096
1097         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1098         expression.
1099
1100         * lily/paper-outputter.cc (output_header): pass paper arg to
1101         define-fonts
1102
1103         * lily/paper-def.cc (font_descriptions): dump list of
1104         Scaled_font_metrics
1105         (find_scaled_font): take Font_metric argument, store
1106         Scaled_font_metrics in hash-table containing (size ->
1107         Scaled_font_metrics) alist.
1108         (get_dimension): rename from get_realvar
1109
1110         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1111         ly:font-magnification, ly:font-name: new functions
1112
1113 2004-04-03  Werner Lemberg  <wl@gnu.org>
1114
1115         * Documentation/user/dedication.itely,
1116         Documentation/user/preface.itely,
1117         Documentation/user/introduction.itely,
1118         Documentation/user/tutorial.itely: Revised.
1119         Removing leading spaces which distorts output if info files are read
1120         with stand-alone info.
1121         Removing superfluous inter-word spaces which also distorts output
1122         for stand-alone info.
1123         Using ` and ' instead of `` and '' everywhere to improve
1124         legilibility with stand-alone info
1125         Using @samp for single-letter input items and data which contains
1126         spaces, @code for other things.
1127
1128         * lily/grob-interface.cc: Adding copyright.
1129         (check_interfaces_for_property): Improve format of warning message.
1130
1131 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1132
1133         * lily/include/font-metric.hh (struct Font_metric): add
1134         design_size () method.
1135
1136         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1137
1138         * lily/afm.cc (read_afm_file): read design size.
1139
1140         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1141
1142         * scm/music-functions.scm (unfold-repeats): handle dots too.
1143
1144 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1145
1146         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1147         (backportme)
1148
1149 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1150
1151         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1152         lyric indent.  Revert melismaBusyProperties using \unset.
1153
1154 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1155
1156         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1157
1158         * lily/parser.yy (command_element): allow redefinition of |
1159         meaning.
1160
1161         * lily/break-align-engraver.cc (acknowledge_grob): construct
1162         LeftEdge where the first cause for alignment is coming from.
1163         This makes \override Staff.LeftEdge work as expected.
1164
1165         
1166         * lily/slur-performer.cc (Slur_performer): add inits
1167
1168         * lily/beam-performer.cc (Beam_performer): add inits
1169
1170 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1171
1172         * VERSION (PACKAGE_NAME): release 2.2.0
1173
1174         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1175
1176 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1177
1178         * lily/cluster.cc (height): Fix warning.
1179
1180         * lily/parser.yy: Janitorial cleanups.
1181
1182         * Documentation/user/tutorial.itely (Tutorial): Typo.
1183
1184 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1185
1186         * lily/change-iterator.cc (process): search at multiple context
1187         levels. This fixes 
1188
1189         
1190         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1191         not voice-state index for tie state. This fixes a partcombine
1192         problem with ties.
1193
1194         * Documentation/user/tutorial.itely (Commenting input files): add
1195         note about convert-ly.
1196
1197         * input/test/cadenza-skip.ly:  new file.
1198
1199 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1200
1201         * po/nl.po: Spelling fixes.
1202
1203         * autogen.sh (srcdir): Regenerate.
1204
1205         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1206         autogen.sh.
1207
1208         * configure.in: Use C++ to check for C++ header.
1209
1210         * po/nl.po: Update.
1211
1212         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1213
1214         * lily/event.cc (to_relative_octave): Translatable sentence should
1215         be one string.
1216
1217         * python/lilylib.py (warranty): Year range is not translatable.
1218         It's 2004 already!
1219
1220         * flower/warn.cc (non_fatal_error, warning, programming_error):
1221         Remove whitespace from translated string.
1222
1223 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1224
1225         * VERSION: release 2.1.37.
1226
1227 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1228
1229         * configure.in: check for C language.
1230
1231         * lily/source-file.cc: include strstream without h.
1232
1233         * scm/documentation-generate.scm (string-append): use name without
1234         .texi.
1235
1236         * autogen.sh (srcdir): SUSE fix.
1237
1238         * Documentation/user/notation.itely (Ancient clefs): idem.
1239
1240         * Documentation/user/lilypond-book.itely (Integrating HTML and
1241         music): idem.
1242
1243         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1244
1245         * lily/change-iterator.cc (process): use find_existing_context().
1246
1247         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1248
1249         * input/regression/repeat-unfold-tremolo.ly: new file.
1250
1251         * scm/music-functions.scm (unfold-repeats): undo music compression
1252         too.
1253
1254         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1255         (LY_DEFINE): ly:music-compress new function.
1256
1257         * scm/part-combiner.scm (determine-split-list): split for voice
1258         crossings
1259
1260         * input/regression/part-combine-cross.ly: new file.
1261
1262         * scm/part-combiner.scm (make-part-combine-music): don't do
1263         relative inside partcombine arguments.
1264
1265         * scm/music-functions.scm (make-non-relative-music): new function.
1266
1267         * Documentation/user/notation.itely (Automatic part combining):
1268         add note about \relative.
1269
1270         * lily/part-combine-iterator.cc (construct_children): add
1271         start_moment_ member.
1272
1273         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1274         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1275
1276         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1277
1278         * Documentation/user/changing-defaults.itely (Which properties to
1279         change): fixes.
1280
1281 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1282
1283         * po/fr.po: update.
1284
1285 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1286
1287         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1288
1289         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1290         Reinstate old code that issues warning.  Fixes --srcdir build.
1291
1292 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1293
1294         * input/wilhelmus.ly: New file.
1295
1296         * Documentation/user/notation.itely: 
1297         * Documentation/user/introduction.itely:
1298         * Documentation/user/tutorial.itely: Use quote ly-option instead
1299         of explicit @quotation.  This fixes too long lilypond linewidths
1300         resulting in overful hboxes.
1301
1302         * scripts/lilypond-book.py: Add ly-option: `quote'.
1303
1304 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1305
1306         * tex/titledefs.tex: Avoid that the first score line is extra
1307         indented if instrument is defined but not piece.
1308
1309 2004-03-30  Werner Lemberg  <wl@gnu.org>
1310
1311         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1312         `lilypond/' to info file name.
1313         (@usermanref) [info]: New variant.
1314
1315         * scm/documentation-generate.scm: Fix definition of @usermanref
1316         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1317         to info file name.
1318
1319 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1320
1321         * VERSION: release 2.1.36
1322         
1323         * Documentation/user/changing-defaults.itely (Interpretation
1324         contexts): rewrite introduction.
1325
1326 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1327
1328         * scm/define-markup-commands.scm: Use TeX accents instead of
1329         straight iso-8859-1 encoding in the doc string.
1330
1331 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1332
1333         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1334         space after dotted duration.
1335
1336 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1337
1338         * Documentation/user/introduction.itely: 
1339         * Documentation/user/notation.itely:
1340         * Documentation/user/tutorial.itely: Up all relative examples.
1341         Enclose @lilypond displays in @quotation.  Typos and corrections.
1342
1343         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1344
1345 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1346
1347         * scm/music-functions.scm (make-voice-props-revert): Revert also
1348         MultiMeasureRest staff-position in oneVoice.
1349
1350 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1351
1352         * Documentation/user/changing-defaults.itely, 
1353         Documentation/user/lilypond.tely: few fixes. Place no comma between
1354         two options: a and b, but commas between three options: a, b, and c.
1355         By this manner, grouping is possible: a and b, and c and d.
1356
1357 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1358
1359         * Documentation/user/GNUmakefile: add rule for .nexi
1360
1361 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1362
1363         * Documentation/user/music-glossary.tely: move glossary direntry
1364
1365         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1366         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1367
1368 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1369
1370         * stepmake/aclocal.m4: Verify that gettext configure check with
1371         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1372
1373 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1374
1375         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1376         glob.glob for .png filenames. This catches multipage pngs.  
1377
1378         * Documentation/user/changing-defaults.itely (Determining the grob
1379         property): fix references.
1380
1381         * lily/staff-symbol.cc (print): only add extent if non empty.
1382         This fixes staff-container.ly.
1383
1384         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1385         starting with a mmrest also works.
1386
1387         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1388         PNG for texinfo too.
1389
1390         * po/lilypond.pot: update translation strings.
1391
1392         * VERSION: 2.1.35 released
1393         
1394         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1395         context argument too.
1396
1397         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1398
1399         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1400
1401         * python/lilylib.py (command_name): don't return 1st path
1402         component.
1403
1404         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1405         .png case separately.
1406
1407         * python/lilylib.py (system): typo.
1408         
1409 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1410
1411         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1412         run indent-region.
1413
1414         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1415         Fixes compile.
1416
1417         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1418         Add header.
1419
1420 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1421
1422         * vim/lilypond-indent.vim: small fixes.
1423
1424 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1425
1426         * Documentation/user/notation.itely (Entering lyrics): Add example
1427         with correct english double quotes (at least for LaTeX output,
1428         maybe not a good idea if we switch to PS as the default output
1429         format).
1430
1431 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1432
1433         * lily/staff-performer.cc (create_audio_elements): play instrument
1434         changes before notes arrive. This fixes instrument of the first
1435         note in a score.
1436
1437         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1438         to 1.9.0 conversion.
1439
1440         * lily/mark-engraver.cc: doc string.
1441
1442         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1443
1444         * Documentation/user/introduction.itely (Introduction): new node.
1445
1446 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1447
1448         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1449
1450         * input/regression/spacing-ragged-last.ly: new file.
1451
1452         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1453         spacing.
1454
1455         * scm/font.scm: rewrite using GOOPS.
1456         
1457         * lily/context-def.cc (filter_engravers): derefence pointer.
1458
1459         * lily/lily-guile.cc (type_check_assignment): use
1460         ly_scheme_function iso. scm_primitive_eval where possible.
1461
1462         * lily/performance.cc (output): limit channels at 15. This fixes
1463         percussion inadvertently showing up in large scores.
1464
1465 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1466
1467         * input/regression/tuplet-gap.ly: new file.
1468
1469         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1470         (print): compute gap length from number size, include italic
1471         correction.
1472
1473         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1474         tuplet-bracket
1475
1476         * scm/paper.scm (set-default-paper-size): new function, to be
1477         called at toplevel.
1478         (set-paper-size): new function, to be called inside \paper {}
1479         (set-default-paper-size): new function, to be called at toplevel.
1480
1481         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1482
1483         * lily/beam-performer.cc (process_music): idem.
1484
1485         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1486         
1487         * tex/titledefs.tex: remove scshape for piece.
1488
1489         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1490         font-family
1491
1492         * lily/time-signature.cc (special_time_signature): font-encoding
1493         not family.
1494
1495         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1496         dynamic to head. This fixes p placement in morgenlied.
1497
1498 2004-03-23  Werner Lemberg  <wl@gnu.org>
1499
1500         * stepmake/stepmake/generic-targets.make (help): Improve text.
1501
1502 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1503
1504         * VERSION: 2.1.34 released
1505         
1506         * lily/main.cc (main_with_guile): switch debugging.
1507
1508         * lily/system.cc (get_line): plug leak.
1509
1510         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1511         and contents.
1512         (stencil2line): plug leak.
1513
1514         * Documentation/user/changing-defaults.itely (Determining a grob
1515         property):  new node.
1516         (Layout interfaces): new node.
1517         (Navigating the program reference): new node.
1518
1519         * lily/accidental-engraver.cc (acknowledge_grob): add property
1520         harmonicAccidentals
1521
1522         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1523         general cleanups.
1524         
1525         * input/les-nereides.ly (middleDynamics): resurrect Les
1526         nereides. Remove pedal hack.
1527
1528 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1529
1530         * input/regression/property-grace-polyphony.ly: new file.
1531
1532         * lily/translator-property.cc (execute_pushpop_property): only pop
1533         one instance of the property. This fixes << \\ >> together with
1534         \grace.
1535
1536         * lily/break-align-interface.cc (ordered_elements): we cannot
1537         modify the #'elements property, so return reordered array.
1538
1539 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1540
1541         * buildscripts/lilypond.words.py: remove.
1542         * buildscripts/lilypond-words.py: add new, renamed file. 
1543         Give generated targets and dirs explicitly in arguments.
1544
1545         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1546         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1547         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1548         
1549         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1550
1551         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1552
1553         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1554         orders.
1555
1556         * vim/GNUmakefile: add local-uninstall target.
1557
1558         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1559         
1560         * vim/vimrc: add a one-liner file.
1561
1562         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1563         vimrc in EXTRA_DIST_FILES.
1564
1565         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1566
1567 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1568
1569         * config.make.in: add vimdir.
1570
1571         * vim/GNUmakefile: add local-install.
1572
1573 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1574
1575         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1576         with \lilypondifundefined{blabla}. Solves problem with multiple
1577         titles in the same lilypond-book document.
1578
1579 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1580
1581         * scm/document-backend.scm (interface-doc): sort grob list for
1582         interface.
1583
1584         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1585         pre/post break align-order.
1586
1587         * spelling patch courtesy Edward Sutton.
1588
1589         * Documentation/user/changing-defaults.itely (Changing context
1590         default settings): new node.
1591         (Defining new  contexts): new node.
1592
1593         * scripts/lilypond-book.py (is_derived_class): use numbers
1594         iso. booleans.
1595
1596         * python/lilylib.py (make_ps_images): add margin to PS images.
1597
1598         * scripts/lilypond-book.py (is_derived_class): new function. Take
1599         class arg iso. object.
1600         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1601         for bug in GS/dvips.
1602
1603         * lily/text-item.cc (interpret_markup): idem.
1604
1605         * scm/define-markup-commands.scm: remove split around-space hack.
1606
1607         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1608         function, fold WL's fixes into one function.
1609
1610 2004-03-22  Werner Lemberg  <wl@gnu.org>
1611
1612         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1613         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1614         (Note_column::head_position_interval): Do proper rounding for
1615         calls to Staff_symbol_referencer::get_position.
1616
1617 2004-03-21  Werner Lemberg  <wl@gnu.org>
1618
1619         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1620         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1621         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1622         (My_lily_parser::parse_file): Improve formatting progress indication
1623         sent to stdout.
1624
1625 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1626
1627         * VERSION: 2.1.33 released.
1628
1629         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1630
1631         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1632
1633         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1634         warning is issued about dummy.dep.
1635
1636         * scm/new-font.scm: fix design sizes of nummer
1637
1638 2004-03-21  Werner Lemberg  <wl@gnu.org>
1639
1640         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1641         some annoying warnings from mkdir during `make install'.
1642
1643 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1644
1645         * lily/performer-group-performer.cc (do_announces): call
1646         Performer_group_performer::create_audio_elements () too.
1647
1648         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1649
1650         * scm/define-grobs.scm (all-grob-descriptions): add property
1651         break-align-orders
1652
1653         * lily/global-context.cc (get_default_interpreter): new
1654         function. Override from base class, so no new Score contexts are
1655         created.
1656
1657         * lily/include/stencil.hh (class Stencil): document origin field.
1658
1659         * lily/staff-symbol.cc (print): span staff-symbol on column
1660         extents for non-broken columns. 
1661
1662         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1663         key-signature.
1664
1665         * tex/titledefs.tex: don't use smallcaps for piece.
1666
1667         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1668         translated stencils in the output.
1669
1670         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1671
1672 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1673
1674         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1675         and init ties_created_
1676
1677         * VERSION: release 2.1.32
1678
1679         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1680         doc string from IMPLEMENT_CTOR_CALLBACK().
1681
1682         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1683         that engraver is in a performer hierarchy.
1684
1685 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1686
1687         * vim/lilypond-ftdetect.vim: new file.
1688
1689 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1690
1691         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1692         (compose_ly): default octave should be middle C.
1693
1694         * Documentation/user/changing-defaults.itely (Layout tunings
1695         within contexts): new node.
1696
1697         * lily/include/smobs.hh: document C++ smob interface.
1698
1699         * lily/function-documentation.cc: don't doc functions without
1700         docstring.
1701
1702 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1703
1704         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1705         direntry, so that `info lilypond' goes to Top.
1706
1707         * scm/output-ps.scm (polygon): Fix: add spaces.
1708
1709         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1710         solutions are now optimal too.
1711
1712         * input/test/page-breaks.ly: New file.
1713
1714         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1715         functions into safe module.
1716
1717         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1718         end, prepend zeros.
1719
1720         * scm/output-*.scm: Use ly:number->string rather than
1721         number->string.  Makes for saner output.
1722
1723         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1724         Fixes feta-nummer, feta-din scaling.
1725
1726 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1727
1728         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1729
1730         * scm/music-functions.scm (descend-to-context): new
1731         function. Similar to context-spec-music.
1732         (make-time-signature-set): specify Score as descend-only. This
1733         fixes the polymetric.ly example.
1734
1735         * lily/context-specced-music-iterator.cc (construct_children): add
1736         support for descend-only context spec.
1737
1738         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1739         determine ez-notation letter. 
1740
1741         * lily/system.cc (get_line): start with dumping layer 3. This
1742         fixes ez notation.
1743
1744 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1745
1746         * input/test/title-markup.ly: Stress breaking harder.
1747
1748         * scm/page-layout.scm (height-score): Overfull page scores twice
1749         as bad as underfull (was: by a power).
1750         (walk-lines): Omit first walk-path round (breaking after new node,
1751         without lines).
1752
1753         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1754         diff values are negative.
1755         (output): Bugfix: treat negative vfill differently.
1756
1757         * Documentation/user/lilypond.tely (direntry): Add note about why
1758         `info lilypond' brings up `Invoking LilyPond' node.
1759
1760 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1761
1762         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
1763
1764         * lily/paper-book.cc: Remove cruft.
1765         (output): Bugfix: put vfill between lines.
1766         (pages): Bugfix: set page vars needed for filling.
1767
1768         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
1769         (was: @ar).
1770
1771         * scm/page-layout.scm: Further development.
1772
1773         * ly/declarations-init.ly (paper): Define page-breaking.
1774
1775 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1776
1777         * lily/note-head.cc (brew_ez_stencil): add note-names
1778         property. Provides internationalization for note names.
1779
1780         * Documentation/user/changing-defaults.itely (Creating contexts):
1781         new node.
1782
1783         * lily/grace-iterator.cc (process): descend to child for \grace.
1784
1785         * lily/timing-translator.cc (initialize): Timing_translator adds
1786         Timing alias by itself.
1787
1788         * lily/context.cc (add_alias): new function.
1789
1790         * scm/lily.scm (tex-output-expression): new function, eval within
1791         drawing API. Guards against eval vulnerabilities.
1792
1793         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
1794
1795         * scm/output-ps.scm (scm): export lily drawing API.
1796
1797         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
1798         throughout.
1799
1800 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1801
1802         * scm/page-layout.scm (optimal-page-breaking): New function.
1803         
1804         * lily/paper-book.cc (pages): Use it.
1805
1806 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1807
1808         * lily/include/paper-line.hh (class Paper_line): Full smob.
1809
1810 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1811
1812         * lily/global-context.cc (run_iterator_on_me): fix grace note
1813         nesting by initting measurePosition.
1814
1815         * lily/timing-translator.cc (initialize): do no init
1816         measurePosition
1817         
1818         * lily/include/music-output-def.hh (class Music_output_def): add
1819         input_origin_ field.
1820
1821         * Documentation/user/changing-defaults.itely (Changing context
1822         properties on the fly): new node.
1823
1824         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
1825         function. Only have smobbed_copy (), and do not provide
1826         smobbed_copy() for non-simple smobs. Changes throughout.
1827
1828 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1829
1830         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
1831         start_moment_. Fix by Doug A. Linhardt.
1832
1833 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1834
1835         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
1836         accidentals for harmonic notes.
1837
1838         * lily/note-collision.cc (check_meshing_chords): don't merge heads
1839         of different style. (Thanks to Doug Linhardt).
1840
1841         * Documentation/user/changing-defaults.itely (Scheme tutorial):
1842         new node.
1843
1844 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
1845
1846         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
1847
1848         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
1849         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
1850         vim/lilypond-indent.vim: doc targets and deps in comments.
1851
1852 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1853
1854         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
1855
1856         * lily/system.cc (get_line): Return Paper_line.  Change all users.
1857
1858         * lily/include/paper-line.hh:
1859         * lily/include/paper-line.cc: New file.
1860
1861 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1862
1863         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
1864
1865         * GNUmakefile.in: remove stray make out=www
1866
1867         * input/test/bagpipe.ly (gcdg): octave fixes.
1868
1869         * scm/define-markup-commands.scm (number): use font-encoding
1870         iso. font-family
1871
1872         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
1873         font-encoding.
1874         
1875 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
1876
1877         * lily/parse-scm.cc: compile-bugfix: add missing header files for
1878         `output_format_global' and `PAGE_LAYOUT'.
1879
1880 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1881
1882         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
1883         lily functions in safe mode.
1884
1885         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
1886         Print filename for HTML, LATEX, before texidoc.
1887
1888         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
1889         instructions in output-ps module.
1890
1891         * scm/lily.scm: Do not load output-ps module.
1892
1893         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
1894         safe mode.
1895
1896 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1897
1898         * lily/span-dynamic-performer.cc (process_music): remove spurious
1899         warning.
1900
1901         * lily/context-def.cc (Context_def): init name to ""
1902
1903         * lily/font-interface.cc: add font-encoding property.
1904
1905         * scm/lily.scm (chain-assoc-get): bugfix.
1906
1907         * lily/paper-book.cc (stencil2line): protect static SCM.
1908
1909         * lily/font-interface.cc (text_font_alist_chain): rename function,
1910         and use text-font-defaults. 
1911
1912         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
1913
1914         * scm/paper.scm (paper-set-staff-size): use new function.
1915
1916         * scm/new-font.scm (make-font-tree): new function.
1917
1918 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1919
1920         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
1921
1922         * scm/lily.scm (get-output-module): New function.
1923         (output-alist): Remove ,ps-output-expression.
1924
1925         * scm/output-tex.scm (ps-output-expression): New function.
1926
1927         * scm/output-ps.scm (ps-output-expression): Remove.
1928         (header, start-page): Output page metadata.
1929
1930         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
1931         initialise output_module_.  Do not write part of header.
1932         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
1933         (output_header): Output full header.
1934
1935         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
1936         FIXME.
1937
1938 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1939
1940         * scm/new-font.scm: new file. Tree based font lookup.
1941
1942         * scm/lily.scm (assoc-get): take default argument. Remove
1943         assoc-get-default.
1944         (chain-assoc-get): use chain-assoc-get everywhere.
1945
1946         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1947         autobeamsettings conversion bug.
1948
1949         * lily/include/global-context.hh (Context): clean-up data hiding.
1950
1951         * lily/include/music-iterator.hh (class Music_iterator): clean-up
1952         data hiding.
1953
1954         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
1955
1956         * input/regression/stem-shorten.ly: add chord case.
1957
1958         * lily/stem.cc (get_default_stem_end_position): shorten stems
1959         triggered by note-head positions, not by forced-direction. This
1960         fixes a bug with too short stems.  
1961  
1962 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1963
1964         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
1965         Lilypond_snippet.output_latex): Always call output_print_filename.
1966
1967         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
1968         expand pages.
1969
1970 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1971
1972         * scm/part-combiner.scm (make-autochange-music): switch rests
1973         before switched notes too.
1974
1975         * lily/figured-bass-engraver.cc (process_music): change calling
1976         convention.
1977
1978         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
1979
1980         * scm/define-markup-commands.scm (bracketed-y-column): new markup
1981         command.
1982
1983         * lily/include/stencil.hh (class Stencil): add origin field.
1984
1985         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
1986         function.
1987
1988         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
1989
1990         * lily/lexer.ll: remove support for \$ and $ in identifiers
1991
1992         * lily/sequential-iterator.cc: remove copy_grace_fixups
1993         (get_grace_fixup): slight abstraction of fixup code.
1994
1995         * input/test/title-markup.ly (spaceTest): vary staff sizes.
1996
1997 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
1998
1999         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2000         in insert-mode. add indenting rules.
2001
2002 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2003
2004         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2005         protect hack.
2006
2007         * scm/page-layout.scm:
2008         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2009         layout and titling should now match external latex based version.
2010
2011         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2012         header fields.
2013
2014         * ps/lilyponddefs.ps: Remove automatic page layout.
2015
2016         * scm/output-ps.scm (new-start-system): New interface function.
2017
2018         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2019
2020         * lily/paper-book.cc (output): Bugfix.
2021
2022 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2023
2024         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2025         
2026 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2027
2028         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2029         direntries.
2030
2031         * ps/lilyponddefs.ps: Bugfix.
2032
2033         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2034
2035 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2036
2037         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2038         cause. This should fix warnings.
2039
2040         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2041
2042         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2043         prevent aligned 6ths.
2044
2045         * lily/custos.cc (print): remove adjust-if-on-staffline.
2046
2047 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2048
2049         * lily/paper-book.cc: Do header and footer.
2050
2051 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2052
2053         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2054
2055         * scm/paper.scm (lineheight): Remove
2056         (head-sep, foot-sep): Add.
2057
2058 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2059
2060         * mf/feta-schrift.mf: reduce portato thickness.
2061
2062         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2063
2064         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2065         programming_error ().
2066
2067         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2068         bracket to last command column.
2069
2070         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2071         continues on next/prev system.
2072
2073         * input/regression/pedal-end.ly: new file.
2074
2075 2004-03-10  Werner Lemberg  <wl@gnu.org>
2076
2077         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2078         Remove pmx2ly stuff.
2079         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2080
2081 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2082
2083         * scm/page-layout.scm: New file.
2084
2085         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2086         settings.
2087         (Lilypond_snippet.is_outdated): Also check for PNG file.
2088         Workaround for interrupted (web) builds.
2089
2090         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2091
2092         * ps/lilyponddefs.ps: Use only very small top-marging.
2093         (init-paper): Also pop page size string.
2094         (start-page, stop-page): New function.
2095
2096         * scm/output-ps.scm (header-end): Remove stray exec commands.
2097
2098 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2099
2100         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2101
2102         * lily/score.cc (default_rendering): clean protection.
2103
2104         * lily/paper-book.cc (mark_smob): implement smob marking.
2105
2106         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2107
2108         * Documentation/user/*.itely: user manual edits. 
2109
2110 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2111
2112         * Documentation/user/converters.itely (Invoking musedata2ly):
2113         remove pmx2ly.
2114
2115         * scripts/pmx2ly: remove script.
2116         
2117 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2118
2119         * lily/score.cc (default_rendering): Protect paper-book members.
2120
2121         * lily/paper-def.cc (smobbed_copy): New method.
2122
2123         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2124         switch runtime.
2125
2126         * lily/include/music-output.hh (process): Change signature to
2127         return SCM.
2128
2129         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2130         method.
2131
2132         * lily/paper-score.cc (process): Return stencils rather than
2133         outputting directly.  Remove paper-book kludge.  Delete grobs.
2134         (output): Remove.
2135
2136         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2137
2138         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2139
2140         * lily/score.cc (default_rendering)
2141         (ly_render_output): Move adding paper-score two levels up.
2142
2143         * lily/system.cc (get_line):
2144         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2145
2146 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2147
2148         * scm/font.scm (paper20-font-vector): add more design sizes for
2149         number.
2150
2151         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2152         feta-nummber{5,7,11,13}.
2153
2154         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2155         for 12pt design size. 
2156
2157 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2158
2159         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2160
2161 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2162
2163         * lily/font-select.cc (properties_to_font_size_family): Fix
2164         warning message.
2165
2166         * Experimental PostScript latin1 encoding:
2167         
2168         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2169
2170         * scm/output-ps.scm: Experimental encoding using reencode-font.
2171         * scm/font.scm: Add latin1 `font-shape'.
2172         
2173         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2174
2175         * ps/lilyponddefs.ps (reencode-font): New function.
2176
2177         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2178
2179         * scm/output-tex.scm (start-page):
2180         (stop-page): New interface function.
2181
2182 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2183
2184         * lily/paper-outputter.cc (output_expr):
2185         (output_header):
2186         (output_line): New method.
2187
2188         * lily/system.cc (get_line):
2189         (get_lines): New method.
2190         (output_scheme):
2191         (output_line): Remove.
2192
2193         * scm/lily.scm (make-title): New function.
2194
2195         * lily/paper-book.cc: 
2196         * lily/include/paper-book.hh: New file.
2197
2198         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2199         ly-modules.hh).
2200
2201         * lily/ly-module.cc (ly_modules_lookup): New function.
2202
2203         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2204
2205         * scm/output-ps.scm (make-title): Remove.
2206         (output-scopes): Junk header-title test.
2207
2208 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2209
2210         * mf/feta-schrift.mf: thicker dot for portato.
2211
2212         * lily/accidental-placement.cc (position_accidentals): bugfix in
2213         offset, this fixes right-padding of AccidentalPlacement.
2214
2215         * lily/[h-z]*.cc: () formatting.
2216
2217         * Documentation/user/tutorial.itely (An orchestral part): more
2218         fixes for the tutorial.
2219
2220         * scm/translation-functions.scm (fraction-tuplet-formatter):
2221         reverse fraction.
2222
2223         * lily/parser.yy (context_def_spec_block): use \context instead of
2224         \translator.
2225
2226         * lily/[a-g].cc: () style cleanup.
2227
2228         * Documentation/user/tutorial.itely (Automatic and manual beams):
2229         editing of tutorial.
2230
2231 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2232
2233         * buildscripts/mf-to-table.py (base): write encoding name.
2234
2235 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2236
2237         * Documentation/user/GNUmakefile (local-install-info): Issue
2238         warning (for packager, ie, if not installing in /usr or /usr/local).
2239
2240         * lily/stencil-scheme.cc: 
2241         * lily/staff-symbol-referencer.cc: 
2242         * lily/script-column.cc: 
2243         * lily/pitch.cc: 
2244         * lily/music.cc: 
2245         * lily/grob-pq-engraver.cc: 
2246         * lily/font-interface.cc: 
2247         * lily/music-output-def.cc: 
2248         * lily/duration.cc: 
2249         * lily/grob-scheme.cc:
2250         * lily/context-scheme.cc: Put scheme name on first line in
2251         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2252         style cleanups.
2253
2254         * stepmake/stepmake/scm-vars.make: 
2255         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2256         Rename and split TAGS_FILES.
2257
2258         * GNUmakefile.in (ALL-TAGS): Remove.
2259         
2260         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2261         deeper TAGS files.  Fixes regexp tags in TOP dir.
2262
2263 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2264
2265         * VERSION: 2.1.29 released.
2266         
2267         * Documentation/user/changing-defaults.itely (Changing defaults):
2268         new file.
2269
2270         * Documentation/user/notation.itely (Notation manual): rename from 
2271         refman.itely
2272
2273         * Documentation/user/notation-appendices.itely (The Feta font):
2274         new file.
2275
2276         * Documentation/user/advanced.itely: add aborted attempt for
2277         advanced topics manual.
2278
2279 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2280
2281         * scm/new-markup.scm: display Markups in sane format. Patch by
2282         Nicolas Sceaux.
2283
2284 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2285
2286         * lily/main.cc: Cleanups.
2287         (setup_localisation): New function.
2288         (sane_putenv): Remove.
2289         (main_with_guile): New name (Was: main_prog).  Remove musings
2290         about possible preparation for GUILE heavy memory usage and
2291         practical uselessness.  Do not set environment variables
2292         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2293         name juggling.
2294         (parse_argv): New function.
2295         (copyright): New function.  It's 2004 already.
2296
2297         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2298         (distill_inname): Move from main.
2299
2300 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2301
2302         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2303
2304         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2305
2306         * Documentation/user/running.itely: new file.
2307
2308         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2309
2310         * lily/score-performer.cc (finish): call Translator::finalize ().
2311
2312 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2313
2314         * lilypond-ftpplugin.vim: renamed to the following file.
2315         * lilypond-ftplugin.vim: new file.
2316
2317         * GNUmakefile.in: update VIM_FILES.
2318
2319 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2320
2321         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2322         props.
2323
2324         * input/test/tie-sparse.ly: remove.
2325
2326         * lily/tie-performer.cc (try_music): copy & paste from
2327         Tie_engraver.
2328
2329         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2330         variable_ref twice.
2331
2332         * lily/key-performer.cc (create_audio_elements): use
2333         alterations-in-key.
2334
2335         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2336
2337 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2338
2339         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2340         handle also quarter tones (not shown as tests). test also flats.
2341
2342         * Documentation/index.html.in: small fixes.
2343
2344 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2345
2346         * input/regression/new-markup-scheme.ly: Typo.
2347
2348         * scm/define-markup-commands.scm (fill-line): New markup.
2349
2350         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2351         (output-paper-def): Fix alignment.
2352         (make-title): Fix height/width scaling.
2353
2354         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2355
2356         * input/test/title-markup.ly: Add remaining titles.  Layout and
2357         font size fixes.  Add simplistic latin1 test.
2358
2359 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2360
2361         * input/test/nested-groups.ly: remove. move content (to next). 
2362         * input/test/staff-bracket.ly: replace content (from prev), this 
2363         has been already in templates.
2364
2365 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2366
2367         * stepmake/autogen.sh: Only issue warning about running configure
2368         without arguments when autogen.sh will actually be running
2369         configure.
2370
2371 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2372
2373         * scm/new-markup.scm (stack-stencil-line): robustness.
2374
2375         * scm/define-markup-commands.scm (simple): robustification of
2376         simple-markup.
2377
2378         * Documentation/user/music-glossary.tely (Top): change central C
2379         to middle C.
2380
2381         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2382
2383 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2384
2385         * input/test/title-markup.ly (spaceTest): Add.
2386
2387         * lily/text-item.cc (interpret_markup): Make line markup from
2388         multi word markup.
2389
2390         * scm/define-markup-commands.scm (word): New markup command.
2391         (simple): Use it.
2392
2393         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2394
2395 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2396
2397         * vim/ftplugin/lilypond.vim:
2398         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2399         show matching paren in insert mode.
2400
2401 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2402
2403         * scm/output-ps.scm (make-title, output-scopes): Further
2404         development.
2405
2406         * input/test/title-markup.ly: New file.
2407
2408         * ps/lilyponddefs.ps: Disable PostScript titling.
2409
2410         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2411
2412 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2413
2414         * lily/arpeggio.cc (width_callback): remove padding.
2415  
2416         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2417
2418         * scm/define-music-types.scm: remove make-music-by-name.
2419
2420         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2421
2422 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2423
2424         * lily/paper-score.cc (process): Output titles using make-title.
2425
2426         * scm/output-ps.scm (output-stencil): Display directly instead of
2427         constructing string.
2428         (make-title): New function.
2429
2430 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2431
2432         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2433         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2434         Move documentation of LaTeX packages for latin1 characters to the
2435         lilypond-book manual.
2436
2437 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2438
2439         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2440
2441         * vimrc: add menu in console and shortcut <F10> for it.
2442
2443         * vim/:
2444         * vim/compiler/:
2445         * vim/syntax/:
2446         * vim/indent/:
2447         * vim/ftplugin/: new directories.
2448         
2449         * vim/filetype.vim: new file.
2450
2451         * lilypond.vim: remove files (see next).
2452         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2453
2454         * vimrc: remove file (see next).
2455         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2456
2457         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2458         add header. apply bindings only locally.
2459
2460         * vim/indent/lilypond.vim: new file.
2461
2462         * vim/ftplugin/lilypond.vim: remove errorformat.
2463         * vim/compiler/lilypond.vim: new file for errorformats.
2464
2465         * Documentation/topdocs/INSTALL.texi: give easier orders.
2466
2467         * ROADMAP: add vim/
2468
2469 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2470
2471         * Documentation/user/introduction.itely (Introduction): Use @image
2472         iso @html <img...>.  Add workaround for images in columns in info.
2473
2474         * stepmake/aclocal.m4: Store computed version in variable.
2475
2476         * configure.in: Export MAKEINFO_VERSION.
2477
2478         * config.make.in (MAKEINFO_VERSION): Add.
2479
2480         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2481
2482         * Documentation/user/GNUmakefile: Only build info with images when
2483         building web.
2484
2485         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2486
2487         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2488         stuff from documentation-targets.make
2489
2490 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2491
2492         * VERSION: 2.1.28 released
2493         
2494         * scripts/convert-ly.py (conv): 
2495
2496 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2497
2498         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2499         \arpeggioBoth. redefine \arpeggioBracket.
2500
2501         * Documentation/user/refman.itely: document new arpeggio
2502         functions.
2503
2504         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2505
2506         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2507
2508         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2509
2510 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2511
2512         * Documentation/user/introduction.itely (Automated engraving):
2513         rewrite introduction using website text.
2514
2515 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2516
2517         * scm/*.scm: make-music-by-name is replaced by make-music, which
2518         also accept music property settings, eg:
2519           (make-music 'TextScriptEvent 'direction DOWN 'text
2520               (make-simple-markup x))
2521
2522         Patch courtesy Nicolas Sceaux
2523
2524         * lily/beam-quanting.cc: cleanup, separate counts for left and
2525         right beam ends.
2526
2527         * lily/side-position-interface.cc (quantised_position): also
2528         quantize staccato position for forced stem directions. 
2529
2530 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2531
2532         * scm/*.scm: Patch by Nicolas Sceaux: 
2533
2534         * scm/music-functions.scm: ly:grob-property and ly:music-property
2535         are made procedure with setters.
2536
2537         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2538         
2539 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2540
2541         * input/test/[t-v]*.ly: finish rewriting texidocs.
2542
2543         * input/test/vaticana.ly: remove.
2544         * input/test/ligature-vaticana.ly: new, renamed file name.
2545
2546         * input/test/stem-centered.ly: remove.
2547         * input/test/mensural-note-heads.ly: new file. take content from
2548         removed file stem-centered.ly.
2549
2550         * input/test/scales-greek.ly: simplify.
2551
2552         * input/test/s*.ly: reformulate texidocs.
2553         
2554         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2555         of missing features.
2556
2557 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2558
2559         * input/test/[j-o]*.ly: update texidocs.
2560
2561 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2562
2563         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2564
2565         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2566         images.
2567
2568         * Documentation/user/lilypond.tely (@direntry): Update.
2569
2570         * stepmake/stepmake/documentation-targets.make
2571         (install-info,uninstall-info): Install into $(package_infodir).
2572         Install images.  Run install-info to update dir.
2573
2574         * config.make.in (package_infodir): Add.
2575
2576         * Documentation/user/GNUmakefile (info-with-images,
2577         local-install-info, local-uninstall-info): New target.
2578
2579 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2580
2581         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2582         gap/threshold.
2583
2584         * lily/beam-quanting.cc (score_slopes_dy): remove
2585         ROUND_TO_ZERO_SLOPE kludge.
2586
2587         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2588
2589         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2590
2591         * lily/global-context.cc (Global_context): alway accept Score
2592         (run_iterator_on_me): cast Context to Score_context, not
2593         Context_def.
2594
2595         * Documentation/user/refman.itely: documentation patch by Edward
2596         Sanford Sutton.
2597
2598         * mf/GNUmakefile: unset sauter-fonts.
2599
2600 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2601
2602         * scripts/lilypond-book.py (output_texinfo): Output @image
2603         descriptions for info too.
2604
2605         * input/test/chord-names-jazz.ly: 
2606         * input/test/embedded-scm.ly: Clarify.
2607
2608         * input/test/cautionaries.ly: Typo.
2609
2610         * lily/input-smob.cc (ly_input_location): Compile fix.
2611
2612 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2613
2614         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2615
2616         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2617         fixes problems with system defaults being reverted with \override
2618         on Score level.
2619
2620         * lily/global-context.cc (Global_context): apply property-ops to
2621         Global_context too. 
2622
2623 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2624
2625         * scm/output-ps.scm (stencil->string): Rewrite.
2626
2627 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2628
2629         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2630         impersonal style.
2631
2632 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2633
2634         * lily/input-smob.cc (ly_input_location: New function.
2635
2636         * scm/define-markup-commands.scm (upright): New markup command.
2637
2638         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2639
2640         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2641
2642         * scm/output-ps.scm (output-stencil): New function.
2643
2644         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2645         of snippet types; fixes @ignore and @verbatim blocks.
2646
2647 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2648
2649         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2650         to a file in printed documentation, instead, refer either to a 
2651         syntax or to an output.
2652
2653 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2654
2655         * input/regression/beam-center-slope.ly: Add test.
2656
2657 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2658
2659         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2660         (SAUTER_FONTS): Reinstate.
2661
2662         * scm/define-markup-commands.scm (caps): New markup command.
2663
2664         * scm/output-ps.scm (output-scopes): Experimental markup output.
2665
2666         * scm/: Add missing headers.
2667
2668         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2669
2670         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2671
2672 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2673
2674         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2675         Stray style cleanups.
2676
2677 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2678
2679         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2680         no dot combination.
2681
2682         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2683         substitute \override Staff.autoBeamSettings too
2684
2685         * Documentation/user/tutorial.itely: proofreading fixes by David
2686         Bobroff
2687
2688 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2689
2690         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2691
2692         * ps/music-drawing-routines.ps: 
2693         * ps/lilyponddefs.ps: Add end markers.
2694
2695 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2696
2697         * VERSION: 2.1.27 released.
2698         
2699         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2700
2701         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2702         obey documentation.
2703
2704 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2705
2706         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2707
2708         * scm/output-ps.scm: Resurrect.
2709         
2710         * scm/output-tex.scm: Minimal cleanups.
2711
2712         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2713
2714         * make/ly-rules.make: Remove any broken lily-*.tex files before
2715         lilypond-book run.
2716
2717         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2718         comment.
2719
2720         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2721         Enabled by default, may save 10% compile time.
2722
2723 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2724
2725         * lily/lyric-phrasing-engraver.cc: remove
2726         
2727         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2728         longer necessary. 
2729
2730         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2731         so lyric-phrasing-engraver is no longer necessary.
2732
2733         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2734         Grob_pq_engraver from Staff.
2735
2736         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2737         busyGrobs directly.
2738
2739         * input/regression/quote-transposition.ly: new file.
2740
2741         * lily/recording-group-engraver.cc (stop_translation_timestep):
2742         store instrumentTuning too. 
2743
2744         * lily/quote-iterator.cc (process): transpose events using
2745         instrumentTuning.
2746
2747         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2748         -> \tuning <pitch>
2749
2750         * lily/parser.yy (command_req): add \tuning command for setting
2751         instrument tuning of staff.
2752
2753         * Documentation/user/GNUmakefile
2754         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2755
2756         * Documentation/user/refman.itely (Customized accidental rules):
2757         typo.
2758
2759 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2760
2761         * Documentation/user/music-glossary.tely: remove the missing norwegian
2762         translation; they can be put in later properly.
2763
2764 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2765
2766         * lily/recording-group-engraver.cc (start_translation_timestep):
2767         init Recording_group_engraver twice.
2768
2769 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2770
2771         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
2772         stray style cleanups:
2773
2774         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
2775         -Wmissing-prototypes.
2776
2777         * flower/include/killing-cons.tcc (Killing_cons): Add template
2778         specifier for car_.
2779
2780         * flower/include/parray.hh (binsearchs): Add template specifier
2781         for maxkey.
2782
2783         * flower/include/interval.hh: Declare elem () with template specfier.
2784
2785 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2786
2787         * elisp/lilypond-indent.el (get-buffer-size): add customization
2788         groups for several variables (Reuben Thomas).
2789
2790 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2791
2792         * Documentation/user/invoking.itexi (Point and click): add index
2793         entry.
2794
2795         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
2796         go under beam.
2797
2798         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
2799         sarabande beam. 
2800
2801         * flower/warn.cc (programming_error): cross fingers not thumbs.
2802
2803         * lily/rest.cc (polyphonic_offset_callback): return 0 when
2804         staff-position is set.
2805
2806         * VERSION: release 2.1.26 
2807         
2808         * scm/chord-entry.scm (construct-chord): process transposition
2809         after processing explicit-11.  
2810
2811 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2812
2813         * lily/parser.yy (add_quote): add syntax for adding quotes:
2814         \addquote "id-string" Music
2815
2816         * scripts/lilypond-book.py (do_file): do not overwrite input file.
2817
2818         * scripts/convert-ly.py (conv): add rules for name changes.
2819
2820         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
2821         music/context/grob property functions. Internally, use
2822         get_property() and set_property() for both.
2823
2824 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
2825
2826         * elisp/lilypond-mode.el (get-buffer-size): define new function,
2827         for Emacs <= 20 (Laurent Martelli).
2828
2829 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2830
2831         * lily/parser.yy (command_element): extract quoted vector in
2832         parser.
2833
2834         * input/regression/quote.ly: new file.
2835
2836         * lily/sequential-iterator.cc (process): only process if moment >= 0.
2837
2838         * lily/parser.yy (command_element): \quote DURATION NAME: support
2839         cue notes. 
2840
2841         * lily/quote-iterator.cc (class Quote_iterator): new file.
2842
2843 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2844
2845         * lily/auto-beam-engraver.cc (try_music): accept and process
2846         beam-forbid-event.
2847
2848         * input/regression/auto-beam-no-beam.ly: new file.
2849
2850 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2851
2852         * lily/accidental.cc (print): Change font-relative-size ->
2853         font-size. Fixes cautionary-style = smaller.
2854
2855 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2856
2857         * lily/system-start-delimiter.cc (staff_brace): remove
2858         font-relative-size
2859
2860         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
2861         forgotten with scm_list_n. Fixes spurious coredumps.
2862
2863         * lily/accidental-engraver.cc (stop_translation_timestep): move
2864         update of localKeySignature to stop_translation_timestep (). This
2865         makes sure that all ties are noticed at the right moment.
2866         (stop_translation_timestep): clear tie only when right-side
2867         notehead was seen.
2868         (number_accidentals_from_sig): cleanup. 
2869
2870         * input/regression/accidental-tie.ly (mus): new file
2871
2872         * input/regression/tie-accidental, tie-break-accidental.ly: remove
2873         these longish tests.
2874
2875 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2876
2877         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
2878
2879         * THANKS: update bugreporter list.
2880
2881         * lily/beam.cc (print): broken beams last until end of staff.
2882         (print): broken beams start from prefatory matter.
2883
2884         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
2885
2886         * lily/paper-score.cc (process): dump header only once.
2887
2888         * lily/paper-outputter.cc (Paper_outputter): move logic into
2889         Scheme.
2890
2891         * scm/output-tex.scm (output-scopes): new function.
2892         (output-paper-def): new function
2893         (tex-string-def): new function
2894         (symbol->tex-key): new function
2895
2896         * scripts/convert-ly.py (conv): add rule for | ~
2897
2898 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
2899
2900         * input/regression/{many}.ly: refresh, trying to guess how
2901         it was designed.
2902
2903 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2904
2905         * VERSION: release 2.1.25
2906
2907         * scm/define-translator-properties.scm
2908         (all-user-translation-properties): add printOctaveNames
2909
2910         * ly/engraver-init.ly: remove Note_event_swallower from
2911         NoteNamesContext.
2912
2913         * lily/note-name-engraver.cc (process_music): new property
2914         printOctaveNames
2915
2916         * lily/context.cc (find_existing_context): remove support for
2917         Current.
2918
2919         * scm/music-functions.scm (set-accidental-style): new function;
2920         duplicate accidental macros.
2921
2922         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
2923
2924         * lily/note-name-engraver.cc (process_music):
2925         process_acknowledged_grobs () -> process_music ()
2926
2927         * scm/part-combiner.scm (determine-split-list): robustification.
2928
2929 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2930
2931         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
2932         lines for falling into beam-gap.
2933         (score_forbidden_quants): check all staff lines for falling in
2934         beam gaps.
2935
2936         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
2937         key/clef/time signatures. 
2938
2939         * input/test/ossia.ly: revise example.
2940
2941         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
2942         cleanup.
2943         
2944         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
2945         comply to Scheme standard.  Remove ly:get-paper-variable
2946
2947 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2948
2949         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
2950
2951 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2952
2953         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
2954         properties from Voice context. This fixes accidental size for
2955         staff-switches during grace contexts.
2956
2957         * lily/note-collision.cc (check_meshing_chords): only wipe heads
2958         if necessary. Else, simply wipe dots.
2959
2960         * input/test/beam-alternate.ly: new file
2961
2962         * input/test/piano-staff-distance.ly: new file.
2963
2964         * lily/translator-group.cc (recurse_down_translators): use
2965         Direction for bottom-up/top-down.
2966
2967         * lily/include/translator.hh (class Translator): add
2968         process_music() and do_announces(). This obviates
2969         recurse_down_{engravers,performers}.
2970
2971         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
2972         \melisma and \melismaEnd
2973
2974         * lily/melisma-engraver.cc (process_music): change to
2975         Melisma_translator, unify with performer. Accept
2976         ManualMelismaEvent.
2977
2978         * ly/engraver-init.ly: add Font_size_engraver.
2979
2980 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2981
2982         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
2983         it hara-kiri.
2984
2985         * input/regression/{many}.ly: improve descriptions trying to figure
2986         out what is tested.
2987
2988 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2989
2990         * lily/slur.cc (broken_trend_offset): robustness fix.
2991
2992         * VERSION: release 2.1.24
2993
2994         * lily/context.cc (find_create_context): go to Score if it exists.
2995
2996         * lily/context-scheme.cc: new file.
2997
2998         * lily/score-translator.cc (get_output): new file.
2999
3000         * lily/include/grob-info.hh: origin_contexts() now does not
3001         include the originating engraver
3002
3003         * lily/translator-group.cc (translator_each): clean up contents,
3004         remove superfluous stubs. Engraver_group_engraver and
3005         Performer_group_performer are the only classes using multiple
3006         inheritance.
3007
3008         * lily/include/score-context.hh (class Score_context): interface
3009         between Score_{engraver,performer} and Global_context.
3010
3011         * lily/include/global-context.hh (Context): change from
3012         global-translator. This is the entry point for contexts; it is not
3013         tweakable using \translator{}. Score is no longer the top context,
3014         but sits underneath Global.
3015
3016         * lily/include/context.hh (class Context): brain surgery: split
3017         out Context functionality from Translator_group. Context is now a
3018         separate type from Translator.
3019
3020 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3021
3022         * lily/include/translator.hh (class Translator): make
3023         get_score_context() and get_global_translator (), and use the one
3024         which is appropriate.
3025
3026         * lily/context.cc: partially put functionality of Translator_group
3027         into Context.
3028
3029         * lily/include/context.hh (Translator): new class: put between
3030         Translator and Translator_group. 
3031
3032         * lily/new-accidental-engraver.cc: remove file.
3033
3034 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3035
3036         * input/regression/{many}.ly: improve descriptions: use complete 
3037         sentences, try to describe what is tested, avoid `we´, do not use 
3038         don't, ... 
3039
3040 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3041
3042         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3043         is at EOL.
3044
3045         * Documentation/user/lilypond.tely: declare the topmost node only
3046         once; removes empty line in @contents.
3047
3048         * Documentation/user/music-glossary.tely: really add Finnish author.
3049         Draw more beatiful `->´ arrow in html: &rarr;
3050
3051 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3052
3053         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3054
3055         * scripts/convert-ly.py (conv): add ly:music-list  change.
3056
3057         * lily/grob.cc: edit doc string.
3058
3059         * scm/define-grob-properties.scm (all-user-grob-properties):
3060         proofreading, editing of doc strings.
3061
3062         * input/regression/tablature-string-tunings.ly: new file.
3063
3064         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3065         listen to stringTunings
3066
3067         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3068         for self-alignment-[XY] code.
3069  
3070 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3071
3072         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3073         cond) into function. Cleanup.
3074
3075         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3076         
3077         * VERSION (PACKAGE_NAME): 2.1.23 released
3078
3079 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3080
3081         * Documentation/user/{refman,internals}.itely: small fixes.
3082
3083 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3084
3085         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3086         accidentals for harmonic notes
3087
3088         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3089         for harmonic notes.
3090
3091         * scm/document-backend.scm (interface-doc): prune Grob
3092         documentation: don't duplicate interface information.
3093
3094         * lily/*.cc: lots of updates of doc strings.
3095
3096 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3097
3098         * input/test/ac-extra-voice.ly (accompany): remove file.
3099
3100         * input/test/maximum-rest-count.ly: remove file.
3101
3102         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3103         conversion rule for \translator { }. Apply everywhere.  
3104
3105         * lily/parser.yy (music_property_def): set property for \once in
3106         the PropertyMusic itself, not the ContextSpec.
3107         (property_operation): change syntax within \translator { }
3108
3109         * scm/define-music-properties.scm (all-music-properties): clean up.
3110
3111         * lily/auto-beam-engraver.cc (test_moment): use
3112         updated_grob_properties() to retrieve autoBeam settings.
3113
3114         * lily/spacing-spanner.cc: bound shortest_playing_len by
3115         measure_length
3116
3117         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3118         multi-measure events for spacing computation.
3119
3120         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3121         elliptical, to 1.49.
3122
3123         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3124         vertical positioning for polyphony, without RestCollision object.
3125
3126         * lily/note-column.cc (add_head): prevent rests & note heads on
3127         one stem.
3128
3129         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3130         (do_shift): rewrite only-rests case: use common refpoints: the
3131         routine will have sensible results when other rest-translations
3132         have taken place.
3133
3134         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3135         < 0 case. 
3136
3137         * VERSION: 2.1.22 released
3138         
3139         * input/GNUmakefile (SUBDIRS): remove ascii-art
3140
3141 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3142
3143         * input/: Convert ly files that still had \property.  Fixes make
3144         web.  Remove exta spaces around '='. 
3145
3146         * scripts/convert-ly.py (conv): Redundant space fixes.
3147
3148         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3149
3150 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3151
3152         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3153         create scalable PS and PDFs  for input/{test,template,regression}.
3154
3155         * lily/context.cc (is_alias): move function.
3156         (is_alias): add Bottom as context alias. 
3157         (find_create_translator): add Bottom as a context alias for creation.
3158
3159         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3160
3161         * lily/parser.yy (music_property_def): new syntax for property
3162         assignments:
3163
3164         \set A.B = #C , \unset A.B
3165         \override A.B #C = #D, \revert A.B #C 
3166
3167         * lily/my-lily-lexer.cc: remove \property
3168
3169 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3170
3171         * Documentation/user/refman.itely: add dots after seealso refs.
3172
3173         * input/template/{many}.ly: harmonise descriptions.
3174
3175         * Documentation/user/music-glossary.itely: add Finnish author.
3176
3177 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3178
3179         * VERSION (PACKAGE_NAME): release 2.1.21
3180
3181 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3182
3183         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3184
3185         * scripts/lilypond-book.py (snippet_res): @include filename must
3186         not be empty.
3187
3188 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3189
3190         * scm/documentation-generate.scm (markup-doc-string): dump
3191         markup-commands.tely
3192
3193         * scm/define-markup-commands.scm (override): new file.
3194         Move documentation from refman into doc-strings. 
3195
3196         * input/test/staff-container.ly: fix example.
3197
3198         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3199         StaffContainer
3200
3201         * lily/grob.cc: remove point_dimension_callback
3202         (Grob): read forced dimensions from X-extent and Y-extent.
3203         (get_paper): remove preset_extent.
3204
3205         * scm/define-grobs.scm (all-grob-descriptions): remove
3206         point_dimension_callback. 
3207
3208         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3209         textscript to head. This makes no-spacing-rods work on
3210         DynamicText.
3211
3212         * lily/chord-name.cc: remove props chord, bass, inversion.
3213
3214         * Documentation/user/appendices.itely: add Scheme functions,
3215         context-properties and layout properties to manual.
3216
3217         * scm/part-combiner.scm (determine-split-list): include rests in a
3218         solo1/2 sequence.
3219
3220         * lily/new-part-combine-iterator.cc (substitute_both): new
3221         function.
3222         (class New_pc_iterator): add separate Voice=solo context, fixes
3223         autobeams going from chords to solo.
3224
3225 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3226
3227         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3228
3229         * Documentation/user/tutorial.itely:
3230         * Documentation/user/refman.itely: Add short note about being part
3231         of lilypond.tely.
3232
3233         * COPYING: Make note more clear with respect to files that are
3234         explicitely licenced otherwise (Documention/user/ comes to mind).
3235         
3236         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3237         comment about barfing of @c,{}.
3238
3239         * Documentation/user/music-glossary.tely: Add list of authors.
3240
3241         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3242         source (was: also in build log).
3243
3244 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3245
3246         * lily/side-position-interface.cc (general_side_position): if
3247         staff-padding is set, then include staff in support too.
3248
3249         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3250         module workbook
3251
3252         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3253
3254         * lily/tuplet-engraver.cc: remove tupletInvisible
3255
3256         * scm/define-translator-properties.scm: cleanup, separate in
3257         internal and user props. 
3258
3259         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3260         LyricsVoice -> Lyrics
3261
3262         * lily/new-part-combine-iterator.cc (process): only print warning
3263         for symbols.
3264
3265 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3266
3267         * scm/part-combiner.scm: Add proper header.
3268
3269         * All but lily/*: The great --2003 --2004 replace; the missing
3270         `bits'.
3271
3272         * TODO: Fix outline mode.  Add book notes.
3273
3274         * ROADMAP: Update.
3275
3276 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3277
3278         * scm/part-combiner.scm (make-autochange-music): use
3279         accumulator. Fixes stack overflow.
3280
3281         * lily/*: rename brew_molecule -> print , molecule-callback ->
3282         print-function
3283
3284         * scm/define-grob-properties.scm: cleanup. Separate into internal
3285         and user properties.
3286
3287         * lily/translator-property.cc (updated_grob_properties): new
3288         function
3289         (execute_pushpop_property): change to new convention:
3290         object property inits are stored as (cons ALIST BASED-ON). This
3291         storage format allows concurrent tweaks in different contexts.
3292
3293 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3294
3295         * TODO: new file.
3296
3297 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3298
3299         * debian/: Late Debian update (sorry Anthony).
3300
3301         * scripts/lilypond-book.py (do_file): Look for input_file in
3302         include path, or ask kpathsea if LATEX.
3303
3304         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3305         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3306         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3307         --header=texidoc.
3308
3309         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3310         relative.
3311
3312         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3313         only when filtering, default to input_base otherwise.  Coding
3314         style fixes.
3315
3316 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3317
3318         * lily/include/translator.hh (class Translator): add virtual
3319         qualifier.
3320
3321 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3322
3323         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3324
3325 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3326
3327         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3328
3329         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3330         (fixes make web).
3331
3332         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3333         live in $(out)-www).
3334
3335         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3336         dependencies.  Add link to .ly source in HTML output.
3337         (Lilypond_snippet.output_html): Handle multiple page picture
3338         output.
3339         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3340         Make usable for output_texinfo again.
3341
3342         * Documentation/user/GNUmakefile: Add static dependency for
3343         lilypond.tely includes.
3344
3345         * Documentation/user/tutorial.itely: Add some lost `relative'
3346         ly-options.
3347
3348 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3349
3350         * lily/include/translator-group.hh: move Music_output_def member
3351         to Global_translator.
3352
3353         * scripts/lilypond-book.py (do_file):  fix latex output.
3354
3355         * VERSION: release 2.1.20
3356         
3357         * scm/part-combiner.scm (determine-split-list): robustness fix 
3358
3359         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3360
3361         * lily/parser.yy (music_output_def_body): plug memory leak.
3362
3363         * lily/translator-group.cc (add_fresh_group_translator): plug
3364         memory leak: unprotect Translator_group once added.   
3365
3366         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3367
3368         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3369         write .dep file.
3370         (Lilypond_snippet.ly): add \renameinput.
3371
3372 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3373
3374         * Documentation/user/refman.itely (Markup command definition): Doc
3375         by Nicolas Sceaux. Rewrite by Han-Wen
3376
3377         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3378         thing of the line.
3379         (brew_molecule): only remove if hyphen is not at the end of line.
3380         (set_spacing_rods): new function: minimum-length specifies
3381         distance between syllables.
3382
3383         * scm/define-grobs.scm (all-grob-descriptions): add
3384         Hyphen_spanner::set_spacing_rods to LyricHyphen
3385
3386         * input/regression/lyric-hyphen-break.ly: new file.
3387
3388         * input/test/lyric-hyphen-retain.ly: new file.
3389
3390         * lily/new-part-combine-iterator.cc (construct_children):
3391         add Rest direction.
3392
3393 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3394
3395         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3396
3397         * Documentation/bibliography/engraving.bib (donemus1982):
3398         update entry.
3399
3400 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3401
3402         * scripts/lilypond-book.py (Substring.__init__): new class.
3403         (Snippet.output_texinfo): add texidoc option.
3404         (Include_snippet.replacement_text): new class.
3405         (Lilypond_snippet.__init__): new class
3406         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3407
3408         * Documentation/user/refman.itely (Sound): 
3409         note about number of channels.
3410
3411         * scm/music-functions.scm (voicify-music): add \context Staff for
3412         << \\ >> polyphony.
3413
3414         * lily/parser.yy (verbose_command_req): \skip now creates
3415         SkipMusic, and does not lead to spurious staves.
3416
3417         * scm/define-music-types.scm (music-descriptions): rename
3418         NonEventSkip to SkipMusic
3419
3420         * input/no-notation/midi-lyric-barcheck.ly: new file.
3421
3422         * input/regression/collision-dots-invert.ly: new file.
3423
3424         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3425         case.
3426
3427         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3428         die if melody died too.
3429
3430 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3431
3432         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3433         with reading from stdin.
3434
3435         * lily/slur-performer.cc (try_music): new file.
3436
3437         * lily/melisma-performer.cc (try_music): new file. Handle
3438         melismata to help lyrics.
3439
3440         * lily/beam-performer.cc (try_music): new file. Handle beam events
3441         to help lyrics.
3442
3443         * lily/score-performer.cc (one_time_step): reinstate
3444         process_music().
3445
3446         * lily/performer.cc (process_music): add to interface.
3447
3448         * lily/performer-group-performer.cc (process_music): new function.
3449
3450         * lily/dot-column.cc (do_shifts): do collision resolution before
3451         dot positioning.
3452         
3453         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3454         file, process printfilename option.
3455         (Snippet.__init__): rewrite: do not use global variables h or
3456         index.
3457         (main): really support -I option.
3458         (find_toplevel_snippets): new code.
3459         (find_toplevel_snippets): reinstate old version, without global
3460         variables.
3461
3462         * tex/texinfo.tex: really add file.
3463         
3464 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3465
3466         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3467         compatibility.
3468
3469 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3470
3471         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3472
3473         * scm/define-translator-properties.scm (drumPitchTable): add
3474         property.
3475
3476         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3477         function.
3478         (help_summary): docstrings.
3479         (do_file): strip the dir of input_base too.
3480
3481 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3482
3483         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3484
3485         * Documentation/user/lilypond-book.itely: Update.
3486
3487         * make/ly-rules.make: Update lilypond-book commands.
3488
3489         * Documentation/user/GNUmakefile: Update makeinfo commands,
3490         lilypond-book flags.
3491
3492         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3493         
3494         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3495
3496         * scripts/filter-lilypond-book.py: Remove.
3497
3498         * Documentation/user/*tely: Update options for new lilypond-book.
3499
3500         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3501         with @macros in @includes.
3502
3503 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3504
3505         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3506         make rest-collision only.
3507
3508         * lily/break-substitution.cc (substitute_one_mutable_property):
3509         clear all-elements using scm_assq_remove_x(). 
3510
3511         * lily/rest-collision.cc (do_shift): shift single rests
3512
3513         * flower/include/array.hh (class Array): rename to is_empty ()
3514
3515         * lily/drum-note-performer.cc: new file: perform drum notes.
3516
3517         * VERSION (PACKAGE_NAME): release 2.1.19.
3518         
3519 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3520
3521         * scripts/filter-lilypond-book.py
3522         (classic_lilypond_book_compatibility): New function.
3523
3524 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3525
3526         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3527
3528         * Grand 2003 -> 2004 search replace. 
3529
3530         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3531         (i.e. < > )
3532
3533         * ly/performer-init.ly: add DrumStaff
3534
3535         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3536         lyric-interface; this prevents lines with only extender lines from
3537         being junked.
3538  
3539         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3540
3541         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3542         extenders right, for once and for all (hopefully).
3543         
3544         * lily/break-substitution.cc (substitute_one_mutable_property):
3545         clear old 'all-elements for System grobs.
3546
3547         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3548         that associatedVoiceContext is always assigned when music & lyrics
3549         are found. 
3550
3551         * ly/engraver-init.ly: remove Lyrics context.
3552         (TabVoice): add noteheads engraver
3553
3554         * input/test/improv.ly: update: do not use Thread switching. 
3555
3556         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3557         squashedPosition is a number  
3558
3559         * Documentation/user/refman.itely (Automatic note splitting):
3560         remove Thread references.
3561
3562         * input/no-notation/pc-direction.ly: remove file.
3563
3564         * ly/engraver-init.ly: remove Thread
3565
3566         * input/regression/tie-chord-partial.ly: remove file.
3567
3568         * scripts/convert-ly.py (conv): \harmonic rule
3569
3570         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3571         notation for harmonic notes: <c' g''\harmonic>
3572
3573         * lily/lily-guile.cc (alist_to_hashq): new function
3574
3575         * scm/lily.scm (alist->hash-table): new function.
3576
3577         * Documentation/user/refman.itely (Percussion staves): update doco.
3578
3579         * input/regression/drums.ly (timb): updates
3580
3581         * lily/note-performer.cc (create_audio_elements): robustness fix.
3582
3583         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3584
3585 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3586
3587         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3588         discard valid matches.
3589
3590 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3591
3592         * lily/drum-note-engraver.cc: new file.
3593
3594         * ly/drumpitch-init.ly: move drum definitions
3595
3596         * scm/drums.scm: remove file.
3597
3598         * lily/*.cc: remove abort-event everywhere.
3599
3600         * lily/note-heads-engraver.cc (process_music): robustification.
3601
3602         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3603         robustification.
3604
3605         * lily/parser.yy (simple_element): add \drums mode.
3606         (simple_element): remove \pitchnames , \chordmodifiers. Use
3607         variables to store this. 
3608
3609         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3610         outside \notes.
3611
3612         * VERSION: release 2.1.18.
3613         
3614         * input/test: remove octave-duplicate.ly
3615
3616 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3617
3618         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3619
3620 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3621
3622         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3623         constructor from Music_iterator. Changes throughout.
3624
3625         * lily/include/music-iterator.hh (class Music_iterator): remove
3626         Music_iterator::skip and Music_iterator::get_pending_events from
3627         interface. Rename report_to -> get_outlet 
3628
3629         * lily/auto-change-iterator.cc: move contents from
3630         new-auto-change-iterator.cc from
3631
3632         * scm/part-combiner.scm: determine split-list from Scheme. 
3633
3634         * lily/new-auto-change-iterator.cc (process): new file.
3635
3636         * lily/parser.yy (part_combined_music): remove old PC cruft.
3637
3638         * ly/engraver-init.ly: remove old
3639         PC cruft.
3640
3641         * Documentation/user/refman.itely (The Lyrics context): note about
3642         extender lines.
3643
3644         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3645         to allow 0-length mmrest events.
3646
3647         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3648
3649         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3650
3651         * lily/spacing-engraver.cc (finalize): robustifications.
3652
3653         * input/regression/new-part-combine-solo-global.ly: new file.
3654
3655         * scm/part-combiner.scm: rewrite.
3656
3657 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3658
3659         * Documentation/user/refman.itely, input/puer-fragment.ly,
3660         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3661         updated for proper use of lyricsto; replaced "(" and ")" ->
3662         "\melisma" and "\melismaEnd"
3663
3664         * input/test/ancient-font.ly: small updates to reduce compile
3665         warnings (TODO: junk this file)
3666
3667         * input/test/gregorian-scripts.ly: added comment about bug
3668
3669         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3670         tiny robustness fix
3671
3672         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3673         recent changes in the feta code); temporarily mapped mensural g
3674         clef to a copy of petrucci g clef until mensural g clef will have
3675         been rewritten
3676
3677         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3678         between mensural and neo-mensural heads (this broke quite a while
3679         ago)
3680
3681         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3682
3683 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3684
3685         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3686         indication.  Fixes for verbatim, multi line comments.
3687
3688 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3689
3690         * input/regression/new-part-combine-solo.ly: more cases.
3691
3692         * lily/slur.cc (height): robustness fix.
3693
3694         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3695
3696         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3697         stemUp/stemDown.
3698
3699         * scm/music-functions.scm (determine-split-list): further analysis.
3700
3701         * lily/script-engraver.cc (try_music): discard duplicate
3702         articulations.
3703
3704         * input/regression/new-part-combine-solo.ly: new file
3705
3706         * input/regression/new-part-combine-a2.ly: new file.
3707
3708         * ly/performer-init.ly: add Devnull
3709
3710         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3711         for \musicglyph #"accidental-*"
3712         (conv): \newpartcombine rule.
3713
3714 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3715
3716         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3717
3718 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3719
3720         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3721         textwidth, --output.
3722
3723 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3724
3725         * scm/new-markup.scm (doubleflat): add accidental markups.
3726
3727         * VERSION: release 2.1.17
3728         
3729         * Documentation/user/refman.itely (Automatic part combining):
3730         revise documentation of the part-combiner.
3731
3732         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3733         
3734         * input/test/part-combine-{moment,staff}.ly: remove file.
3735
3736         * input/regression/pc-mmrest.ly (two): remove file.
3737
3738         * scm/define-music-types.scm (music-descriptions): add
3739         Solo{One,Two}Event and UnisonoEvent
3740
3741         * lily/new-part-combine-iterator.cc (unisono): add state_
3742         variable, signal changes with part-combine-event.
3743
3744         * input/regression/new-part-combine-text.ly: new file.
3745
3746         * lily/part-combine-engraver.cc: new file.
3747
3748 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3749
3750         * scripts/filter-lilypond-book.py: Handle snippet options.
3751
3752 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3753
3754         * scm/music-functions.scm (determine-split-list): detect solo1/2
3755         and unisono.
3756
3757         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3758         revert fix, document why.
3759
3760         * lily/tie-performer.cc (process_music): new function. Set melisma
3761         property.
3762
3763         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
3764         always smaller than bracket size.
3765         (make_bracket): oops. Size of the gap was off by factor 2
3766
3767         * input/test/text-rotate.ly: new file.
3768
3769         * scm/new-markup.scm (markup): a macro that provides a
3770         LilyPond-like syntax in scheme for building markups, in order to
3771         help markup command definition. (Nicolas Sceaux)
3772
3773         * input/test/lyrics-skip-notes.ly: new example.
3774
3775         * lily/parser.yy (post_event): make HYPHEN into postfix event.
3776
3777         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
3778         use is_alias() iso. == . This fixes lyrics on
3779         GregorianTranscriptions. 
3780
3781 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3782
3783         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
3784         \thispagestyle{lastpage} to avoid that it's printed on the second
3785         last page when there's only a single score line on the last page.
3786         (The page breaking mechanism in TeX played some ugly tricks to us.)
3787
3788 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3789
3790         * scripts/filter-lilypond-book.py: Further development.
3791
3792         * input/regression/collision-dots-move.ly: New test.
3793
3794         * lily/note-collision.cc (check_meshing_chords): Move dots on left
3795         hand side note head of non-merged collision to the right.
3796
3797         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
3798         Construct children before accessing property from emtpy
3799         lyrics_context_.
3800         (construct_children): Find thread before finding LyricsVoice.
3801         Create LyricsVoice one if none found, fixes crash (thanks Erik
3802         Sandberg).
3803
3804 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3805
3806         * cygwin/: Forward port.
3807
3808 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3809
3810         * buildscripts/install-info-html.sh: Use Bash.
3811
3812         * cygwin/mknetrel: Patch from Bert.
3813
3814 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3815
3816         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
3817
3818         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
3819         try to copy *png, index.html (Bertalan Fodor).
3820
3821         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
3822
3823 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3824
3825         * lily/note-collision.cc (check_meshing_chords): Do not remove
3826         dots (from down head) when merging similar heads (thanks Matthias
3827         Kilian).  Simplify merge_possible tests and other cleanups
3828
3829         * input/regression/collision-merge-differently-dotted.ly: Add test
3830         for disappearing dots on similar heads for both voices.
3831
3832 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3833
3834         * Documentation/user/invoking.itexi (Invoking lilypond): Document
3835         that tagline overrides copyright for single page scores. Correct
3836         the default tagline value.
3837
3838 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3839
3840         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
3841
3842 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3843
3844         * buildscripts/lilypond-login.sh: Avoid warning about undefined
3845         TEXMF if it's previously unset.
3846
3847 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
3848
3849         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
3850
3851         * input/test/trills.ly: fix the unfolding of lineprall.
3852
3853         * input/test/figured-bass-alternative.ly: fix accidental.
3854
3855 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3856
3857         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
3858         
3859         * input/no-notation/dos-guile.ly: 
3860         * input/no-notation/dos-ps.ly: 
3861         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
3862         
3863         * input/no-notation/safe-include.ly:
3864         * input/no-notation/safe-guile.ly:
3865         * input/no-notation/safe-ps.ly: 
3866         * input/no-notation/safe-tex.ly: New file.
3867
3868         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
3869         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
3870         options now.
3871         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
3872         When in --safe-mode, set environment openout_any=p[aranoid].
3873
3874         * tex/ltest.tex: 
3875         * tex/lilyponddefs.tex: Add \nofiles.
3876
3877         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
3878         options.
3879
3880         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
3881         This allows building the user manual using a binary installation
3882         and a matching unpacked source tree.
3883
3884         * scm/lily.scm (safe-module): New variable. 
3885
3886         * lily/includable-lexer.cc (new_input): Fix error messages.
3887
3888         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
3889         If SAFE, evaluate in safe-module.  Change callers.
3890
3891         * lily/main.cc (Long_option_init): Reinstate safe-mode.
3892
3893         * lily/lexer.ll (embedded_scm): While processing main-input,
3894         invoke ly_parse_scm with safe mode if running in safe-mode.
3895         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
3896         in init.ly for safe-mode.
3897
3898 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3899
3900         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
3901         compatibility with old versions of geometry.sty (compat2
3902         already implied includehead).
3903         Change the page layout slightly so bottom + footskip = top +
3904         headheight + headsep = 16mm, the remaining paperheight-32mm
3905         are used for the music. Increase footskip to 5mm, so the top of
3906         the footer text doesn't touch the music.
3907
3908 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3909
3910         * VERSION: release 2.1.16
3911         
3912         * scm/music-functions.scm (determine-split-list): bugfix: only use
3913         new-active for both voices if both indexes advance. This fixes the
3914         biggest outstanding problem with new-pc. 
3915
3916         * lily/new-part-combine-iterator.cc (construct_children): set more
3917         directions.
3918
3919 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3920
3921         * scripts/convert-ly.py (conv): add instrument rule.
3922
3923         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
3924
3925         * lily/side-position-interface.cc: remove add_staff_support ()
3926         Change all callers to use staff-padding.
3927
3928         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
3929         make_spanner().
3930
3931         * lily/a2-engraver.cc (process_acknowledged_grobs): 
3932
3933         * lily/text-engraver.cc: remove scriptHorizontal property.
3934
3935         * lily/beam.cc (least_squares): also set least-squares-dy for
3936         special case of slanted 2-stem beam to center.
3937
3938         * lily/side-position-interface.cc (out_of_staff): move contents of
3939         out_of_staff into aligned_side.
3940         remove out_of_staff().
3941
3942         * input/regression/measure-grouping.ly: fix warning.
3943
3944         * lily/side-position-interface.cc: add staff-padding support to
3945         Side_position_interface::aligned_side.
3946
3947         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
3948         one get_property too many.
3949
3950         * flower/include/drul-array.hh (linear_combination): new function
3951         (scale_drul): new function
3952
3953         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
3954         operations on empty intervals are silly.
3955
3956 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3957
3958         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
3959         (iso gh_scm2int), fixes crash in new part-combiner.
3960
3961         * configure.in: Up mftrace to 1.0.27.
3962
3963 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3964
3965         * VERSION: release 2.1.15
3966         
3967         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
3968         align all stanza numbers.
3969
3970 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
3971
3972         * Documentation/user/{introduction.itely,refman.itely,
3973         converters.itely}: fix some text inside parentheses; text should
3974         be readable (even) if parentheses are either replaced with commas 
3975         or dropped out.
3976
3977 2004-01-25  Werner Lemberg  <wl@gnu.org>
3978
3979         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
3980         input/test/vaticana.ly, input/test/ancient-font.ly,
3981         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
3982         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
3983         ly/params-as-init.ly, scm/define-grobs.scm,
3984         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
3985
3986         * ly/params-as-init.ly: Removed.  Obsolete.
3987         * buildscripts/lilypond.words.py: Updated.
3988
3989 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3990
3991         * mf/parmesan-clefs.mf: switch off mensural G clefs.
3992
3993         * mf/feta-din{4,5,7,9}.mf: remove.
3994         
3995         * lily/engraver.cc (internal_make_item): centralize item/spanner
3996         factory.
3997
3998         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
3999         do correct chord conversion for ^"sim."  (backportme)
4000         (FatalConversionError.sub_articulations): substitute ^"foo" in
4001         chords too. (backportme)
4002
4003         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4004         for Fingering.
4005
4006         * lily/side-position-interface.cc (out_of_staff): don't do
4007         anything if staff-padding not defined. 
4008
4009         * mf/feta-params.mf (stafflines): introduce linethickness as
4010         general blackness of the font.
4011
4012         * lily/stem.cc (position_noteheads): rounding error robustness.
4013
4014         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4015         from beam-collision.ly 
4016
4017         * lily/beam.cc (rest_collision_callback): remove direction.
4018
4019         * scm/define-grobs.scm (all-grob-descriptions): remove
4020         enclose-bounds in OttavaBracket and PianoPedalBracket
4021
4022         * scm/new-markup.scm (def-markup-command) new macro, which takes
4023         care of defining the COMMAND-markup and make-COMMAND-markup
4024         procedures, setting markup-signature and keyword-signature object
4025         properties, and pushing the markup command in
4026         markup-function-list.
4027
4028         All markup commands are defined thanks to it.  Users may also use
4029         it to define their own markup commands. (Nicolas Sceaux)
4030
4031         * scm/new-markup.scm: Scheme style clean-up: there should be no
4032         parenthesis alone on a line; LET* should not be used where LET is
4033         enough. (Nicolas Sceaux)
4034
4035 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4036
4037         * scripts/filter-lilypond-book.py: Add script.
4038
4039 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4040
4041         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4042
4043 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4044
4045         * Documentation/user/refman.itely (Fingering instructions): add
4046         single note chords. 
4047
4048         * lily/multi-measure-rest-engraver.cc: use a single
4049         MultiMeasureEvent for mm rests. This prevents problems with the
4050         new part combiner.
4051
4052         * scm/music-functions.scm (determine-split-list): analysis has
4053         global effect: a difference halfway a phrase makes the entire
4054         phrase be typeset as apart.
4055         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4056
4057 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4058
4059         * ly/performer-init.ly: add Devnull.
4060
4061         * Documentation/user/refman.itely (Font selection): remove paper20
4062         ref.
4063         
4064 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4065
4066         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4067
4068 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4069
4070         * scm/music-functions.scm (determine-split-list): bugfixes.
4071
4072         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4073
4074         * input/test/scales-greek.ly: use C as base, results in different
4075         alterations at the clef.
4076
4077         * input/regression/pedal-ped.ly: new file.
4078
4079         * input/regression/pedal-bracket.ly: new file.
4080
4081         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4082         replace after_line_breaking()
4083
4084         * lily/line-interface.cc (line): read thickness.
4085         (line): dash-fraction = 0 always for dotted-line style.
4086
4087         * input/test/staff-lines.ly (lower): bugfix.
4088
4089         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4090         \accepts Devnull into Score.
4091
4092         * scm/lily.scm: remove bla.scm load.
4093
4094 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4095
4096         * VERSION: release 2.1.14
4097         
4098         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4099
4100         * lily/side-position-interface.cc (general_side_position): add
4101         Staff_symbol_referencer::staff_space ().
4102
4103         * lily/include/context-def.hh: rename from translator-def.hh
4104
4105 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4106
4107         * input/template/piano-dynamics.ly (pedal): Updated definition of
4108         Dynamics such that \cresc works, for example.
4109
4110 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4111
4112         * lily/stem.cc (calc_stem_info): use
4113         Staff_symbol_referencer::staff_space
4114
4115         * lily/beam-quanting.cc (quanting): scale Stem_info 
4116
4117         * lily/beam.cc (rest_collision_callback): use minimum-distance
4118         property for rest/beam collisions.
4119         (rest_collision_callback): bugfixes.
4120
4121         * lily/system.cc (post_processing): extra-offset is now relative
4122         to the size of the current staff.
4123
4124         * scm/music-functions.scm (notice-the-events-for-pc): record all
4125         voices, only analyze "one" and "two".
4126
4127         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4128         not parent. 
4129
4130         * lily/new-part-combine-iterator.cc (construct_children): create
4131         Devnull from Voice context
4132
4133         * scm/music-functions.scm (determine-split-list): bugfixes.
4134
4135         * lily/lily-guile.cc (robust_scm2int): new function
4136
4137         * lily/staff-symbol-referencer.cc (line_thickness): new
4138         function. Use throughout.
4139
4140         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4141         in its own context.  Add to preset font-size.
4142
4143         * lily/stem.cc (thickness): new function.
4144
4145         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4146         compute thickness from ledger-line-thickness.
4147
4148         * lily/note-head.cc (brew_ledger_lines): use
4149         Staff_symbol::get_ledger_line_thickness ().
4150
4151         * lily/beam.cc (rest_collision_callback): use
4152         Staff_symbol_referencer::staff_space().
4153
4154         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4155         Mus1 Mus2
4156
4157         * lily/include/translator.hh (class Translator): add accepts_list_
4158         so  \with { \denies / \accepts } also works.
4159
4160         * scm/music-functions.scm (determine-split-list): determine split
4161         list from music events.
4162
4163         * lily/new-part-combine-iterator.cc: more states.
4164
4165         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4166
4167 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4168
4169         * lily/system.cc (set_loose_columns): use the right prebroken cols
4170         for interpolating loose column position.
4171
4172         * lily/text-spanner.cc (brew_molecule): default to no vertical
4173         lines.
4174
4175         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4176         take space.
4177
4178         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4179
4180 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4181
4182         * scripts/convert-ly.py: Do not test filename when processing
4183         stdin.
4184
4185         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4186
4187 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4188
4189         * lily/axis-group-engraver.cc (finalize): extra check; if
4190         process_music () is never called, then staffline_ == 0.
4191
4192         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4193         check run_always ().
4194         
4195         * VERSION: release 2.1.13
4196
4197         * input/regression/note-head-style.ly (pattern): cleanup.
4198
4199         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4200         downloading.
4201
4202         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4203         kludge rehearsalmark placement.
4204
4205         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4206         , ly:spanner?
4207
4208         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4209         close to note head for accidentals.
4210
4211         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4212         tuplet direction.
4213
4214         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4215
4216 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4217
4218         * lily/include/music-iterator.hh (class Music_iterator): add
4219         substitute_outlet() to iterator API.
4220
4221         * lily/new-part-combine-iterator.cc (construct_children):
4222         New_pc_iterator: new class, better part combining.
4223
4224         * lily/tie-column.cc (werner_directions): new function
4225
4226         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4227
4228         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4229         empty objects group spanner as parent
4230
4231         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4232         slope against graphical slope.
4233
4234         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4235         for ottava bracket.
4236
4237         * lily/side-position-interface.cc (general_side_position):
4238         opps. reinstate *dir.
4239
4240         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4241         parser run.
4242
4243         * lily/tuplet-bracket.cc: remove calc_dy ().
4244
4245         * Documentation/user/refman.itely (Balloon help): document balloon
4246         help
4247
4248 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4249
4250         * scm/document-backend.scm (check-dangling-properties): Grob
4251         properties are defined define-grob-properties.scm.
4252         
4253 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4254         
4255         * VERSION: release 2.1.12
4256
4257         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4258         ChordName
4259
4260         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4261         relation to surroundings.
4262
4263         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4264         Y-extent to the note-extents: stay clear of the staff.
4265
4266 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4267
4268         * Documentation/user/GNUmakefile
4269         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4270         iso. copy.
4271
4272         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4273
4274         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4275
4276         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4277
4278         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4279
4280         * lily/line-interface.cc (line): remove thickness from calling interface.
4281
4282         * lily/hairpin.cc: use Line_interface
4283
4284         * lily/line-interface.cc: new file. Line_interface for everything
4285         with dotted/dashed lines.
4286         
4287
4288         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4289
4290         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4291         for constructing ottava brackets.
4292         
4293         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4294         the note heads.
4295
4296         * Documentation/user/internals.itely (Engravers and performers):
4297         fix broken link.
4298
4299         * scm/music-functions.scm (make-mark-set): new function.
4300
4301         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4302         functionally identical to beam.
4303
4304         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4305         () with beam (). 
4306
4307         * Documentation/user/refman.itely (Rehearsal marks): document new
4308         functionality.
4309
4310         * input/regression/rehearsal-mark-number.ly: new file.
4311
4312         * input/regression/rehearsal-mark-letter.ly: new file.
4313
4314         * scm/translation-functions.scm (number->mark-string): new function
4315         (format-mark-letters): new function
4316         (format-mark-numbers): new function
4317
4318         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4319         integer; formatting is done through markFormatter property.
4320         
4321         * scm/define-translator-properties.scm: fold all *-done properties
4322         into positioning-done.
4323
4324         * lily/beam.cc (position_beam): new function
4325         (brew_molecule): make sure that positions are calced before making
4326         the molecule.
4327
4328         * scm/output*.scm (beam):  take 4th argument for function.
4329
4330         * ps/music-drawing-routines.ps: take blot as 4th argument.
4331
4332         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4333         stem to avoid small dents.
4334         
4335 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4336
4337         * VERSION: release 2.1.11
4338
4339         * input/regression/balloon.ly: new file.
4340
4341         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4342         objects, and make help texts. 
4343
4344         * scm/new-markup.scm (parse-simple-duration): parse duration
4345         string to log & dots. (Thanks Nicolas!)
4346
4347         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4348         rule.
4349
4350 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4351
4352         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4353         Lemberg).
4354
4355         * THANKS: alphabetic order.
4356
4357 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4358
4359         * input/regression/note-head-harmonic.ly: new file.
4360
4361         * Documentation/user/internals.itely (Technical manual): explain
4362         difference between music, translation, layout.
4363
4364         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4365
4366         * scm/output-ascii-script.scm (bracket): rounding bfs.
4367
4368         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4369
4370         * ly/paper*.ly: remove files. 
4371         
4372         * scm/paper.scm (set-staff-size): new function: set default
4373         staff-size.
4374
4375         * scripts/convert-ly.py (conv): add conversion rule.
4376
4377         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4378         function.
4379
4380         * scm/paper.scm: new file.
4381         (set-staff-size): new function 
4382         (set-paper-size): new function
4383
4384         * lily/parser.yy (music_output_def_body): restructure definition,
4385         so first Scheme statement in \paper also happens in new scope. 
4386
4387         * lily/system.cc (post_processing): move uniquify_list () to
4388         dumping molecule stage.
4389
4390         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4391         this will mess up scores that use barchecks to shorten measures.
4392
4393         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4394         at 20pt too.
4395
4396         * Documentation/user/tutorial.itely (Printing lyrics): document
4397         \lyricsto
4398
4399         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4400
4401         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4402
4403         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4404         if Voice is not found.
4405
4406         * VERSION: release 2.1.10
4407         
4408         * input/{test,regression}/: remove old-relative 
4409
4410         * lily/lexer.ll: add empty markup signature. 
4411
4412         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4413         strut markup
4414
4415         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4416
4417         * scm/define-translator-properties.scm: update melismata property
4418         doco.
4419
4420         * lily/system.cc (output_lines): revert uniquify_list() patch,
4421         strange side effects seen.
4422         
4423         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4424         dash-period < 0.
4425
4426         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4427         for flute. 
4428
4429 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4430
4431         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4432
4433         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4434
4435         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4436         of line breaks.
4437         (brew_molecule): add padding to left, not right.
4438
4439         * lily/system.cc (uniquify_list): new function
4440         (output_lines): uniquify_list () on all-elements. This fixes
4441         double symbols in the output.
4442
4443         * lily/beam.cc (rest_collision_callback): don't move anything if
4444         staff-position is set.
4445
4446         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4447
4448         * lily/system.cc (typeset_grob): warn if adding twice.
4449
4450         * lily/sequential-iterator.cc (run_always): implement run_always().
4451         (also in other files.)
4452         
4453         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4454
4455         * lily/event.cc (to_relative_octave): add octave-check.
4456
4457         * Documentation/user/refman.itely (Line breaking): add noBreak.
4458
4459         * scm/new-markup.scm (normalsize-markup): add function.
4460         (sans-markup): new function.
4461
4462         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4463         come earlier nowadays.  This fixes beams on grace notes.
4464         
4465         * scm/music-functions.scm (direction-polyphonic-grobs): new
4466         variable, share between override and revert. This fixes script
4467         directions in polyphonic sections. (backportme)
4468
4469 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4470
4471         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4472         breakpoints.
4473
4474         * lily/break-align-interface.cc: add doco
4475
4476         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4477
4478 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4479
4480         * VERSION: release 2.1.9
4481
4482         * scm/document-markup.scm (markup-doc-node): add note about naming.
4483
4484         * scm/new-markup.scm (left-align-markup): bugfix. 
4485
4486         * Documentation/user/refman.itely (Ottava brackets): more doco for
4487         ottava.
4488
4489         * lily/side-position-interface.cc (out_of_staff): also do
4490         out_of_staff() correctly for d == DOWN.
4491
4492         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4493         horizontal line if they move to the right.
4494         
4495         * scm/define-grobs.scm (all-grob-descriptions): set
4496         text-repeat-if-broken for ottava spanner
4497
4498         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4499         property.
4500
4501         * mf/feta18.mf: design size is 18 not 22.5
4502
4503         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4504         Add a single LyricsVoice to a melody. Melismata may be set
4505         individually.
4506
4507         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4508
4509         * lily/dot-column.cc: add stdio.h
4510
4511 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4512
4513         * lily/item.cc: documentation for break-visibility (Thanks, John).
4514
4515 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4516
4517         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4518
4519         * lily/translator-def.cc: rename Translator_def to Context_def.
4520
4521         * Documentation/user/internals.itely (Lexical details): clarify
4522         string def.
4523
4524         * Documentation/user/refman.itely (Rhythmic music): add link to
4525         RhythmicStaff 
4526
4527 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4528
4529         * lily/translator.cc: document start_translation_timestep()
4530
4531         * scm/output-tex.scm (tex-encoded-fontswitch): use
4532         round for rounding (inexact->exact yields rationals)
4533
4534         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4535
4536         * lily/translator-group.cc (get_simple_trans_list): 
4537         new function; construct simple_trans_list_ lazily.
4538         
4539 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4540
4541         * lily/paper-outputter.cc (output_scope): Check if number before
4542         checking exact (guile cvs).
4543
4544         * scm/*: Escape backslashes in scheme strings (guile cvs).
4545
4546 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4547
4548         * Documentation/user/refman.itely (Tablatures basic): annotate
4549         seealso sections.
4550
4551         * lily/*.cc: cleanup of engraver initialize() functions.
4552
4553         * lily/repeat-acknowledge-engraver.cc
4554         (start_translation_timestep): remove first_b_
4555
4556         * lily/tab-note-heads-engraver.cc: listen to string number events
4557         inside < > too. (backportme).
4558
4559         * Documentation/user/refman.itely (Text scripts): add fatText to
4560         index.
4561
4562 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4563
4564         * VERSION: 2.1.8
4565
4566         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4567         footer.
4568
4569         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4570
4571         * lily/bar-check-iterator.cc (process): only warn if
4572         barCheckLastFail was changed.
4573
4574         * scm/define-translator-properties.scm (barCheckLastFail): add
4575         property.
4576
4577         * lily/main.cc (main_prog): print summary of failed files.
4578
4579         * lily/axis-group-engraver.cc: move all spanner creation to
4580         process_music (). Now staffs can be adjusted with \override too.
4581         (Jan, you are a brilliant programmer!)
4582         
4583         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4584
4585 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4586
4587         * Documentation/user/tutorial.itely (Integrating text and music):
4588         Show the commands to produce a PDF as well.
4589
4590 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4591
4592         * lily/translator-def.cc (get_translator_names): accept user
4593         tweaks too. 
4594
4595         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4596         as big as normal heads. 
4597
4598         * input/*ly: run convert-ly
4599         
4600         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4601         () if dependencies are fluked.
4602
4603         * scm/document-translation.scm (engraver-doc-string): update on
4604         latest string/symbol conventions.
4605
4606         * lily/translator-ctors.cc: use Scheme_hash_table.
4607
4608         * lily/translator-def.cc (get_translator_names): new function
4609         (add_context_mod): new function
4610         (get_accepted): new function
4611
4612         * lily/parser.yy (context_mod): put all modifications of
4613         \translator { } in a single production, encode as SCM.
4614
4615         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4616         to use read-only lists, so additions to the definition can be
4617         prepended easily.  
4618
4619         * Documentation/user/invoking.itexi (Editor support): add node on
4620         editor support.
4621
4622         * Documentation/user/refman.itely (Bar check): add lyrics example
4623         of bar checks. 
4624
4625         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4626
4627         * scripts/convert-ly.py (conv): add conversion rule.
4628
4629         * lily/parser.yy: use \change iso. \translator for staff switch.
4630
4631         * lily/my-lily-lexer.cc: add \change.
4632
4633         * scm/define-translator-properties.scm
4634         (default-melisma-properties): add definition.
4635
4636 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4637
4638         * Documentation/user/refman.itely (Bar lines): clarification of
4639         systemStartDelimiter. 
4640
4641         * input/test/slur-shape.ly (x): remove file.
4642
4643         * lily/translator-group.cc (apply_property_operations): new function.
4644
4645 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4646
4647         * lily/parser.yy (optional_prop_ops): allow \with {
4648         PROPERTYSETTINGS } following \context or \new.
4649
4650         * lily/my-lily-lexer.cc: add \with.
4651
4652         * lily/parser.yy (property_operation): clean up definition of
4653         property operations.
4654         (property_op_to_music): new function.
4655         (context_spec_music): new function
4656
4657         * VERSION: 2.1.7 released.
4658         
4659         * input/regression/collision-merge-dots.ly: new file.
4660
4661         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4662         then kill the dots too. 
4663
4664         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4665         set/unset breakableSeparationItem
4666
4667         * lily/separation-item.cc (relative_width): add function.
4668
4669         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4670         only-prebreak-interface
4671
4672         * lily/system.cc (output_lines): only junk only-prebreak-interface
4673         grobs.
4674
4675         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4676         read breakableSeparationItem
4677
4678         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4679
4680         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4681
4682         * lily/dot-column.cc (dot_config_badness): new function:
4683         select the best scoring dot configuration: dots should go close to
4684         the note heads, but be shifted up or down according to conventions.
4685         (print_dot_configuration): idem.
4686         (shift_one): idem
4687         (remove_collision): idem.
4688
4689         * input/regression/dots.ly: add more test cases.
4690
4691 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4692
4693         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4694
4695         * flower/include/interval.hh: rename elem_b to contains 
4696
4697         * lily/tie.cc: change 'heads to 'head-pair.
4698
4699         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4700         fill in 'heads field.
4701
4702         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4703         minimum-length for short ones, and shorten so collisions with the
4704         next syllable are avoided.
4705
4706         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4707         near-zero slopes.
4708         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4709
4710         * lily/dots.cc: remove quantized_position callback. All Y
4711         positioning is done by dot-column.cc
4712
4713         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4714         exhaustive test of all dot positions. This fixes disappearing dots
4715         in dotted chords.
4716
4717 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4718
4719         * mf/feta-klef.mf (test_staff): fatten up G clef
4720         (test_staff): fatten up f clef.
4721         
4722
4723 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4724
4725         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4726         * input/les-nereides.ly: Use latin1 characters for title, like
4727         Morgenlied.
4728
4729 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4730
4731         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4732         cmb10).
4733
4734         * lily/lyric-extender.cc (brew_molecule): add little space before
4735         extender line.
4736
4737         * lily/beam-quanting.cc (score_forbidden_quants): check if
4738         outer stafflines fall in any beam gaps.
4739
4740         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4741         for lyric texts.
4742
4743 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4744
4745         * VERSION: 2.1.6 released.
4746
4747         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4748         this shows the demerits of a user-defined beam position pair.
4749
4750         * scm/define-grobs.scm (all-grob-descriptions): set
4751         beamed-extreme-minimum-free-lengths to a different value.
4752
4753         * lily/scm-option.cc: add debug-beam scm-option
4754
4755         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4756
4757 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4758
4759         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4760
4761         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4762         space after barline.
4763
4764         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
4765
4766         * lily/spacing-spanner.cc (breakable_column_spacing): take average
4767         of spacing wishes, not maximum. Only do this for delta-t == 0. In
4768         the other case, take standard column-breakable spacing. Do not
4769         warn about "no spacing wishes".
4770
4771         This fixes wide spaces after barlines in very loose lines.
4772
4773         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
4774
4775 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4776
4777         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
4778         acknowledge_grob lyric-syllable, not lyric-text.
4779
4780         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
4781         dashes of length #'length separated by #'dash-period. 
4782
4783         * lily/lyric-extender.cc (brew_molecule): idem
4784
4785         * lily/multi-measure-rest.cc (big_rest): idem
4786
4787         * lily/system-start-delimiter.cc (simple_bar): idem
4788
4789         * lily/bar-line.cc (simple_barline): use rounded box
4790
4791         * VERSION: release 2.1.5
4792
4793         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4794         music): move note about dvips to more visible place.
4795
4796         * lily/lyric-phrasing-engraver.cc: move from
4797         new-phrasing-engraver.cc, remove old cruft (syllable-group,
4798         lyric-phrasing-engraver.hh)
4799         
4800         * lyric-align.ly: remove file
4801         
4802         * scripts/convert-ly.py (FatalConversionError.func): add removal
4803         rule for automaticMelismata
4804
4805         * ly/engraver-init.ly (ScoreContext): switch on
4806         New_phrasing_engraver by default.
4807
4808         * lily/slur-engraver.cc (class Slur_engraver):
4809         process_acknowledged_grobs -> process_music.
4810         (try_music): signal melismata correctly.
4811
4812         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
4813         word-space, right-trim-amount, and extend past right bound only
4814         for note heads.
4815
4816         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
4817         lyric-extender support: add note-heads to the extender
4818         automatically.
4819
4820         * lily/parser.yy: extender is now post_event. 
4821
4822         * lily/accidental-engraver.cc (number_accidentals): remove
4823         spurious warning about non-parent contexts.
4824
4825         * lily/music-output-def.cc (assign_translator): \translator { }
4826         for a Foo context implicitly redefines \FooContext.
4827
4828         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
4829         fixes.
4830
4831         * lily/slur.cc (brew_molecule): don't use stafflinethickness
4832         doubly in slur weight. 
4833
4834         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
4835         combination.
4836
4837         * scm/define-grobs.scm (all-grob-descriptions): change clef -
4838         staffbar distance.
4839
4840         * scripts/lilypond.py (global_latex_preamble): crank down size of
4841         the margins. Now there is a 12 mm top and bottom margin, which
4842         should correspond with the printable area of modern printers.
4843
4844         This enlarges the music height of the printable page a little.
4845
4846         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
4847         signs. Use \markup instead.
4848         (accreg_pen): tweak for accordeon asterisk.
4849
4850 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4851
4852         * lily/melisma-engraver.cc (try_music): use melisma_busy()
4853
4854         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
4855
4856         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
4857
4858         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
4859
4860         * scm/define-grobs.scm (all-grob-descriptions): change
4861         StanzaNumber description: make side support, i.s.o. breakable.
4862         use Instrument_name_engraver for texts in the margin.
4863
4864         * scm/define-translator-properties.scm: remove
4865         melismaEngraverBusy, stz property.
4866
4867         * *.cc: naming: change empty_b () into is_empty ()
4868
4869         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
4870
4871         * input/regression/lyric-phrasing-new.ly: new file.
4872
4873         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
4874         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
4875         melismata are now left-aligned.
4876
4877 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4878
4879         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
4880
4881         * mf/feta19.mf: remove.
4882         
4883         * mf/feta-klef.mf (test_staff): more tweaks
4884
4885         * mf/feta-toevallig.mf: more small size tweaks.
4886
4887         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
4888         rests for smaller sizes.
4889
4890         * mf/feta-bolletjes.mf: fix cross heads.
4891
4892         * VERSION: release 2.1.4
4893         
4894         * scripts/convert-ly.py (FatalConversionError.func): add rule for
4895         deprecated #'ancient font family
4896
4897         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
4898         it is a string or number.
4899
4900         * scm/output-lib.scm (note-head-style->attachment-coordinates):
4901         change calling convention of stem-attachment function. 
4902
4903         * buildscripts/mf-to-table.py: read and dump WX/WY fields
4904
4905         * mf/feta-autometric.mf: dump WX/WY fields too
4906         
4907         * mf/parmesan-heads.mf: idem.
4908
4909         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
4910         attachment coordinates.
4911
4912         * lily/note-head.cc (stem_attachment_coordinate): read stem
4913         attachment from the notehead glyphs WX/WY fields.
4914
4915         * lily/include/font-metric.hh (struct Font_metric): add methods
4916         get_indexed_wxwy (), make a distinction between looking up by
4917         index and ASCII  
4918
4919         * mf/feta-bolletjes.mf: rewrite note head MF code.
4920         (test_outlines): make heads more rotund for smaller sizes. 
4921
4922 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4923
4924         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
4925         throughout. Font scaling fixes throughout.
4926
4927         * mf/feta-sleur,slur.mf: remove. 
4928
4929         * mf/feta-slag.mf: rewrite.
4930
4931 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4932
4933         * VERSION: release 2.1.3
4934
4935         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
4936
4937         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
4938
4939         * lily/mark-engraver.cc (process_music): fix mark
4940         \default. (backportme)
4941
4942         * stepmake/stepmake/automatically-generated.sub.make (default):
4943         use -n for head/tail commands. 
4944
4945         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
4946         heads with the same pitch.
4947
4948 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4949
4950         * lily/recording-group-engraver.cc (finalize): set protected_scm
4951         member to '() before finalizing.
4952
4953         * lily/translator-group.cc (finalize): remove removal_processing () 
4954
4955         * lily/recording-group-engraver.cc: new engraver: record
4956         synchronized start & end times for each music object.
4957
4958         * lily/parser.yy (toplevel_expression): execute score rendering
4959         during parsing. Cleanup output-filename handling; this is no
4960         longer done with global variables.
4961         (translator_spec_body): allow \type modification too.
4962
4963         * lily/score.cc:  ly:run-translator: new function
4964         (LY_DEFINE): ly:render-output new function.
4965
4966         Separate interpreting and rendering, and make available as
4967         functions at Scheme level.
4968
4969 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4970
4971         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
4972         (musicxml-node->string):
4973         (xml-node->string):
4974         (music-to-musicxml): New function.
4975
4976 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4977
4978         * VERSION: 2.1.2 released
4979
4980         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
4981
4982         * scm/font.scm (paper20-font-vector): discouple font design sizes
4983         from sizes specified in .ly file: store all design sizes of a font
4984         in a single vector.
4985
4986         * lily/font-select.cc (get_font_by_design_size): new function
4987
4988         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
4989         add parmesan,feta in sizes 14 and 18.
4990         
4991         * mf/feta-toevallig.mf: use blot diameter for double sharp.
4992
4993         * lily/font-size-engraver.cc (acknowledge_grob): change definition
4994         of fontSize: this now sets font-size
4995
4996 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4997
4998         * VERSION: 2.1.1 released
4999         
5000         * Documentation/user/refman.itely (Tuning objects): add note about
5001         concurrent tweaks in different contexts. 
5002
5003         * lily/tie-engraver.cc (acknowledge_grob): use
5004         Staff_symbol_referencer::get_position iso. reading staff-position
5005         directly.
5006
5007         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5008         currentMusicalColumn as left span-point for bracket. The bracket
5009         is too long when there are accidentals.
5010
5011 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5012
5013         * buildscripts/lilypond-profile.sh,
5014         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5015         Thanks to Reuben Thomas <rrt@mupsych.org>
5016
5017 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5018
5019         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5020         Wurbel <wurbel@univ-tln.fr>.
5021
5022 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5023
5024         * scripts/midi2ly.py: Add space after chords.
5025
5026 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5027
5028         * input/regression/{many}: add few @code{ ... }.
5029
5030 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5031
5032         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5033         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5034         Removed cmbx5, cmbx6 (which are included in teTeX)
5035         and cmbxti14 which is not used in fonts.scm.
5036
5037 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5038
5039         * lily/midi-item.cc: fine tune quarter tones.
5040
5041 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5042
5043         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5044         new function, warn how many cents are missing in fine tuning.
5045
5046 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5047
5048         * input/bugs/rhytmicstaff-tie.ly: add file.
5049
5050         * THANKS: Create skeleton for 2.1.
5051
5052 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5053
5054         * input/test/bar-lines.ly (TODO): dashed "|".
5055
5056 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5057
5058         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5059         input/regression/tie-chord.ly: Fix spell for tying.
5060
5061         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5062
5063         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5064         new file (renamed, see above).
5065
5066         * Documentation/user/lilypond-book.itely
5067         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5068         * input/example-1.ly input/example-2.ly input/example-3.ly
5069         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5070         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5071         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5072         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5073         * scripts/lilypond-book.py scripts/lilypond.py
5074         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5075         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5076
5077         * Documentation/user/lilypond.tely: update version.
5078
5079         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5080         Remove extra spaces in each @node, fixes spaces.
5081
5082 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5083
5084         * scripts/lilypond-book.py (output_dict): Add definition of
5085         \lilypondbook also for LaTeX output. Solves several bug reports.
5086
5087 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5088
5089         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5090
5091 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5092
5093         * input/test/transposition.ly: Fix key signatures, given in comments.
5094
5095 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5096
5097         * scm/midi.scm (instrument-names-alist),
5098         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5099
5100 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5101
5102         * input/test/temporary-stave.ly (texidoc): New example based on an
5103         email question from Ralph Little.
5104
5105 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5106
5107         * VERSION: release 2.1.0
5108         
5109         * lily/note-performer.cc (try_music): accept busy-playing-event.
5110
5111         * lily/swallow-perf.cc (try_music): return false for
5112         busy-playing-event and melisma-playing-event.
5113
5114 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5115
5116         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5117         >> in \score.
5118
5119 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5120
5121         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5122         that articulation_substitute will not move beam start again.
5123         (articulation_substitute): Bugfix: remove stray space so that new
5124         old chords ending '>>' does not get broken up.
5125         (sub_chord): Use TAB for indentation (not spaces).
5126         
5127         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5128         Bugfix for startup: Use ?^ instead of ?\^.
5129
5130 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5131
5132         * lily/lyric-combine-music-iterator.cc
5133         (Lyric_combine_music_iterator): change init order, to prevent GC
5134         segfaults.
5135
5136         * lily/context-specced-music-iterator.cc (construct_children): 
5137         only change  translator if found. This fixes a core dump problem.
5138
5139 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5140
5141         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5142         comparison.
5143
5144         * mf/feta-bolletjes.mf: make hole in half note little
5145         smaller for stem attachment.
5146
5147         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5148
5149         * mf/feta-banier.mf: don't draw stem with flag, just small square
5150         attachment.
5151
5152         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5153
5154         * mf/feta-banier.mf: remove upstem/downstem characters.
5155
5156         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5157
5158         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5159         stafflinethickness (in the default)
5160
5161         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5162
5163         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5164
5165         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5166
5167         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5168
5169         * lily/include/directional-element-interface.hh:
5170         junk class, make {get,set}_grob_direction functions.
5171
5172         * lily/slur.cc (get_attachment): do something sensible when
5173         attaching to stem without heads (eg. a rest).
5174
5175         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5176         forcing up to staff.  remove #'support-head property
5177         (brew_molecule): small cleanup.
5178         (flag): remove #'grace property.
5179
5180 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5181
5182         * cygwin/postinstall-lilypond.sh: 
5183         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5184         (Volker Zell).
5185
5186 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5187
5188         * scripts/lilypond-book.py: resurrect 'eps' option. 
5189         (TexiPaper.to_eps): use -Ppdf for EPS files.
5190
5191         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5192
5193         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5194
5195         * VERSION: release 2.0.1
5196
5197         * lily/bezier.cc (get_other_coordinate): change assert into
5198         warning.
5199
5200         * lily/note-head.cc (internal_brew_molecule): make left protusion
5201         smaller, to accomodate for natural sign.
5202         (internal_brew_molecule): only do this when the accidental is
5203         close enough.
5204         (extent): new function
5205
5206         * lily/skyline.cc (merge_skyline): new function
5207         (heighten_skyline): new function
5208
5209         * lily/accidental-placement.cc (position_accidentals) 
5210         (position_accidentals): fix todo.
5211
5212 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5213
5214         * input/test/+.ly (texidoc): put version number inline.
5215
5216         * GNUmakefile.in: remove rsync-web target.
5217         
5218         * input/regression/bar-scripts.ly (onestaff): raggedright
5219
5220 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5221
5222         * lily/*.cc: remove #if 0'd code in couple of places.
5223
5224         * lily/midi-stream.cc (operator <<): rewrite.
5225
5226         * lily/note-head.cc (internal_brew_molecule): 
5227         only make ledgers when the Staff symbol has lines.
5228
5229         * ly/property-init.ly (arpeggioBracket): simplify
5230
5231         * lily/translator-group.cc (execute_pushpop_property): use
5232         SCM_EQ_P for comparing keys. This fixes reverting
5233         auto-beam-settings.
5234
5235 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5236 *
5237         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5238         midi_debug_global_b.
5239         (operator <<): Normalise loop.
5240
5241 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5242
5243         * scripts/lilypond.py (escape_path): revise.
5244
5245         * scm/music-functions.scm (set-output-property): new function.
5246         
5247 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5248
5249         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5250         use addmakeflags again.
5251
5252         * cygwin/lily-wins.py (escape_shell): New function; use it.
5253
5254         * scripts/lilypond.py (escape_shell): Escape quotes and other
5255         spaces too.  Do not escape escaping backslashes.
5256
5257         * make/srcdir.make.in (web-install): Must call install-WWW now.
5258
5259         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5260         dependency
5261
5262 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5263
5264         * scripts/lilypond.py (escape_path): escape quotes too. 
5265
5266         * Documentation/user/lilypond.tely (Unified index): rename Index
5267         to accomodate Windows breakage.
5268
5269         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5270
5271         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5272         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5273         target not a source.
5274
5275 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5276
5277         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5278         addmakeflags.  Build and install doc and web also when building on
5279         Cygwin.
5280
5281         * mf/GNUmakefile: Bugfix.
5282
5283         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5284         target web.
5285
5286         * cygwin/lily-wins.py: Quote filename.
5287
5288 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5289
5290         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5291
5292 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5293
5294         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5295         settings.
5296
5297         * configure.in: Require g++ > 3.0.4.
5298
5299         * mf/GNUmakefile: Bugfix: Add list.ly target.
5300         
5301         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5302
5303         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5304         make omf directory, add uninstall targets.
5305
5306 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5307
5308         * lily/tie-performer.cc (initialize): init prev_event
5309
5310         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5311
5312         * lily/script-engraver.cc (make_script_from_event): don't crash on
5313         non-string articulation-type.
5314
5315         * lily/new-fingering-engraver.cc (add_script): don't crash on
5316         0 scripts 
5317         (acknowledge_grob): warn about text script events.
5318
5319 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5320
5321         * buildscript/lilypond.words: fix path for drums.scm.
5322
5323 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5324
5325         * lily/spacing-spanner.cc (note_spacing): don't make longer
5326         durations than measure-length.
5327
5328         * VERSION: release 2.0.0
5329
5330         * GNUmakefile.in (rsync-web): version independent rsync target.
5331
5332         * input/test/+.ly (texidoc): idem.
5333
5334         * input/regression/+.ly: print version number.
5335
5336         * input/regression/accidentals.ly (mel): shorten.
5337
5338         * input/regression/accidental-octave.ly (texidoc): shorten.
5339
5340         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5341
5342         * input/regression/completion-heads-polyphony.ly: octave
5343
5344         * input/regression/beam-manual.ly: remove
5345
5346         * input/regression/beam-chord.ly: remove
5347
5348         * input/regression/grace-dynamic.ly: remove
5349         
5350         * input/regression/grace-volta-repeat.ly: octave fixes.
5351
5352         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5353
5354         * lily/parser.yy (step_number): semitones for chord entry too.
5355         (make_chord_step): more robust code, semitones. 
5356
5357         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5358
5359         * input/regression/breathing-sign.ly (texidoc): split ancient and
5360         normal breathing signs.
5361
5362         * scm/define-grobs.scm (all-grob-descriptions): swap
5363         beamed-extreme-minimum-free-lengths and
5364         beamed-minimum-free-lengths; the 'extreme' case should allow
5365         shorter stems. This fixes forced directions on beamed 32nd and
5366         shorter notes.
5367
5368         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5369         quartertones, not semitones.
5370         (NoteNamesContext): swallow more event types
5371
5372         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5373
5374         * VERSION (PACKAGE_NAME): release 1.9.10
5375
5376 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5377
5378         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5379         set note head as cause of note-column.  This gives a better error
5380         message.
5381
5382 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5383
5384         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5385
5386 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5387
5388         * mf/GNUmakefile (pfa_warning): instruct 
5389
5390         * stepmake/aclocal.m4: typo.
5391
5392         * Documentation/user/cheatsheet.itely: more verbose examples.
5393
5394         * input/regression/clefs.ly: remove bogus docstring.
5395
5396 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5397
5398         * GNUmakefile.in (SUBDIRS): Add elisp.
5399
5400         * elisp/lilypond-mode.el: 
5401         * elisp/lilypond-init.el: 
5402         * elisp/lilypond-indent.el: 
5403         * elisp/lilypond-font-lock.el: Move from top dir.
5404
5405         * stepmake/stepmake/elisp-vars.make: New file.
5406
5407         * config.make.in (elispdir): Add.
5408
5409         * Documentation/topdocs/INSTALL.texi: Typo.
5410
5411         * make/ly-rules.make: Test for files instead of touching void and
5412         ignoring errors.
5413
5414         * GNUmakefile.in:
5415         * make/lilypond.redhat.spec.in:
5416         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5417         <builddir>, adding
5418         
5419              (push "<builddir>/share/lilypond/elisp" load-path)
5420
5421         to your ~/.emacs.el should give you LilyPond-mode again.
5422
5423         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5424         regexp for DOS/Windows, we are too paranoid to fix others.
5425
5426 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5427
5428         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5429
5430         * input/test/chord-names-jazz.ly (banterProperties): fix
5431
5432         * lily/parser.yy (bass_mod): bass figure alterations are semi
5433         tones, not quarter tones
5434
5435         * lily/beam.cc (set_stem_lengths): only lengthen stems
5436         for gapped beams.
5437
5438         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5439         by beamcount.
5440
5441         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5442         a warning that the warning may erroneous.
5443
5444         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5445         target.
5446
5447         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5448         targets.
5449
5450         * GNUmakefile.in ($(config_h)): config.h should depend on
5451         config.hh.in .
5452         (lilypond.words): remove fontball stuff.
5453
5454         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5455
5456         * configure.in: remove pktrace reference.
5457
5458         * GNUmakefile.in (rsync-web): permissions and ownership for
5459         website.
5460
5461         * lily/volta-engraver.cc (staff_eligible): new function.
5462         (stop_translation_timestep): kill off spanners if not eligible.
5463
5464         * VERSION (PATCH_LEVEL): release 1.9.9
5465
5466         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5467
5468         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5469         length is more important than forbidden quants.
5470         
5471 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5472
5473         * buildscripts/lilypond.words: order words in search order,
5474         add lilypond.words.vim to be generated.
5475
5476         * lilypond.vim: use lilypond.words.vim for keyword matching.
5477
5478         * lilypond-mode.el: use search order. fix word selection rules.
5479
5480         * lilypond-font-lock.el: fix fontifying long durations.
5481
5482         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5483
5484 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5485
5486         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5487
5488         * stepmake/stepmake/generic-targets.make:
5489         * stepmake/stepmake/bin/make-version.py: 
5490         * stepmake/aclocal.m4:
5491         * make/stepmake.make:
5492         * make/toplevel-version.make: Build fixes: remove last traces of
5493           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5494
5495         * lily/beam.cc: Add gap-count property.
5496
5497 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5498
5499         * scm/define-grob-properties.scm (gap-count): add gap-count
5500
5501         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5502
5503 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5504
5505         * cygwin/mknetrel.doc: Typo.
5506
5507         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5508
5509         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5510
5511 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5512
5513         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5514         sizes. Remove support for 'ledger'(=tabloid+landscape).
5515
5516 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5517
5518         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5519         sauter PFAs.
5520
5521         * configure.in: remove VERSION stuff once again.
5522
5523         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5524
5525         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5526         for chord names.
5527
5528         * mf/GNUmakefile: always trace pfa fonts.
5529         (SAUTER_FONTS): add cmss[567] too fonts
5530
5531         * configure.in: require mftrace. 
5532
5533         * lily/staff-performer.cc (new_instrument_string): don't look at
5534         instrument property.
5535
5536         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5537         is_direction is the C++ one. Similar for ly_axis_p and
5538         ly_number_pair_p
5539
5540 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5541
5542         * lily/beam.cc (brew_molecule): read gap-count to determine
5543         number of tremolo (gapped) beams.
5544
5545         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5546         shorter than 1/8
5547
5548         * flower/include/array.hh (default_compare): new function
5549
5550         * cygwin/mknetrel: Native fixes.
5551
5552         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5553
5554 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5555
5556         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5557         feature for Windows.
5558
5559         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5560
5561         * cygwin/mknetrel: Updates for native use on Cygwin.
5562
5563         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5564
5565         * stepmake/stepmake/help2man-rules.make: 
5566         * cygwin/mknetrel: Bugfix for manpages.
5567
5568         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5569         $(builddir).  Stepmake is a normal subdirectory now, that is not
5570         configured.  Another srcdir build fix.
5571
5572         * Documentation/topdocs/INSTALL.texi,
5573         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5574         lilypond-init.el, lilypond-mode.el, debian/rules,
5575         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5576         rename generated file lilypond.words to lilypond.words.el.
5577
5578 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5579
5580         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5581
5582         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5583         GNUmakefile.in.
5584
5585 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5586
5587         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5588         when cross building.
5589
5590         * configure.in: srcdir build fix.
5591
5592         * cygwin/GNUmakefile:
5593         * cygwin/lily-wins.py:
5594         * cygwin/postremove-lilypond.sh: 
5595         * cygwin/postinstall-lilypond.sh: Merge from stable.
5596
5597         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5598         s/ly2dvi/lilypond/.
5599
5600 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5601
5602         * lily/slur.cc (after_line_breaking): only set control points if
5603         none supplied yet.
5604
5605         * input/test/slur-manual.ly: new file.
5606
5607         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5608         <<  >> chords too.
5609
5610         * VERSION (PACKAGE_NAME): release 1.9.8
5611
5612         * scripts/lilypond.py (escape_path): escape spaces in directory names
5613
5614         * input/test/text-spanner.ly: fixes.
5615
5616 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5617
5618         * buildscripts/lilypond.words.py: add drum names as note names to
5619         Emacs-mode.
5620
5621 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5622
5623         * input/regression/hairpin-dashed.ly: new file.
5624
5625         * scripts/convert-ly.py (conv): warn about dash-length.
5626
5627         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5628         automatically if we get a new one.
5629
5630         * lily/lookup.cc (dashed_line): new function
5631
5632         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5633         dash-fraction.
5634
5635 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5636
5637         * buildscripts/lilypond.words.py: extract note names.
5638
5639         * lilypond-mode.el: take note names from lilypond.words -file.
5640         small fix in the use of string-match.
5641
5642         * lilypond-font-lock.el: use lilypond.words for note names, add 
5643         maxima to note a duration.
5644
5645 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5646
5647         * lily/breathing-sign.cc: remove railtracks() function. 
5648
5649         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5650
5651         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5652         (brew_molecule): bugfix don't make arpeggio shorter when
5653         arpeggio-direction is set.
5654
5655         *  debian/rules: small corrections in the (Pedro K)
5656
5657         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5658         examples.
5659
5660         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5661         special (repeat) bar comes along.
5662
5663         * input/regression/auto-beam-bar.ly: update.
5664
5665         * scripts/lilypond-book.py (output_dict): remove support for the
5666         EPS option.
5667
5668         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5669         VerticalAlignment and VerticalAxisGroup this fixes the size
5670         computations for the entire system.
5671  
5672         * input/les-nereides.ly (bass): remove superfluous fontSize.
5673
5674         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5675         causes directory of file to be added to include path.
5676
5677         * input/regression/beam-break.ly: test single stem beams.
5678
5679         * input/regression/system-start-bracket.ly: fix.
5680
5681         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5682
5683         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5684
5685         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5686         (score_stem_lengths): do something sensible for single stem beams.
5687
5688         * lily/beam.cc (least_squares): add kludge for single stem beams.
5689
5690         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5691         keySignature to list of broken things.
5692
5693         * input/regression/keys.ly: fix.
5694
5695         * VERSION (PACKAGE_NAME): release 1.9.7
5696
5697         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5698
5699         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5700
5701         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5702         (quartertone_pitch): new function
5703
5704         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5705         flat. WARNING: FONT CHANGED.
5706
5707         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5708
5709         * lily/accidental-placement.cc (add_accidental): support for
5710         quarter tones.
5711
5712         * ly/LANGUAGEs.ly: use symbols for alterations.
5713
5714         * mf/feta-toevallig.mf: change accidental codes. 
5715
5716         * scm/lily.scm (ly:get-option): switch on debugging only for
5717         --verbose.
5718
5719         * lily/lily-guile.cc: remove ly:verbose?
5720
5721         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5722
5723         * lily/parser.yy (TODO): only do gh_call() for apply with
5724         procedure argument.
5725
5726         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5727         stuff in accordance with new timing of tie-events.
5728
5729         * lily/my-lily-lexer.cc: remove \outputproperty
5730
5731         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5732
5733         * scm/define-translator-properties.scm (melismaBusyProperties):
5734         add melismaBusyProperties property.
5735
5736 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5737
5738         * input/test/ambitus-mixed.ly (texidoc): new file.
5739
5740         * buildscripts/mutopia-index.py (find): prune debugging
5741
5742         * lily/side-position-interface.cc: doc updates
5743
5744         * Documentation/user/refman.itely: updates, tweaks.
5745
5746         * lily/parser.yy (Simple_music): remove outputproperty
5747
5748         * make/stepmake.make: use VERSION again; importing VERSION via
5749         autoconf dependencies is too hairy.
5750
5751 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5752
5753         * lilypond-mode.el: allow `-' for keywords and identifiers.
5754
5755 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5756
5757         * VERSION: release 1.9.6
5758         
5759         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5760         iso. ly2dvi.
5761
5762         * Documentation/user/*.itely: fixes everywhere
5763
5764         * lily/completion-note-heads-engraver.cc: rewrite engraver:
5765         produce ties from the engraver itself, do not broadcast TieEvent.
5766
5767         * lily/my-lily-lexer.cc: remove pitch & duration.
5768
5769         * lily/parser.yy (TODO): remove \pitch and \duration
5770
5771         * input/test/explicit.ly: remove file.
5772
5773         * Documentation/user/refman.itely (Pitches): remove \pitch 
5774         \duration command.
5775
5776 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5777
5778         * buildscripts/lilypond.words.py: add all slur types to Emacs
5779         insertion menu, suppose everything is postfixed by dropping 
5780         unnecessary `-' -marks.
5781
5782 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5783
5784         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
5785         tremoloed stems.
5786
5787         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
5788         head for flagged stems.
5789
5790         * lily/stem.cc (get_default_stem_end_position): futz with extra
5791         stem length if there is a stem tremolo.
5792
5793         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
5794         it would be too small.
5795
5796         * lily/font-metric.cc: return #f for non-existent glyph.
5797         
5798         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
5799         exported through config.make.
5800
5801         * input/regression/clef-oct.ly: new file.
5802
5803         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
5804         transposition.
5805
5806         * input/template/*.ly: remove old relative.
5807
5808         * ly/english.ly: add X names for double sharp.
5809
5810 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5811
5812         * lily/font-select.cc: new file handle font selection routines.
5813
5814         * lily/parser.yy: add ; (Patrick Atamaniuk)
5815
5816         * input/test/time-signature-double.ly: use markups for double time
5817         sigs.
5818
5819         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
5820         ChordNames.SeparationItem #'padding for adjusting space after chords.
5821         
5822         * lily/music-output-def.cc (LY_DEFINE): 
5823         new function ly:paper-lookup.
5824         
5825         * mf/parmesan-clefs.mf: use # quantities for char_box
5826         offsets. Fixes overflow errors in the PFA. 
5827
5828         * scm/new-markup.scm (strut-markup): change calling interface for
5829         markup. Pass paper-def, not grob. This would allow \markup to be
5830         used separately from grobs.
5831
5832         * lily/paper-def.cc: new function ly:paper-font; this function
5833         replaces ly:get-font.
5834
5835         * lily/include/font-interface.hh (struct Font_interface): take
5836         Paper_def iso. Grob for get_font().
5837
5838 2003-09-14  Graham Percival  <gperlist@shaw.ca>
5839
5840         * Documentation/user/ tutorial.itely, refman.itely: add warning
5841         about \key and accidentals.
5842
5843 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5844
5845         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
5846
5847         * Documentation/user/*.itely: manual tweaks
5848
5849 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
5850
5851         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
5852         cleanup; bugfix: exact_center
5853
5854         * Documentation/user/refman.itely: added more documentation on
5855         ambitus according to recent questions on lilypond-user list
5856
5857 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5858
5859         * input/regression/ottava.ly (texidoc): demo 15ma too.
5860
5861         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
5862
5863         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
5864         octave fixes.
5865
5866 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5867
5868         * lily/lexer.ll: add \r to the rules for newlines; this fixes
5869         problems on older Mac editors.
5870
5871 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
5872
5873         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
5874
5875 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
5876
5877         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
5878         mf/parmesan-clefs.mf: added comments on character alignment and
5879         set_char_box() conventions
5880
5881         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
5882         set_char_box()'s
5883
5884         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
5885
5886 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
5887
5888         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
5889
5890 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
5891
5892         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
5893         shortened to avoid almost-collision with staff line; code cleanup;
5894         other custodes: fixed char boxes; code cleanup
5895
5896 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5897
5898         * configure.in: release 1.9.5
5899         
5900         * scripts/lilypond.py (global_latex_preamble): only set
5901         twosideshift if 'twoside' is in latexoptions 
5902
5903         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
5904
5905         * VERSION: remove
5906
5907         * scripts/*2ly.py: update <> syntax
5908
5909 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5910
5911         * lily/chord-name-engraver.cc (process_music): add origin for
5912         chord name.
5913
5914         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
5915
5916         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
5917         bass notes for exceptions too.
5918
5919         * scm/define-grobs.scm (all-grob-descriptions): rename
5920         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
5921
5922         * scm/define-grob-properties.scm (remove-first): add remove-first
5923         property for orchestral scores.
5924
5925         * Documentation/user/*.itely: switch <<>> and <> 
5926
5927         * lily/glissando-engraver.cc (process_music): bugfix: move line to
5928         last_line only once. This fixes the two consecutive glissandi problem.
5929
5930 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
5931
5932         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
5933         error message "flexa-width undefined"
5934
5935         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5936         lily/include/gregorian-ligature.hh: print warning when ignoring
5937         head prefixes on flexa shapes
5938
5939         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
5940         space before a series of inclinatum heads
5941
5942         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5943         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
5944         cleanups
5945
5946         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
5947         and char_box
5948
5949 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
5950
5951         * input/regression/breathing-sign.ly: tiny fixes
5952
5953         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
5954         semantical collision with vaticana ligatures
5955
5956         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5957         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
5958         now consistent with mensural ligatures
5959
5960         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5961         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
5962         context pitches and staff position; dto. for virga stem; removed
5963         obsolete virga and clivis characters from parmesan font (WARNING:
5964         font changed)
5965
5966         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
5967         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
5968
5969         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5970         scm/define-grob-properties.scm: consistency fix: renamed
5971         join_left->add_cauda
5972
5973         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
5974         appendix length; bugfix: yoffs_bt for reverse direction punctum
5975         characters
5976
5977         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
5978         small cleanups; added more docu
5979
5980         * lily/mensural-ligature-engraver.cc,
5981         lily/vaticana-ligature-engraver.cc,
5982         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
5983         computation to CoherentLigatureEngraver
5984
5985         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
5986         scm/define-grob-properties.scm: bugfix: added missing linea and
5987         cavum properties; bugfix: removed dead semivocalis property
5988
5989         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
5990         length; redesigned quilisma, stropha and auctum
5991
5992         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
5993         line thickness
5994
5995         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
5996         Documentation/user/refman.itely: bugfix: introduced shifted
5997         epiphonus head to avoid collision with adjacent plica
5998
5999 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6000
6001         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6002
6003         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6004
6005 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6006
6007         * Documentation/user/tutorial.itely (A lead sheet): remove
6008         duplicate chords.
6009
6010         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6011
6012 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6013
6014         * Documentation/bibliography/computer-notation.bib (isbn): add
6015         xivcim publication.
6016
6017 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6018
6019         * GNUmakefile.in: drop lilypond.words for generation.
6020
6021 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6022
6023         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6024
6025         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6026
6027 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6028
6029         * input/test/figured-bass-alternate.ly (fl): new file.
6030
6031         * Documentation/topdocs/README.texi (Top): clarifications.
6032
6033         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6034         theses of Gieseking and Renz.
6035
6036         * GNUmakefile.in (README_FILES): remove README.mandrake.
6037
6038 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6039
6040         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6041         from source files and search patterns listed in the script.
6042
6043         * GNUmakefile.in: add target `lilypond.words'.
6044
6045         * lilypond.words: remove file, generated by `make lilypond.words'.
6046
6047         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6048
6049 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6050
6051         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6052
6053 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6054
6055         * VERSION: 1.9.4 released
6056
6057         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6058         rule for < > <-> << >> substitution
6059
6060         * lily/lexer.ll: exchange meaning of << >> and < > 
6061
6062         * VERSION (PACKAGE_NAME): 1.9.3 released
6063
6064         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6065         pages unconditionally.
6066
6067 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6068
6069         * Documentation/user/music-glossary.tely (Top): small syntax
6070         fixes.
6071
6072         * scm/music-functions.scm (remove-tag): filter \tagged music
6073         expressions.
6074
6075         * input/regression/tag-filter.ly (texidoc): new file.
6076
6077         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6078         symbol2 .. ) etc. 
6079
6080         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6081         convert rule.
6082
6083         * Documentation/user/refman.itely (Fingering instructions): adjust
6084         manual.
6085
6086         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6087         for borderline cases (e.g. 1 fingering.)
6088         (position_scripts): revise interface, use fingerOrientations to
6089         set fingering positions.
6090
6091         * scm/document-translation.scm (context-doc): add aliases to
6092         automated documentation.
6093
6094         * make/lilypond-vars.make: remove stepmake compat glue.
6095
6096         * make/generic-vars.make: remove cruft.
6097
6098         * lily/main.cc (main): don't identify binary.
6099
6100 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6101
6102         * lily/include/translator.hh (class Translator): remove
6103         type_string_ , use symbol for context name throughout.
6104         Changes through whole source tree.
6105
6106         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6107         set PDF as default, and always make PDF.
6108
6109         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6110
6111 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6112
6113         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6114         Documentation/user/refman.itely input/regression/allfontstyle.ly
6115         input/regression/grace-types.ly:
6116         fix spelling for acciaccatura (Webster's 1913).
6117
6118 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6119
6120         * lily/main.cc (usage): adjust blurb, include url.
6121
6122         * input/regression/breathing-sign.ly (texidoc): transpose up
6123
6124 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6125
6126         * input/regression/breathing-sign.ly: changed ancient examples to
6127         be relevant (by request of Han-Wen); updated BreathingSign text
6128         property according to new syntax.
6129
6130         * ly/gregorian-init.ly: updated BreathingSign text property
6131         according to new syntax
6132
6133 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6134
6135         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6136         (Clef): index entries for clefs.
6137
6138         * python/lilylib.py (system): remove errorlog files.
6139         
6140 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6141
6142         * lilypond.words: add \new and new graces. Add dynamics to menus
6143         keeping 1.8.x compatibility; after all the engraving relating to 
6144         notes becomes postfixed `-' marks will be removed.
6145
6146 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6147
6148         * lily/molecule.cc (align_to): idem.
6149
6150         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6151         
6152         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6153         accacciatura everywhere.
6154
6155         * VERSION (PACKAGE_NAME): released 1.9.2
6156
6157         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6158
6159         * scm/document-markup.scm (markup-doc-node): sort markup function
6160         list.
6161
6162         * lily/paper-outputter.cc (output_version): change "Lily was here"
6163         into  "Engraved by LilyPond"
6164
6165         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6166         on unquoted strings before \notenames.
6167
6168         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6169         increases the number of s/r reductions to 4.
6170
6171         * scm/new-markup.scm (fraction-markup): \fraction command.
6172
6173         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6174         mode
6175
6176         * lily/lookup.cc (round_filled_box): rename function.
6177         (LY_DEFINE): round-filled-box: change signature.
6178
6179         * Documentation/user/refman.itely: revise section explaining grace
6180         notes.
6181
6182         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6183         ly:set-context-property
6184
6185         * input/*/*.ly (vmus): use \new everywhere.
6186
6187         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6188
6189         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6190         default
6191
6192         * scm/music-functions.scm (set-stop-grace-properties)
6193         (set-start-grace-properties, add-grace-property): new functions
6194         for modular grace tweak control.
6195
6196         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6197         
6198 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6199
6200         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6201
6202         * GNUmakefile.in (install-pfa-fonts):
6203         (get-pfa-fonts): New target.
6204
6205         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6206         install-pfa-fonts help.
6207
6208 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6209
6210         * lily/translator-scheme.cc (LY_DEFINE):
6211         ly:context-pushpop-property new function.
6212         (LY_DEFINE): new function ly:translator-find  
6213         new function ly:translator?
6214         (LY_DEFINE): new function ly:context?
6215
6216         * lily/translator-def.cc: remove
6217         Translator_def::apply_pushpop_property().
6218
6219         * python/lilylib.py (read_pipe): only store and display error log
6220         if verbose not set.
6221         (read_pipe): only display log if it contains something.
6222
6223 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6224
6225         * Documentation/misc/GNUmakefile: Re-add.
6226         (TEXTS): Add CHANGES.
6227
6228 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6229
6230         * lilypond.words: add \newcontext.
6231
6232 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6233
6234         * lily/tie-performer.cc (stop_translation_timestep): only flush
6235         tied_notes when we have actually made a tie. Fixes bugs with ties
6236         in polyphonic scores.
6237
6238 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6239
6240         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6241         they do not exist.
6242
6243 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6244
6245         * VERSION (PACKAGE_NAME): released 1.9.1 
6246
6247         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6248         Instrument_name_engraver
6249
6250         * lily/tie-performer.cc (create_audio_elements): bugfix
6251
6252         * Documentation/user/music-glossary.tely (Top): comment out
6253         font-style statements.
6254
6255         * input/test/force-hshift.ly: revise example.
6256
6257         * Documentation/bibliography/engraving.bib (note): typos.
6258
6259         * configure.in: bump GCC requirements to 3.x
6260
6261         * lily/include/audio-item.hh (class Audio_tie): rename
6262         note_l_drul_ to note_drul_
6263
6264         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6265
6266         * lily/parser.yy (relative_music): whoops. All \relative were off
6267         by ...  a lot .... Ahem.
6268
6269         * scm/define-music-types.scm (music-descriptions): idem.
6270
6271         * lily/beam-engraver.cc: move new-beam-event to beam-event
6272
6273         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6274         to Tie_engraver
6275
6276         * input/regression/bar-number.ly: remove unnecessary old-relative
6277         options.
6278         
6279         * Documentation/user/internals.itely (Creating contexts): document
6280         \newcontext
6281
6282         * lily/parser.yy (Composite_music): add \newcontext
6283
6284         * Documentation/user/refman.itely (MIDI block): add note about
6285         dotted tempos.
6286
6287         * scm/font.scm: remove old markup legacy
6288
6289         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6290
6291         * lily/breathing-sign.cc (brew_molecule): remove function
6292
6293         * lily/text-item.cc: remove old-style markups.
6294         (interpret_markup): C++ version of markup function
6295         (brew_molecule): idem.
6296
6297         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6298         as Scheme variable.
6299
6300         * scripts/convert-ly.py (conv): dashes rule.
6301         Apply rule.
6302
6303         * Documentation/user/lilypond-book.itely: syntax fixes. 
6304
6305 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6306
6307         * VERSION (PACKAGE_NAME): release 1.9.0
6308
6309         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6310         note about dvips. (Should backport.)
6311
6312         * scripts/convert-ly.py
6313         (FatalConversionError.articulation_substitute): add
6314         convert-new-chords code. Remove convert-new-chords.py
6315
6316         * Documentation/user/refman.itely (Octave check): document
6317         \octave.
6318
6319         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6320         \relative changes.
6321
6322         * lily/parser.yy (command_element): octave check:
6323
6324            \octave PITCH
6325
6326         checks that PITCH (without octave) yields PITCH (with octave) in
6327         \relative
6328
6329         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6330
6331         * lily/scm-option.cc: ly:set-option now has the default argument
6332         #t.
6333
6334         * lily/lexer.ll: add \renameinput
6335
6336         * python/lilylib.py (command_name): robustifications.
6337
6338         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6339         /dev/stderr. This is ash compatible.
6340
6341         * ly/init.ly: add warning if compatibility was not necessary.
6342
6343         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6344
6345         * flower/include/string-handle.icc: formatting cleanups, rename
6346         references by ref_count_.
6347
6348 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6349
6350         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6351         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6352         package libs separately, fix conflicting php variable out=/dev/vc/
6353         invoking `unset out', declare menus, use only one icon-file, fix
6354         doc-path in menu.
6355
6356 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6357
6358         * scripts/convert-ly.py (FatalConversionError.conv): typo
6359
6360         * Documentation/misc/GNUmakefile: restore misc directory.
6361
6362         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6363
6364         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6365         Petites-Preludes 
6366
6367         * input/test/partial-blank.ly (quickmeasure): syntax
6368
6369         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6370         attachment property.
6371
6372         * Documentation/user/refman.itely: remove superfluous -'s 
6373         (Grace notes): ) fixes.
6374
6375         * lily/music.cc: generic compress(), transpose() functions. Remove
6376         others.
6377
6378         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6379         style markup entry.
6380
6381         * lily/parser.yy: all articulations postfix; remove obligatory -
6382         for [,  ) and \!
6383         
6384         * lily/music.cc (to_relative_octave): write generic
6385         to_relative_octave function; various relative cleanups.
6386         Hmmm.
6387
6388         * lily/scm-option.cc: add options new-relative and old-relative
6389
6390         * po/sv.po: new po file.
6391
6392         * Documentation/user/refman.itely (Dynamics): website
6393         fixes. (should backport!)
6394
6395 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6396
6397         * make/lilypond.mandrake.spec.in: declare version only once.
6398
6399 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6400
6401         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6402         meaning for now.
6403
6404 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6405
6406         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6407
6408         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6409
6410         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6411
6412         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6413
6414         * lily/music.cc (var): add ly:music-transpose function.
6415
6416         * lily/parser.yy (pre_events): remove prefix articulations.
6417
6418         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6419
6420         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6421
6422         * Documentation/user/refman.itely (Text markup): add comment about
6423         markup in header.
6424
6425 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6426
6427         * lily/paper-outputter.cc (write_header_fields_to_file): 
6428         only dump value if it is a string.
6429
6430         * flower/include/dictionary.hh: remove.
6431         
6432         * Documentation/ChangeLog-1.5: add back old log.
6433
6434         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6435         .pfas from a .deb.
6436
6437 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6438
6439         * Documentation/bibliography/engraving.bib: add entry for
6440         Jaschinski's Notation
6441
6442 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6443
6444         * Documentation/user/refman.itely (Beaming): add note about
6445         allowBeamBreak
6446
6447 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6448
6449         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6450         GregorianTranscription contexts
6451
6452         * ly/engraver-init.ly: vaticana contexts: minor fixes
6453
6454         * Documentation/user/refman.itely (Ancient notation): added note
6455         on appendix length bug
6456
6457         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6458         input/test/vaticana.ly: use vaticana contexts; small fixes
6459
6460 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6461
6462         * flower/hash.cc: Remove.
6463
6464         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6465         to (nonexistent?) hash_func_ identifier.
6466
6467         * python/midi.c (midi_error, midi_warning): Use char const* for
6468         __FUNCTION__ argument.
6469
6470         * python/gettext.py: Remove.  We already require python 2.1, which
6471         includes gettext.py.
6472
6473         * configure.in: Require python 2.1, as INSTALL.texi says.
6474         it.
6475
6476         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6477         versions 1.50 and 1.75.  Remove note about lexer patch.
6478
6479 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6480
6481         * Documentation/topdocs/INSTALL.texi: Update type1 font
6482         description to actual situation.  Add comment about new font ball
6483         layout.
6484
6485         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6486         in $LILYPONDPREFIX suffices for installation.
6487
6488 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6489
6490         * debian/control (Build-Depends): Add flex-old as alternative to
6491         flex.  Deprecate bison 1.75.
6492
6493 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6494
6495         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6496         Vaticana contexts
6497
6498         * Documentation/user/refman.itely (Ancient notation): documented
6499         some bugs; tiny fixes; added docu on Vaticana contexts
6500
6501         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6502         scripts
6503
6504 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6505
6506         * Documentation/user/refman.itely (Ancient notation): added some
6507         introductory words; added section on ancient time signatures;
6508         added some @seealso and @refcommands; small fixes and
6509         beautifications
6510
6511 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6512
6513         * input/regression/note-head-style.ly: many fixes and updates
6514
6515         * Documentation/user/refman.itely: added small sections on ancient
6516         accidentals, rests and flags; revised ancient note head section;
6517         small wording/spelling fixes
6518
6519         * input/test/rests.ly: layout fixes
6520
6521 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6522
6523         * input/puer-fragment.ly: bugfix: central C position of do clef
6524
6525         * ly/gregorian-init.ly: workaround: add small padding space before
6526         divisiones (the correct fix would be the spacing engine to handle
6527         this)
6528
6529 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6530
6531         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6532         cue-notes.ly: minor fixes.
6533
6534 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6535
6536         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6537         input/test/custos-style.ly
6538
6539         * Documentation/index.html.in: bugfix: link to Tutorial.html
6540
6541         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6542         to neumes; bugfix: "et": epiphonus, not just a simple pes
6543
6544 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6545
6546         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6547
6548         * lilypond.words: add new features: markup, column, center, \[ \].
6549         
6550 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6551
6552         * Documentation/topdocs/NEWS.texi, DEDICATION,
6553         stepmake/bin/add-html-footer.py
6554         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6555         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6556         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6557         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6558         added (only) after a sentence which is complete; if the sentence is 
6559         not ended a comma `,' or nothing is used. fix also spaces.
6560
6561 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6562
6563         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6564         requirements to plain 1.6.
6565
6566         * buildscripts/mutopia-index.py (read_lilypond_header): update
6567         mutopia-index.py to 1.4 syntax [sic]
6568
6569 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6570
6571         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6572
6573 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6574
6575         * Documentation/index.html.in: url for regression pdf
6576
6577         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6578
6579         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6580
6581         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6582
6583         * VERSION: 1.8.0 released
6584         
6585         * GNUmakefile.in (local-WWW-post): footify build fix.
6586
6587         * configure.in: require GUILE 1.6.4
6588
6589         * Documentation/user/GNUmakefile: don't copy *.png for
6590         lilypond-internals
6591
6592         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6593         local-WWW-post target.
6594         (rsync-web): add rsync-web target
6595
6596         * Documentation/user/introduction.itely (Music notation and
6597         engraving): add neume example
6598
6599         * input/puer-fragment.ly (cantus): add puer-fragment
6600
6601 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6602
6603         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6604         to notes, so that equalizer is actualy being used.
6605
6606         * scm/midi.scm (instrument-equalizer-alist):
6607         (absolute-volume-alist): Define public, so that user can copy or
6608         override.
6609
6610         * lily/key-performer.cc (create_audio_elements): Check for minor
6611         key.  Only if key is minor, set MIDI key to minor.
6612
6613 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6614
6615         * Documentation/user/refman.itely (Hiding staffs): fixes.
6616
6617         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6618
6619         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6620         vertical extents to deal with Hara kiri correctly.
6621
6622         * input/regression/hara-kiri-short.ly: remove
6623
6624         * input/regression/hara-kiri-pianostaff.ly: update test.
6625
6626         * Documentation/user/*.tely: remove WEBTITLE
6627
6628         * scm/output-tex.scm (comment): idem.
6629
6630         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6631
6632         * scm/music-functions.scm (make-lyric-event): new function
6633
6634         * scm/lily.scm (lilypond-version): new function
6635
6636         * input/test/version-output.ly: new file.
6637
6638         * Documentation/user/lilypond.tely: add version number to
6639         front-page.
6640
6641 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6642
6643         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6644
6645 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6646
6647         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6648
6649         * Documentation/user/refman.itely (Hiding staffs): rename node.
6650
6651 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6652
6653         * input/regression/new-markup-syntax.ly (texidoc): remove
6654         molecule-callback override.
6655
6656 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6657
6658         * input/les-nereides.ly: Mark tweaks with %tweak.
6659
6660         * Debian patch, see debian/changelog (Anthony Fok).
6661
6662 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6663
6664         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6665         problem.
6666
6667 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6668
6669         * Documentation/user/refman.itely (Text markup): Fix language bug.
6670
6671 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6672
6673         * input/* : postfix syntax fixes.
6674
6675         * Documentation/user/refman.itely (Text markup): add note about
6676         raise/lower with ^ or _ .
6677         
6678         * po/fi.po: fix \\apply strings.
6679
6680         * lily/parser.yy (open_event): warn for prefix articulations.
6681
6682 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6683
6684         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6685         fix also on parmesan font.
6686
6687 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6688
6689         * VERSION 1.7.30 released
6690         
6691         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6692
6693         * buildscripts/mutopia-index.py (headertext): rewording
6694
6695 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6696
6697         * scm/new-markup.scm (strut-markup): new markup function.
6698
6699         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6700         space also when no accidental is there.
6701
6702 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6703
6704         * input/les-nereides.ly: Updates.
6705
6706 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6707
6708         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6709         which repeats the tag insertion selected from "Insert tag" menu.
6710
6711 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6712
6713         * lily/all-font-metrics.cc (find_font): load AFM files first only
6714         for feta fonts. This fixes problems with TeXlive and other TeX
6715         distros that include AFM files for the CM fonts. 
6716
6717         * scm/font.scm (qualifiers-to-font-name): remove.
6718
6719         * lily/paper-def.cc: remove get_var.
6720
6721         * input/trip.ly: remove file.
6722         
6723         * input/regression/spacing-note-flags.ly (raggedright): remove
6724         stafflinethickness
6725
6726         * input/les-nereides.ly: update to new syntax, cleanups.
6727
6728 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6729
6730         * Documentation/user/refman.itely: Clarify shortest-note problem
6731         of autobeamer.
6732
6733 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6734
6735         * lilypond-mode.el: Add each word to regexps only once.
6736
6737         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6738         is based on the syntax definitions in lilypond.words. Remove all 
6739         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6740         LilyPond->Insert menu is generated by the entries in lilypond.words 
6741         to which have been given a syntax definition.
6742
6743         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6744         \notes, \relative, \score, \simultaneous, \transpose.
6745
6746         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6747
6748         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6749         
6750         * lilypond-mode.el: add menu keywords separately.
6751
6752         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6753
6754 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6755
6756         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6757         current ugly installation method for PFA fonts.
6758
6759 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6760
6761         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6762         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
6763
6764         * Documentation/user/music-glossary.tely: update legato.
6765
6766 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6767
6768         * lexer-gcc-3.0.patch: Remove.
6769
6770         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
6771
6772 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6773
6774         * debian/rules (binary-arch): remove NEWS.
6775
6776 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
6777
6778         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
6779         stepmake/bin{ many }: polish the `--help's of different scripts;
6780         model taken from the core-utils of Linux.
6781
6782         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
6783
6784 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6785
6786         * flower/parse-afm.cc (parseCharMetrics): add warnings.
6787
6788         * flower/libc-extension.cc: idem.
6789
6790         * flower/include/libc-extension.hh: protect against isinf macros.
6791
6792 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
6793
6794         * { many }: Use two uppercase letters in LilyPond.
6795
6796         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
6797
6798         * VERSION: 1.7.29 released.
6799         
6800 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6801
6802         * lily/tie.cc: add TODO comment.
6803
6804         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
6805
6806         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
6807         linejoins and linecaps. This fixes problems with occasional spikes
6808         on slur/tie endings.
6809         
6810         * input/regression/font-name.ly: don't use PS fonts for
6811         compatibility reasons. 
6812
6813         * mutopia/claop.py (accents): update to 1.8
6814
6815         * Documentation/user/music-glossary.tely (Top): remove 13pt.
6816
6817         * Documentation/user/macros.itexi: don't color glossary links.
6818
6819         * Documentation/user/invoking.itexi (Error messages): new section
6820
6821 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6822
6823         * input/regression/font-name.ly: add file.
6824
6825         * scm/document-backend.scm (grob-doc): remove <hr> from
6826         lilypond-internals
6827
6828         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
6829         reqd version to 1.6.4 
6830
6831         * lily/font-interface.cc (get_font): bugfix: take font-name from
6832         alist chain too. This fixes font-name override for \markup.
6833
6834 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6835
6836         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
6837
6838         * input/test/polymetric-differing-notes.ly: Compile fix.
6839
6840 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
6841
6842         * Documentation/user/refman.itely: fixed typo
6843
6844         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
6845         before flexa
6846
6847 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6848
6849         * input/test/{ many }: search & fix some typos.
6850
6851 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6852
6853         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
6854         images.
6855
6856         * scm/music-functions.scm (make-voice-props-set): set Script /
6857         TextScript dir for polyphony too.
6858
6859         * scm/define-grobs.scm (all-grob-descriptions): decrease space
6860         before clef.
6861
6862         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
6863
6864 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
6865
6866         * Documentation/user/refman.itely (Percussion): Small
6867         clarifications and fixes.
6868
6869         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
6870         threads. This fixes different heads playing simultaneously.
6871
6872 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6873
6874         * Documentation/user/{ many }: increase readability (read through 
6875         User manual from `one big page').
6876
6877 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6878
6879         * input/test/polymetric-differing-notes.ly: add example with
6880         disparate note values.
6881
6882         * input/test/polymetric.ly: rename from poly-metric
6883
6884         * scripts/ly2dvi.py (include_path): bugfix: use outbase
6885         iso. outname.
6886
6887         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
6888         G-clef bbox to real char extents. This fixes the G-clef being
6889         offset too much to the right.
6890         document perc clef offset.
6891
6892         WARNING: FONT CHANGED.
6893
6894         * Documentation/user/tutorial.itely (Tutorial): move menu.
6895
6896 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6897
6898         * buildscripts/lilypond-profile.sh (Error): trim error message.
6899
6900         * Documentation/user/invoking.itexi (Invoking the lilypond
6901         binary): add note about path.
6902
6903         * Documentation/user/macros.itexi: add @c at EOL, hopefully
6904         suppresses superfluous spaces.
6905
6906 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6907
6908         * buildscripts/lilypond-profile.sh: Add documentation to error
6909         message.
6910
6911         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
6912
6913 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6914
6915         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
6916         <mike@ossmann.com>)
6917
6918         * Documentation/bibliography/computer-notation.bib (pages): prune
6919         unscientific language.
6920
6921         * Documentation/user/GNUmakefile: copy unsplit file to
6922         lilypond.html (idem for lilypond-internals).
6923
6924         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
6925
6926         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
6927
6928         * python/lilylib.py (lilypond_version): 2.1 proof version check.
6929
6930         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
6931         fix.
6932         
6933 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
6934
6935         * Documentation/user/{ various }: bind text snippets with their
6936         examples, e.g. by punctuation: This is an example.
6937
6938 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6939
6940         * ly/performer-init.ly (VoiceContext): Typos.
6941
6942         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
6943         builds, leave final-install to toplevel srcdir makefile.
6944
6945         * make/srcdir.make.in (install): New target.
6946
6947 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6948
6949         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
6950         This fixes core dump on MIDI output (Simon Weatherill).
6951
6952         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
6953         on local-WWW-post.
6954
6955 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6956
6957         * make/lilypond.redhat.spec.in: add dvips to reqs.
6958
6959 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6960
6961         * make/srcdir.make.in (web): Add special web target.
6962
6963         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
6964         from inner $(LOOP).
6965
6966         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
6967
6968         * stepmake/stepmake/generic-targets.make (www-targets-help):
6969         * GNUmakefile.in (web-install): Install in $(webdir).
6970
6971         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
6972
6973         * cygwin/changelog: 
6974         * cygwin/mknetrel: Update.
6975
6976         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
6977         (html-doc): Remove (use: web).
6978
6979         * stepmake/stepmake/script-rules.make: 
6980         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
6981         Fix $(config_make) dependencies for srcdir build.
6982
6983         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
6984         target for srcdir build.
6985
6986         * stepmake/make/stepmake.make: 
6987         * make/srcdir.make.in: 
6988         * GNUmakefile.in:
6989         * make/stepmake.make (config_make): Rename variable (was:
6990         configuration).
6991
6992 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6993
6994         * Documentation/user/internals.itely (Manipulating music
6995         expressions): run lilypond on example too.
6996
6997         * flower/include/libc-extension.hh: move lrint define to
6998         header. bugfix.
6999         
7000 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7001
7002         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7003         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7004         do we recurse whole tree?).
7005
7006         * GNUmakefile.in (html-doc): Resurrect.
7007
7008         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7009         obsolete $(package-icon) dependency.
7010
7011 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7012
7013         * Documentation/user/refman.itely (Automatic staff changes):
7014         add seealso 
7015
7016         * Documentation/index.html.in: link to bigpage.
7017
7018         * Documentation/user/tutorial.itely (Tutorial): streamline.
7019
7020         * Documentation/index.html.in: url typo.
7021
7022         * VERSION (PACKAGE_NAME): release 1.7.28
7023
7024         * python/lilylib.py (error_log): remove '/' from name.
7025
7026         * input/regression/pedal.ly: remove; dups input/test/
7027         
7028         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7029
7030         * Documentation/index.html.in: python style doco index.
7031
7032         * Documentation/{footer,header}.html.in (src): remove, 
7033
7034         * Documentation/pictures: remove all but lelie-logo.xpm.
7035
7036         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7037         before running makeinfo.
7038
7039         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7040         @code{}
7041
7042 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7043
7044         * input/test/bar-number-regular-interval.ly: rename.
7045
7046         * Documentation/user/*: various fixes. 
7047
7048 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7049
7050         * Documentation/{ many }: polish for update-all-menus. typos.
7051
7052         * po/fi.po: fixes.
7053
7054         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7055
7056         * buildscripts/mutopia-index.py: polish.
7057
7058         * input/regression/{ many }, input/test{ many }: polish texidocs.
7059
7060 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7061
7062         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7063         pedal-style
7064
7065         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7066         iso. edge-widen.
7067
7068         * lily/piano-pedal-engraver.cc (process_music): change from
7069         process_acknowledged ()
7070
7071         * lily/piano-pedal-bracket.cc: new file. Change
7072         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7073         cleaned up.
7074
7075         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7076
7077         * input/regression/tuplets.ly (texidoc): rename file.
7078
7079         * po/fr.po: update
7080
7081         * buildscripts/lilypond-profile.sh: error message if script is not
7082         sourced.
7083
7084         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7085         bracket-flare
7086         (make_bracket): simplify code.
7087
7088         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7089         argument.
7090
7091         * python/lilylib.py (lilypond_version_check): new function
7092
7093         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7094
7095         * scripts/ly2dvi.py (run_lilypond): add version check.
7096
7097         * scripts/lilypond-book.py (option_definitions): typo
7098
7099         * scripts/ly2dvi.py (include_path): typo
7100
7101         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7102
7103         * lily/parse-scm.cc (parse_handler): typo
7104
7105         * Documentation/user/macros.itexi: use @heading for headings.
7106
7107         * Documentation/user/refman.itely: updates, fixes.
7108
7109 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7110
7111         * po/fi.po: add Finnish translations. fixes.
7112
7113         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7114
7115         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7116         from lily/glissando-engraver.cc.
7117
7118 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7119
7120         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7121         for non-first _broken_ bracket.
7122
7123         * Documentation/user/refman.itely: corrections.
7124
7125 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7126
7127         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7128         support of the fingerings.
7129
7130         * po/fr.po: French translation update.
7131
7132         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7133         strings.
7134
7135 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7136
7137         * Documentation/user/introduction.itely: Small fixes.
7138
7139 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7140
7141         * Documentation/topdocs/AUTHORS.texi: polish.
7142
7143 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7144
7145         * Documentation/user/introduction.itely: revise
7146
7147         * Documentation/user/tutorial.itely: reorganise.
7148
7149         * Documentation/topdocs/index.tely: remove.
7150
7151         * Documentation/header.html.in: prune.
7152
7153         * GNUmakefile.in: clean up web building.
7154
7155         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7156         target.
7157
7158 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7159
7160         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7161
7162         * lilypond-mode.el: turn on blink-matching-paren.
7163
7164 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7165
7166         * scm/output-sodipodi.scm (svg-header): Fix typo.
7167
7168 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7169
7170         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7171         fixes a security hole.
7172
7173         * scripts/lilypond-book.py (original_dir): remove temp_dir
7174
7175         * scm/document-translation.scm: use @code tags.
7176
7177 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7178
7179         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7180
7181         * lilypond-mode.el: add a buffer-local post-command-hook to set
7182         context dependent syntax-table after each cursor event. Remove old
7183         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7184
7185         * lilypond-indent.el: update comments.
7186
7187         * Documentation/footer.html.in: add period.
7188
7189 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7190
7191         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7192
7193         * scm/document-translation.scm (document-property-operation): add
7194         @code{} tags.
7195
7196         * VERSION (PACKAGE_NAME): release 1.7.27
7197
7198         * config.make.in: add PAPER variable
7199
7200         * buildscripts/new-chords.py (help): add help text
7201
7202         * Documentation/user/introduction.itely (Typography and program
7203         architecture):  fixes.
7204
7205         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7206         for texinfo and dvips. This fixes problems with PDF output of the
7207         wrong size.
7208
7209         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7210         DVIPS_PAPERSIZE variable
7211
7212         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7213         TEXINFO_PAPERSIZE variable 
7214
7215 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7216
7217         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7218
7219         * mf/feta-toevallig.mf: lowres fixes.
7220
7221 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7222
7223         * NEWS: Typo and fill-paragraph fixes.
7224
7225         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7226         cast #define.
7227
7228         * configure.in: 
7229         * config.hh.in: Check for lrint.
7230
7231 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7232
7233         * VERSION: 1.7.26 released
7234
7235         * lily/separation-item.cc: add padding property.
7236
7237         * input/test/*.ly: various fixes, remove solo-a2.ly
7238
7239         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7240         bugfix. Fixes old-style markup compatibility.
7241
7242         * Documentation/user/introduction.itely (Introduction): historical
7243         elucidations
7244
7245         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7246
7247         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7248
7249         * Documentation/index.texi (Top): cleanup.
7250
7251         * Documentation/user/introduction.itely (Introduction): rewrite
7252         introduction, 
7253         (Music notation and  engraving): about notation. Add flat-picture
7254
7255 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7256
7257         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7258         separation items. This keeps lyrics from bumping into each other.
7259
7260 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7261
7262         * GNUmakefile.in (topdocs-web): New target.
7263         (local-web): Depend on topdocs-web; fixes html-doc.
7264
7265 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7266
7267         * po/lilypond.pot: run po-replace
7268
7269         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7270
7271         * scm/drums.scm (reset-drum-kit): new function.
7272
7273         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7274
7275         * scripts/update-lily.py: remove
7276         
7277         * VERSION: release 1.7.25
7278         
7279         * Documentation/user/introduction.itely (Introduction): rewrite
7280         start of introduction.
7281
7282 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7283
7284         * lily/all-font-metrics.cc: fixed typo
7285
7286 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7287
7288         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7289         LilyPond-mode-context-set-syntax-table): new functions to define
7290         the syntax table according to context.
7291
7292         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7293
7294 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7295
7296         * Documentation/user/refman.itely (Figured bass): 
7297         language nit courtesy http://www.vocabula.com
7298
7299         * GNUmakefile.in: remove no kpathsea hack.
7300
7301         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7302         doco.
7303
7304         * GNUmakefile.in: remove web-doc target.
7305
7306         * lily/all-font-metrics.cc (find_afm): add message about
7307         buildscripts/clean-fonts.sh 
7308
7309         * scm/define-music-properties.scm (figure): use string for 'figure
7310
7311         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7312
7313         * input/regression/ : add raggedright = ##t where applicable. 
7314         
7315         * scm/bass-figure.scm (make-bass-figure-markup): add
7316         alignBassFigureAccidentals property.
7317
7318         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7319         bracket.
7320
7321         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7322         syllables widths into account for minimum-length.
7323
7324         * input/test/staff-container.ly: update file
7325
7326         * input/test/stem.ly: remove
7327
7328         * lily/event.cc (LY_DEFINE): add ly: prefix.
7329
7330         * input/test/clef-manual-control.ly: from manual-clef
7331
7332         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7333
7334         * input/test/different-time-signatures.ly: move to poly-metric.ly
7335
7336         * input/test/hara-kiri*,scales.ly: remove
7337         
7338         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7339         with chord-names-jazz.ly)
7340
7341         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7342         get scalable cm fonts too.
7343
7344         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7345         --encoding for mftrace if present.
7346
7347         * input/regression/slur-area.ly: move from test/
7348
7349         * input/test/: remove simple-slur-endings slur-attachment
7350         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7351         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7352         slur-symmetry slur-symmetry tie-broken.ly
7353
7354         * scm/drums.scm (set-drum-kit): add function.
7355
7356         * Documentation/user/refman.itely (Percussion staves): use
7357         set-drum-kit
7358
7359         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7360         too
7361         (Global_measure.set_timesig): handle 3/8 time sig too.
7362
7363         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7364         note about triangle note heads.
7365
7366         * scm/drums.scm: use alist for instrument-settings. This fixes the
7367         bug with assigning to drums in the .ly file.
7368
7369         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7370         CHANGED.
7371
7372         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7373         cluster-beacon-interface
7374
7375         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7376
7377         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7378
7379         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7380
7381         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7382         to get positions.
7383
7384         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7385         make ClusterSpannerBeacon to record Y positions. This removes the
7386         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7387         make cluster-note-events.
7388
7389 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7390
7391         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7392
7393         * configure.in: Use lily/main.cc as identifying source file.
7394
7395         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7396
7397         * config.hh.in: 
7398         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7399
7400         * configure.in: Require PYTHON >= 2.0.
7401
7402         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7403           $PYTHON for include dir location.
7404         (STEPMAKE_PYTHON): New function.  Use
7405         
7406             PYTHON=foo ./configure
7407
7408           to override.
7409
7410 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7411
7412         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7413         something.
7414
7415         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7416         ftp.lilypond.org everywhere.
7417
7418 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7419
7420         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7421         detected.
7422
7423         * Documentation/user/refman.itely (Grace notes): note on explicit
7424         contexts
7425
7426 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7427
7428         * lilypond-font-lock.el: add a comment about LilyPond specific
7429         escape characters: ^, - and _, in the syntax table.
7430
7431         * Documentation/user/appendices.itely: a majuscule fix.
7432
7433 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7434
7435         * input/test/trills.ly (endHorizScript): fixes.
7436
7437         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7438         notation, move from regression.
7439
7440         * input/test/script-stack.ly: change name from stacked-scripts
7441
7442         * input/test/ossia.ly: octave errors.
7443
7444         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7445         for midi-volume-equaliser
7446
7447 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7448
7449         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7450         cm fonts.
7451
7452         * mf/feta-beugel.mf: don't multiply font_count by 10.
7453
7454         * lily/lookup.cc (horizontal_line): new function. Use
7455         horizontal-line in output backends.
7456
7457         * Documentation/user/tutorial.itely (An orchestral part): new
7458         section on orchestral stuff and identifiers.
7459
7460 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7461
7462         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7463         some interference to other modes.
7464
7465 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7466
7467         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7468         not maximum of spacing wishes in polyphonic situations.
7469
7470         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7471         number
7472
7473         * lilypond-indent.el: remove paren matching. 
7474
7475         * lily/text-item.cc (interpret_new_markup): new function
7476         use iso. text2molecule.
7477
7478         * lily/main.cc (notice): change FSF address 
7479
7480         * po/de.po: update PO file to 1.6.
7481
7482 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7483
7484         * Documentation/user/ {many}: Add periods and remove spaces.
7485         
7486 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7487
7488         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7489         Disable buffer-locally default paren hook and make a new one. 
7490
7491         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7492         locally LilyPond-paren-mode. Add todo for mouse double-click.
7493
7494 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7495
7496         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7497         Disable buffer-locally default paren idle timer and make a new one. 
7498
7499         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7500         locally LilyPond-show-paren-mode. Add to menu a toggle for
7501         LilyPond-show-paren-function.
7502
7503 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7504
7505         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7506
7507 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7508
7509         * Documentation/user/refman.itely: spelling fix.
7510
7511         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7512         paren highlight function definitions. add todo for
7513         LilyPond-show-paren-mode.
7514
7515 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7516
7517         * input/template/jazz-combo.ly: new file.
7518
7519 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7520
7521         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7522         lo-res fixes.
7523
7524         * mf/feta-schrift.mf: bugfix in varcoda sign.
7525         WARNING: FONT CHANGED
7526
7527         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7528         in accordance with lexer.ll.   
7529
7530 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7531
7532         * Documentation/user/tutorial.itely: Edit introduction.
7533
7534 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7535
7536         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7537         ly:grob-staff-position
7538
7539 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7540
7541         * scm/to-xml.scm: import srfi-1
7542
7543         * VERSION (MAJOR_VERSION):  release 1.7.24
7544
7545         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7546
7547         * scripts/lilypond-book.py (do_file): put texidoc before image.
7548         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7549
7550         * input/regression/*.ly: fix snippet octaves 
7551
7552         * input/test/spanner-after-break-tweak.ly: import
7553         broken-spanner-adjustment
7554
7555         * input/no-notation/midi-transposing.ly: move from input/test/
7556
7557         * input/test/: remove chord-markup
7558
7559         * input/regression/instrument-name-partial.ly: move from input/test.
7560
7561         * input/test/vertical-text.ly: remove
7562
7563         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7564         space above lyrics lines.
7565
7566         * input/test/uniform-breaking.ly: remove file.
7567
7568         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7569         uniform spacing density. 
7570
7571         * input/test/chords.ly (keys): remove file.
7572
7573         * scm/documentation-lib.scm (oop): use srfi-1 too.
7574
7575         * input/regression/*.ly: add \version
7576
7577         * Documentation/user/*.itely: various fixes.
7578
7579         * buildscripts/mf-to-table.py (base): break table every three
7580         symbols.
7581
7582         * input/:  remove %% new-chords-done %% .
7583
7584         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7585         os-music.ly
7586         
7587 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7588
7589         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7590
7591         * scm/new-markup.scm (box-markup): new function.
7592         (box-markup): new function. Contributed by Dick Schoeller
7593         <schoeller@attbi.com>
7594
7595         * scm/lily.scm: remove reduce-no-unit 
7596         (list-insert-separator): use fold-right
7597
7598         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7599         of arguments. 
7600
7601         * NEWS: more neutral language for ancient notation 
7602
7603         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7604         inside pointing beaming for chord tremolo.
7605
7606         * Documentation/user/lilypond-book.itely: minor editing
7607
7608 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7609
7610         * NEWS: added news for 1.8 regarding ancient notation
7611
7612         * Documentation/user/refman.itely (Gregorian square neumes
7613         ligatures): fixed typo
7614
7615         * lily/vaticana-ligature-engraver.cc,
7616         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7617         lower/upper head of Pes only when heads are stacked
7618
7619         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7620         scm/define-grob-properties.scm: cleanup: make "join-left" a
7621         boolean grob property and save delta pitch in grob property
7622         "delta-pitch" instead
7623
7624         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7625
7626 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7627
7628         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7629         completely borked
7630
7631         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7632         (try_music): bug fix: beam multiplicity was completely borked.
7633
7634         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7635         first-n, butfirst-n in favor of srfi-1 functions.
7636         remove string-join, string-pad in favor of srfi-13 functions.
7637
7638         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7639
7640         * NEWS: use complete sentences.
7641
7642         * Documentation/user/introduction.itely (Example applications):
7643         add note about databases and lilypond-book.
7644
7645         * input/test/volta.ly: remove file
7646
7647         * input/regression/volta-broken-left-edge.ly: simplify file
7648
7649 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7650
7651         * Documentation/user/refman.itely (Constructing a tweak): new
7652         subsection.
7653
7654         * Documentation/user/tutorial.itely (Fine tuning layout): add
7655         common tweaks.
7656
7657         * scm/define-grobs.scm (TextScript): use new brewer.
7658
7659 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7660
7661         * VERSION: release 1.7.23
7662
7663         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7664
7665         * python/lilylib.py (make_ps_images): bugfixes.
7666
7667         * input/regression/volta-multi-staff.ly: new file.
7668
7669         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7670
7671         * Documentation/user/tutorial.itely (Piano staffs): new section.
7672         (Setting variables): new section
7673         (Fine tuning layout): new section
7674
7675         * input/just-friends.ly: remove file. Superseeded by
7676         input/test/chords-without-melody.ly
7677
7678         * ly/property-init.ly: add all commands to refman.
7679
7680         * scm/define-translator-properties.scm: remove
7681         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7682
7683         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7684         name. Underscores botch up PS output.
7685
7686         * scm/define-translator-properties.scm: remove
7687         textNonEmpty, oneBeat, regularSpacingDelta
7688
7689         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7690         rule for automaticBars.
7691
7692         * lily/timing-engraver.cc (start_translation_timestep): change
7693         barNonAuto to automaticBars
7694
7695 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7696
7697         * input/test/perform-tie.ly: delete file.
7698
7699 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7700
7701         * Documentation/user/refman.itely (Gregorian square neumes
7702         ligatures): bugfix: do not show ledger lines in neumes table
7703         (fixed by setting staff symbol to transparent rather than removing
7704         it from staff context)
7705
7706 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7707
7708         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7709         glue into brew-new-markup-molecule.
7710
7711         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7712
7713         * Documentation/user/introduction.itely (Computerized typography):
7714         new section
7715
7716         * Documentation/user/tutorial.itely (An orchestral part): remove
7717         pc example from tutorial.
7718
7719         * input/tutorial/lilbook.tex: use screech-boink
7720
7721         * scripts/lilypond-book.py (compile_all_files): split formatting
7722         output body and scheduling lilypond compilation.
7723         (format_lilypond_output_bodies): new function
7724         (format_lilypond_block): new function
7725         (html_pages): allow multi-page images in HTML
7726
7727         * python/lilylib.py (make_ps_images): rename function from
7728         make_preview, merge with make_page_images
7729
7730 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7731
7732         * input/test/key-clefs.ly: moved to regression.
7733
7734         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7735
7736         * input/no-notation/README: added note about midi-*.ly files.
7737
7738         * input/test/two-key.ly: moved to no-notation/parse5.ly
7739
7740         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7741         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7742
7743         * input/test/ {various}: modified comments, marked some for deletion.
7744
7745         * input/test/lines.ly: deleted file; duplicate of
7746         embedded-postscript.ly
7747
7748         * input/test/mmrest-collision: moved to regression.
7749
7750 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7751
7752         * scm/chord-name.scm (note-name->markup): don't superscript root
7753         alterations in chordnames.
7754
7755 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7756
7757         * Documentation/user/refman.itely (Multi measure rests): more
7758         index/cross-referencing.
7759
7760         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7761
7762         * scm/font.scm: remove properties-to-font-name code.
7763
7764         * scm/define-grob-properties.scm: remove 'type
7765
7766         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
7767         conversion
7768
7769         * lily/text-spanner.cc: change 'type grob prop to 'style 
7770
7771         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
7772         "first" flag to decide whether to make a start-repeat
7773
7774         * input/regression/grace-volta-repeat-2.ly: new file.
7775
7776 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7777
7778         * lilypond-indent.el: rename generic functions to LilyPond-*
7779
7780 2003-06-22  Graham Percival  <gperlist@shaw.ca>
7781
7782         * input/test/thumb.ly: delete, merged into refman.
7783
7784         * Documentation/user/refman.itely: added thumb info to Fingering.
7785
7786         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
7787         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
7788         vertical-align.ly : deleted files.
7789
7790 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7791
7792         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
7793
7794         * lily/line-spanner.cc (broken_trend_offset): remove function.
7795         (get_broken_offset): idem.
7796         (brew_molecule): rewrite the line-break case.
7797
7798         * input/regression/follow-voice-break.ly:  new file.
7799
7800         * lily/line-spanner.cc (after_line_breaking): remove lines at the
7801         start of a system.
7802
7803 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7804
7805         * input/test/tuplet-rest.ly: moved to regression.
7806
7807         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
7808         deleted file.
7809
7810         * input/test/ {many} : marked file for possible deletion.
7811
7812 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7813
7814         * input/regression/beam-funky.ly: add note about (disputed)
7815         correct beaming.
7816
7817         * ly/engraver-init.ly (ScoreContext): put key-signature after
7818         staff-bar
7819         
7820 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7821
7822         * input/test/ broken.ly lyric-phrasing.ly: deleted.
7823
7824         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
7825
7826         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
7827
7828         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
7829         stem-extend was deleted (it was duplicate example, and not as
7830         good).
7831
7832         * input/test/[s-z]*.ly: add texidoc index.
7833
7834 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7835
7836         * lily/slur.cc (get_boundary_notecolumn_y): change name from
7837         get_first_notecolumn_y
7838
7839         * lily/spanner.cc (broken_spanner_index): new function.
7840
7841 2003-06-19  Graham Percival  <gperlist@shaw.ca>
7842
7843         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
7844         lyric-hyphen.ly : moved to regression.
7845
7846         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
7847         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
7848
7849         * input/test/instrument-name-mmrest.ly: moved to
7850         ../regression/multi-measure-rest-instr-name.ly
7851
7852         * input/test/knee-sym.ly: moved to
7853         ../regression/beam-knee-symmetry.ly.
7854
7855         * input/test/hymn.ly: change comments.
7856
7857         * input/test/[p-r]*.ly: add texidoc index.
7858
7859 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7860
7861         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
7862         to postfix syntax
7863         
7864         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
7865         syntax.
7866
7867         * VERSION: release 1.7.22
7868
7869 2003-06-18  Graham Percival  <gperlist@shaw.ca>
7870
7871         * input/test/[h-k]*.ly: added texidoc index.
7872
7873         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
7874
7875         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
7876
7877         * input/test/ various : mark files for deletion or moving to
7878         regression.
7879
7880         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
7881
7882         * input/test/[l-o]*.ly: added texidoc index.
7883
7884 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7885
7886         * scm/music-functions.scm (make-ottava-set): 
7887         only do ottavation if centralCPosition is set.
7888
7889         * lily/translator-scheme.cc (ly:context-property-where-defined):
7890         return '() if not found.
7891
7892 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
7893
7894         * lilypond-mode.el (LilyPond-un-comment-region): removed.
7895         Use one command for both commenting and uncommenting.
7896
7897         * lilypond-indent.el (LilyPond-comment-region): new function,
7898         (un)comments each line separately.
7899
7900         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
7901         
7902         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
7903         imenu is not added by default; adapted from f90.el,
7904         makes Help-menu, which does not fit, visible in XEmacs.
7905         
7906 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
7907
7908         * lilypond-mode.el: Set show-paren-mode local; minor-mode
7909         show-paren-mode sets blink-matching-paren-on-screen local.
7910         Try to make show-paren-function to paren-highlight local.
7911
7912         * lilypond-indent.el (LilyPond-scan-sexps): new function.
7913         Copy definitions of Emacs' show-paren-function and
7914         XEmacs' paren-highlight and make minimal changes;
7915         add comments about locality. 
7916         Fix matching first open-paren-char in '<< .. >>'.
7917
7918 2003-06-16  Graham Percival  <gperlist@shaw.ca>
7919
7920         * input/test/g*: added texidoc index.
7921
7922         * input/test/[a-g]*: added raggedright==#t when it
7923          seemed appropiate.
7924
7925         * input/test/ fake-grace.ly figured-bass.ly : removed file.
7926
7927         * Documentation/topdoc/INSTALL.texi: removed false warnings
7928         about gcc 3.3.
7929
7930 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7931
7932         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
7933
7934         * input/test/chords-without-melody.ly (texidoc): add from
7935         input/just-friends.ly
7936
7937         * input/regression/size{13--26}.ly: move from input/
7938
7939         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
7940         input/{star-spangled-banner,twinkle}.ly: remove 
7941         
7942         * lily/slur.cc: remove slur over rest warnings.
7943
7944         * lily/note-spacing.cc (get_spacing): include left part of right
7945         object in fixed space. This fixes stretched space before
7946         accidentals.
7947
7948         * input/regression/spacing-accidental-stretch.ly: new file.
7949
7950 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
7951
7952         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
7953         Reduce to 16pt.
7954
7955 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7956
7957         * input/regression/spacing-knee.ly: docstring
7958
7959         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
7960
7961         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
7962         input/tutorial/{test,solar,flowing}.ly: remove
7963
7964         * input/rhythm.ly: remove
7965
7966         * input/mutopia/F.Schubert/standchen.ly: update syntax.
7967
7968         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
7969         update syntax. 
7970
7971         * scm/define-grobs.scm (all-grob-descriptions): set
7972         knee-spacing-correction to 1.0
7973
7974         * lily/note-spacing.cc (stem_dir_correction): compute knee
7975         correction using stem-thickness and head width.
7976
7977         * input/regression/beam-quanting-horizontal.ly: update texidoc
7978
7979         * scm/define-grobs.scm (all-grob-descriptions): set
7980         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
7981         This fixes 32nd beams for noteheads in spaces quants.
7982
7983         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
7984
7985 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
7986
7987         * README.mandrake: Change lilypond-extras to lilypond-documentation.
7988
7989 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7990
7991         * input/test/dpncnt.ly,part-combine-score.ly: remove.
7992
7993         * VERSION (PACKAGE_NAME): release 1.7.21
7994
7995         * input/regression/stem-shorten.ly: new file.
7996
7997         * lily/stem.cc (get_default_stem_end_position): revise stem
7998         shortening code.
7999
8000         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8001
8002         * input/test/{scripts,volta-start,sleur}.ly: remove
8003         
8004         * input/regression/span-bar.ly: smaller file.
8005
8006         * input/regression/spacing-{natural,tight,loose}.ly: remove
8007
8008         * input/test/markup.ly: remove
8009
8010         * scripts/lilypond-book.py: put printfilename in separate chunk,
8011         so texidoc is printed after the filename.  
8012
8013 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8014
8015         * make/lilypond.mandrake.spec.in: fix docdirs.
8016
8017 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8018
8019         * input/regression/beam-french.ly: bugfix.
8020
8021         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8022
8023         * input/regression/(various).ly: add raggedright = #t.
8024
8025         * input/regression/auto-beam.ly: move from abe.ly
8026
8027 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8028
8029         * input/test/f*.ly: added texinfo index.
8030         
8031         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8032
8033 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8034
8035         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8036         quant penalty for beam just outside staff.
8037
8038         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8039         from beam-pos.ly,  remove non-horizontal tests. 
8040
8041         * input/test/(various): cleanup header info. 
8042
8043         * input/test/tchaikovsky.ly: remove file.
8044
8045         * scm/chord-generic-names.scm: move from
8046         double-plus-new-chord-name.scm
8047
8048         * input/test/orchestscore.ly: remove file
8049
8050         * Documentation/user/refman.itely (Vocal music): update documentation.
8051
8052         * scm/define-translator-properties.scm (chordNoteNamer): remove
8053         chordNameStyle, use chordNameFunction
8054
8055         * scm/chord-name.scm (set-chord-name-style): remove
8056         set-chord-name-style. Use \property chordNameFunction.
8057
8058 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8059
8060         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8061         music): remove @TeX{} command.
8062
8063 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8064
8065         * lilypond-indent.el (scan-sexps): Renamed to
8066         aargh-this-breaks-other-emacs-modes-scan-sexps.
8067
8068 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8069
8070         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8071         closing slurs: '()', etc. Add comments.
8072
8073         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8074
8075         * lilypond-font-lock.el: match unending string at eof.
8076
8077         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8078         
8079 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8080
8081         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8082         input/test/beam-dir.ly input/test/beam-position.ly    
8083         input/test/beam-suspect.ly input/test/beam-trend.ly    
8084         input/test/beams.ly input/test/crescendo-text.ly : deleted
8085         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8086         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8087         * input/test/default-bars.ly: moved to bar-always.ly
8088         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8089
8090 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8091
8092         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8093
8094 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8095
8096         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8097
8098 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8099
8100         * lilypond-indent.el: Match better slurs in scheme expressions.
8101         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8102
8103         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8104
8105 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8106
8107         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8108
8109         * input/ac-extra-voice.ly: Add texidoc.
8110
8111         * ly/chord-modifiers-init.ly: 
8112         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8113         and chordNameExceptionsPartial for new chord names.
8114
8115         * input/test/chord-names-dpnj.ly: 
8116         * input/test/dpncnt.ly: Update.
8117
8118         * scm/chord-name.scm: 
8119         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8120         chord selection and options.
8121
8122         * ly/chord-modifiers-init.ly: Add exceptions 
8123
8124         * scm/define-translator-properties.scm (chordNameStyle) 
8125         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8126
8127 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8128
8129         * ly/property-init.ly (germanChords): Added.
8130         (semiGermanChords): Added.
8131         
8132         * input/test/chord-names-german.ly: Use new macros
8133         
8134 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8135
8136         * lilypond-indent.el: Use similar parenthesis highlighting for 
8137         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8138         functions; removed LilyPond-show-paren-function. Fix indenting.
8139         Turn paren-matching on also in XEmacs.
8140
8141         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8142         as needed by parenthesis highlighting functions (in scan-sexp).
8143
8144 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8145
8146         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8147         function.
8148         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8149
8150 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8151
8152         * lilypond-indent.el: tune regexp for show-paren-function.
8153
8154 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8155
8156         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8157         for all LilyPond-produced tex snippets.
8158
8159         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8160         fixes one line --preview output of ly2dvi.
8161
8162 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8163
8164         * lilypond-indent.el: match only one type of slurs in
8165         LilyPond-show-paren-function.
8166
8167 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8168
8169         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8170         * debian/lilypond1.7.dirs: 
8171         * debian/lilypond1.7-doc.dirs: New file.
8172
8173         * input/regression/chord-name-exceptions.ly: Add parameter for
8174         ignatzekExceptions.  Quote hash in docstring.
8175
8176 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8177
8178         * lilypond-indent.el (show-paren-function): define show-paren-function
8179         as LilyPond-blink-matching-open and use it for closing parens.
8180         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8181
8182         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8183         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8184         LilyPond-blink-matching-paren in order to match both open and close
8185         brackets.
8186         
8187 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8188
8189         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8190         testing by modifying the code from FSF Emacs paren.el. Add comments.
8191
8192 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8193
8194         * input/test/dpncnt.ly: Transpose example to match new
8195         default \chords octave.  Add comment.
8196         
8197         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8198         comment about octave change.
8199
8200 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8201
8202         * input/test/[d,e]: added texinfo index tags.
8203         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8204
8205 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8206
8207         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8208
8209 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8210
8211         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8212         as in blink-matching-open.
8213
8214 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8215
8216         * input/test/[a-c]: more comments in files.
8217         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8218         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8219         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8220         mark file for proposed deletion.
8221         * input/test: renaming files:
8222         auto-beam-4-8.ly to beam-auto-4-8.ly
8223         auto-beam-override.ly to beam-auto-override.ly
8224         auto-beam.ly to beam-auto.ly
8225         blank.ly to blank-paper.ly
8226         absolute-volume.ly to dynamic-absolute-volume.ly
8227
8228 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8229
8230         * input/test/dpncnt.ly: 
8231         * input/test/chord-names-dpnj.ly: Resurrect.
8232
8233         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8234
8235         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8236
8237         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8238         Better docstring, add parameter OMIT-ROOT, tidy up.
8239
8240 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8241
8242         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8243
8244 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8245
8246         * scm/output-ascii-script.scm (as-font-alist-alist):
8247         (as-properties-to-font-name):
8248         (as-make-style-sheet): Remove.
8249
8250         * scm/font.scm (as-make-font-list): New function.
8251         (as-font-sheet-alist): New variable.
8252
8253         * ly/paper-as9-init.ly: 
8254         * ly/paper-as5-init.ly: Update.
8255
8256         * ly/paper-as5.ly:
8257         * ly/paper-as9.ly: New file.
8258
8259 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8260
8261         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8262
8263 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8264         * input/sondag-morgen/*: removed due to copyright concerns.
8265         * input/[a,b]*.ly: added a newline at the end of the texinfo
8266         doc string (produces better output in HTML version).
8267         * input/c*.ly: added texinfo index and added comments to
8268         aid in future changes to input/test/ files.
8269
8270 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8271         
8272         * Documentation/user/refman.itely: fixed build problem (missing
8273         file) caused by previous renaming.
8274
8275 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8276         
8277         * input/test/[a,b]*.ly: added texinfo index and added comments to
8278         aid in future changes to input/test/ files.
8279         * input/test/bar-number-every-5-reset.ly: renamed to
8280         bar-number-every-five-reset.ly
8281         * input/test/bar-script-visibility.ly: renamed to
8282         bar-number-show-all.ly
8283
8284 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8285
8286         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8287         to Voice.
8288
8289         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8290         out note-line and glissando functionality.
8291         
8292         * lily/line-spanner.cc (brew_molecule): cleanup.
8293
8294 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8295
8296         * scripts/as2text.scm: Use rdelim module.
8297         (start-system): Rename from start-line.
8298         (stop-system): Rename from stop-line.
8299         (af-gulp-file): Use string iso symbol for getenv.
8300
8301         * scm/output-ascii-script.scm: Add guile and lily modules.
8302         (font-name-alist): New variable.
8303         (draw-line): New function.
8304
8305         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8306         (Were these silently removed, without ChangeLog entry?)
8307
8308 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8309
8310         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8311         process 2nd ottava correctly.
8312
8313 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8314
8315         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8316
8317 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8318
8319         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8320
8321 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8322
8323         * VERSION: release 1.7.20
8324         
8325         * lily/text-spanner.cc (brew_molecule): clean up function. This
8326         fixes bugs with broken 8va spanners.
8327
8328         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8329         This prevents spurious line-breaks with raggedright
8330         
8331 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8332
8333         * lily/key-performer.cc (create_audio_elements): always use major
8334         key
8335
8336         * Documentation/user/internals.itely: updates
8337
8338         * input/regression/beam-break.ly: new file.
8339
8340         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8341         beams if starting or terminating stems have 'beaming set.)
8342
8343         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8344         property.
8345
8346         * lily/parser.yy (verbose_command_req): add comment about scales.
8347
8348 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8349
8350         * lilypond-indent.el: adjust regexps in bracket-matching.
8351
8352 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8353
8354         * Documentation/user/refman.itely: more tiny fixes
8355
8356         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8357         "Chord names"; added table with input syntax for solesmes neumes
8358         table; added some words about rationale on input syntax design
8359
8360         * lily/gregorian-ligature-engraver.cc,
8361         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8362         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8363         alignment of Pes Initio Debilis
8364
8365         * Documentation/user/refman.itely,
8366         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8367         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8368         bugs in the solesmes neumes table
8369
8370 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8371
8372         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8373         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8374
8375         * lilypond-mode.el: fix tag-score. small improvements.
8376
8377 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8378
8379         * .cvsignore: Add aclocal.m4.
8380
8381         * lily/music-constructor.cc: Include <assert.h>.
8382
8383 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8384
8385         * ly/engraver-init.ly (HaraKiriStaffContext): use
8386         RemoveEmptyStaffContext instead.
8387
8388         * Documentation/user/refman.itely: updates
8389
8390 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8391
8392         * Documentation/user/refman.itely: added solesmes neumes table;
8393         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8394         bugfix: "Ornaments" -> "Articulations"
8395
8396         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8397
8398 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8399
8400         * lilypond-indent.el: Add a message about trying to match \] or \).
8401         
8402 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8403         
8404         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8405         obsolete "arithmetic_*"
8406
8407         * input/bugs/ligatures.ly: removed (will be put into a different
8408         directory later)
8409
8410 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8411
8412         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8413         libkpathsea (Maurizio Tomasi).
8414
8415 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8416
8417         * input/regression/repeat-slash.ly (texidoc): new file
8418
8419         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8420         slash repeats separately. Slash repeats and %
8421         repeats can now be nested.
8422
8423 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8424
8425         * lilypond-indent.el: Add preliminary test for closing \] and \).
8426         
8427 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8428
8429         * lily/gregorian-ligature-engraver.cc,
8430         lily/vaticana-ligature-engraver.cc,
8431         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8432         mf/parmesan-heads.mf: various semivocalis related bugfixes
8433
8434         * input/bugs/ligatures.ly: new file demonstrating problems with
8435         ligatures
8436         
8437 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8438
8439         * lilypond-mode.el,
8440         lilypond-font-lock.el,
8441         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8442
8443 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8444
8445         * lilypond-mode.el: Remove outdated code. Stress the difference 
8446         between Emacs and XEmacs definitions.
8447
8448         * lilypond-mode.el,
8449         lilypond-indent.el: Define a function interactive only when necessary.
8450
8451 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8452
8453         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8454         Use inactive regions also in XEmacs.
8455
8456 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8457
8458         * Documentation/user/refman.itely (Repeat syntax): more updates
8459
8460         * lily/simple-spacer.cc (solve): move solution process into
8461         solve(). This fixes a bug with collisions and raggedright = ##t.
8462  
8463         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8464
8465         * ly/engraver-init.ly: remove GraceContext. Update examples.
8466
8467 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8468
8469         * GNUmakefile.in (fonts): Also make fontball.
8470
8471         * Website fixes:
8472
8473         * ly/engraver-init.ly (GraceContext): Add.
8474
8475         * run:
8476
8477             convert-ly $(find . -name *.ly)
8478
8479         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8480         new chords.
8481
8482 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8483
8484         * VERSION: 1.7.19 released
8485         
8486         * scm/music-functions.scm (set-octavation): new function.
8487
8488         * input/regression/ottava.ly: new file
8489
8490         * lily/translator-scheme.cc (LY_DEFINE): new function
8491         ly:unset-context-property
8492         (LY_DEFINE) new function ly:context-property-where-defined: 
8493
8494 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8495
8496         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8497
8498         * lilypond.words: add few.
8499
8500         * input/test/script-chart.ly: fix typo.
8501
8502 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8503
8504         * scm/define-grobs.scm: uniform naming for definitions and output
8505         routine files. 
8506
8507         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8508         scm/context-description.scm
8509
8510         * lily/parser.yy (translator_spec_body): add \description to the
8511         \translator{} body syntax.
8512
8513         * lily/ottava-engraver.cc: new file.
8514
8515         * scm/chord-name.scm (natural-chord-alteration): replace old
8516         chord stuff. 
8517
8518         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8519
8520         * Documentation/user/refman.itely (Metronome marks): update doco.
8521
8522         * input/regression/markup-note.ly: new file
8523
8524         * input/regression/metronome-marking.ly: new file
8525
8526         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8527
8528         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8529         metronome marks.
8530
8531 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8532
8533         * Documentation/user/GNUmakefile: Compatibility fix for new
8534         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8535         for making binary packages; info splitting bug has been fixed.
8536
8537         * Documentation/user/refman.itely: Compile fixes.
8538
8539 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8540
8541         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8542         Count \midi -keywords also for a region.
8543
8544 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8545
8546         * lily/lookup.cc (LY_DEFINE): new function
8547
8548         * Documentation/user/tutorial.itely: updates
8549
8550 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8551
8552         * lilypond-mode.el: Allow Midi on buffer.
8553         Use only '.ly'-extension, remove '.sly' and '.fly'.
8554         Allow use of inactive regions. Invoke next Command on Master file, 
8555         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8556
8557 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8558
8559         * Documentation/user/tutorial.itely: updates.
8560
8561 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8562
8563         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8564
8565 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8566
8567         * lily/coherent-ligature-engraver.cc: fixed typo
8568
8569         * lily/coherent-ligature-engraver.cc,
8570         lily/gregorian-ligature-engraver.cc,
8571         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8572         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8573         lily/vaticana-ligature-engraver.cc,
8574         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8575         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8576         removed all ligature specific stuff from NoteHead code
8577
8578         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8579         ligatures now use regular noteheads
8580
8581         * lily/vaticana-ligature.cc: tiny code cleanups
8582
8583         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8584         space between two adjacent noteheads of the same pitch
8585
8586         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8587         description; cleanup: removed obsolete font-family settings
8588
8589 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8590
8591         * lily/coherent-ligature-engraver.cc,
8592         lily/gregorian-ligature-engraver.cc,
8593         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8594         lily/mensural-ligature-engraver.cc,
8595         lily/vaticana-ligature-engraver.cc,
8596         lily/include/gregorian-ligature-engraver.hh: updated for new
8597         Coherent_ligature_engraver; added comments that describe the basic
8598         design ideas of the ligature implementation
8599
8600         * lily/coherent-ligature-engraver.cc,
8601         lily/include/coherent-ligature-engraver.hh: new file: shared code
8602         between mensural ligatures and Gregorian chant notation ligatures
8603
8604 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8605
8606         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8607         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8608         use only two arguments in sit-for, use no arguments in
8609         read-char-exclusive, backspace is not a character (127) in XEmacs.
8610
8611         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8612
8613 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8614
8615         * lilypond-mode.el: un-commenting works after syntax-table fix.
8616
8617         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8618         group, verbose commenting for syntax table.
8619
8620         * lilypond-indent.el: add TODO for ligature slurs.
8621
8622 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8623
8624         * lilypond-mode.el: Move comments of parenthesis matching away,
8625         (blink-matching-paren-on-screen) fix blinking in Emacs.
8626
8627         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8628         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8629
8630         * lilypond-indent.el: Add TODO for parenthesis matching.
8631
8632 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8633
8634         * lilypond-mode.el: Fix XEmacs: 
8635         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8636         invoke explicitly easy-menu-add (in Emacs done automatically).
8637         
8638         * lilypond.words: Add few words from input/*/*.ly.
8639
8640 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8641
8642         * VERSION (PATCH_LEVEL): release 1.7.18
8643
8644         * scripts/lilypond-book.py: only print basename for printfilename
8645         option
8646
8647         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8648         and syntax updates.
8649
8650 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8651
8652         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8653         better parametrisation. Move fatness of bulb downward.
8654
8655         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8656         glyph names. Underscores are not allowed .ps encoding files.
8657
8658 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8659
8660         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8661         variable "packed" for packed right-ragged mode
8662
8663         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8664         unused variable ragged; fixed indentation
8665
8666         * Documentation/user/refman.itely: tiny cleanups in ancient
8667         clef and custos section
8668
8669 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8670
8671         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8672         \applyoutput PROCEDURE
8673
8674         * lily/my-lily-lexer.cc: add \applyoutput.
8675
8676         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8677
8678         * lily/text-item.cc: clean text-interface description
8679
8680 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8681
8682         * input/{regression,test}/: use postfix for slur endings and beam
8683         begins.
8684
8685         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8686         style beams too. 
8687
8688         * input/regression/lyrics-melisma-beam.ly: new file.
8689
8690         * lily/lyric-engraver.cc (process_music): change from
8691         process_acknowledged_grobs()
8692
8693         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8694         functions to set and revert auto-beam settings.
8695
8696 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8697
8698         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8699
8700 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8701
8702         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8703         Documentation/user/lilypond.tely: fixed some typos; updated author
8704         info
8705
8706         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8707         #"" -> #'flag-style = #'()
8708
8709         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8710         cleanup: removed dead #includes
8711
8712         * lily/gregorian-ligature-engraver.cc,
8713         lily/include/gregorian-ligature.hh,
8714         scm/grob-property-description.scm: small cleanups, small spacing
8715         fixes
8716
8717         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8718         lily/vaticana-ligature.cc,
8719         lily/include/gregorian-ligature-engraver.hh,
8720         scm/grob-property-description.scm, scm/music-types.scm:
8721         "porrectus" -> "pes or flexa"
8722
8723         * ly/engraver-init.ly, scm/grob-description.scm,
8724         scm/grob-property-description.scm: junked porrectus, now handled
8725         by ligature code
8726
8727         * scm/grob-description.scm: bugfix: added space-alist entry for
8728         breathing sign/custos
8729
8730 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8731
8732         * Another grand 2003 update.
8733         
8734         * Remove mentioning of `mudela'; There's no such thing.
8735
8736 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8737
8738         * Documentation/user/preface.itely (Preface to version 1.8): update
8739
8740         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8741
8742         * Documentation/user/converters.itely (Invoking convert-ly): revise
8743
8744         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8745
8746         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8747
8748 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8749
8750         * Documentation/user/internals.itely: more updates.
8751
8752 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8753
8754         * Documentation/user/refman.itely: revise 
8755
8756         * Documentation/user/internals.itely: revise
8757
8758         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8759
8760 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8761
8762         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
8763         beautification: reformatted ancient clefs section; cleanup: small
8764         wording fixes
8765
8766 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
8767
8768         * lilypond.words: added words for chant notation, sorted
8769         alphabetically through "sort lilypond.words"
8770
8771 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
8772
8773         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
8774         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
8775         chant notation
8776
8777 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
8778
8779         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
8780         prevent TeX from interpreting them as long dash
8781
8782         * input/test/vaticana.ly: updated
8783
8784         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
8785         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
8786         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
8787         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
8788         fixes
8789
8790         * mf/parmesan-heads.mf: ledger endings: removed dead code
8791
8792 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8793
8794         * VERSION: 1.7.17 released
8795         
8796         * Documentation/user/GNUmakefile
8797         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
8798         files too.
8799
8800         * scm/document-markup.scm: new file: document all markup
8801         functions.
8802
8803         * scm/documentation-generate.scm: rename all documentation modules
8804         to document-*.scm
8805
8806         * scripts/lilypond-book.py: generate link to .ly file iso. link to
8807         .png
8808
8809         * input/test/divisiones.ly: added
8810
8811         * input/regression/output-property.ly: new file
8812
8813         * lily/cluster.cc: change cluster-interface to use style property
8814
8815 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
8816
8817         * input/test/chord-names-german.ly: modified.
8818
8819         * scm/chords-ignatzek.scm:
8820           chord-name->german-markup: Added
8821           note-name->german-markup: Changed (now producing lowercase notenames)
8822
8823         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
8824         
8825 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8826
8827         * scripts/convert-ly.py (FatalConversionError.conv):
8828         divisiominima -> divisioMinima, etc.
8829
8830         * ly/engraver-init.ly (FiguredBassContext): add
8831         Separating_line_group_engraver to Figured bass context.
8832
8833         * ly/german-chords-init.ly: remove file
8834
8835         * input/test/chord-names-german.ly (scm): new file.
8836
8837         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
8838
8839         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
8840         Chord_name_engraver
8841
8842         * Documentation/user/refman.itely: lots of updates.
8843
8844         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
8845         new file
8846
8847         * input/test/bar-number-every-5-reset.ly: new file.
8848
8849 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8850
8851         * input/regression/chord-name-major7.ly: new file
8852
8853         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
8854         if specced explicitly.
8855
8856         * input/regression/chord-name-entry-11.ly: new file.
8857
8858         * input/test/slur-beautiful.ly: new file.
8859
8860         * Documentation/user/refman.itely: updates.
8861
8862         * input/regression/collisions.ly (threevoice): cleanup.
8863
8864         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
8865
8866 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8867
8868         * Documentation/user/*.itely: various updates.
8869
8870         * ly/spanners-init.ly: enddecr/ endcr.
8871
8872         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
8873         of tutorial
8874
8875 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8876
8877         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
8878
8879         * lily/new-chord-name-engraver.cc (process_music): use octavation
8880         (a number) instead of original-pitch to store inversions. This
8881         fixes a problem with transposed chords with inversions.  
8882
8883 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8884
8885         * stepmake/aclocal.m4: Include compile fix for broken flex, as
8886         used in includable-lexer.hh.
8887
8888         * lily/includable-lexer.cc: Bugfix: include config.h.
8889
8890         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
8891         circumvention of Debian packaging bug.
8892
8893 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8894
8895         * flex-2.5.31 hits Debian/unstable.  Fixes below.
8896         
8897         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
8898
8899         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
8900         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
8901
8902         * lily/include/includable-lexer.hh: 
8903         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
8904
8905         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
8906
8907         * aclocal.m4: Regenerate.
8908
8909         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
8910         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
8911
8912         * scm/pdf.scm (use-modules): Include lily.
8913
8914         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
8915         Noordkamp).
8916         (use-modules): Include lily.
8917         (lily-def): Bugfix: include tex-val in let.
8918
8919 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
8920
8921         * lilypond-mode.el: sensible error if lilypond.words not found.
8922
8923         * lilypond.words: add few words.
8924
8925 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
8926
8927         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
8928
8929         * mf/parmesan-scripts.mf: fixed typo in char name
8930
8931 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8932
8933         * VERSION: 1.7.16 released
8934
8935         * python/lilylib.py (setup_temp): temporary directories are mode 700.
8936         (this is a security vulnerability).
8937
8938         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
8939
8940         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
8941         add staff support.
8942
8943 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
8944
8945         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
8946         ly/script-init.ly, scm/script.scm: bugfix: renamed
8947         fermata->signumcongruentiae to fix naming clash with feta font
8948
8949 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8950
8951         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
8952
8953         * lily/multi-measure-rest-engraver.cc
8954         (start_translation_timestep): use grace timing too for determining
8955         when to make mmrest.
8956         (start_translation_timestep): clear numbers too.
8957
8958 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
8959
8960         * scm/music-types.scm: compile fix: escape braces
8961
8962         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
8963         work around font selection problem
8964
8965         * Documentation/user/refman.itely: BreathingSign: added docu for
8966         property "text"
8967
8968 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8969
8970         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
8971         information.
8972
8973 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8974
8975         * lily/multi-measure-rest-engraver.cc (class
8976         Multi_measure_rest_engraver): make multiple Number objects, one
8977         for each MultiMeasureTextEvent.
8978
8979         * scm/music-functions.scm (glue-mm-rest-texts): use
8980         MultiMeasureTextEvent
8981
8982         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
8983
8984         * Documentation/user/refman.itely (Multi measure rests): update.
8985
8986 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8987
8988         * lily/ly-module.cc (ly_copy_module_variables): use
8989         scm_internal_hash_fold() for iterating modules.
8990
8991 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
8992
8993         * Documentation/user/refman.itely: Section Custodes: added more
8994         example code
8995
8996         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
8997         neo-mensural rests to parmesan font
8998
8999         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9000         header
9001
9002 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9003
9004         * Documentation/user/macros.itexi: @fileref macro.
9005
9006         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9007         each file. 
9008
9009 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9010
9011         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9012         Documentation/topdocs/AUTHORS.texi: updated my email address
9013
9014         * Documentation/user/refman.itely: updated custos documentation;
9015         beautified divisiones example; beautified articulations table
9016
9017         * lily/breathing-sign.cc: bugfix: finalis molecule
9018
9019 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9020
9021         * Documentation/user/refman.itely: added docu for
9022         contemporary fermata symbols, gregorian breathing signs; small fixes
9023
9024         * ly/gregorian-init.ly: removed obsolete #'type props
9025
9026 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9027
9028         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9029         minimum-length property correctly.
9030
9031 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9032
9033         * scm/music-functions.scm (make-multi-measure-rest): set input
9034         locations for multimeasure rests.
9035
9036 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9037
9038         * input/regression/breathing-sign.ly: updated to for ancient
9039         notation
9040
9041 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9042
9043         * scripts/ly2dvi.py: Add newline.
9044
9045 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9046
9047         * scripts/ly2dvi.py (dependency_files): Compile fix.
9048
9049 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9050
9051         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9052         (make_html_menu_file): --html menu. 
9053
9054 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9055
9056         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9057
9058 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9059
9060         * input/screech-boink.ly: new file.
9061
9062 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9063
9064         * scripts/lilypond-book.py (make_lilypond_file): convert
9065         lilypond-file to lilypond block directly, without going through
9066         begin/end lilypond text.
9067         
9068
9069 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9070
9071         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9072         scm/grob-description.scm: moved Michael's original breathing sign
9073         code in brew_molecule() to divisio_minima(); provided new
9074         brew_molecule() that effectively replaces the
9075         Text_item::brew_molecule callback (with additional fallback to
9076         Michael's original code); added callbacks for brewing divisio
9077         maior/maxima and finalis
9078
9079         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9080         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9081
9082         * script-init.ly: added shortfermata, longfermata,
9083         verylongfermata, varcoda
9084
9085         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9086         longfermata, verylongfermata, varcomma, varcoda
9087
9088 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9089
9090         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9091           Remove all noquote and insert a few quote.
9092         
9093         * Documentation/user/lilypond-book.itely (Music fragment options),
9094           scripts/lilypond-book.py: Don't include quotation blocks by
9095           default. Introduce option quote instead of noquote
9096
9097 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9098
9099         * VERSION: 1.7.15 released
9100         
9101         * Documentation/user/lilypond.tely: omf updates.
9102
9103         * buildscripts/texi2omf.py (omf_vars): include version.date
9104
9105         * make/lilypond.redhat.spec.in: fixes for spec file. 
9106
9107         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9108         by function definition: lily now requires a recent GNU Make.
9109
9110         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9111         writing.
9112
9113         * make/ly-rules.make: remove .ly -> .tex rule
9114
9115         * Documentation/user/refman.itely (Figured bass): revised figured
9116         bass example.
9117
9118 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9119
9120         * stepmake/stepmake/omf-targets.make (local-install): add
9121         scrollkeeper-update message.
9122
9123         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9124         to binary.
9125         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9126
9127         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9128
9129         * Documentation/user/converters.itely (Invoking midi2ly): add
9130         track/channel notice.
9131
9132 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9133
9134         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9135
9136         * lily/parser.yy (scalar): DIGIT is also a scalar.
9137
9138         * Documentation/user/music-glossary.tely: add @omf tags
9139
9140         * Documentation/user/lilypond.tely: add @omf tags
9141
9142         * scm/generate-documentation.scm (string-append): add @omf tags.
9143
9144         * stepmake/stepmake/omf-*: new files 
9145
9146         * input/regression/multi-measure-rest.ly (texidoc): add doco
9147
9148         * GNUmakefile.in (web-doc-install): add web-doc-install target
9149
9150         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9151         fixes crashes while dumping MIDI.
9152
9153         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9154         midi
9155
9156 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9157
9158         * buildscripts/texi2omf.py: new file.
9159
9160         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9161         font-name
9162
9163 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9164
9165         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9166
9167         * lily/sequential-iterator.cc (descend_to_child): call
9168         descend_to_child() for all types of music.
9169
9170 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9171
9172         * scm/translator-property-description.scm: Add
9173         bassFigureFormatFunction.  Replace some entries.
9174
9175 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9176
9177         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9178         clean out.
9179
9180 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9181
9182         * scripts/midi2ly.py (Note.dump): never dump duration for
9183         dump_dur=0.
9184
9185         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9186         new function
9187
9188         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9189         figures using new markups. Much simpler, and should improve layout
9190         a little.
9191
9192         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9193
9194 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9195
9196         * ly/engraver-init.ly: use Hara kiri by default for 
9197         ChordNames, FiguredBass and Lyrics(Voice) context. 
9198
9199         * lily/axis-group-engraver.cc (acknowledge_grob): use
9200         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9201
9202         * scm/new-markup.scm (markup-function-list): add bracket,
9203         vbracket.
9204
9205         * ly/engraver-init.ly (ChordNamesContext): set
9206         minimumVerticalExtent
9207
9208 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9209
9210         * input/test/time-signature-double.ly: new file 
9211
9212         * input/regression/collision-head-chords.ly (texidoc): new file.
9213
9214         * lily/type-swallow-translator.cc: add note swallow translator 
9215
9216         * input/test/time-signature-double.ly: new file.
9217
9218         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9219
9220         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9221         (FiguredBassContext): idem.
9222
9223         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9224
9225         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9226
9227         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9228
9229         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9230         .afm dependency
9231
9232         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9233
9234         * python/lilylib.py (make_page_images): add function.
9235
9236         * scripts/ly2dvi.py (run_latex): include title in preview image.
9237
9238         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9239         from lilypond-book for <ly2dvifile> tags in HTML.
9240
9241         * scripts/ly2dvi.py (option_definitions): add --debug option to
9242         print out environment.
9243
9244         * input/regression/tie-chord-partial.ly: new file.
9245
9246 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9247
9248         * lilypond.words: add 3
9249
9250 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9251
9252         * scm/new-markup.scm (markup-function-list): add finger-markup
9253
9254         * input/tutorial/brahms-tweaked.ly: new markup 
9255
9256         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9257
9258         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9259         crash when processing '() markup
9260
9261         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9262
9263         * lily/breathing-sign.cc (railtracks): another caesura.
9264
9265         * mf/feta-schrift.mf: caesura symbol. 
9266
9267 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9268
9269         * scripts/convert-ly.py (FatalConversionError.conv): add
9270         ly:molecule-XXX conversions.
9271
9272         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9273
9274         * input/regression/multi-measure-rest-text.ly: new file.
9275
9276         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9277         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9278
9279         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9280         ScoreContext
9281
9282         * scm/new-markup.scm (center-markup): \center markup.
9283
9284         * scm/music-functions.scm: remove pitchify scripts.
9285
9286         * lily/music.cc (print_smob): display music name if available 
9287
9288 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9289
9290         * Documentation/user/refman.itely (Instrument names): remove
9291         \turnOff doco.
9292
9293 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9294
9295         * lily/score.cc (mark_smob): bugfix.
9296
9297         * input/regression/rehearsal-mark.ly: new file.
9298
9299         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9300         report error at the current token again.
9301
9302 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9303
9304         * cygwin/mknetrel: Exit if doc build fails.
9305
9306         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9307
9308 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9309
9310         * scm/music-types.scm (music-descriptions): add doc strings
9311
9312 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9313
9314         * lily/lexer.ll: 
9315         * lily/include/my-lily-lexer.hh: 
9316         * lily/include/includable-lexer.hh: Add flex kludge.
9317
9318         * config.hh.in: 
9319         * config.make.in: 
9320         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9321         cruft.
9322         
9323         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9324         code.
9325
9326 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9327
9328         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9329
9330         * lily/parser.yy (new_chord): Compile fix.
9331
9332 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9333
9334         * Documentation/user/refman.itely (Tuning groups of objects):
9335         remove documentation for \turnOff. 
9336
9337         * lily/percent-repeat-engraver.cc (try_music): add correct
9338         processing moments for double-measure percents as well.
9339
9340         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9341
9342         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9343         grob prop type. 
9344
9345         * Documentation/user/refman.itely (Printing named chords): add
9346         chord name tweak doco.
9347
9348         * input/template/gregorian-transcription.ly: new file.
9349
9350 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9351
9352         * VERSION: 1.7.13 released
9353         
9354         * input/test/*: lots of cleanups/comment-outs/removals in chord
9355         examples
9356         
9357         * input/regression/*: lots of cleanups/comment-outs/removals in
9358         chord examples
9359         
9360         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9361         options
9362
9363         * lily/new-chord-name-engraver.cc (process_music): give original
9364         inversion pitch to chord name routine.
9365
9366         * input/tutorial/os-score.ly: update to new markup
9367
9368         * Documentation/user/appendices.itely: simply include
9369         chords-ignatzek. 
9370
9371         * Documentation/user/refman.itely (Chords mode): add documentation
9372         for chord mode.
9373
9374         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9375         not present in chord.
9376         (construct-chord): add inversion and bass support.
9377
9378         * lily/chord.cc: junk contents.
9379
9380 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9381
9382         * Documentation/user/refman.itely:
9383         * Documentation/user/music-glossary.tely: fix. 
9384
9385 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9386
9387         * scm/chord-entry.scm (construct-chord): move chord construction
9388         to Scheme.
9389
9390         * lily/parser.yy (new_chord): new setup for chord entry.
9391
9392 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9393
9394         * lilypond.words:
9395         * Documentation/user/music-glossary.tely: add ambitus.
9396
9397 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9398
9399         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9400
9401         * lily/include/*.hh: string() -> to_string()
9402
9403         * scm/chords-ignatzek.scm: new file.
9404
9405         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9406         standard chord name exceptions.
9407
9408         * scm/translator-property-description.scm (chordNameSeparator):
9409         add property.
9410         (majorSevenSymbol): add property
9411
9412         * lily/translator-scheme.cc (ly:context-properties): new function
9413         (ly:context-parent): new function.
9414         (print_smob): print context name.
9415
9416         * lily/music.cc (ly:get-music-length): new function
9417         (print_smob): don't print properties.
9418
9419         * lily/duration.cc (duration<?): new function
9420
9421         * input/regression/chords-funky-ignatzek.ly: new file.
9422
9423         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9424         jazz chords.
9425
9426         * lily/pitch.cc (ly:pitch-diff): new function.
9427
9428         * input/regression/chords-ignatzek.ly: new file.
9429
9430 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9431
9432         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9433         pitches for jazz chords.
9434
9435 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9436
9437         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9438
9439 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9440
9441         * lilypond.words: add 1
9442
9443 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9444
9445         * Documentation/topdocs/AUTHORS.texi: refine.
9446
9447 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9448
9449         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9450         
9451         * lilypond.words: add one.
9452
9453 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9454
9455         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9456         Fontify bass note in chords, e.g., e in c1/e.
9457         
9458 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9459
9460         * Documentation/user/music-glossary.tely: Dutch updates and
9461         additions (Arent Storm).
9462
9463 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9464
9465         * input/regression/ambitus.ly:  move file.      
9466
9467         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9468
9469         * lily/event.cc (transpose): add tonic property to Key_change_req
9470         and to Key_engraver.
9471
9472 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9473
9474         * Documentation/user/refman.itely: fix typo.
9475
9476         * lilypond.words: removed wrong identifiers.
9477
9478 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9479
9480         * mf/feta-toevallig.mf: make flat stem shorter 
9481
9482 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9483
9484         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9485
9486         * lilypond.words: add from Phrasing slur.
9487         
9488 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9489
9490         * lilypond-mode.el: allow launching multiple ViewPS processes.
9491         
9492         * lilypond.words: add from Text markup.
9493
9494 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9495
9496         * input/test/ossia.ly (texidoc): add comment.
9497
9498         * input/regression/voice-follower.ly: new file.
9499
9500         * mf/feta-toevallig.mf: make flat heavier.
9501
9502         * lily/cluster-engraver.cc: clean up Cluster engraver
9503
9504         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9505         Engraver. Use Note_column to compute Y positions and deal with
9506         line break stuff.
9507
9508 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9509
9510         * lily/stem.cc: move french-beaming to stem.
9511
9512 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9513
9514         * lilypond-font-lock.el: fontify all durations in chords.
9515
9516         * lilypond.words: add from lily/my-lily-lexer.cc
9517
9518 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9519
9520         * VERSION: release 1.7.12
9521
9522         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9523
9524         * lily/gregorian-ligature.cc: new file
9525
9526         * lily/*: the Great 2003 search & replace.
9527
9528         * Documentation/user/refman.itely (Manual repeat commands): add
9529         note about font selection.
9530
9531 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9532
9533         * lilypond-mode.el: propose recompiling midi while invoking playing,
9534         not while stopping playing.
9535
9536 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9537
9538         * lilypond.words: add one.
9539
9540         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9541         and expressional note grouping. Fontify chord modes.
9542
9543 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9544
9545         * Documentation/user/music-glossary.tely (Top): translate melisma.
9546
9547 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9548
9549         * Documentation/user/music-glossary.tely (Top): add melisma.
9550
9551 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9552
9553         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9554         interfaces for (abstract) grob GregorianLigature
9555
9556         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9557         renamed head* -> glyph_name*, x-shift* -> x-offset*
9558
9559         * scm/grob-property-description.scm: bugfix: added missing descriptions
9560
9561 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9562
9563         * input/test/chord-names-dpnj.ly: New file.
9564
9565         * scm/double-plus-new-chord-name.scm: Implement full and partial
9566         exceptions.
9567
9568         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9569
9570         * scm/double-plus-new-chord-name.scm
9571         (double-plus-new-chord->markup): Fix sub->markup.
9572
9573
9574 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9575
9576         * lily/custos-engraver.cc: added TODO; editorial changes
9577
9578         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9579         consistency with other ligature engravers; removed access on (now)
9580         private variable _ligature of Ligature_engraver
9581
9582         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9583         renamed last_bound -> last_bound_; issue programming_error on
9584         abstract method calls; moved primitives code from
9585         Mensural_bracket_engraver to here (because almost ligature
9586         engravers will need it); renamed try_stop_ligature () ->
9587         typeset_ligature (); bugfix: store primitives of finished ligature
9588         in separate variable finished_primitives_ to avoid clash on input
9589         like "\] \["; added current_ligature () to enable access on
9590         private variable _ligature
9591
9592         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9593         (now in super class); renamed try_stop_ligature () ->
9594         typeset_ligature ()
9595
9596         * lily/mensural-ligature.cc: issue programming_error on abstract
9597         method calls
9598
9599         * lily/note-heads-engraver.cc: added TODO comment upon bool
9600         in_ligature
9601
9602         * mf/parmesan-heads.mf: fixed some of set_char_box()
9603
9604         * scm/grob-description.scm: added VaticanaLigature
9605
9606         * scm/grob-property-description.scm: added neume prefix properties
9607
9608         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9609         lily/include/gregorian-ligature-engraver.hh,
9610         lily/include/gregorian-ligature.hh: new files; framework for
9611         gregorian ligature engravers such as vaticana
9612
9613         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9614         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9615         vaticana style ligature implementation (still somewhat uncomplete)
9616
9617 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9618
9619         * VERSION: release 1.7.11
9620
9621         * scripts/convert-ly.py: add ly:pitch-transpose rule
9622
9623 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9624
9625         * input/test/dpncnt.ly: New file.
9626
9627         * lily/my-lily-lexer.cc: Add chordnames keyword.
9628
9629         * lily/parser.yy (chordnames_block): Parse chord name exception
9630         lists, see input/test/dpncnt.ly.
9631
9632         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9633         function.
9634
9635         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9636         filter-out too.
9637
9638         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9639         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9640         pitch functions (except for ly:make-pitch, but that's apparently
9641         some sort of scheme naming standard?).
9642
9643         * scm/lily.scm (!=): define-public.
9644
9645         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9646
9647 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9648
9649         * scm/double-plus-new-chord-name.scm
9650         (double-plus-new-chord-name->markup): New file.
9651
9652 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9653
9654         * python/lilylib.py (make_preview): don't suppress progress for
9655         bbox extraction.
9656
9657 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9658
9659         * Documentation/user/appendices.itely (scheme): update for new syntax.
9660
9661         * input/regression/chord-name-styles.ly: new file
9662
9663         * lily/instrument-name-engraver.cc: create instrument names
9664         without barline too.  Allows instrument name on ChordNames  
9665
9666         * scm/new-markup.scm (interpret-markup): allow simple strings as
9667         markup too.
9668
9669 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9670
9671         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9672         (step->markup-accidental): Fix: add accidental.
9673         (chord::inner-name-american): 
9674         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9675         append stray '/' if last superscript addition was 'o'.
9676
9677         * scm/new-markup.scm (normal-size-sub-markup) 
9678         (normal-size-super-markup): New function.
9679
9680         * lily/source-file.cc (Source_file): Add warning for possibly
9681         intentional but suspicious initialization.
9682
9683         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9684         add comments about cut-and-paste programming.
9685
9686         * flower/rational.cc (lcm): Not used; comment out.
9687
9688 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9689
9690         * lily/new-fingering-engraver.cc (position_scripts): use
9691         fingerHorizontalDirection to determine fingering horizontal
9692         directions.
9693  
9694         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9695         fingering support.
9696
9697         * scripts/convert-ly.py (FatalConversionError.conv): add style
9698         conversion rule. 
9699
9700         * scm/chord-name.scm (set-chord-name-style): new function.
9701         (new-chord-name-brew-molecule): revise to interpret markup only
9702         (new-chord->markup): cleanuppish rewrite. To be called from the
9703         new engraver.
9704
9705         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9706         Markup earlier, during interpreting.
9707
9708         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9709         style settings. Rename to chord-names-*.ly
9710
9711 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9712
9713         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9714         markup code and update to new markup.  Most probably broke some of
9715         it.
9716         
9717 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9718
9719         * Documentation/user/refman.itely: added docu for ambitus and
9720         clusters
9721
9722         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9723         ly_quote_scm() in lookup.cc
9724
9725         * mf/parmesan-clefs.mf: set_char_box fix
9726
9727         * lily/cluster-engraver.cc: junk implicit protection; use
9728         Protected_scm instead
9729
9730 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9731
9732         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9733         throughout.
9734
9735         * scm/new-markup.scm: Turn-off error-triggering test code.
9736
9737 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9738
9739         * scm/new-markup.scm (markup-thrower-typecheck) 
9740         (markup-typecheck?):  add full typechecking functions.
9741         (make-markup-maker): add make-FOO-markup functions.
9742         (markup-argument-list-error): nice error checking messages.
9743         (make-markup): better function: less quoting escapades.
9744
9745 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9746
9747         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9748
9749 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9750
9751         * cygwin/lilypond.hint (requires): Add cygwin.
9752
9753         * .cvsignore: Remove stepmake (huh!?!), add lib.
9754
9755         * GNUmakefile.in: Add libdir links for builddir runs.
9756
9757         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9758         instead of datadir.
9759
9760         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9761         local_lilypond_libdir.
9762
9763         * config.make.in (lilypond_libdir): Add.
9764
9765         * stepmake/stepmake/substitute-rules.make: 
9766         * stepmake/stepmake/script-rules.make: 
9767         * stepmake/stepmake/python-module-rules.make:
9768         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
9769         lilypond-python-module patch.
9770
9771 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9772
9773         * Documentation/user/refman.itely (Graphical interfaces): add note
9774         about xml2ly.
9775
9776 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9777
9778         * scripts/ly2dvi.py (run_dvips): remove trailing newline
9779
9780 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9781
9782         * VERSION: released 1.7.10
9783
9784         * scripts/musedata2ly.py (): idem
9785
9786         * scripts/midi2ly.py (dump_chord): idem
9787
9788         * scripts/etf2ly.py (version): idem 
9789
9790         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
9791
9792         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
9793
9794         * scm/tex.scm (tex-output-expression): remove eval compat
9795         glut. Other output files too.
9796
9797         * scm/chord-name.scm: don't export anything from chord module.
9798
9799         * input/test/american-chords.ly: idem
9800
9801         * input/test/banter-chords.ly (texidoc): idem
9802
9803         * input/test/Cc-chords.ly: add breakage notes.
9804
9805         * Documentation/user/refman.itely (Text markup): rewrite manual
9806         section.
9807
9808         * lily/parser.yy (scalar): allow \markup { } as property value. 
9809
9810         * scm/chord-name.scm: complete new markup usage
9811
9812         * scm/grob-description.scm (all-grob-descriptions): use new markup
9813         texts by default
9814
9815 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9816
9817         * scm/chord-name.scm: partial move to new markup texts.
9818
9819 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9820
9821         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
9822
9823         * scm/bass-figure.scm (brew-bass-figure): make stack direction
9824         settable.
9825
9826 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
9827
9828         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
9829         invoked for old midi, wait for killing.
9830
9831 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
9832
9833         * Documentation/user/music-glossary.tely: Finnishing.
9834
9835 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9836
9837         * mf/feta-nummer-code.mf: some kerning pairs.
9838
9839 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
9840
9841         * scm/output-lib.scm (set-bar-number-visibility): Context-function
9842         Added.
9843
9844         * Documentation/user/refman.itely (Bar numbers):
9845         set-bar-number-visibility added, modulo-bar-number removed again
9846         (sorry).
9847
9848 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
9849
9850         * scm/output-lib.scm (modulo-bar-number-visible): add function.
9851
9852         * Documentation/user/refman.itely: add modulo-bar-number-visible.
9853
9854         * Documentation/user/music-glossary.tely: translate into Finnish.
9855
9856 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9857
9858         * lilypond-mode.el: add shortcut for 2midi
9859
9860         * lilypond-font-lock.el: fontify lyrics
9861
9862 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
9863
9864         * scm/drums.scm : use 1.7.x names.
9865
9866         * input/regression/drums.ly : Don't use << chords >>
9867
9868 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9869
9870         * lilypond-mode.el: tidy, add TODO
9871
9872         * make/lilypond.mandrake.spec.in: install-info quietly.
9873
9874 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9875
9876         * input/test/markup.ly: use new syntax.
9877
9878 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9879
9880         * ly/params-init.ly (interscoreline): add word-space
9881
9882         * input/test/metronome.ly (eighthNote): idem.
9883
9884         * input/test/script-priority.ly: use new markup
9885
9886         * lily/parser.yy (markup): allow HEAD markup0 markup1 
9887
9888         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
9889
9890         * lily/parser.yy (gen_text_def): bugfix.
9891         (full_markup): allow markup identifier.
9892
9893 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
9894
9895         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
9896         jobs at the same time. Add horizontal lines to Command menu.
9897         Allow one compiling job -- propose killing others before a new one.
9898
9899         * lilypond.words: add markup, teeny, etc.
9900
9901 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
9902
9903         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
9904         Allow only one type of midi process; launching Midi either stops
9905         midis or plays the current midi and launching MidiAll stops midis
9906         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
9907         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
9908
9909 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9910
9911         * lily/text-engraver.cc (process_acknowledged_grobs): use new
9912         markup  for new markup texts.
9913
9914         * lily/mark-engraver.cc (process_music): idem
9915         
9916         * lily/instrument-name-engraver.cc (create_text): idem
9917
9918         * scm/new-markup.scm (magnify-markup): new function.
9919
9920         * scm/molecule.scm (stack-lines): bugfix.
9921
9922         * lily/font-interface.cc (get_font): take font-magnification from
9923         alist chain.
9924
9925 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9926
9927         * lily/molecule-scheme.cc: move scheme functions to separate file.
9928
9929         * lily/font-metric.cc  (ly_get_glyph): new function. 
9930         
9931         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
9932         (italic-markup, dynamic-markup): new functions
9933         (font-markup): new function
9934
9935         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
9936         padding and minimum
9937
9938 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
9939
9940         * lily/accidental-engraver.cc:
9941         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
9942
9943 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
9944
9945         * lilypond.vim:
9946         * lilypond-font-lock.el: Put \longa as duration. Accept only 
9947         [a-zA-Z] for user defined identifiers. Separate note cases 
9948         with and without a duration (allow cis\longaX).
9949
9950         * lilypond.words: Add words from Info.
9951
9952 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9953
9954         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
9955
9956 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
9957
9958         * lilypond-mode.el: Propose reverting buffer before a command if
9959         it was edited with an another editor.
9960
9961 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9962
9963         * lily/molecule.cc (ly_translate_molecule): new function
9964
9965         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
9966         into libdir
9967
9968         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
9969
9970         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
9971
9972 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
9973
9974         * lilypond.words: take \words from Info-index.
9975
9976 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9977
9978         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
9979
9980 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
9981
9982         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
9983
9984 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
9985
9986         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
9987         and lilypond-documentation.
9988
9989 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9990
9991         * lily/parser.yy: Compile fix (bison 1.75).
9992
9993 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9994
9995         * VERSION: 1.7.9 released
9996
9997         * scm/music-functions.scm (shift-one-duration-log): refactor.
9998         Use music-map.
9999
10000         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10001
10002         * NEWS: update.
10003
10004         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10005         argument
10006         
10007         * scm/music-functions.scm (display-music): new function
10008         (music-map): change arg order.
10009
10010         * input/regression/new-markup-syntax.scm: new file
10011
10012         * lily/parser.yy (markup): add \markup { .. } syntax.
10013
10014         * scm/new-markup.scm (override-markup): new function
10015         (lookup-markup): new function
10016         (music-markup): new function
10017         (lookup-markup-command): use markup-signature to store argument
10018         format for parser.
10019
10020         * lily/lexer.ll: preliminary \markup syntax. 
10021
10022 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10023
10024         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10025         add pre/post-dependencies and menus with icons from source.
10026
10027         * Documentation/pictures/lilypond-48x48.xpm:
10028         * Documentation/pictures/lilypond-32x32.xpm:
10029         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10030         transparent.
10031
10032         * stepmake/stepmake/generic-targets.make:
10033         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10034
10035 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10036
10037         * input/regression/music-map.ly (texidoc): new file.
10038
10039         * scm/music-functions.scm (music-map): new function
10040
10041 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10042
10043         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10044
10045 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10046
10047         * input/test/to-xml.ly:
10048         * lily/ligature-engraver.cc: Fixes documentation.
10049
10050         * lilypond.mandrake.spec.in:
10051         * lilypond.redhat.spec.in: Add lilypond.words.
10052
10053         * Documentation/user/refman.itely: Mention Info inside emacs.
10054         
10055         * lilypond.suse.spec.in:
10056         * lilypond.redhat.spec.in:
10057         * lilypond.mandrake.spec.in: Set root-owner for doc
10058         (tobbe@nyvalls.se).
10059
10060 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10061
10062         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10063         os.popen.read ().
10064
10065 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10066
10067         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10068
10069         * python/lilylib.py (error): add space
10070
10071 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10072
10073         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10074         distribution.
10075
10076 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10077
10078         * lily/paper-outputter.cc (Paper_outputter): close port when
10079         finishing score.
10080
10081 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10082
10083         * scm/sodipodi.scm: Fixes.
10084
10085 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10086
10087         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10088
10089         * buildscripts/make-font-dir.py: Fix. 
10090
10091 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10092
10093         * lilypond-mode.el: Add support for Info inside Emacs.
10094
10095 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10096
10097         * buildscripts/make-font-dir.py: 
10098         * mf/GNUmakefile: Make sodipodi font map.
10099
10100         * scm/sodipodi.scm: Add more output functions.
10101
10102         * mf/feta-nummer.mf: 
10103         * mf/feta-beugel.mf: Add font_coding_scheme.
10104
10105         * lily/paper-outputter.cc (output_header): Fix creator string.
10106
10107 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10108
10109         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10110         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10111
10112         * lilypond.words: add two (Everybody can add/remove words now!).
10113
10114         * debian/rules:
10115         * make/lilypond.suse.spec.in:
10116         * make/lilypond.mandrake.spec.in:
10117         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10118
10119         * Documentation/user/refman.itely: Mention autocompletion.
10120
10121 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10122
10123         * scripts/ly2dvi.py: Add paper sizes.
10124
10125         * lily/timing-engraver.cc: 
10126         * lily/time-signature.cc: 
10127         * lily/span-bar.cc: 
10128         * lily/grob-scheme.cc: Code formatting fixes.
10129
10130         * scm/sodipodi.scm: 
10131         * scm/sketch.scm:
10132         * buildscripts/mf-to-table.py: 
10133         * buildscripts/make-font-dir.py: Font testing.
10134
10135 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10136
10137         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10138         inserts try-completion and shows all-completions.
10139
10140         * lilypond.words: '\' -> '\\'
10141
10142         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10143         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10144         
10145         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10146         and LilyPond-reserved-words.
10147         
10148 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10149
10150         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10151         from load-path.
10152         
10153         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10154         the mini-buffer with Control-Shift-c.
10155         
10156 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10157
10158         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10159         duration. This fixes \tempo taking time.
10160
10161 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10162
10163         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10164         Allow for text markup in repeatCommands. 
10165
10166 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10167
10168         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10169         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10170         Get rid of skeleton.el-dependency.
10171
10172         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10173
10174 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10175
10176         * lily/beam-engraver.cc (stop_translation_timestep): reset
10177         now_stop_ev_
10178
10179         * lily/scm-option.cc: add parse-protect to ly:set-option
10180
10181         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10182
10183 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10184
10185         * lily/include/ligature-bracket.hh: removed
10186         * lily/ligature-bracket.cc: removed
10187
10188         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10189         .tex
10190
10191         * lily/beam.cc (set_beaming): don't change beam count on rests.
10192         (brew_molecule): always set flag-width > 0.
10193
10194 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10195
10196         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10197         chars, remove instructions; instead, refer to lilypond-init.el and
10198         Documentation/topdocs/INSTALL.texi.
10199
10200         * lilypond.words: add identifiers and reserved words.
10201
10202         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10203         files and adding a load-path.
10204
10205         * lilypond-init.el: Instructions, extracted from 
10206         Documentation/topdocs/INSTALL.texi. 
10207         
10208 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10209
10210         * VERSION: 1.7.8 released 
10211
10212         * lily/grob.cc (warning): better robustness fix.
10213
10214 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10215
10216         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10217
10218         * lily/cluster-engraver.cc: stick better to variable naming
10219         conventions
10220
10221         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10222         until stop_translation_timestep()
10223
10224         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10225         min/max coordinates to backend, but no musical info such as
10226         pitches
10227
10228         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10229
10230         * lily/grob.cc: robustness fix: warning(): do not crash if
10231         cause is not set
10232
10233         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10234         the much more elaborated tuplet brackets than the very naive and
10235         simple ligature bracket grob
10236
10237 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10238
10239         * Documentation/user/refman.itely (Analysis brackets): add
10240         horizontal bracket doco.
10241
10242         * ly/property-init.ly (setMmRestFermata): added.
10243
10244         * Documentation/user/refman.itely (Multi measure rests): fermatas
10245         on mm rests.
10246
10247         * input/regression/apply-context.ly (texidoc): new file
10248
10249         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10250         code to be executed during interpretation. Possible applications:
10251         smart octavation, more advanced bar checks. 
10252
10253         * lily/apply-context-iterator.cc: new file.
10254
10255 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10256
10257         * input/test/new-markup.ly: new file.
10258
10259         * lily/text-item.cc (text_to_molecule): new function
10260
10261         * scm/new-markup.scm (lambda): new file
10262
10263         * lily/function-documentation.cc (ly_add_function_documentation):
10264         add proc property as well
10265
10266 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10267
10268         * Documentation/user/music-glossary.tely (Top): add custos.
10269
10270 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10271
10272         * Documentation/topdocs/INSTALL.texi: advise how to include source
10273         path to Emacs load-path and improve language.
10274
10275 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10276
10277         * GNUmakefile.in: config.h message fix.
10278
10279         * autogen.sh:
10280         * aclocal.m4: Regenerate.
10281
10282         * configure.in: 
10283         * config.make.in: 
10284         * stepmake/config.make.in: 
10285         * stepmake/configure.in: 
10286         * stepmake/autogen.sh: 
10287         * stepmake/aclocal.m4: Update for autoconf 2.56.
10288
10289 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10290
10291         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10292         to install Emacs-mode. Instructions how to use vim-mode.
10293
10294 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10295
10296         * scm/music-types.scm (music-descriptions): no length for tempo event.
10297
10298         * input/*.ly: add \version everywhere.
10299         
10300         * input/*.ly: update syntax to 1.7 + new-chords.
10301
10302         * VERSION: 1.7.7 released.
10303         
10304         * Documentation/user/*.tely: new chord syntax.
10305
10306         * input/regression/[bc]*.ly (texidoc): syntax updates.
10307         
10308 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10309
10310         * lilypond.words: add vocabulary to be used in auto-completion
10311
10312         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10313
10314         * lilypond.vim: allow note name at EOF
10315
10316 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10317
10318         * buildscripts/new-chords.py (edit): -e option: inline editing.
10319
10320         * input/regression/a*.ly (texidoc): syntax updates.
10321
10322         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10323         music): elucidations. 
10324
10325 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10326
10327         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10328         ly/spanners-init.ly, scm/grob-description.scm,
10329         scm/grob-property-description.scm, scm/music-types.scm,
10330         lily/cluster-engraver.cc, lily/cluster.cc,
10331         lily/include/cluster.hh, input/test/cluster.ly: cluster
10332         implementation
10333
10334         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10335         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10336         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10337
10338         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10339
10340         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10341
10342         * scm/grob-description.scm: bugfix: by default, use default note
10343         head style when engraving ligatures
10344
10345         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10346
10347         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10348         events
10349
10350         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10351
10352         * input/test/ancient-font.ly: bugfix: style -> flag-style
10353
10354         * lily/ligature-engraver.cc: indentation fix
10355
10356         * lily/parser.yy: indentation fixes
10357         
10358 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10359
10360         * input/regression/measure-grouping.ly: more elaborate example.
10361
10362         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10363         ly:div-moment. New functions 
10364
10365         * scm/music-functions.scm (set-time-signature): new function,
10366         allow inline time sig settings with measure grouping.
10367
10368         * lily/parser.yy (command_element): move time sig construction
10369         into Scheme.
10370
10371         * lily/side-position-interface.cc (out_of_staff): new function,
10372         like padding, but keep minimum distance from staff. Easier than
10373         linespanners (dynamics, pedals), but roughly the same effect.
10374
10375 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10376
10377         * emacs-mode.el: Added spanish-note-replacements 
10378         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10379
10380         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10381
10382 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10383
10384         * lilypond.vim: Do not fontify cises, desis, etc.
10385
10386         * vimrc: view dvi with <S-F6>
10387
10388 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10389
10390         * lily/lookup.cc (triangle): new function.
10391
10392         * input/regression/measure-grouping.ly (texidoc): new file: show
10393         triangles and brackets for beat groups of 3 and 2.
10394
10395         * lily/include/measure-grouping-spanner.hh (class
10396         Measure_grouping): new file.
10397
10398         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10399
10400         * lily/measure-grouping-engraver.cc (class
10401         Measure_grouping_engraver): new file.
10402
10403 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10404
10405         * Merge from stable:
10406
10407             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10408         
10409         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10410         stylesheet.
10411
10412         * ly/paper19.ly: Include paper19-init.ly.
10413
10414         * ly/paper19-init.ly: New file.
10415
10416         * Documentation/user/tutorial.itely (First steps): Fix first
10417         example for font test.
10418
10419         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10420
10421         * ChangeLog: Add 1.7.6 release marker (see below).
10422
10423         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10424         Add .py files.
10425
10426 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10427
10428         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10429
10430         * input/tutorial/*.ly: update to new syntax.
10431
10432         * lily/parser.yy (Composite_music): new transpose syntax,
10433         \transpose FROM TO MUSIC. 
10434
10435 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10436
10437         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10438         latex progress/error output to stderr (by default this goes to
10439         stdout).  Show lilypond progress, even when not verbose.
10440
10441         * python/lilylib.py (system): New optional parameter to control
10442         showing of progress.
10443
10444         * scm/backend-documentation-lib.scm (check-dangling-properties):
10445         Fix error message.
10446
10447         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10448         axis, extent.
10449
10450         * scm/grob-property-description.scm (magnify): Remove.
10451         (extent, axis): Add.
10452
10453 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10454
10455         * VERSION: Release 1.7.6.
10456
10457         * scripts/convert-ly.py: more uniformization substitutions.
10458
10459         * buildscripts/new-chords.py (sub_chords): new file.
10460
10461 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10462
10463         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10464         lilypond.map.  Include sauter fonts too.  Cleanups.
10465
10466 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10467
10468         * Documentation/user/tutorial.itely (First steps): change to new
10469         chord/tie/slur/beam notation.
10470
10471         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10472         ties.
10473
10474         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10475         engraver. Process ties in postfix notation, i.e. c8-~ c
10476
10477         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10478
10479         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10480
10481         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10482
10483         * lily/beam-engraver.cc (try_music): accept new-beam-events
10484
10485         * input/regression/chord-scripts.ly (texidoc): new file
10486
10487         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10488         script-events.
10489
10490         * scm/script.scm (default-script-alist): cleanup.
10491
10492         * lily/script-engraver.cc (make_script_from_event): cleanup.
10493
10494         * lily/lyric-combine-music-iterator.cc
10495         (Lyric_combine_music_iterator): remove superfluous events.
10496         (melisma_busy): new function. Fix broken melismas.
10497
10498 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10499
10500         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10501         Remove nonvalid settings. Use descriptive key names.
10502         Use <Return> to indicate the pressing of that key.
10503
10504 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10505
10506         * scripts/lilypond-book.py (option_definitions): Typo.
10507
10508         * scripts/ly2dvi.py: Updates.
10509
10510         * python/lilylib.py (setup_environment, print_environment)
10511         (get_bbox, make_preview): Merge and remove from ly2dvi and
10512         lilypond-book.
10513
10514         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10515
10516         * .cvsignore: Remove some cruft.
10517
10518         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10519         path.
10520
10521         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10522         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10523         throughout.
10524
10525         * python/lilylib.py (quiet_system): Junk
10526         (system): Display error log upon failure.
10527         (read_pipe): New function.  Cleanups and fixes.
10528
10529         * python/*.py: Rename from *.py.in.
10530         
10531         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10532
10533         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10534
10535 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10536
10537         * python/GNUmakefile: Bugfix: handle modules.
10538
10539         * stepmake/stepmake/python-module-targets.make (default): Add
10540         compiled modules. 
10541
10542         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10543         compiling modules.
10544
10545         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10546         Bugfix.  (OUT_PYC_MODULES): Add.
10547
10548 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10549
10550         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10551         Use default paths. Refresh description.
10552
10553 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10554
10555         * VERSION: 1.7.5 released
10556
10557         * input/regression/finger-chords.ly (texidoc): new file.
10558
10559         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10560         support
10561
10562         * lily/fingering-engraver.cc (process_music): remove kludgy
10563         scriptHorizontal stuff.
10564
10565         * lily/script.cc: remove staff-support property.
10566
10567         * lily/new-fingering-engraver.cc (add_fingering): new
10568         file. Fingering engraver for new style chords.
10569
10570 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10571
10572         * lily/parser.yy (bare_number): allow 4 \cm (without
10573         decimal dot). (should backport to 1.6?)
10574
10575         * ly/declarations-init.ly: use Scheme for dimension defs.
10576
10577         * lily/parser.yy (TODO): remove hard coded dimensions, add
10578         REAL NUMBER_IDENTIFIER production.
10579
10580         * lily/rest-collision.cc (force_shift_callback): rewrite using
10581         -done property.
10582
10583         * scm/grob-property-description.scm (rest-collision-done): add
10584         property.
10585         
10586         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10587
10588 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10589
10590         * input/regression/multi-measure-rest-center.ly: new file.
10591
10592         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10593         off horizontally by 0.05 ss. Fixed.
10594
10595 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10596
10597         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10598
10599         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10600
10601 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10602
10603         * lily/tie.cc (get_control_points): also avoid staff lines on the
10604         just outside the outer staff lines
10605
10606 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10607
10608         * ly/params-init.ly: Just define style-alist, no need to
10609         define-public.
10610
10611         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10612         (thanks Han-Wen).
10613
10614         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10615         (FET_FILES): = FONT_FILES.
10616
10617         * Merge from stable:
10618
10619             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10620
10621 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10622
10623         * VERSION: 1.7.4 released.  
10624         
10625         * scm/generate-documentation.scm (string-append): add macro
10626         definitions.
10627
10628         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10629         normal texts.
10630
10631         * lily/multi-measure-rest-engraver.cc: make separate
10632         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10633
10634         * lily/multi-measure-rest.cc: remove text handling. Remove
10635         number-threshold.
10636
10637 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10638
10639         * scm/music-types.scm: doc patch by Graham Percival
10640
10641 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10642
10643         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10644         encoding part.
10645         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10646         (sketch_p): Sketch wants only first four elements of X11 font spec.
10647
10648         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10649
10650         * mf/feta-autometric.mf: Write foundry and family to log.
10651
10652         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10653         font translation table.
10654
10655         * buildscripts/mf-to-table.py: Better font info into afm.
10656
10657         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10658         1.0.9 required.
10659
10660         * configure.in: Whine for mftrace 1.0.9.
10661
10662 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10663
10664         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10665
10666         * lily/main.cc (main_prog): don't try to load init.EXT when
10667         processing foo.EXT.
10668
10669 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10670
10671         * scm/tex.scm (zigzig-line): added.
10672
10673         * scm/ps.scm (zigzag-line): added.
10674
10675         * ps/music-drawing-routines.ps (subvec): added.
10676         (draw_zigzag_line): added.
10677         
10678         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10679         grob properties zigzag-width and zigzag-length.
10680
10681         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10682
10683 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10684
10685         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10686         svg output, including font.
10687
10688 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10689
10690         * scm/lily.scm: Register sodipodi output module.
10691
10692         * scm/sodipodi.scm: New file.
10693
10694         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10695
10696         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10697         comment, after header.
10698         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10699         FullName.  Fix FontName key.
10700
10701 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10702
10703         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10704         and breve rests.
10705         
10706         * input/test/blank-notes.ly: bugfix
10707
10708         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10709         rests. (Kim Shrier)
10710
10711         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10712         
10713 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10714
10715         * scm/tex.scm: 
10716         * scm/ps.scm: Cleanup and remove obsolete junk.
10717
10718         * Documentation/user/internals.itely:
10719         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10720
10721         * lily/parser.yy: Identify shift/reduce problems.
10722
10723         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10724         make-style-sheet.  Too specific for convert-ly?
10725
10726 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10727
10728         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10729
10730         * input/test/*.ly: various fixes.
10731
10732         * lily/music.cc (name): bugfix
10733
10734         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10735
10736         * lily/input-file-results.cc (code): set-point-and-click! ->
10737         set-point-and-click
10738         
10739 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10740
10741         * Use uniform ly: prefix for exported scheme primitive functions.
10742
10743         * scm/music-types.scm: junk compat glue
10744
10745         * scripts/convert-ly.py: add rules for stuff below, junk
10746         compatibility glue for spanrequest.
10747
10748         * lily/parser.yy (verbose_event): remove \spanrequest,
10749         \commandspanrequest, \script. 
10750         
10751         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10752
10753         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10754         for \penalty, \glissando.
10755
10756         * VERSION: release 1.7.3
10757         
10758 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10759
10760         * lily/accidental-engraver.cc: Fix
10761         grace-in-the-beginning-of-measure bug caused by the resent
10762         partial-measure fix.
10763
10764         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
10765         overlap looks too crowded)
10766         
10767 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10768
10769         * lily/parser.yy (assignment): allow SCM expression as assignment.
10770
10771         * lily/include/music-output-def.hh (class Music_output_def):
10772         * lily/music-output-def.cc: 
10773         * lily/paper-def.cc: 
10774         * scm/font.scm (markup-to-properties):
10775         * lily/parser.yy (music_output_def_body): 
10776         remove style_sheet_
10777
10778 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10779
10780         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
10781         length.
10782
10783         * input/regression/spacing-to-grace.ly: new file.
10784
10785         * input/regression/spacing-end-of-line.ly: new file.
10786
10787         * lily/note-spacing.cc (get_spacing): take into account breakable
10788         stuff sticking out at the left (time sig change at line break).
10789
10790         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
10791         raggedright code.
10792
10793         * scm/music-functions.scm (make-voice-props-set): add
10794         staff-position for mm rests.
10795  
10796         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
10797         before grace notes a little.
10798
10799         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
10800
10801         * lily/break-align-interface.cc (do_alignment): right-edge spacing
10802         key adds space at the end of line. 
10803
10804 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10805
10806         * scm/sketch.scm: Fix beams.
10807
10808         * buildscripts/mf-to-table.py: Add EncodingScheme.
10809
10810         * scm/sketch.scm: Resurrect.
10811
10812 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10813
10814         * lily/multi-measure-rest.cc: use breve rests for measure lengths
10815         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
10816
10817 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10818
10819         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
10820
10821         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10822
10823 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10824
10825         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
10826         token for origin information.
10827
10828         * lily/parser.yy (My_lily_lexer): do identifier location and
10829         cloning from lexer.
10830
10831         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
10832         logic out of the parser. Add bar checks on both ends.
10833
10834         * Documentation/user/refman.itely (Multi measure rests): add more
10835         notes about mm rests.
10836
10837 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10838
10839         * input/regression/bar-scripts.ly: Re-enable.
10840
10841         * lily/parser.yy:
10842         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
10843         released rsn.  Bison 1.50 has a crucial bug and won't work.
10844
10845         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10846
10847
10848 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10849
10850         * input/regression/bar-scripts.ly: Blunt documentation build fix.
10851
10852 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10853
10854         * Actually merge changes since 1.6.4 besides ChangeLog, and
10855         resolve conflicts.  Lots of updates, hope all is well.
10856         
10857         * cygwin/lilypond.hint (requires): Add ghostscript.
10858
10859         * scm: Update some (c).
10860         
10861 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10862
10863         * input/test/{various}.ly: add \header fields and texidoc strings.
10864
10865 2002-10-05  Werner Lemberg  <wl@gnu.org>
10866
10867         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
10868         renamed to `output_latex_quoted'.
10869         Added `output_latex_noquote'.
10870         (schedule_lilypond_block): Implement `noquote' option for LaTeX
10871         mode.
10872
10873 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10874
10875         * ChangeLog: Add 1.6.6 release marker.  See below.
10876
10877         * stepmake/stepmake/po-targets.make: Remove --c++ option.
10878
10879         * scripts/midi2ly.py: Fix global syntax warnings.
10880
10881         * GNUmakefile.in: Generate builddir locale tree too.
10882
10883         * scripts/ly2dvi.py:
10884         * scripts/midi2ly.py: 
10885         * scripts/mup2ly.py: 
10886         * scripts/update-lily.py:
10887         * lily/main.cc (setup_paths): Fix for locales setup.
10888
10889 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10890
10891         * Documentation/windows/installing.texi: Soften wording about
10892         necessity of becoming Administrator.  tommie@iae.nl reports this
10893         does not seem to be necessary for his flavour of Windows 2000.
10894         Explicitely discourage text mode mounts.
10895
10896 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10897
10898         * lily/rest.cc (after_line_breaking): backport dot position fix.
10899
10900         * lily/rest-collision.cc (do_shift): also remove dots for suicided
10901         rests. Thanks to Klaus Zimmermann for finding this bug.
10902
10903 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10904
10905         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
10906
10907 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10908
10909         * Documentation/user/music-glossary.tely: fix links.
10910
10911 2002-10-21  Werner Lemberg  <wl@gnu.org>
10912
10913         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
10914         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
10915         scaling factor) only once and use them in the definition of
10916         \embeddedps.
10917         * ps/music-drawing-routines.ps (skeel): Removed.
10918
10919 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10920
10921         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
10922         Solaris7, as we don't use nested $( ) constructs.
10923
10924 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10925
10926         * VERSION: Release 1.6.6.
10927         
10928 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10929
10930         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
10931         as workaround for /bin/sh problems on Solaris7.
10932
10933 2002-10-19  Werner Lemberg  <wl@gnu.org>
10934
10935         * GNUmakefile.in (web-doc): Fix typos.
10936         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
10937         `music-drawing-routines.ps' but emit \special{header=...} once.
10938         * scm/tex.scm (header-end): Updated.
10939
10940 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10941
10942         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
10943         undefined tremolo. 
10944
10945 2002-10-15  Werner Lemberg  <wl@gnu.org>
10946
10947         * scripts/lilypond-book.py (g_make_html): New global variable.
10948         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
10949         if `g_make_html' isn't set.
10950         [main]: Add format `texi-html'.
10951         (option_definitions): Updated.
10952         * Documentation/user/lilypond-book.itely: Updated.
10953
10954         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
10955         * make/ly-rules.make (%.texi, %.nexi): Use it.
10956         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
10957         format to lilypond-book.
10958         * GNUmakefile.in (web-doc): Ditto.
10959
10960 2002-10-14  Werner Lemberg  <wl@gnu.org>
10961
10962         Further improve TeX output.  The produced files are about 40%
10963         smaller.  `lilyponddefs.tex' is now read only once.
10964
10965         * tex/lilyponddefs.tex: Remove footer stuff.
10966         (\ifundefined): Renamed to...
10967         (\lilypondundefined): This.  Use LaTeX's definition to
10968         make it nestable and make it global.
10969         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
10970         output.
10971         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
10972         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
10973         them global.
10974         (\placebox): Renamed to...
10975         (\lyitem): This.
10976         Make it global and call \outputscale by itself.
10977         (\lybox, \lyvrule): New macros to reduce input data.
10978         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
10979         New auxiliary macros.
10980         (\SkipLilydefs, \EndLilyPondOutput): Removed.
10981         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
10982         to...
10983         (\lilypondspace): This and made it global.
10984         (\turnOnPostScript): Renamed to...
10985         (\lilypondpostscript): This and made it global.
10986         (\turnOnExperimentalFeatures): Renamed to...
10987         (\lilypondexperimentalfeatures): This and made it global.
10988         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
10989         (\lilypondsetdimen): This and made it global.
10990         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
10991         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
10992         (all, $(outdir)/music-drawing-routines.ps): New rules.
10993         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
10994         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
10995         start-system, stop-system, stop-last-system, filledbox): Updated to
10996         use the changed macros from lilyponddefs.tex.
10997         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
10998
10999 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11000
11001         * Documentation/windows/installing.texi: Update.
11002
11003 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11004
11005         * VERSION: 1.6.5 released
11006
11007         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11008
11009 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11010
11011         * scm/translator-property-description.scm (voltaOnThisStaff): add
11012         property.
11013
11014 2002-09-28  Werner Lemberg  <wl@gnu.org>
11015
11016         * scm/tex.scm (header-end): Suppress page numbering.
11017
11018         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11019         Fix quotation for HTML output.
11020
11021 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11022         
11023         * Documentation/user/refman.itely: grammar and phrasing
11024           fixes to "Note Entry" section.  Also adds a few new examples.
11025
11026 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11027
11028         * flower/include/string-data.icc: include string.h
11029
11030 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11031
11032         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11033
11034 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11035
11036         * Documentation/user/GNUmakefile (extra-local-help): Add.
11037
11038         * stepmake/stepmake/www-targets.make (local-help): Add.
11039
11040 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11041
11042         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11043         packages.
11044
11045         * Documentation/topdocs/README.texi (Top): building documentation
11046         (not website.)
11047
11048 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11049
11050         * Documentation/user/refman.itely: 
11051         * Documentation/user/tutorial.itely: 
11052         * Documentation/user/music-glossary.tely: Merge changes.
11053
11054         * Documentation/user/glossary.html.in: 
11055         * Documentation/index.texi: 
11056         * Documentation/header.html.in: Accomodate renaming of glossary.
11057         
11058         * Documentation/user/tutorial.itely: Add some glossary references.
11059         
11060         * Documentation/user/refman.itely: Minor fixes.
11061         
11062         * Documentation/user/lilypond.tely: Add glossary do direntry.
11063
11064         * Documentation/user/music-glossary.tely: Rename (previously:
11065         glossary.tely).  Fix anchor placement.
11066
11067         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11068
11069 2002-09-23  Werner Lemberg  <wl@gnu.org>
11070
11071         * scripts/lilypond-book.py (output_dict): Fix handling of
11072         various environments by avoid extraneous newlines.
11073         Rename `output-all' regexp for html to `output-html'.
11074         Replace `output-all' regexp for texi with `output-texi-quote'
11075         and `output-texi-noquote'.
11076         (compose_full_body): Don't override `linewidth' user option
11077         for `singleline'.
11078         (schedule_lilypond_block): Don't indent text specified with
11079         `intertext' option.
11080         Add new option `noquote'.
11081         (compile_all_files): Use latex instead of tex to compile ly
11082         files directly.
11083
11084         * Documentation/user/lilypond-book.itely: Updated and revised.
11085         Improve layout.
11086
11087         * Documentation/user/glossary.tely,
11088         Documentation/user/introduction.itely,
11089         Documentation/user/tutorial.itely,
11090         Documentation/user/refman.itely,
11091         Documentation/user/appendices.itely: Fix overfull LilyPond
11092         boxes caused by the new lilypond-book code.  Other minor
11093         fixes.
11094
11095         * Documentation/user/macros.itexi (@texiflat): Don't emit
11096         trailing space.
11097
11098         * scm/tex.scm (end-output, header-end): Add preamble and
11099         postamble to make lilypond output directly compilable with
11100         latex.
11101
11102         
11103 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11104
11105         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11106         instructions.
11107
11108 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11109
11110         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11111
11112 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11113
11114         * lily/beam.cc (connect_beams): don't crash if there are quarter
11115         notes in beams.
11116
11117 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11118
11119         * Documentation/user/refman.itely: corrected ancient clef
11120         docu; added docu on ligatures
11121
11122 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11123
11124         * Documentation/user/glossary.tely,
11125         Documentation/user/refman.itely, input/les-nereides.ly,
11126         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11127         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11128         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11129         Stem properties: flag-style -> stroke-style, style -> flag-style.
11130
11131
11132 2002-09-22  Werner Lemberg  <wl@gnu.org>
11133
11134         * scripts/lilypond-book.py: Add option `notime' to suppress
11135         printing of a time signature.  Specify default indentation of 0pt
11136         if single line fragment.  Don't emit redundant `\paper{ }'.
11137
11138         * Documentation/user/lilypond-book.itely: Updated.
11139
11140         * Documentation/user/glossary.tely: Completely reformatting.
11141
11142 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11143
11144         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11145
11146 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11147
11148         * Documentation/user/tutorial.itely: Fix links.
11149         
11150         * Documentation/topdocs/index.tely:
11151         * Documentation/index.texi:
11152         * Documentation/header.html.in: Small website fixes and updates.
11153
11154         * debian/: Debian patch by Anthony Fok.
11155
11156 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11157
11158         * Documentation/footer.html.in: How time flies: It's already 2002!
11159
11160         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11161         more descriptive link names than 'here'.
11162
11163 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11164
11165         * VERSION: 1.7.2 released
11166         * VERSION: 1.6.4 released
11167         
11168         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11169
11170         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11171         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11172
11173         * mf/feta-din.mf (test): add x-height and space.
11174
11175         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11176         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11177
11178         * ly/grace-init.ly: add-to-grace-init: function to portably add
11179         settings to \grace. 
11180
11181         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11182         if we get an absolute dynamic event.
11183  
11184         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11185
11186         * lily/source-file.cc (get_line): oops. All line numbers were off
11187         by 2. Fix that. 
11188
11189         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11190         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11191
11192         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11193
11194         * lily/parser.yy (number_factor): remove (number) as number
11195         expression. ("Let them eat Lisp").
11196
11197 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11198
11199         * lily/horizontal-bracket.cc: new file.
11200
11201         * lily/horizontal-bracket-engraver.cc: new file.
11202
11203         * input/regression/note-group-bracket.ly: new file. Support
11204         horizontal note brackets for music analysis.
11205
11206         * lily/stem.cc (flag): new flag-style: no-flag.
11207
11208         * input/test/stem-cross-staff.ly: new file
11209         
11210         * Documentation/user/internals.itely: Improved formatting, fixing
11211         typos.  Added a section `Output details' to describe how the TeX
11212         code looks like.
11213
11214         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11215
11216         * lily/parser.yy: remove \dynamicscript.
11217
11218         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11219         definitions. 
11220
11221         * python/midi.c (midi_error): take two arguments.
11222
11223         * Merge 1.6.5 changes:
11224         
11225 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11226
11227         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11228         staff-space.  Previous 1.5 was probably meant as half-spaces.
11229         (cautionary-style): parentheses (was: smaller).  This is what doco
11230         says, and it seems more logical.
11231
11232         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11233         for 2nd sentence.
11234
11235 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11236
11237         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11238
11239 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11240
11241         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11242
11243 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11244
11245         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11246
11247 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11248
11249         * scm/translator-property-description.scm (voltaOnThisStaff): add
11250         property.
11251
11252 2002-09-28  Werner Lemberg  <wl@gnu.org>
11253
11254         * scm/tex.scm (header-end): Suppress page numbering.
11255
11256         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11257         Fix quotation for HTML output.
11258
11259 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11260         
11261         * Documentation/user/refman.itely: grammar and phrasing
11262           fixes to "Note Entry" section.  Also adds a few new examples.
11263
11264 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11265
11266         * flower/include/string-data.icc: include string.h
11267
11268 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11269
11270         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11271
11272 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11273
11274         * Documentation/user/GNUmakefile (extra-local-help): Add.
11275
11276         * stepmake/stepmake/www-targets.make (local-help): Add.
11277
11278 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11279
11280         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11281         packages.
11282
11283         * Documentation/topdocs/README.texi (Top): building documentation
11284         (not website.)
11285
11286 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11287
11288         * Documentation/user/refman.itely: 
11289         * Documentation/user/tutorial.itely: 
11290         * Documentation/user/music-glossary.tely: Merge changes.
11291
11292         * Documentation/user/glossary.html.in: 
11293         * Documentation/index.texi: 
11294         * Documentation/header.html.in: Accomodate renaming of glossary.
11295         
11296         * Documentation/user/tutorial.itely: Add some glossary references.
11297         
11298         * Documentation/user/refman.itely: Minor fixes.
11299         
11300         * Documentation/user/lilypond.tely: Add glossary do direntry.
11301
11302         * Documentation/user/music-glossary.tely: Rename (previously:
11303         glossary.tely).  Fix anchor placement.
11304
11305         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11306
11307 2002-09-23  Werner Lemberg  <wl@gnu.org>
11308
11309         * scripts/lilypond-book.py (output_dict): Fix handling of
11310         various environments by avoid extraneous newlines.
11311         Rename `output-all' regexp for html to `output-html'.
11312         Replace `output-all' regexp for texi with `output-texi-quote'
11313         and `output-texi-noquote'.
11314         (compose_full_body): Don't override `linewidth' user option
11315         for `singleline'.
11316         (schedule_lilypond_block): Don't indent text specified with
11317         `intertext' option.
11318         Add new option `noquote'.
11319         (compile_all_files): Use latex instead of tex to compile ly
11320         files directly.
11321
11322         * Documentation/user/lilypond-book.itely: Updated and revised.
11323         Improve layout.
11324
11325         * Documentation/user/glossary.tely,
11326         Documentation/user/introduction.itely,
11327         Documentation/user/tutorial.itely,
11328         Documentation/user/refman.itely,
11329         Documentation/user/appendices.itely: Fix overfull LilyPond
11330         boxes caused by the new lilypond-book code.  Other minor
11331         fixes.
11332
11333         * Documentation/user/macros.itexi (@texiflat): Don't emit
11334         trailing space.
11335
11336         * scm/tex.scm (end-output, header-end): Add preamble and
11337         postamble to make lilypond output directly compilable with
11338         latex.
11339
11340         
11341 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11342
11343         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11344         instructions.
11345
11346 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11347
11348         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11349
11350 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11351
11352         * lily/beam.cc (connect_beams): don't crash if there are quarter
11353         notes in beams.
11354
11355 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11356
11357         * Documentation/user/refman.itely: corrected ancient clef
11358         docu; added docu on ligatures
11359
11360 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11361
11362         * Documentation/user/glossary.tely,
11363         Documentation/user/refman.itely, input/les-nereides.ly,
11364         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11365         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11366         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11367         Stem properties: flag-style -> stroke-style, style -> flag-style.
11368
11369 2002-09-22  Werner Lemberg  <wl@gnu.org>
11370
11371         * scripts/lilypond-book.py: Add option `notime' to suppress
11372         printing of a time signature.  Specify default indentation of 0pt
11373         if single line fragment.  Don't emit redundant `\paper{ }'.
11374
11375         * Documentation/user/lilypond-book.itely: Updated.
11376
11377         * Documentation/user/glossary.tely: Completely reformatting.
11378
11379 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11380
11381         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11382
11383 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11384
11385         * Documentation/user/tutorial.itely: Fix links.
11386         
11387         * Documentation/topdocs/index.tely:
11388         * Documentation/index.texi:
11389         * Documentation/header.html.in: Small website fixes and updates.
11390
11391         * debian/: Debian patch by Anthony Fok.
11392
11393 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11394
11395         * Documentation/footer.html.in: How time flies: It's already 2002!
11396
11397         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11398         more descriptive link names than 'here'.
11399
11400 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11401
11402         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11403
11404 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11405
11406         * lily/part-combine-music-iterator.cc (get_state): cleanup
11407         (get_music_info): cleanup.
11408
11409 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11410
11411         * scm/backend-documentation-lib.scm (interface-doc-string):
11412         crosslinks between interfaces and grobs. Headings for interfaces
11413         in grob explanation.
11414
11415 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11416
11417         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11418         dtd).  Add preliminary dtd.
11419         (re-sub-alist): Robustify.
11420
11421 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11422
11423         * lily/include/event-chord-iterator.hh,
11424         lily/context-specced-music-iterator.cc,
11425         lily/event.cc, lily/event-chord-iterator.cc: add
11426
11427 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11428
11429         * lily/: some (c) header fixes.
11430         
11431         * lily/request-chord.cc: Remove.
11432         
11433         * lily/include/event-chord-iterator.hh:
11434         * lily/include/event.hh:
11435         * lily/event-chord.cc: New file.
11436         
11437         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11438         requested.
11439
11440 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11441
11442         * lily/ : rename Request to Event
11443
11444         * lily/parser.yy (command_element): move clef stuff into Scheme.
11445
11446         * lily/:  rename length_mom () to get_length()
11447
11448         * lily/part-combine-music.cc: removed file and class.
11449
11450         * lily/context-specced-music-iterator.cc (class
11451         Context_specced_music_iterator): new file. Obsoletes the
11452         Context_specced_music type.
11453
11454         * scm/music-types.scm (make-repeated-music): put different kinds
11455         of repeated music into music-type table.
11456
11457         * VERSION: 1.7.1 released.
11458
11459         * scm/to-xml.scm: new file.
11460
11461         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11462         new Input representation: dump music as XML.
11463
11464         * scm/engraver-documentation-lib.scm
11465         (engraver-accepts-music-types?): add links from music to engraver,
11466         from music-type to engraver.
11467
11468         * lily/include/command-request.hh: removed
11469         lily/include/musical-request.hh: removed. Removed all _req classes
11470         except Key_change_req. Changes throughout.
11471
11472 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11473
11474         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11475
11476 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11477
11478         * lily/*.cc: specify accepts for many engravers.
11479
11480         * scm/music-documentation-lib.scm: dump music expressions and
11481         music subtypes.
11482
11483         * scm/documentation-lib.scm: complete revision.
11484         Use GOOPS objects to store document tree explicitly. Cleaned up and
11485         sped up doco generation a lot.
11486
11487 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11488
11489         * input/trip.ly (fugaIILeft): add arpeggio
11490
11491         * lily/translator-group.cc (try_music_on_nongroup_children):
11492         oops. The name symbol is in the cdr of the assoc handle.
11493
11494         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11495         Hyphen_req, Glissando_req, Break_req, Mark_req 
11496
11497 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11498
11499         * lily/musical-request.cc (music-duration-length,
11500         music-duration-compress): new functions.
11501
11502         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11503         throughout. Warning doesn't work yet.
11504
11505         * lily/translator-group.cc (try_music_on_nongroup_children):
11506         new implementation: store candidate acceptors in a hashTable.
11507
11508 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11509
11510         * scm/music-types.scm (music-descriptions): change name to
11511         internal-class-name
11512
11513         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11514
11515 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11516
11517         * lily/beam.cc (connect_beams): don't crash if there are quarter
11518         notes in beams.
11519
11520 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11521
11522         * Documentation/user/refman.itely: corrected ancient clef
11523         docu; added docu on ligatures
11524
11525 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11526
11527         * Documentation/user/glossary.tely,
11528         Documentation/user/refman.itely, input/les-nereides.ly,
11529         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11530         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11531         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11532         Stem properties: flag-style -> stroke-style, style -> flag-style.
11533
11534 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11535
11536         * scm/music-functions.scm (music-separator?): don't use name music
11537         property.
11538
11539 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11540
11541         * stepmake/stepmake/generic-targets.make (help): Document check
11542         target.
11543
11544         * lily/new-accidental-engraver.cc: Compile fix.
11545
11546 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11547
11548         * scripts/convert-ly.py: Add rule.
11549
11550         * input/test/music-creation.ly:
11551         * input/test/add-staccato.ly:
11552         * input/test/add-text-script.ly: ly-make-music.
11553
11554         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11555         More ly-make-music renamings.
11556
11557         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11558
11559         * lily/music-constructor.cc (make_music): Add debugging info.
11560
11561         * scm/music-functions.scm (make-simultaneous-music,
11562         (make-sequential-music, context-spec-music):
11563         * scm/music-types.scm (music-descriptions): Get lily to run.
11564
11565 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11566
11567         * lily/command-request.cc (transpose_key_alist): new function.
11568
11569         * lily/key-performer.cc (create_audio_elements): cleanup. 
11570
11571 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11572
11573         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11574
11575         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11576         events-accepted field.
11577
11578         * scm/music-types.scm: new file.
11579
11580         * lily/parser.yy: put music type initialization into scheme,
11581         similar to grob initialization.  Changes throughout.
11582
11583 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11584
11585         * Documentation/user/tutorial.itely: Fix links.
11586         
11587         * Documentation/index.texi: 
11588         * Documentation/header.html.in: 
11589         * Documentation/topdocs/index.tely: Small website fixes and updates.
11590
11591         * debian/: Debian patch by Anthony Fok.
11592
11593 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11594
11595         * Documentation/footer.html.in: How time flies: It's already 2002!
11596
11597         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11598         more descriptive link names than 'here'.
11599
11600         * ROADMAP: Remove test stuff.
11601
11602         * scripts/update-lily.py: Allow auto-building of stable and
11603         development versions.  Bugfixes.
11604
11605 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11606
11607         * VERSION: released 1.7.0
11608
11609         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11610
11611         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11612         positive line widths.
11613
11614 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11615
11616         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11617         go.  Fix comments.
11618
11619         * cygwin: Cygwin updates.
11620
11621 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11622
11623         * Documentation/windows/installing.texi (Top): version for python,
11624         urls for ghostscript (thanks to John Potelle)
11625         
11626         * lily/simultaneous-music-iterator.cc
11627         (Simultaneous_music_iterator): init children_list_ before
11628         triggering GC.
11629
11630         * lily/*-iterator.cc: be even more careful with smobbed copy
11631         constructors. 
11632
11633         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11634         LeftEdge item.
11635
11636 2002-09-15  Werner Lemberg  <wl@gnu.org>
11637
11638         Improving LilyPond's output to make them ordinary TeX boxes with
11639         predictable dimensions.  System boxes are now vertically centered on
11640         the baseline; this offset can be further controlled with
11641         \lilypondscoreshift.
11642
11643         * lily/system.cc (System::post_processing): Pass length of current
11644         system to `start-system' (including any horizontal indentation).
11645
11646         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11647         prettier.
11648         (lily-def): Append `%'.
11649         (start-system): Add parameter `wd'.  Output more TeX code to specify
11650         box dimensions.
11651         (stop-system, stop-last-system): Complement changes in
11652         `start-system'.
11653         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11654         Updated.
11655
11656         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11657         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11658         Write final `\endinput'.
11659
11660         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11661         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11662         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11663         files and macro definitions don't produce spurious spaces and
11664         paragraphs (using \endlinechar).
11665         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11666
11667         * Documentation/user/internals.itely: Improved formatting, fixing
11668         typos.  Added a section `Output details' to describe how the TeX
11669         code looks like.
11670
11671 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11672
11673         * lily/accidental-engraver.cc: Also work with partial measures.
11674
11675 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11676
11677         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11678         spanner.
11679
11680 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11681
11682         * lily/identifier-smob.cc (unpack_identifier): new file.
11683
11684         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11685         pass off scheme expressions as music identifiers.
11686
11687         * scm/lily.scm: reorganisation, cleanups.
11688
11689         * lily/main.cc: small cleanups.
11690
11691 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11692
11693         * lily/ly-module.{cc,hh}: new file.
11694
11695 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11696
11697         * lily/accidental-engraver.cc: Also work with partial measures.
11698
11699 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11700
11701         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11702
11703 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11704
11705         * lily/my-lily-lexer.cc: use SCM module in stead of
11706         Scheme_hash_table. Changes throughout.  
11707
11708 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11709
11710         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11711