]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(ps-font-command): fix parmesan coding too.
[lilypond.git] / ChangeLog
1 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
4
5 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6
7         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
8         and postLilyPondExample are called when defined.
9
10 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11
12         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
13         This fixes setting notenames with `\include "nederlands.ly" '
14
15         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
16         new function.
17
18 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
19
20         * scm/page-layout.scm: don't do piece, it should be in score-title
21         only.
22
23         * lily/lexer.ll: lex \score separately.
24
25         * lily/paper-book.cc: junk stencil2line.
26
27         * lily/paper-line.cc (Paper_line): construct from Stencil
28         directly. No futzing with the dimensions.
29
30         * lily/include/paper-line.hh (class Paper_line): 
31
32         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
33         takes arbitrary number of arguments.
34
35         * input/test/markup-score.ly (tuning): simplify example. 
36
37 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
38
39         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
40
41         * scm/define-markup-commands.scm (score): define score-markup
42
43         * lily/parser.yy (markup): use score-markup.
44
45         * lily/score.cc: add ly:score? 
46
47 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
48
49         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
50         fret-parse-string so it prepares for calls to fret-diagram-verbose
51         Changed display constants to props so they are available for
52         \override.
53         
54 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
55
56         * VERSION: release 2.3.3
57
58         * stepmake/stepmake/generic-vars.make: unset LANG.
59
60         * input/regression/tuplet-nest.ly: bugfix.
61
62         * lily/tie-performer.cc (stop_translation_timestep): reset
63         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
64
65         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
66         clear repeat_ directly after setting stem_tremolo_. Fixes:
67         tremolo-repeat.ly
68
69         * input/regression/span-bar-break.ly: new file.
70
71         * scm/define-grobs.scm (all-grob-descriptions): remove
72         break-visibility from SpanBar. Fixes: piano-repeat.ly
73
74 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
75
76         * python/lilylib.py (make_ps_images): only compute bbox when needed.
77
78         * scripts/lilypond-book.py (process_snippets): use lily -f ps
79         files for generating pngs. (failed experiment)
80
81         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
82         file with PFA fonts included.
83
84         * lily/score.cc (default_rendering): put header in too.
85
86         * lily/paper-line.cc (LY_DEFINE): change function to
87         ly:paper-line-extent
88
89         * scm/page-layout.scm (default-book-title): only add lines for
90         non-nil fields.
91         (default-score-title): idem.
92
93         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
94
95         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
96
97         * lily/include/paper-book.hh (class Paper_book): remove height_
98         member.
99
100         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
101
102         * lily/ly-module.cc (LY_DEFINE): bugfix.
103
104         * lily/paper-book.cc (book_title): separate function for the book
105         title.
106
107         * scm/page-layout.scm (default-book-title): only account for
108         markup fields.
109
110         * scm/framework-ps.scm: new file. Move high level interface from
111         output-ps.scm
112
113         * scm/music-functions.scm (def-grace-function): move macros from
114         ly/music-functions-init.ly
115
116         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
117         framework-tex.scm
118
119         * scm/framework-tex.scm (dump-line): new file. High level
120         interface for output (pages, systems, header). 
121
122         * lily/include/page.hh (class Page): add is_last_ field.
123
124         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
125
126         * lily/paper-book.cc (split_string): new function
127         (output): output multiple formats, i.e. --format=ps,tex
128
129         * scm/output-ps.scm (output-scopes): dump variables directly.
130         (define-fonts): rewrite for new interface
131
132         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
133
134         * lily/paper-outputter.cc (Paper_outputter): take format argument.
135
136         * lily/main.cc (parse_argv): don't set extension for output.
137
138         * lily/clef-engraver.cc (create_clef): remove
139         Staff_symbol_referencer::set_position() call. 
140
141 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
142
143         * ly/music-functions-init.ly (addlyrics): set the 'origin property
144         with the location argument in music function definitions.
145
146 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
147
148         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
149         staffsymbol dependency.
150
151         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
152         cleanups.
153
154         * lily/book.cc (process): return Paper_book
155         (to_stencil): use Book::process().
156
157         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
158         header_ field. Store in $globalheader
159
160         * lily/parser.yy (book_body): book header is initted to
161         $globalheader.
162         
163
164 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
165
166         * input/test/fill-a4.ly: removed.
167
168         * lily/parser.yy (output_def): push scope of parent_ Output_def
169         too.
170
171 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
172
173         * scm/output-gnome.scm: Update info.
174
175 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
176
177         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
178
179         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
180         than 1 module.
181
182         * lily/include/ly-module.hh (ly_use_module): rename is_module to
183         ly_c_module_p.
184
185         * scm/page-layout.scm (default-book-title): move Scheme titling
186         functions to here.
187
188         * lily/parser.yy (book_paper_block): remove scope too.
189
190         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
191
192         * lily/rest.cc: add direction to rest properties.
193
194         * lily/include/output-def.hh: new file, move from
195         music-output-def.hh
196
197 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
198
199         * scm/output-gnome.scm: Describe feta-cork hack.
200
201 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
202
203         * lily/include/book-paper-def.hh: derive from Output_def 
204
205         * lily/include/paper-def.hh: move all functionality out of class.
206         Junk header.
207
208         * lily/include/music-output-def.hh: rename Music_output_def to
209         Output_def.
210
211         * input/wilhelmus.ly: only set space for Paper formatting. 
212
213         * lily/include/midi-def.hh: remove file, remove class.
214         Move functions to Music-output-def.
215
216         * lily/music-output-def.cc (Music_output_def): remove separate
217         translator table. Lookup translators in scope directly. This
218         obviates Context suffix for context identifiers, i.e.
219
220         \context {
221           \Staff
222           .. 
223           }
224
225
226         will work.
227         
228
229         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
230
231         * Documentation/user/changing-defaults.itely (Horizontal spacing):
232         document spacing override hack.
233
234 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
235
236         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
237         installation info.  Support point-and-click.  Add +/- zoom
238         keybindings.
239
240 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
241
242         * VERSION: 2.3.2 released
243         
244         * lily/parser.yy (book_body): set default bookpaper.
245
246         * scm/output-tex.scm (header): kludge: hard code linewidth. 
247
248         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
249
250 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
251
252         * lily/score.cc (default_rendering): scale outputdef before
253         starting.
254
255 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
256
257         * scm/fret-diagrams.scm: Add header.
258
259         * scm/output-gnome.scm: Hello world :-)
260
261 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
262
263         * scripts/lilypond.py (run_dvips): only add papersize if present.
264
265         * lily/accidental-engraver.cc (update_local_key_signature): new
266         function, fold code from initialize() and process_music().
267         (update_local_key_signature): use deep copy. This fixes one
268         problem from custom-key-signatures.ly.
269         (number_accidentals_from_sig): tighter check for
270         accidental-too-old.
271
272         * ly/engraver-init.ly: remove localKeySignature
273         definition from ChoirStaff, StaffGroup, Score.
274         
275         * lily/percent-repeat-engraver.cc (try_music): add moments for
276         barlines too. Fixes: skipbars-percent-repeat.ly.
277
278 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
279
280         * lily/context-def.cc (filter_performers): don't go to cdrloc if
281         skipping last pair. Fixes: crash-bar-number.
282
283         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
284         D. Sorensen)
285
286         * input/test/fret-diagram.ly: new file.
287
288         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
289         (scale-paper): divide by scale.
290
291 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
292
293         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
294         case.
295
296 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
297
298         * scm/stencil.scm (fontify-text): reinstate function
299
300         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
301
302         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
303
304         * lily/parser.yy (book_paper_head): \bookpaper {} 
305
306         * python/midi.c: remove config.h
307
308 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
309
310         * scm/output-gnome.scm: Update.
311
312 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
313
314         * scm/output-gnome.scm: New file.
315
316         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
317
318 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
319
320         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
321         (find_scaled_font): move from Paper_def
322
323 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
324
325         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
326         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
327
328         * po/fr.po: update po.
329
330         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
331
332         * lily/book-paper-def.cc (print_smob): new file.
333
334 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
335
336         * buildscripts/lilypond-words.py: search words also from
337         music-functions-init.ly.
338
339 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
340
341         * ly/music-functions-init.ly (def-music-function): new helper
342         macro for defining music functions. \addlyrics \appoggiatura
343         \acciaccatura \grace \partcombine \autochange \applycontext
344         \applyoutput and \breathe are now defined here thanks to it.
345
346         * lily/parser.yy: 
347         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
348         \grace \partcombine \autochange \applycontext \applyoutput and
349         \breathe keywords removed from the parser.
350
351         * lily/parser.yy: 
352         * lily/music-function.cc (ly_make_music_function): 
353         * lily/lexer.ll (music_function_type): added a case for 0-arg
354         music functions.
355
356 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
357
358         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
359         refering to a music expression can be used in lily-inside-scheme:
360         #{ $music #}
361
362         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
363         and ly:parser-define, and change ly:parser-parse-string in order
364         to make #{ $music #} work.
365
366         * scm/new-markup.scm (compile-markup-expression): when an argument
367         is a string, use `make-simple-markup'.
368
369 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
370
371         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
372
373 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
374
375         * scripts/convert-ly.py (FatalConversionError.func): handle + in
376         font-size. (backportme)
377
378 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
379
380         * lily/paper-outputter.cc (output_stencil): dump font definitions
381         before each stencil.
382
383         * lily/include/paper-book.hh (struct Score_lines): new
384         struct. Collect info per Paper-score.
385
386         * lily/include/page.hh (class Page): to_stencil() returns Stencil
387         everywhere.
388
389         * lily/stencil.cc (find_expression_fonts): new function
390
391         * lily/paper-outputter.cc (output_stencil): use
392         interpret_stencil_expr
393
394         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
395         (interpret_stencil_expr): new function. Generic stencil
396         interpretation.
397
398         * lily/paper-def.cc (find_scaled_font): divide lookup
399         magnification by outpuscale for non-virtual fontmetrics. This
400         fixes ludicrously long font definitions for text
401         fonts. (backportme)
402
403         * lily/score-engraver.cc: remove
404         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
405
406 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
407
408         * input/test/markup-score.ly: Remove \notes.
409
410         * lily/parser.yy (book_body): Grok Composite_music and \header.
411         (markup): Push NOTES mode before score_block.
412
413         * VERSION: release 2.3.1
414         
415         * mf/feta-klef.mf: 
416         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
417
418         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
419
420         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
421
422 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
423
424         * scm/output-tex.scm (output-tex-string): tighten safe security.
425
426         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
427
428         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
429         allowed ly functions.
430
431         * lily/ly-module.cc (ly_module_define): only define variable if
432         bound.
433         (ly_make_anonymous_module): take safe option.
434
435 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
436
437         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
438
439 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
440
441         * input/regression/newaddlyrics.ly: Fix.
442
443         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
444         \score \notes.
445
446 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
447
448         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
449
450 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
451
452         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
453
454         * lily/paper-line.cc (Paper_line): don't store list of stencils,
455         but convert to single Stencil immediately.
456
457         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
458
459 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
460
461         * scm/output-sodipodi.scm: Resurrect sodipodi output.
462
463 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
464
465         * elisp/lilypond-mode.el: Changed the way defaults are created for
466         LilyPond-command-master.  LilyPond-mode will now check the
467         timestamps of the files to see which command has to run next.
468
469 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
470
471         * scm/bass-figure.scm (format-bass-figure): don't set
472         number-markup for strings. This fixes string in bass
473         figure. (backportme)
474
475         * lily/parser.yy (bass_number): insert number-markup into figure
476         definition.
477
478         * scm/define-music-properties.scm (all-music-properties): make
479         'figure a markup.
480
481         * scripts/convert-ly.py (conv): \apply -> \applymusic
482
483 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
484
485         * elisp/lilypond-mode.el: changed the order of some commands
486         ("Midi" after "2Midi"), use the user-defined
487         LilyPond-command-default as default instead of "LilyPond"
488
489         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
490         to set the master file for the next command.
491
492         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
493         with font-lock-reference-face.
494
495 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
496
497         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
498
499         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
500
501 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
502
503         * ly/music-functions-init.ly (TODO): new file.
504
505         * lily/parser.yy (Generic_prefix_music_scm): add more
506         music_function symbols.
507         (Prefix_composite_music): change \apply to music-function   
508
509         * lily/include/music-function.hh: rename to music-function
510
511 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
512
513         * lily/music-head.cc (LY_DEFINE): change order of args.
514
515         * input/regression/music-head.ly (texidoc): new file.
516
517         * lily/parser.yy (Generic_prefix_music): allow generic
518         music-transformation functions. 
519
520         * lily/include/music-head.hh (is_music_head): new file.
521
522         * lily/music-head.cc (get_music_head_transform): new file.
523
524 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
525
526         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
527         empty extent. This fixes ottava brackets on rests. (backportme)
528
529         * make/lilypond.redhat.spec.in (Group): ln png files for info.
530
531         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
532
533         * cygwin/lily-wins.py: update for the lily-wins.py script.
534
535 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
536
537         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
538         code. This will obviate typeset_grob () in the future.  The effect
539         of this is that improperly written spanner handling will result in
540         invalid spanner bounds.
541         (announce_grob): add to elems_ from here
542         (typeset_grob): comment out.  
543
544         * lily/include/engraver.hh (make_spanner): new calling interface
545         for make_{item,spanner}. This obviates most calls to
546         announce_grob().
547                 
548         * scm/music-functions.scm (set-accidental-style): use GrandStaff
549         iso. PianoStaff for piano styles.
550
551 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
552
553         * Documentation/user/music-glossary.tely: add segno after d.s.
554
555 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
556
557         * lily/include/audio-column.hh: remove unused variables.
558         (patch by Michael Welsh Duggan)
559
560         * flower/include/axes.hh (other_axis): inline Axes function
561         (thanks to David Brandon).
562
563 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
564
565         * cygwin/mknetrel: Install image links (backportme).
566
567         * Documentation/user/GNUmakefile (local-install-info): Activate
568         actual installing of image links (backportme).
569
570 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
571
572         * Documentation/user/notation.itely (Measure repeats): Removed
573         unnecessary (and confusing) \context Voice{.
574
575 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
576
577         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
578
579         * lily/page.cc (Page): Do not use ly_scheme_function for
580         volatile/configurable variables (FIXME: better name).
581
582         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
583         get_scmvar).
584
585 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
586
587         * scripts/convert-ly.py (FatalConversionError.subst): use
588         \transposition.
589
590 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
591
592         * lily/include/page.hh (class Page): Declare left_margin ().
593
594         * lily/page.cc: Remove paper var caching.
595
596 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
597
598         * Documentation/user/music-glossary.tely: Add name to @top node.
599         Remove comment from @table definitions (workaround for makinfo
600         bug).
601
602         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
603         ly:stencil-get-expr).  Update callers.
604         (ly:stencil-align-to!):  Return stencil too.
605
606         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
607         stencil.  Remove looped line-based page output.
608         (output_line): Use line stencil.  Remove looped stencil-based line
609         output.
610
611         * lily/page.cc (ly:page-paper-lines): New function.
612
613         * input/test/markup-score.ly: New file.
614
615         * scm/define-markup-commands.scm (stencil): New markup.
616
617         * lily/book.cc (to_stencil): New method.
618
619         * lily/parser.yy (markup): Use it to grok \score.
620
621 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
622
623         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
624
625         * lily/paper-book.cc (pages): Change signature.  Update callers.
626
627         * lily/include/page.hh:
628         * lily/page.cc: New file.
629
630         * lily/paper-line.cc (to_stencil): New method.
631         
632         * lily/paper-outputter.cc (output_stencil): New method.
633
634         * lily/paper-outputter.cc (output_line): Use them.
635
636         * lily/warn.cc: Remove.
637
638         * lily/my-lily-parser.cc (distill_inname): Remove.
639
640         * flower/include/file-name.hh: 
641         * flower/file-name.cc: New file.  Update users.
642
643         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
644         (find): New method of same name.
645
646         * lily/my-lily-parser.cc (ly:parse-file): Use it.
647
648         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
649         constant error message.
650
651 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
652
653         * input/test/{blank-notes.ly,staff-container.ly}: typos.
654
655 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
656
657         * Documentation/user/music-glossary.tely: @table @strong' replaced
658         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
659         (backportme).
660
661 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
662
663         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
664
665         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
666         #{ lily music expression #} that returns an equivalent scheme
667         music expression by parsing the string.
668
669 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
670
671         * lily/my-lily-parser.cc:
672         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
673         SCM string (foo.ly/toto.scm support).
674
675 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
676
677         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
678
679 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
680
681         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
682
683         * scripts/lilypond-book.py: LY code that includes \header is
684         not assumed to be a fragment.
685
686 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
687
688         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
689         tremolo beams up.
690
691         * lily/stem.cc (chord_start_y): Return 0 if no heads.
692         (get_default_stem_end_position): No tremolo head juggling if no
693         heads.  Fixes tremolo crash on rests (backportme).
694
695         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
696
697 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
698
699         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
700         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
701
702         * lily/lexer.ll: Allow \encoding in NOTES mode.
703
704         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
705         for lyrics, not for commands.
706
707         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
708         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
709
710         * input/regression/newaddlyrics.ly: New file.
711
712         * Documentation/topdocs/NEWS.texi: Update.
713
714         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
715         (Music_list): Allow embedded scm.
716
717         * lily/score.cc (ly:score-bookify): New function.
718
719         * lily/music.cc (ly:music-scorify): Idem.
720
721         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
722         (ly:parser-print-score): Idem.
723
724         * scm/lily.scm (default-toplevel-book-handler): Idem.
725         (default-toplevel-music-handler): Idem.
726         (default-toplevel-score-handler): Idem.
727
728         * ly/declarations-init.ly: Set default toplevel handlers.
729
730         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
731
732         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
733         printer for score at toplevel.
734
735 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
736
737         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
738         Fix for simple case: input/simple-song.ly, more complex stuff
739         does not work yet.
740
741 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
742
743         * lily/parser.yy (Prefix_composite_music): split Composite_music
744         in Prefix_composite_music and Grouped_music_list.
745         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
746
747 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
748
749         * scm/lily.scm (toplevel-expression): New define.
750
751         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
752
753         * lily/parser.yy (toplevel_expression): Use it.
754
755         * lily/include/my-lily-parser.hh: Smobbify.
756
757         * lily/my-lily-parser.cc (parse_string): New method.
758         
759         * lily/my-lily-parser.cc (ly:parse-string): New function.
760
761         * Documentation/user/lilypond.tely: Add comment and workaround for
762         gs-8.01 crash.  Fixes make web.
763
764         Simplification of toplevel music.
765         
766         * lily/lexer.ll, lily/parser.yy:
767
768         * In LYRICS mode, return LYRICS_STRING.  This fixes one
769         shift/reduce problem.
770
771         * Use NOTES mode at start of maininput.
772
773         * Grok toplevel composite music expression, put in score and book.
774
775         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
776
777         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
778
779         * input/simple.ly: New file.
780         
781         * input/simple-song.ly: Idem.
782
783 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
784
785         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
786         Sandberg.
787
788 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
789
790         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
791
792 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
793
794         * input/regression/accidental-octave.ly: doc automatic showing
795         of note names.
796
797 2004-04-16  Heikki Junes <janneke@gnu.org>
798
799         * po/fi.po: do "make po && make -C po po-update" at top-level,
800         then "cp po/out/fi.po po/fi.po" and update fields.
801
802         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
803
804 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
805
806         * Documentation/user/introduction.itely (About this manual): Fix
807         templates and regression urls (backportme).
808
809 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
810
811         * ly/engraver-init.ly (Score:graceSettings): Increase
812         beamed-lengths, especially for 32nd notes.
813
814         * Documentation/user/notation.itely (Grace notes): Correct the
815         syntax for add-grace-property example.
816
817 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
818
819         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
820         `Generated' tag.
821
822         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
823         Severely broken (the Debian package, at least).
824
825 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
826
827         * lily/context.cc (find_create_context): assign to lvalue.
828
829 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
830
831         * lily/include/translator.hh (class Translator): rename
832         get_parent_context() to context () to avoid confusion.
833
834         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
835
836         * lily/lexer.ll: change is_string -> ly_c_string_p 
837
838         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
839
840         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
841
842         * VERSION: release 2.3.0
843
844         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
845
846         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
847         if nonempty.
848
849         * lily/include/context.hh (class Context): make members protected.
850         (children_contexts): new accessor function.
851
852         * lily/include/translator.hh (class Translator): make
853         daddy_context_ protected.
854         (class Translator): clean up. 
855
856         * lily/include/context.hh (class Context): make daddy_context_
857         private.
858
859         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
860         higher for finding Voice. (backportme)  
861
862         * lily/include/context.hh (class Context): remove
863         find_context_below() as a method.
864
865         * Documentation/user/notation.itely (The Lyrics context): add note
866         about manual durations
867
868         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
869         encoding.
870
871         * scm/output-tex.scm (text): dump \inputencoding{} for text.
872
873 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
874
875         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
876         \usepackage{inputenc}
877
878         * lily/paper-book.cc (classic_output): don't advance Offset for
879         TeX output.
880
881         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
882         ec-sauter.map in rules
883
884         * mf/ecb.mf (font_identifier): new file, based on ecbx
885
886         * mf/ecb10.mf (gensize): new file.
887
888         * Documentation/topdocs/NEWS.texi (Top): document some more new
889         features.
890
891         * ly/declarations-init.ly: run convert-ly
892
893         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
894         from input-file-results. Remove input-file-results.* 
895
896 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
897
898         * scm/output-ps.scm (font-command): Fix, again.
899
900         * input/test/title-markup.ly: Add \noPagebreak test.
901
902         * lily/score-engraver.cc (try_music): Bugfix.
903
904 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
905
906         * lily/main.cc (main_with_guile): excise dependency options -M and
907         --dep-prefix
908
909         * lily/input-file-results.cc: excise Makefile dependency code
910
911         * Documentation/user/invoking.itexi (Invoking the lilypond
912         binary): remove dep doco
913         
914         * lily/main.cc (main_with_guile): call lilypond-main
915         
916         * scm/lily.scm (lilypond-main): new function: handle multiple files.
917
918         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
919         exception.
920
921         * lily/my-lily-parser.cc: remove paper_description function
922
923         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
924         new function.
925
926         * lily/main.cc: remove global_score_count.
927
928         * lily/book.cc (process): don't take header from global_input_file.
929
930         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
931
932         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
933
934         * lily/music-output-def.cc (LY_DEFINE): new function
935         ly_output_description. This function does the bulk for  setting,
936         parsing and breaking down of an input file.
937
938         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
939         anonymous modules globally. Let's hope they get GCd
940
941         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
942
943 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
944
945         * scm/output-ps.scm (header): Papersize from paper.
946
947         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
948         for classic output.
949
950         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
951         lilypondclassic is defined.
952         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
953
954         * input/regression/between-systems.ly: Remove.
955
956         * python/lilylib.py (get_bbox): Fix regular expression
957         for bounding box.
958
959         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
960
961         * scm/output-tex.scm (stop-page): Use it.
962
963         * scm/output-ps.scm (define-fonts): Bugfix.
964
965         * lily/grob.cc: Add penalty to interface.
966
967         * lily/include/paper-line.hh (class Paper_line): New member
968         var penalty_.
969
970         * lily/system.cc (get_line): Initialise Paper_line with
971         page-penalty's from original grobs.
972
973         * scm/define-music-properties.scm (all-music-properties): Add
974         page-penalty.
975
976         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
977
978         * lily/score-engraver.cc (try_music): Handle page-penalty.
979
980         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
981
982 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
983
984         * ly/declarations-init.ly (melismaEnd): typo
985
986         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
987
988         * scm/output-ps.scm (text): split string into spaces, use moveto
989         for setting space. 
990         
991 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
992
993         * po/nl.po: Update.
994
995         * scm/font.scm (add-cmr-fonts): Typo.
996
997 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
998
999         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1000         font-encoding.
1001
1002         * scm/define-grobs.scm (all-grob-descriptions): idem.
1003
1004         * lily/time-signature.cc (numbered_time_signature): idem.
1005
1006         * scm/font.scm (add-cmr-fonts): use real encoding names for
1007         font-encoding.
1008
1009 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1010
1011         * lily/paper-book.cc (classic_output): 
1012         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1013         Fixes classic output.
1014         (lilypondstart):
1015         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1016         kludge.
1017
1018         * scripts/old-lilypond-book.py: Remove.
1019
1020         Page layout for SCOREs enclosed in a BOOK:
1021
1022         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1023         layout tweaking.
1024
1025         * input/les-nereides.ly (theScore): Add \book.
1026         
1027         * input/test/title-markup.ly: Add \book.
1028
1029         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1030         only if 'verbose.
1031
1032         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1033
1034         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1035
1036         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1037         * scm/output-tex.scm (start-system): Update for page layout by
1038         LilyPond.
1039
1040         * scm/output-ps.scm (start-system): Previously (new-start-system).
1041
1042         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1043         passed to define-fonts.
1044
1045         * lily/paper-column.cc: 
1046         * lily/system.cc (get_line):
1047         * ly/property-init.ly (newpage): 
1048         * scm/define-grob-properties.scm:
1049         * scm/output-ps.scm: 
1050         * scm/output-tex.scm: Remove between-system-string kludge.
1051
1052         * scm/output-ps.scm (define-fonts, font-command,
1053         font-load-encoding): Handle ENCODING = #f.
1054
1055         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1056
1057         * scm/define-markup-commands.scm (fill-line): Use
1058         make-simple-markup (WAS: unexisting make-word-markup).
1059
1060         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1061         ENCODING, MARKUP parameters for interpret_string.
1062
1063         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1064
1065         * lily/score.cc (book_rendering): New method.
1066         (default_rendering): Create Paper_book helper locally, dump
1067         output.
1068
1069         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1070
1071         * lily/parser.yy: Handle \book.
1072
1073         * lily/include/book.hh: 
1074         * lily/book.cc: New file.
1075
1076 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1077
1078         * lily/text-item.cc (interpret_string): new file, select font with
1079         encoding.
1080
1081         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1082
1083         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1084
1085         * lily/parser.yy (markup): take encoding from lexer.
1086
1087 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1088
1089         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1090
1091         * scm/output-ps.scm: Remove some cruft.
1092
1093 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1094
1095         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1096
1097         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1098
1099 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1100
1101         * scm/font.scm (add-century-schoolbook-fonts):
1102         (make-century-schoolbook-tree): New function.
1103
1104         * input/test/title-markup.ly: Use Century Schoolbook font.
1105
1106 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1107
1108         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1109         to Erik Sandberg) 
1110
1111         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1112
1113         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1114
1115         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1116
1117         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1118
1119 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1120
1121         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1122         solo-state (at end of solo), we can set the solo status
1123         too. (backportme.)
1124
1125         * input/regression/part-combine-solo-end.ly: new file.
1126
1127 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1128
1129         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1130         flavour abc files.  Really ignore unknown keys (backportme).
1131
1132 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1133
1134         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1135         magnification_ when looking up in orig_.
1136
1137         * scm/output-tex.scm (text): switch off char-mapping.
1138
1139         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1140         because AFM's encoding field cannot have spaces.
1141
1142 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1143
1144         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1145
1146 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1147
1148         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1149
1150         * mf/cmr.enc: new file, without hi-bit ascii info. 
1151
1152         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1153         width. This removes the 'hook' at the end of a long slur.
1154
1155         * buildscripts/mf-to-table.py (parse_logfile): don't append
1156         encoding to fontname.
1157
1158 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1159
1160         * scm/output-ps.scm (define-fonts): Load .enc only once.
1161
1162         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1163         too.
1164
1165 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1166
1167         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1168         encoding field.
1169
1170         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1171
1172         * ly/portuges.ly (pitchnames): new file.
1173
1174         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1175         Michael Welsh Duggan
1176
1177         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1178
1179         * ly/nederlands.ly: add comment about digits.
1180
1181         * lily/scaled-font-metric.cc (derived_mark): idem.
1182
1183         * scm/encoding.scm (make-encoding-mapping): change permutation to
1184         mapping.
1185
1186         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1187         (Modified_font_metric): make alist for coding_description_
1188         (LY_DEFINE): remove coding-name.
1189
1190         * scm/output-tex.scm (text): remove debugging code.
1191
1192         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1193
1194         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1195         from infile.
1196
1197         * mf/feta-generic.mf: move fet_beginfont into generic code.
1198         use fetaMusic (without space) as encoding
1199
1200         * mf/feta-autometric.mf: take encoding argument
1201
1202         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1203
1204         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1205         use.
1206
1207         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1208         name.
1209
1210 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1211
1212         * input/test/title-markup.ly: Set inputencoding.
1213
1214         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1215
1216         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1217
1218         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1219         function.
1220         (coding-alist): Also hold filename, command.
1221         (read-encoding-file): Return symbols.
1222
1223 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1224
1225         * scm/output-tex.scm: remove fontify; text and char take a font
1226         argument.
1227
1228         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1229
1230         * lily/scaled-font-metric.cc (text_dimension): init
1231         coding_{permutation,table}_ too 
1232         (LY_DEFINE): ly:font-encoding, new function return
1233
1234         * lily/paper-def.cc (find_scaled_font): take input coding from
1235         inputcoding paper var.
1236
1237         * lily/performance.cc (output): remap modulo 16.
1238
1239         * lily/text-item.cc (interpret_markup): whoops, variable
1240         shadowing fixed.
1241
1242 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1243
1244         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1245         symbols, not symbols to strings.
1246         
1247         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1248         symbols, not symbols to strings.
1249
1250 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1251
1252         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1253         (ly:kpathsea-gulp-file): New function.
1254
1255         * scm/encoding.scm (read-encoding-file): Use it.
1256
1257 2004-04-06  Werner Lemberg  <wl@gnu.org>
1258
1259         * scm/encoding.scm (coding-alist): Fix typo.
1260
1261 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1262
1263         * lily/scaled-font-metric.cc (text_dimension): move function from
1264         Font_metric
1265         (make_scaled_font_metric): init coding_scheme_ to TeX
1266         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1267
1268         * lily/include/scaled-font-metric.hh (struct
1269         Modified_font_metric): rename from Scaled_font_metric
1270
1271         * scm/encoding.scm (read-encoding-file): split up large function,
1272         leave caching to (delay)
1273
1274         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1275
1276 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1277
1278         * lily/my-lily-lexer.cc (set_encoding): New method.
1279
1280         * lily/lexer.ll: Grok \encoding.
1281
1282         * lily/font-metric.cc (get_encoded_index): New function.
1283
1284         * lily/include/font-metric.hh (coding_scheme): New method.
1285
1286         * scm/encoding.scm: New file.
1287
1288         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1289
1290 2004-04-05  Werner Lemberg  <wl@gnu.org>
1291
1292         * Documentation/user/tutorial.itely: Revised (finished).
1293
1294         * Documentation/user/macros.itexi (@separate): Removed.
1295
1296 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1297
1298         * scm/output-ps.scm (define-fonts): fix scaling.
1299
1300         * lily/scaled-font-metric.cc (design_size): add function.
1301
1302         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1303         partial cut&paste of ly:font-magnification.
1304
1305 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1306
1307         * scm/output-ps.scm (define-fonts):
1308         (fontify): Update.
1309
1310 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1311
1312         * po/fr.po: update. (backportme).
1313
1314         * po/nl.po: update. (backportme). 
1315
1316         * mf/feta-beugel.mf: document why design size is not fixed.
1317
1318         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1319
1320 2004-04-04  Werner Lemberg  <wl@gnu.org>
1321
1322         * Documentation/user/tutorial.itely: Revised (continued).
1323
1324 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1325
1326         * po/nl.po: Update (backportme).
1327
1328 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1329
1330         * po/de.po: update. (backportme).
1331
1332         * scm/output-tex.scm (font-command): use ly: functions to
1333         construct name.
1334         (define-fonts): don't use alist, just dump \font definitions.
1335         (font-load-command): calculate proper scaling by taking
1336         outputscale from paper argument.
1337
1338         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1339         expression.
1340
1341         * lily/paper-outputter.cc (output_header): pass paper arg to
1342         define-fonts
1343
1344         * lily/paper-def.cc (font_descriptions): dump list of
1345         Scaled_font_metrics
1346         (find_scaled_font): take Font_metric argument, store
1347         Scaled_font_metrics in hash-table containing (size ->
1348         Scaled_font_metrics) alist.
1349         (get_dimension): rename from get_realvar
1350
1351         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1352         ly:font-magnification, ly:font-name: new functions
1353
1354 2004-04-03  Werner Lemberg  <wl@gnu.org>
1355
1356         * Documentation/user/dedication.itely,
1357         Documentation/user/preface.itely,
1358         Documentation/user/introduction.itely,
1359         Documentation/user/tutorial.itely: Revised.
1360         Removing leading spaces which distorts output if info files are read
1361         with stand-alone info.
1362         Removing superfluous inter-word spaces which also distorts output
1363         for stand-alone info.
1364         Using ` and ' instead of `` and '' everywhere to improve
1365         legilibility with stand-alone info
1366         Using @samp for single-letter input items and data which contains
1367         spaces, @code for other things.
1368
1369         * lily/grob-interface.cc: Adding copyright.
1370         (check_interfaces_for_property): Improve format of warning message.
1371
1372 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1373
1374         * lily/include/font-metric.hh (struct Font_metric): add
1375         design_size () method.
1376
1377         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1378
1379         * lily/afm.cc (read_afm_file): read design size.
1380
1381         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1382
1383         * scm/music-functions.scm (unfold-repeats): handle dots too.
1384
1385 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1386
1387         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1388         (backportme)
1389
1390 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1391
1392         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1393         lyric indent.  Revert melismaBusyProperties using \unset.
1394
1395 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1396
1397         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1398
1399         * lily/parser.yy (command_element): allow redefinition of |
1400         meaning.
1401
1402         * lily/break-align-engraver.cc (acknowledge_grob): construct
1403         LeftEdge where the first cause for alignment is coming from.
1404         This makes \override Staff.LeftEdge work as expected.
1405
1406         
1407         * lily/slur-performer.cc (Slur_performer): add inits
1408
1409         * lily/beam-performer.cc (Beam_performer): add inits
1410
1411 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1412
1413         * VERSION (PACKAGE_NAME): release 2.2.0
1414
1415         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1416
1417 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1418
1419         * lily/cluster.cc (height): Fix warning.
1420
1421         * lily/parser.yy: Janitorial cleanups.
1422
1423         * Documentation/user/tutorial.itely (Tutorial): Typo.
1424
1425 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1426
1427         * lily/change-iterator.cc (process): search at multiple context
1428         levels. This fixes 
1429
1430         
1431         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1432         not voice-state index for tie state. This fixes a partcombine
1433         problem with ties.
1434
1435         * Documentation/user/tutorial.itely (Commenting input files): add
1436         note about convert-ly.
1437
1438         * input/test/cadenza-skip.ly:  new file.
1439
1440 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1441
1442         * po/nl.po: Spelling fixes.
1443
1444         * autogen.sh (srcdir): Regenerate.
1445
1446         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1447         autogen.sh.
1448
1449         * configure.in: Use C++ to check for C++ header.
1450
1451         * po/nl.po: Update.
1452
1453         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1454
1455         * lily/event.cc (to_relative_octave): Translatable sentence should
1456         be one string.
1457
1458         * python/lilylib.py (warranty): Year range is not translatable.
1459         It's 2004 already!
1460
1461         * flower/warn.cc (non_fatal_error, warning, programming_error):
1462         Remove whitespace from translated string.
1463
1464 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1465
1466         * VERSION: release 2.1.37.
1467
1468 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1469
1470         * configure.in: check for C language.
1471
1472         * lily/source-file.cc: include strstream without h.
1473
1474         * scm/documentation-generate.scm (string-append): use name without
1475         .texi.
1476
1477         * autogen.sh (srcdir): SUSE fix.
1478
1479         * Documentation/user/notation.itely (Ancient clefs): idem.
1480
1481         * Documentation/user/lilypond-book.itely (Integrating HTML and
1482         music): idem.
1483
1484         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1485
1486         * lily/change-iterator.cc (process): use find_existing_context().
1487
1488         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1489
1490         * input/regression/repeat-unfold-tremolo.ly: new file.
1491
1492         * scm/music-functions.scm (unfold-repeats): undo music compression
1493         too.
1494
1495         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1496         (LY_DEFINE): ly:music-compress new function.
1497
1498         * scm/part-combiner.scm (determine-split-list): split for voice
1499         crossings
1500
1501         * input/regression/part-combine-cross.ly: new file.
1502
1503         * scm/part-combiner.scm (make-part-combine-music): don't do
1504         relative inside partcombine arguments.
1505
1506         * scm/music-functions.scm (make-non-relative-music): new function.
1507
1508         * Documentation/user/notation.itely (Automatic part combining):
1509         add note about \relative.
1510
1511         * lily/part-combine-iterator.cc (construct_children): add
1512         start_moment_ member.
1513
1514         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1515         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1516
1517         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1518
1519         * Documentation/user/changing-defaults.itely (Which properties to
1520         change): fixes.
1521
1522 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1523
1524         * po/fr.po: update.
1525
1526 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1527
1528         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1529
1530         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1531         Reinstate old code that issues warning.  Fixes --srcdir build.
1532
1533 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1534
1535         * input/wilhelmus.ly: New file.
1536
1537         * Documentation/user/notation.itely: 
1538         * Documentation/user/introduction.itely:
1539         * Documentation/user/tutorial.itely: Use quote ly-option instead
1540         of explicit @quotation.  This fixes too long lilypond linewidths
1541         resulting in overful hboxes.
1542
1543         * scripts/lilypond-book.py: Add ly-option: `quote'.
1544
1545 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1546
1547         * tex/titledefs.tex: Avoid that the first score line is extra
1548         indented if instrument is defined but not piece.
1549
1550 2004-03-30  Werner Lemberg  <wl@gnu.org>
1551
1552         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1553         `lilypond/' to info file name.
1554         (@usermanref) [info]: New variant.
1555
1556         * scm/documentation-generate.scm: Fix definition of @usermanref
1557         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1558         to info file name.
1559
1560 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1561
1562         * VERSION: release 2.1.36
1563         
1564         * Documentation/user/changing-defaults.itely (Interpretation
1565         contexts): rewrite introduction.
1566
1567 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1568
1569         * scm/define-markup-commands.scm: Use TeX accents instead of
1570         straight iso-8859-1 encoding in the doc string.
1571
1572 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1573
1574         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1575         space after dotted duration.
1576
1577 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1578
1579         * Documentation/user/introduction.itely: 
1580         * Documentation/user/notation.itely:
1581         * Documentation/user/tutorial.itely: Up all relative examples.
1582         Enclose @lilypond displays in @quotation.  Typos and corrections.
1583
1584         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1585
1586 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1587
1588         * scm/music-functions.scm (make-voice-props-revert): Revert also
1589         MultiMeasureRest staff-position in oneVoice.
1590
1591 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1592
1593         * Documentation/user/changing-defaults.itely, 
1594         Documentation/user/lilypond.tely: few fixes. Place no comma between
1595         two options: a and b, but commas between three options: a, b, and c.
1596         By this manner, grouping is possible: a and b, and c and d.
1597
1598 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1599
1600         * Documentation/user/GNUmakefile: add rule for .nexi
1601
1602 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1603
1604         * Documentation/user/music-glossary.tely: move glossary direntry
1605
1606         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1607         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1608
1609 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1610
1611         * stepmake/aclocal.m4: Verify that gettext configure check with
1612         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1613
1614 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1615
1616         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1617         glob.glob for .png filenames. This catches multipage pngs.  
1618
1619         * Documentation/user/changing-defaults.itely (Determining the grob
1620         property): fix references.
1621
1622         * lily/staff-symbol.cc (print): only add extent if non empty.
1623         This fixes staff-container.ly.
1624
1625         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1626         starting with a mmrest also works.
1627
1628         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1629         PNG for texinfo too.
1630
1631         * po/lilypond.pot: update translation strings.
1632
1633         * VERSION: 2.1.35 released
1634         
1635         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1636         context argument too.
1637
1638         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1639
1640         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1641
1642         * python/lilylib.py (command_name): don't return 1st path
1643         component.
1644
1645         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1646         .png case separately.
1647
1648         * python/lilylib.py (system): typo.
1649         
1650 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1651
1652         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1653         run indent-region.
1654
1655         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1656         Fixes compile.
1657
1658         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1659         Add header.
1660
1661 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1662
1663         * vim/lilypond-indent.vim: small fixes.
1664
1665 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1666
1667         * Documentation/user/notation.itely (Entering lyrics): Add example
1668         with correct english double quotes (at least for LaTeX output,
1669         maybe not a good idea if we switch to PS as the default output
1670         format).
1671
1672 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1673
1674         * lily/staff-performer.cc (create_audio_elements): play instrument
1675         changes before notes arrive. This fixes instrument of the first
1676         note in a score.
1677
1678         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1679         to 1.9.0 conversion.
1680
1681         * lily/mark-engraver.cc: doc string.
1682
1683         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1684
1685         * Documentation/user/introduction.itely (Introduction): new node.
1686
1687 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1688
1689         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1690
1691         * input/regression/spacing-ragged-last.ly: new file.
1692
1693         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1694         spacing.
1695
1696         * scm/font.scm: rewrite using GOOPS.
1697         
1698         * lily/context-def.cc (filter_engravers): derefence pointer.
1699
1700         * lily/lily-guile.cc (type_check_assignment): use
1701         ly_scheme_function iso. scm_primitive_eval where possible.
1702
1703         * lily/performance.cc (output): limit channels at 15. This fixes
1704         percussion inadvertently showing up in large scores.
1705
1706 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1707
1708         * input/regression/tuplet-gap.ly: new file.
1709
1710         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1711         (print): compute gap length from number size, include italic
1712         correction.
1713
1714         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1715         tuplet-bracket
1716
1717         * scm/paper.scm (set-default-paper-size): new function, to be
1718         called at toplevel.
1719         (set-paper-size): new function, to be called inside \paper {}
1720         (set-default-paper-size): new function, to be called at toplevel.
1721
1722         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1723
1724         * lily/beam-performer.cc (process_music): idem.
1725
1726         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1727         
1728         * tex/titledefs.tex: remove scshape for piece.
1729
1730         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1731         font-family
1732
1733         * lily/time-signature.cc (special_time_signature): font-encoding
1734         not family.
1735
1736         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1737         dynamic to head. This fixes p placement in morgenlied.
1738
1739 2004-03-23  Werner Lemberg  <wl@gnu.org>
1740
1741         * stepmake/stepmake/generic-targets.make (help): Improve text.
1742
1743 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1744
1745         * VERSION: 2.1.34 released
1746         
1747         * lily/main.cc (main_with_guile): switch debugging.
1748
1749         * lily/system.cc (get_line): plug leak.
1750
1751         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1752         and contents.
1753         (stencil2line): plug leak.
1754
1755         * Documentation/user/changing-defaults.itely (Determining a grob
1756         property):  new node.
1757         (Layout interfaces): new node.
1758         (Navigating the program reference): new node.
1759
1760         * lily/accidental-engraver.cc (acknowledge_grob): add property
1761         harmonicAccidentals
1762
1763         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1764         general cleanups.
1765         
1766         * input/les-nereides.ly (middleDynamics): resurrect Les
1767         nereides. Remove pedal hack.
1768
1769 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1770
1771         * input/regression/property-grace-polyphony.ly: new file.
1772
1773         * lily/translator-property.cc (execute_pushpop_property): only pop
1774         one instance of the property. This fixes << \\ >> together with
1775         \grace.
1776
1777         * lily/break-align-interface.cc (ordered_elements): we cannot
1778         modify the #'elements property, so return reordered array.
1779
1780 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1781
1782         * buildscripts/lilypond.words.py: remove.
1783         * buildscripts/lilypond-words.py: add new, renamed file. 
1784         Give generated targets and dirs explicitly in arguments.
1785
1786         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1787         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1788         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1789         
1790         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1791
1792         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1793
1794         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1795         orders.
1796
1797         * vim/GNUmakefile: add local-uninstall target.
1798
1799         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1800         
1801         * vim/vimrc: add a one-liner file.
1802
1803         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1804         vimrc in EXTRA_DIST_FILES.
1805
1806         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1807
1808 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1809
1810         * config.make.in: add vimdir.
1811
1812         * vim/GNUmakefile: add local-install.
1813
1814 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1815
1816         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1817         with \lilypondifundefined{blabla}. Solves problem with multiple
1818         titles in the same lilypond-book document.
1819
1820 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1821
1822         * scm/document-backend.scm (interface-doc): sort grob list for
1823         interface.
1824
1825         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1826         pre/post break align-order.
1827
1828         * spelling patch courtesy Edward Sutton.
1829
1830         * Documentation/user/changing-defaults.itely (Changing context
1831         default settings): new node.
1832         (Defining new  contexts): new node.
1833
1834         * scripts/lilypond-book.py (is_derived_class): use numbers
1835         iso. booleans.
1836
1837         * python/lilylib.py (make_ps_images): add margin to PS images.
1838
1839         * scripts/lilypond-book.py (is_derived_class): new function. Take
1840         class arg iso. object.
1841         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1842         for bug in GS/dvips.
1843
1844         * lily/text-item.cc (interpret_markup): idem.
1845
1846         * scm/define-markup-commands.scm: remove split around-space hack.
1847
1848         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1849         function, fold WL's fixes into one function.
1850
1851 2004-03-22  Werner Lemberg  <wl@gnu.org>
1852
1853         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1854         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1855         (Note_column::head_position_interval): Do proper rounding for
1856         calls to Staff_symbol_referencer::get_position.
1857
1858 2004-03-21  Werner Lemberg  <wl@gnu.org>
1859
1860         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1861         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1862         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1863         (My_lily_parser::parse_file): Improve formatting progress indication
1864         sent to stdout.
1865
1866 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1867
1868         * VERSION: 2.1.33 released.
1869
1870         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1871
1872         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1873
1874         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1875         warning is issued about dummy.dep.
1876
1877         * scm/new-font.scm: fix design sizes of nummer
1878
1879 2004-03-21  Werner Lemberg  <wl@gnu.org>
1880
1881         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1882         some annoying warnings from mkdir during `make install'.
1883
1884 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1885
1886         * lily/performer-group-performer.cc (do_announces): call
1887         Performer_group_performer::create_audio_elements () too.
1888
1889         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1890
1891         * scm/define-grobs.scm (all-grob-descriptions): add property
1892         break-align-orders
1893
1894         * lily/global-context.cc (get_default_interpreter): new
1895         function. Override from base class, so no new Score contexts are
1896         created.
1897
1898         * lily/include/stencil.hh (class Stencil): document origin field.
1899
1900         * lily/staff-symbol.cc (print): span staff-symbol on column
1901         extents for non-broken columns. 
1902
1903         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1904         key-signature.
1905
1906         * tex/titledefs.tex: don't use smallcaps for piece.
1907
1908         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1909         translated stencils in the output.
1910
1911         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1912
1913 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1914
1915         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1916         and init ties_created_
1917
1918         * VERSION: release 2.1.32
1919
1920         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1921         doc string from IMPLEMENT_CTOR_CALLBACK().
1922
1923         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1924         that engraver is in a performer hierarchy.
1925
1926 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1927
1928         * vim/lilypond-ftdetect.vim: new file.
1929
1930 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1931
1932         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1933         (compose_ly): default octave should be middle C.
1934
1935         * Documentation/user/changing-defaults.itely (Layout tunings
1936         within contexts): new node.
1937
1938         * lily/include/smobs.hh: document C++ smob interface.
1939
1940         * lily/function-documentation.cc: don't doc functions without
1941         docstring.
1942
1943 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1944
1945         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1946         direntry, so that `info lilypond' goes to Top.
1947
1948         * scm/output-ps.scm (polygon): Fix: add spaces.
1949
1950         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1951         solutions are now optimal too.
1952
1953         * input/test/page-breaks.ly: New file.
1954
1955         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1956         functions into safe module.
1957
1958         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1959         end, prepend zeros.
1960
1961         * scm/output-*.scm: Use ly:number->string rather than
1962         number->string.  Makes for saner output.
1963
1964         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1965         Fixes feta-nummer, feta-din scaling.
1966
1967 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1968
1969         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1970
1971         * scm/music-functions.scm (descend-to-context): new
1972         function. Similar to context-spec-music.
1973         (make-time-signature-set): specify Score as descend-only. This
1974         fixes the polymetric.ly example.
1975
1976         * lily/context-specced-music-iterator.cc (construct_children): add
1977         support for descend-only context spec.
1978
1979         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1980         determine ez-notation letter. 
1981
1982         * lily/system.cc (get_line): start with dumping layer 3. This
1983         fixes ez notation.
1984
1985 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1986
1987         * input/test/title-markup.ly: Stress breaking harder.
1988
1989         * scm/page-layout.scm (height-score): Overfull page scores twice
1990         as bad as underfull (was: by a power).
1991         (walk-lines): Omit first walk-path round (breaking after new node,
1992         without lines).
1993
1994         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1995         diff values are negative.
1996         (output): Bugfix: treat negative vfill differently.
1997
1998         * Documentation/user/lilypond.tely (direntry): Add note about why
1999         `info lilypond' brings up `Invoking LilyPond' node.
2000
2001 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2002
2003         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2004
2005         * lily/paper-book.cc: Remove cruft.
2006         (output): Bugfix: put vfill between lines.
2007         (pages): Bugfix: set page vars needed for filling.
2008
2009         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2010         (was: @ar).
2011
2012         * scm/page-layout.scm: Further development.
2013
2014         * ly/declarations-init.ly (paper): Define page-breaking.
2015
2016 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2017
2018         * lily/note-head.cc (brew_ez_stencil): add note-names
2019         property. Provides internationalization for note names.
2020
2021         * Documentation/user/changing-defaults.itely (Creating contexts):
2022         new node.
2023
2024         * lily/grace-iterator.cc (process): descend to child for \grace.
2025
2026         * lily/timing-translator.cc (initialize): Timing_translator adds
2027         Timing alias by itself.
2028
2029         * lily/context.cc (add_alias): new function.
2030
2031         * scm/lily.scm (tex-output-expression): new function, eval within
2032         drawing API. Guards against eval vulnerabilities.
2033
2034         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2035
2036         * scm/output-ps.scm (scm): export lily drawing API.
2037
2038         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2039         throughout.
2040
2041 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2042
2043         * scm/page-layout.scm (optimal-page-breaking): New function.
2044         
2045         * lily/paper-book.cc (pages): Use it.
2046
2047 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2048
2049         * lily/include/paper-line.hh (class Paper_line): Full smob.
2050
2051 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2052
2053         * lily/global-context.cc (run_iterator_on_me): fix grace note
2054         nesting by initting measurePosition.
2055
2056         * lily/timing-translator.cc (initialize): do no init
2057         measurePosition
2058         
2059         * lily/include/music-output-def.hh (class Music_output_def): add
2060         input_origin_ field.
2061
2062         * Documentation/user/changing-defaults.itely (Changing context
2063         properties on the fly): new node.
2064
2065         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2066         function. Only have smobbed_copy (), and do not provide
2067         smobbed_copy() for non-simple smobs. Changes throughout.
2068
2069 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2070
2071         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2072         start_moment_. Fix by Doug A. Linhardt.
2073
2074 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2075
2076         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2077         accidentals for harmonic notes.
2078
2079         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2080         of different style. (Thanks to Doug Linhardt).
2081
2082         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2083         new node.
2084
2085 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2086
2087         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2088
2089         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2090         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2091         vim/lilypond-indent.vim: doc targets and deps in comments.
2092
2093 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2094
2095         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2096
2097         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2098
2099         * lily/include/paper-line.hh:
2100         * lily/include/paper-line.cc: New file.
2101
2102 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2103
2104         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2105
2106         * GNUmakefile.in: remove stray make out=www
2107
2108         * input/test/bagpipe.ly (gcdg): octave fixes.
2109
2110         * scm/define-markup-commands.scm (number): use font-encoding
2111         iso. font-family
2112
2113         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2114         font-encoding.
2115         
2116 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2117
2118         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2119         `output_format_global' and `PAGE_LAYOUT'.
2120
2121 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2122
2123         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2124         lily functions in safe mode.
2125
2126         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2127         Print filename for HTML, LATEX, before texidoc.
2128
2129         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2130         instructions in output-ps module.
2131
2132         * scm/lily.scm: Do not load output-ps module.
2133
2134         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2135         safe mode.
2136
2137 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2138
2139         * lily/span-dynamic-performer.cc (process_music): remove spurious
2140         warning.
2141
2142         * lily/context-def.cc (Context_def): init name to ""
2143
2144         * lily/font-interface.cc: add font-encoding property.
2145
2146         * scm/lily.scm (chain-assoc-get): bugfix.
2147
2148         * lily/paper-book.cc (stencil2line): protect static SCM.
2149
2150         * lily/font-interface.cc (text_font_alist_chain): rename function,
2151         and use text-font-defaults. 
2152
2153         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2154
2155         * scm/paper.scm (paper-set-staff-size): use new function.
2156
2157         * scm/new-font.scm (make-font-tree): new function.
2158
2159 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2160
2161         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2162
2163         * scm/lily.scm (get-output-module): New function.
2164         (output-alist): Remove ,ps-output-expression.
2165
2166         * scm/output-tex.scm (ps-output-expression): New function.
2167
2168         * scm/output-ps.scm (ps-output-expression): Remove.
2169         (header, start-page): Output page metadata.
2170
2171         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2172         initialise output_module_.  Do not write part of header.
2173         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2174         (output_header): Output full header.
2175
2176         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2177         FIXME.
2178
2179 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2180
2181         * scm/new-font.scm: new file. Tree based font lookup.
2182
2183         * scm/lily.scm (assoc-get): take default argument. Remove
2184         assoc-get-default.
2185         (chain-assoc-get): use chain-assoc-get everywhere.
2186
2187         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2188         autobeamsettings conversion bug.
2189
2190         * lily/include/global-context.hh (Context): clean-up data hiding.
2191
2192         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2193         data hiding.
2194
2195         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2196
2197         * input/regression/stem-shorten.ly: add chord case.
2198
2199         * lily/stem.cc (get_default_stem_end_position): shorten stems
2200         triggered by note-head positions, not by forced-direction. This
2201         fixes a bug with too short stems.  
2202  
2203 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2204
2205         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2206         Lilypond_snippet.output_latex): Always call output_print_filename.
2207
2208         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2209         expand pages.
2210
2211 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2212
2213         * scm/part-combiner.scm (make-autochange-music): switch rests
2214         before switched notes too.
2215
2216         * lily/figured-bass-engraver.cc (process_music): change calling
2217         convention.
2218
2219         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2220
2221         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2222         command.
2223
2224         * lily/include/stencil.hh (class Stencil): add origin field.
2225
2226         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2227         function.
2228
2229         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2230
2231         * lily/lexer.ll: remove support for \$ and $ in identifiers
2232
2233         * lily/sequential-iterator.cc: remove copy_grace_fixups
2234         (get_grace_fixup): slight abstraction of fixup code.
2235
2236         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2237
2238 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2239
2240         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2241         in insert-mode. add indenting rules.
2242
2243 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2244
2245         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2246         protect hack.
2247
2248         * scm/page-layout.scm:
2249         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2250         layout and titling should now match external latex based version.
2251
2252         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2253         header fields.
2254
2255         * ps/lilyponddefs.ps: Remove automatic page layout.
2256
2257         * scm/output-ps.scm (new-start-system): New interface function.
2258
2259         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2260
2261         * lily/paper-book.cc (output): Bugfix.
2262
2263 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2264
2265         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2266         
2267 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2268
2269         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2270         direntries.
2271
2272         * ps/lilyponddefs.ps: Bugfix.
2273
2274         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2275
2276 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2277
2278         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2279         cause. This should fix warnings.
2280
2281         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2282
2283         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2284         prevent aligned 6ths.
2285
2286         * lily/custos.cc (print): remove adjust-if-on-staffline.
2287
2288 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2289
2290         * lily/paper-book.cc: Do header and footer.
2291
2292 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2293
2294         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2295
2296         * scm/paper.scm (lineheight): Remove
2297         (head-sep, foot-sep): Add.
2298
2299 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2300
2301         * mf/feta-schrift.mf: reduce portato thickness.
2302
2303         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2304
2305         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2306         programming_error ().
2307
2308         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2309         bracket to last command column.
2310
2311         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2312         continues on next/prev system.
2313
2314         * input/regression/pedal-end.ly: new file.
2315
2316 2004-03-10  Werner Lemberg  <wl@gnu.org>
2317
2318         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2319         Remove pmx2ly stuff.
2320         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2321
2322 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2323
2324         * scm/page-layout.scm: New file.
2325
2326         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2327         settings.
2328         (Lilypond_snippet.is_outdated): Also check for PNG file.
2329         Workaround for interrupted (web) builds.
2330
2331         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2332
2333         * ps/lilyponddefs.ps: Use only very small top-marging.
2334         (init-paper): Also pop page size string.
2335         (start-page, stop-page): New function.
2336
2337         * scm/output-ps.scm (header-end): Remove stray exec commands.
2338
2339 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2340
2341         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2342
2343         * lily/score.cc (default_rendering): clean protection.
2344
2345         * lily/paper-book.cc (mark_smob): implement smob marking.
2346
2347         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2348
2349         * Documentation/user/*.itely: user manual edits. 
2350
2351 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2352
2353         * Documentation/user/converters.itely (Invoking musedata2ly):
2354         remove pmx2ly.
2355
2356         * scripts/pmx2ly: remove script.
2357         
2358 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2359
2360         * lily/score.cc (default_rendering): Protect paper-book members.
2361
2362         * lily/paper-def.cc (smobbed_copy): New method.
2363
2364         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2365         switch runtime.
2366
2367         * lily/include/music-output.hh (process): Change signature to
2368         return SCM.
2369
2370         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2371         method.
2372
2373         * lily/paper-score.cc (process): Return stencils rather than
2374         outputting directly.  Remove paper-book kludge.  Delete grobs.
2375         (output): Remove.
2376
2377         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2378
2379         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2380
2381         * lily/score.cc (default_rendering)
2382         (ly_render_output): Move adding paper-score two levels up.
2383
2384         * lily/system.cc (get_line):
2385         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2386
2387 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2388
2389         * scm/font.scm (paper20-font-vector): add more design sizes for
2390         number.
2391
2392         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2393         feta-nummber{5,7,11,13}.
2394
2395         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2396         for 12pt design size. 
2397
2398 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2399
2400         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2401
2402 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2403
2404         * lily/font-select.cc (properties_to_font_size_family): Fix
2405         warning message.
2406
2407         * Experimental PostScript latin1 encoding:
2408         
2409         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2410
2411         * scm/output-ps.scm: Experimental encoding using reencode-font.
2412         * scm/font.scm: Add latin1 `font-shape'.
2413         
2414         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2415
2416         * ps/lilyponddefs.ps (reencode-font): New function.
2417
2418         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2419
2420         * scm/output-tex.scm (start-page):
2421         (stop-page): New interface function.
2422
2423 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2424
2425         * lily/paper-outputter.cc (output_expr):
2426         (output_header):
2427         (output_line): New method.
2428
2429         * lily/system.cc (get_line):
2430         (get_lines): New method.
2431         (output_scheme):
2432         (output_line): Remove.
2433
2434         * scm/lily.scm (make-title): New function.
2435
2436         * lily/paper-book.cc: 
2437         * lily/include/paper-book.hh: New file.
2438
2439         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2440         ly-modules.hh).
2441
2442         * lily/ly-module.cc (ly_modules_lookup): New function.
2443
2444         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2445
2446         * scm/output-ps.scm (make-title): Remove.
2447         (output-scopes): Junk header-title test.
2448
2449 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2450
2451         * mf/feta-schrift.mf: thicker dot for portato.
2452
2453         * lily/accidental-placement.cc (position_accidentals): bugfix in
2454         offset, this fixes right-padding of AccidentalPlacement.
2455
2456         * lily/[h-z]*.cc: () formatting.
2457
2458         * Documentation/user/tutorial.itely (An orchestral part): more
2459         fixes for the tutorial.
2460
2461         * scm/translation-functions.scm (fraction-tuplet-formatter):
2462         reverse fraction.
2463
2464         * lily/parser.yy (context_def_spec_block): use \context instead of
2465         \translator.
2466
2467         * lily/[a-g].cc: () style cleanup.
2468
2469         * Documentation/user/tutorial.itely (Automatic and manual beams):
2470         editing of tutorial.
2471
2472 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2473
2474         * buildscripts/mf-to-table.py (base): write encoding name.
2475
2476 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2477
2478         * Documentation/user/GNUmakefile (local-install-info): Issue
2479         warning (for packager, ie, if not installing in /usr or /usr/local).
2480
2481         * lily/stencil-scheme.cc: 
2482         * lily/staff-symbol-referencer.cc: 
2483         * lily/script-column.cc: 
2484         * lily/pitch.cc: 
2485         * lily/music.cc: 
2486         * lily/grob-pq-engraver.cc: 
2487         * lily/font-interface.cc: 
2488         * lily/music-output-def.cc: 
2489         * lily/duration.cc: 
2490         * lily/grob-scheme.cc:
2491         * lily/context-scheme.cc: Put scheme name on first line in
2492         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2493         style cleanups.
2494
2495         * stepmake/stepmake/scm-vars.make: 
2496         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2497         Rename and split TAGS_FILES.
2498
2499         * GNUmakefile.in (ALL-TAGS): Remove.
2500         
2501         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2502         deeper TAGS files.  Fixes regexp tags in TOP dir.
2503
2504 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2505
2506         * VERSION: 2.1.29 released.
2507         
2508         * Documentation/user/changing-defaults.itely (Changing defaults):
2509         new file.
2510
2511         * Documentation/user/notation.itely (Notation manual): rename from 
2512         refman.itely
2513
2514         * Documentation/user/notation-appendices.itely (The Feta font):
2515         new file.
2516
2517         * Documentation/user/advanced.itely: add aborted attempt for
2518         advanced topics manual.
2519
2520 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2521
2522         * scm/new-markup.scm: display Markups in sane format. Patch by
2523         Nicolas Sceaux.
2524
2525 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2526
2527         * lily/main.cc: Cleanups.
2528         (setup_localisation): New function.
2529         (sane_putenv): Remove.
2530         (main_with_guile): New name (Was: main_prog).  Remove musings
2531         about possible preparation for GUILE heavy memory usage and
2532         practical uselessness.  Do not set environment variables
2533         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2534         name juggling.
2535         (parse_argv): New function.
2536         (copyright): New function.  It's 2004 already.
2537
2538         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2539         (distill_inname): Move from main.
2540
2541 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2542
2543         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2544
2545         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2546
2547         * Documentation/user/running.itely: new file.
2548
2549         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2550
2551         * lily/score-performer.cc (finish): call Translator::finalize ().
2552
2553 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2554
2555         * lilypond-ftpplugin.vim: renamed to the following file.
2556         * lilypond-ftplugin.vim: new file.
2557
2558         * GNUmakefile.in: update VIM_FILES.
2559
2560 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2561
2562         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2563         props.
2564
2565         * input/test/tie-sparse.ly: remove.
2566
2567         * lily/tie-performer.cc (try_music): copy & paste from
2568         Tie_engraver.
2569
2570         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2571         variable_ref twice.
2572
2573         * lily/key-performer.cc (create_audio_elements): use
2574         alterations-in-key.
2575
2576         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2577
2578 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2579
2580         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2581         handle also quarter tones (not shown as tests). test also flats.
2582
2583         * Documentation/index.html.in: small fixes.
2584
2585 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2586
2587         * input/regression/new-markup-scheme.ly: Typo.
2588
2589         * scm/define-markup-commands.scm (fill-line): New markup.
2590
2591         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2592         (output-paper-def): Fix alignment.
2593         (make-title): Fix height/width scaling.
2594
2595         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2596
2597         * input/test/title-markup.ly: Add remaining titles.  Layout and
2598         font size fixes.  Add simplistic latin1 test.
2599
2600 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2601
2602         * input/test/nested-groups.ly: remove. move content (to next). 
2603         * input/test/staff-bracket.ly: replace content (from prev), this 
2604         has been already in templates.
2605
2606 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2607
2608         * stepmake/autogen.sh: Only issue warning about running configure
2609         without arguments when autogen.sh will actually be running
2610         configure.
2611
2612 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2613
2614         * scm/new-markup.scm (stack-stencil-line): robustness.
2615
2616         * scm/define-markup-commands.scm (simple): robustification of
2617         simple-markup.
2618
2619         * Documentation/user/music-glossary.tely (Top): change central C
2620         to middle C.
2621
2622         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2623
2624 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2625
2626         * input/test/title-markup.ly (spaceTest): Add.
2627
2628         * lily/text-item.cc (interpret_markup): Make line markup from
2629         multi word markup.
2630
2631         * scm/define-markup-commands.scm (word): New markup command.
2632         (simple): Use it.
2633
2634         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2635
2636 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2637
2638         * vim/ftplugin/lilypond.vim:
2639         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2640         show matching paren in insert mode.
2641
2642 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2643
2644         * scm/output-ps.scm (make-title, output-scopes): Further
2645         development.
2646
2647         * input/test/title-markup.ly: New file.
2648
2649         * ps/lilyponddefs.ps: Disable PostScript titling.
2650
2651         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2652
2653 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2654
2655         * lily/arpeggio.cc (width_callback): remove padding.
2656  
2657         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2658
2659         * scm/define-music-types.scm: remove make-music-by-name.
2660
2661         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2662
2663 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2664
2665         * lily/paper-score.cc (process): Output titles using make-title.
2666
2667         * scm/output-ps.scm (output-stencil): Display directly instead of
2668         constructing string.
2669         (make-title): New function.
2670
2671 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2672
2673         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2674         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2675         Move documentation of LaTeX packages for latin1 characters to the
2676         lilypond-book manual.
2677
2678 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2679
2680         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2681
2682         * vimrc: add menu in console and shortcut <F10> for it.
2683
2684         * vim/:
2685         * vim/compiler/:
2686         * vim/syntax/:
2687         * vim/indent/:
2688         * vim/ftplugin/: new directories.
2689         
2690         * vim/filetype.vim: new file.
2691
2692         * lilypond.vim: remove files (see next).
2693         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2694
2695         * vimrc: remove file (see next).
2696         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2697
2698         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2699         add header. apply bindings only locally.
2700
2701         * vim/indent/lilypond.vim: new file.
2702
2703         * vim/ftplugin/lilypond.vim: remove errorformat.
2704         * vim/compiler/lilypond.vim: new file for errorformats.
2705
2706         * Documentation/topdocs/INSTALL.texi: give easier orders.
2707
2708         * ROADMAP: add vim/
2709
2710 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2711
2712         * Documentation/user/introduction.itely (Introduction): Use @image
2713         iso @html <img...>.  Add workaround for images in columns in info.
2714
2715         * stepmake/aclocal.m4: Store computed version in variable.
2716
2717         * configure.in: Export MAKEINFO_VERSION.
2718
2719         * config.make.in (MAKEINFO_VERSION): Add.
2720
2721         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2722
2723         * Documentation/user/GNUmakefile: Only build info with images when
2724         building web.
2725
2726         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2727
2728         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2729         stuff from documentation-targets.make
2730
2731 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2732
2733         * VERSION: 2.1.28 released
2734         
2735         * scripts/convert-ly.py (conv): 
2736
2737 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2738
2739         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2740         \arpeggioBoth. redefine \arpeggioBracket.
2741
2742         * Documentation/user/refman.itely: document new arpeggio
2743         functions.
2744
2745         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2746
2747         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2748
2749         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2750
2751 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2752
2753         * Documentation/user/introduction.itely (Automated engraving):
2754         rewrite introduction using website text.
2755
2756 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2757
2758         * scm/*.scm: make-music-by-name is replaced by make-music, which
2759         also accept music property settings, eg:
2760           (make-music 'TextScriptEvent 'direction DOWN 'text
2761               (make-simple-markup x))
2762
2763         Patch courtesy Nicolas Sceaux
2764
2765         * lily/beam-quanting.cc: cleanup, separate counts for left and
2766         right beam ends.
2767
2768         * lily/side-position-interface.cc (quantised_position): also
2769         quantize staccato position for forced stem directions. 
2770
2771 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2772
2773         * scm/*.scm: Patch by Nicolas Sceaux: 
2774
2775         * scm/music-functions.scm: ly:grob-property and ly:music-property
2776         are made procedure with setters.
2777
2778         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2779         
2780 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2781
2782         * input/test/[t-v]*.ly: finish rewriting texidocs.
2783
2784         * input/test/vaticana.ly: remove.
2785         * input/test/ligature-vaticana.ly: new, renamed file name.
2786
2787         * input/test/stem-centered.ly: remove.
2788         * input/test/mensural-note-heads.ly: new file. take content from
2789         removed file stem-centered.ly.
2790
2791         * input/test/scales-greek.ly: simplify.
2792
2793         * input/test/s*.ly: reformulate texidocs.
2794         
2795         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2796         of missing features.
2797
2798 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2799
2800         * input/test/[j-o]*.ly: update texidocs.
2801
2802 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2803
2804         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2805
2806         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2807         images.
2808
2809         * Documentation/user/lilypond.tely (@direntry): Update.
2810
2811         * stepmake/stepmake/documentation-targets.make
2812         (install-info,uninstall-info): Install into $(package_infodir).
2813         Install images.  Run install-info to update dir.
2814
2815         * config.make.in (package_infodir): Add.
2816
2817         * Documentation/user/GNUmakefile (info-with-images,
2818         local-install-info, local-uninstall-info): New target.
2819
2820 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2821
2822         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2823         gap/threshold.
2824
2825         * lily/beam-quanting.cc (score_slopes_dy): remove
2826         ROUND_TO_ZERO_SLOPE kludge.
2827
2828         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2829
2830         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2831
2832         * lily/global-context.cc (Global_context): alway accept Score
2833         (run_iterator_on_me): cast Context to Score_context, not
2834         Context_def.
2835
2836         * Documentation/user/refman.itely: documentation patch by Edward
2837         Sanford Sutton.
2838
2839         * mf/GNUmakefile: unset sauter-fonts.
2840
2841 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2842
2843         * scripts/lilypond-book.py (output_texinfo): Output @image
2844         descriptions for info too.
2845
2846         * input/test/chord-names-jazz.ly: 
2847         * input/test/embedded-scm.ly: Clarify.
2848
2849         * input/test/cautionaries.ly: Typo.
2850
2851         * lily/input-smob.cc (ly_input_location): Compile fix.
2852
2853 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2854
2855         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2856
2857         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2858         fixes problems with system defaults being reverted with \override
2859         on Score level.
2860
2861         * lily/global-context.cc (Global_context): apply property-ops to
2862         Global_context too. 
2863
2864 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2865
2866         * scm/output-ps.scm (stencil->string): Rewrite.
2867
2868 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2869
2870         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2871         impersonal style.
2872
2873 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2874
2875         * lily/input-smob.cc (ly_input_location: New function.
2876
2877         * scm/define-markup-commands.scm (upright): New markup command.
2878
2879         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2880
2881         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2882
2883         * scm/output-ps.scm (output-stencil): New function.
2884
2885         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2886         of snippet types; fixes @ignore and @verbatim blocks.
2887
2888 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2889
2890         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2891         to a file in printed documentation, instead, refer either to a 
2892         syntax or to an output.
2893
2894 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2895
2896         * input/regression/beam-center-slope.ly: Add test.
2897
2898 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2899
2900         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2901         (SAUTER_FONTS): Reinstate.
2902
2903         * scm/define-markup-commands.scm (caps): New markup command.
2904
2905         * scm/output-ps.scm (output-scopes): Experimental markup output.
2906
2907         * scm/: Add missing headers.
2908
2909         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2910
2911         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2912
2913 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2914
2915         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2916         Stray style cleanups.
2917
2918 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2919
2920         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2921         no dot combination.
2922
2923         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2924         substitute \override Staff.autoBeamSettings too
2925
2926         * Documentation/user/tutorial.itely: proofreading fixes by David
2927         Bobroff
2928
2929 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2930
2931         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2932
2933         * ps/music-drawing-routines.ps: 
2934         * ps/lilyponddefs.ps: Add end markers.
2935
2936 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2937
2938         * VERSION: 2.1.27 released.
2939         
2940         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2941
2942         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2943         obey documentation.
2944
2945 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2946
2947         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2948
2949         * scm/output-ps.scm: Resurrect.
2950         
2951         * scm/output-tex.scm: Minimal cleanups.
2952
2953         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2954
2955         * make/ly-rules.make: Remove any broken lily-*.tex files before
2956         lilypond-book run.
2957
2958         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2959         comment.
2960
2961         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2962         Enabled by default, may save 10% compile time.
2963
2964 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2965
2966         * lily/lyric-phrasing-engraver.cc: remove
2967         
2968         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2969         longer necessary. 
2970
2971         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2972         so lyric-phrasing-engraver is no longer necessary.
2973
2974         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2975         Grob_pq_engraver from Staff.
2976
2977         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2978         busyGrobs directly.
2979
2980         * input/regression/quote-transposition.ly: new file.
2981
2982         * lily/recording-group-engraver.cc (stop_translation_timestep):
2983         store instrumentTuning too. 
2984
2985         * lily/quote-iterator.cc (process): transpose events using
2986         instrumentTuning.
2987
2988         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2989         -> \tuning <pitch>
2990
2991         * lily/parser.yy (command_req): add \tuning command for setting
2992         instrument tuning of staff.
2993
2994         * Documentation/user/GNUmakefile
2995         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2996
2997         * Documentation/user/refman.itely (Customized accidental rules):
2998         typo.
2999
3000 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3001
3002         * Documentation/user/music-glossary.tely: remove the missing norwegian
3003         translation; they can be put in later properly.
3004
3005 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3006
3007         * lily/recording-group-engraver.cc (start_translation_timestep):
3008         init Recording_group_engraver twice.
3009
3010 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3011
3012         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3013         stray style cleanups:
3014
3015         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3016         -Wmissing-prototypes.
3017
3018         * flower/include/killing-cons.tcc (Killing_cons): Add template
3019         specifier for car_.
3020
3021         * flower/include/parray.hh (binsearchs): Add template specifier
3022         for maxkey.
3023
3024         * flower/include/interval.hh: Declare elem () with template specfier.
3025
3026 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3027
3028         * elisp/lilypond-indent.el (get-buffer-size): add customization
3029         groups for several variables (Reuben Thomas).
3030
3031 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3032
3033         * Documentation/user/invoking.itexi (Point and click): add index
3034         entry.
3035
3036         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3037         go under beam.
3038
3039         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3040         sarabande beam. 
3041
3042         * flower/warn.cc (programming_error): cross fingers not thumbs.
3043
3044         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3045         staff-position is set.
3046
3047         * VERSION: release 2.1.26 
3048         
3049         * scm/chord-entry.scm (construct-chord): process transposition
3050         after processing explicit-11.  
3051
3052 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3053
3054         * lily/parser.yy (add_quote): add syntax for adding quotes:
3055         \addquote "id-string" Music
3056
3057         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3058
3059         * scripts/convert-ly.py (conv): add rules for name changes.
3060
3061         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3062         music/context/grob property functions. Internally, use
3063         get_property() and set_property() for both.
3064
3065 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3066
3067         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3068         for Emacs <= 20 (Laurent Martelli).
3069
3070 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3071
3072         * lily/parser.yy (command_element): extract quoted vector in
3073         parser.
3074
3075         * input/regression/quote.ly: new file.
3076
3077         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3078
3079         * lily/parser.yy (command_element): \quote DURATION NAME: support
3080         cue notes. 
3081
3082         * lily/quote-iterator.cc (class Quote_iterator): new file.
3083
3084 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3085
3086         * lily/auto-beam-engraver.cc (try_music): accept and process
3087         beam-forbid-event.
3088
3089         * input/regression/auto-beam-no-beam.ly: new file.
3090
3091 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3092
3093         * lily/accidental.cc (print): Change font-relative-size ->
3094         font-size. Fixes cautionary-style = smaller.
3095
3096 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3097
3098         * lily/system-start-delimiter.cc (staff_brace): remove
3099         font-relative-size
3100
3101         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3102         forgotten with scm_list_n. Fixes spurious coredumps.
3103
3104         * lily/accidental-engraver.cc (stop_translation_timestep): move
3105         update of localKeySignature to stop_translation_timestep (). This
3106         makes sure that all ties are noticed at the right moment.
3107         (stop_translation_timestep): clear tie only when right-side
3108         notehead was seen.
3109         (number_accidentals_from_sig): cleanup. 
3110
3111         * input/regression/accidental-tie.ly (mus): new file
3112
3113         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3114         these longish tests.
3115
3116 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3117
3118         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3119
3120         * THANKS: update bugreporter list.
3121
3122         * lily/beam.cc (print): broken beams last until end of staff.
3123         (print): broken beams start from prefatory matter.
3124
3125         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3126
3127         * lily/paper-score.cc (process): dump header only once.
3128
3129         * lily/paper-outputter.cc (Paper_outputter): move logic into
3130         Scheme.
3131
3132         * scm/output-tex.scm (output-scopes): new function.
3133         (output-paper-def): new function
3134         (tex-string-def): new function
3135         (symbol->tex-key): new function
3136
3137         * scripts/convert-ly.py (conv): add rule for | ~
3138
3139 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3140
3141         * input/regression/{many}.ly: refresh, trying to guess how
3142         it was designed.
3143
3144 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3145
3146         * VERSION: release 2.1.25
3147
3148         * scm/define-translator-properties.scm
3149         (all-user-translation-properties): add printOctaveNames
3150
3151         * ly/engraver-init.ly: remove Note_event_swallower from
3152         NoteNamesContext.
3153
3154         * lily/note-name-engraver.cc (process_music): new property
3155         printOctaveNames
3156
3157         * lily/context.cc (find_existing_context): remove support for
3158         Current.
3159
3160         * scm/music-functions.scm (set-accidental-style): new function;
3161         duplicate accidental macros.
3162
3163         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3164
3165         * lily/note-name-engraver.cc (process_music):
3166         process_acknowledged_grobs () -> process_music ()
3167
3168         * scm/part-combiner.scm (determine-split-list): robustification.
3169
3170 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3171
3172         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3173         lines for falling into beam-gap.
3174         (score_forbidden_quants): check all staff lines for falling in
3175         beam gaps.
3176
3177         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3178         key/clef/time signatures. 
3179
3180         * input/test/ossia.ly: revise example.
3181
3182         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3183         cleanup.
3184         
3185         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3186         comply to Scheme standard.  Remove ly:get-paper-variable
3187
3188 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3189
3190         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3191
3192 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3193
3194         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3195         properties from Voice context. This fixes accidental size for
3196         staff-switches during grace contexts.
3197
3198         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3199         if necessary. Else, simply wipe dots.
3200
3201         * input/test/beam-alternate.ly: new file
3202
3203         * input/test/piano-staff-distance.ly: new file.
3204
3205         * lily/translator-group.cc (recurse_down_translators): use
3206         Direction for bottom-up/top-down.
3207
3208         * lily/include/translator.hh (class Translator): add
3209         process_music() and do_announces(). This obviates
3210         recurse_down_{engravers,performers}.
3211
3212         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3213         \melisma and \melismaEnd
3214
3215         * lily/melisma-engraver.cc (process_music): change to
3216         Melisma_translator, unify with performer. Accept
3217         ManualMelismaEvent.
3218
3219         * ly/engraver-init.ly: add Font_size_engraver.
3220
3221 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3222
3223         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3224         it hara-kiri.
3225
3226         * input/regression/{many}.ly: improve descriptions trying to figure
3227         out what is tested.
3228
3229 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3230
3231         * lily/slur.cc (broken_trend_offset): robustness fix.
3232
3233         * VERSION: release 2.1.24
3234
3235         * lily/context.cc (find_create_context): go to Score if it exists.
3236
3237         * lily/context-scheme.cc: new file.
3238
3239         * lily/score-translator.cc (get_output): new file.
3240
3241         * lily/include/grob-info.hh: origin_contexts() now does not
3242         include the originating engraver
3243
3244         * lily/translator-group.cc (translator_each): clean up contents,
3245         remove superfluous stubs. Engraver_group_engraver and
3246         Performer_group_performer are the only classes using multiple
3247         inheritance.
3248
3249         * lily/include/score-context.hh (class Score_context): interface
3250         between Score_{engraver,performer} and Global_context.
3251
3252         * lily/include/global-context.hh (Context): change from
3253         global-translator. This is the entry point for contexts; it is not
3254         tweakable using \translator{}. Score is no longer the top context,
3255         but sits underneath Global.
3256
3257         * lily/include/context.hh (class Context): brain surgery: split
3258         out Context functionality from Translator_group. Context is now a
3259         separate type from Translator.
3260
3261 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3262
3263         * lily/include/translator.hh (class Translator): make
3264         get_score_context() and get_global_translator (), and use the one
3265         which is appropriate.
3266
3267         * lily/context.cc: partially put functionality of Translator_group
3268         into Context.
3269
3270         * lily/include/context.hh (Translator): new class: put between
3271         Translator and Translator_group. 
3272
3273         * lily/new-accidental-engraver.cc: remove file.
3274
3275 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3276
3277         * input/regression/{many}.ly: improve descriptions: use complete 
3278         sentences, try to describe what is tested, avoid `we´, do not use 
3279         don't, ... 
3280
3281 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3282
3283         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3284         is at EOL.
3285
3286         * Documentation/user/lilypond.tely: declare the topmost node only
3287         once; removes empty line in @contents.
3288
3289         * Documentation/user/music-glossary.tely: really add Finnish author.
3290         Draw more beatiful `->´ arrow in html: &rarr;
3291
3292 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3293
3294         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3295
3296         * scripts/convert-ly.py (conv): add ly:music-list  change.
3297
3298         * lily/grob.cc: edit doc string.
3299
3300         * scm/define-grob-properties.scm (all-user-grob-properties):
3301         proofreading, editing of doc strings.
3302
3303         * input/regression/tablature-string-tunings.ly: new file.
3304
3305         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3306         listen to stringTunings
3307
3308         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3309         for self-alignment-[XY] code.
3310  
3311 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3312
3313         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3314         cond) into function. Cleanup.
3315
3316         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3317         
3318         * VERSION (PACKAGE_NAME): 2.1.23 released
3319
3320 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3321
3322         * Documentation/user/{refman,internals}.itely: small fixes.
3323
3324 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3325
3326         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3327         accidentals for harmonic notes
3328
3329         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3330         for harmonic notes.
3331
3332         * scm/document-backend.scm (interface-doc): prune Grob
3333         documentation: don't duplicate interface information.
3334
3335         * lily/*.cc: lots of updates of doc strings.
3336
3337 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3338
3339         * input/test/ac-extra-voice.ly (accompany): remove file.
3340
3341         * input/test/maximum-rest-count.ly: remove file.
3342
3343         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3344         conversion rule for \translator { }. Apply everywhere.  
3345
3346         * lily/parser.yy (music_property_def): set property for \once in
3347         the PropertyMusic itself, not the ContextSpec.
3348         (property_operation): change syntax within \translator { }
3349
3350         * scm/define-music-properties.scm (all-music-properties): clean up.
3351
3352         * lily/auto-beam-engraver.cc (test_moment): use
3353         updated_grob_properties() to retrieve autoBeam settings.
3354
3355         * lily/spacing-spanner.cc: bound shortest_playing_len by
3356         measure_length
3357
3358         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3359         multi-measure events for spacing computation.
3360
3361         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3362         elliptical, to 1.49.
3363
3364         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3365         vertical positioning for polyphony, without RestCollision object.
3366
3367         * lily/note-column.cc (add_head): prevent rests & note heads on
3368         one stem.
3369
3370         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3371         (do_shift): rewrite only-rests case: use common refpoints: the
3372         routine will have sensible results when other rest-translations
3373         have taken place.
3374
3375         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3376         < 0 case. 
3377
3378         * VERSION: 2.1.22 released
3379         
3380         * input/GNUmakefile (SUBDIRS): remove ascii-art
3381
3382 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3383
3384         * input/: Convert ly files that still had \property.  Fixes make
3385         web.  Remove exta spaces around '='. 
3386
3387         * scripts/convert-ly.py (conv): Redundant space fixes.
3388
3389         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3390
3391 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3392
3393         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3394         create scalable PS and PDFs  for input/{test,template,regression}.
3395
3396         * lily/context.cc (is_alias): move function.
3397         (is_alias): add Bottom as context alias. 
3398         (find_create_translator): add Bottom as a context alias for creation.
3399
3400         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3401
3402         * lily/parser.yy (music_property_def): new syntax for property
3403         assignments:
3404
3405         \set A.B = #C , \unset A.B
3406         \override A.B #C = #D, \revert A.B #C 
3407
3408         * lily/my-lily-lexer.cc: remove \property
3409
3410 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3411
3412         * Documentation/user/refman.itely: add dots after seealso refs.
3413
3414         * input/template/{many}.ly: harmonise descriptions.
3415
3416         * Documentation/user/music-glossary.itely: add Finnish author.
3417
3418 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3419
3420         * VERSION (PACKAGE_NAME): release 2.1.21
3421
3422 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3423
3424         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3425
3426         * scripts/lilypond-book.py (snippet_res): @include filename must
3427         not be empty.
3428
3429 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3430
3431         * scm/documentation-generate.scm (markup-doc-string): dump
3432         markup-commands.tely
3433
3434         * scm/define-markup-commands.scm (override): new file.
3435         Move documentation from refman into doc-strings. 
3436
3437         * input/test/staff-container.ly: fix example.
3438
3439         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3440         StaffContainer
3441
3442         * lily/grob.cc: remove point_dimension_callback
3443         (Grob): read forced dimensions from X-extent and Y-extent.
3444         (get_paper): remove preset_extent.
3445
3446         * scm/define-grobs.scm (all-grob-descriptions): remove
3447         point_dimension_callback. 
3448
3449         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3450         textscript to head. This makes no-spacing-rods work on
3451         DynamicText.
3452
3453         * lily/chord-name.cc: remove props chord, bass, inversion.
3454
3455         * Documentation/user/appendices.itely: add Scheme functions,
3456         context-properties and layout properties to manual.
3457
3458         * scm/part-combiner.scm (determine-split-list): include rests in a
3459         solo1/2 sequence.
3460
3461         * lily/new-part-combine-iterator.cc (substitute_both): new
3462         function.
3463         (class New_pc_iterator): add separate Voice=solo context, fixes
3464         autobeams going from chords to solo.
3465
3466 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3467
3468         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3469
3470         * Documentation/user/tutorial.itely:
3471         * Documentation/user/refman.itely: Add short note about being part
3472         of lilypond.tely.
3473
3474         * COPYING: Make note more clear with respect to files that are
3475         explicitely licenced otherwise (Documention/user/ comes to mind).
3476         
3477         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3478         comment about barfing of @c,{}.
3479
3480         * Documentation/user/music-glossary.tely: Add list of authors.
3481
3482         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3483         source (was: also in build log).
3484
3485 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3486
3487         * lily/side-position-interface.cc (general_side_position): if
3488         staff-padding is set, then include staff in support too.
3489
3490         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3491         module workbook
3492
3493         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3494
3495         * lily/tuplet-engraver.cc: remove tupletInvisible
3496
3497         * scm/define-translator-properties.scm: cleanup, separate in
3498         internal and user props. 
3499
3500         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3501         LyricsVoice -> Lyrics
3502
3503         * lily/new-part-combine-iterator.cc (process): only print warning
3504         for symbols.
3505
3506 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3507
3508         * scm/part-combiner.scm: Add proper header.
3509
3510         * All but lily/*: The great --2003 --2004 replace; the missing
3511         `bits'.
3512
3513         * TODO: Fix outline mode.  Add book notes.
3514
3515         * ROADMAP: Update.
3516
3517 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3518
3519         * scm/part-combiner.scm (make-autochange-music): use
3520         accumulator. Fixes stack overflow.
3521
3522         * lily/*: rename brew_molecule -> print , molecule-callback ->
3523         print-function
3524
3525         * scm/define-grob-properties.scm: cleanup. Separate into internal
3526         and user properties.
3527
3528         * lily/translator-property.cc (updated_grob_properties): new
3529         function
3530         (execute_pushpop_property): change to new convention:
3531         object property inits are stored as (cons ALIST BASED-ON). This
3532         storage format allows concurrent tweaks in different contexts.
3533
3534 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3535
3536         * TODO: new file.
3537
3538 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3539
3540         * debian/: Late Debian update (sorry Anthony).
3541
3542         * scripts/lilypond-book.py (do_file): Look for input_file in
3543         include path, or ask kpathsea if LATEX.
3544
3545         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3546         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3547         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3548         --header=texidoc.
3549
3550         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3551         relative.
3552
3553         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3554         only when filtering, default to input_base otherwise.  Coding
3555         style fixes.
3556
3557 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3558
3559         * lily/include/translator.hh (class Translator): add virtual
3560         qualifier.
3561
3562 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3563
3564         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3565
3566 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3567
3568         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3569
3570         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3571         (fixes make web).
3572
3573         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3574         live in $(out)-www).
3575
3576         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3577         dependencies.  Add link to .ly source in HTML output.
3578         (Lilypond_snippet.output_html): Handle multiple page picture
3579         output.
3580         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3581         Make usable for output_texinfo again.
3582
3583         * Documentation/user/GNUmakefile: Add static dependency for
3584         lilypond.tely includes.
3585
3586         * Documentation/user/tutorial.itely: Add some lost `relative'
3587         ly-options.
3588
3589 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3590
3591         * lily/include/translator-group.hh: move Music_output_def member
3592         to Global_translator.
3593
3594         * scripts/lilypond-book.py (do_file):  fix latex output.
3595
3596         * VERSION: release 2.1.20
3597         
3598         * scm/part-combiner.scm (determine-split-list): robustness fix 
3599
3600         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3601
3602         * lily/parser.yy (music_output_def_body): plug memory leak.
3603
3604         * lily/translator-group.cc (add_fresh_group_translator): plug
3605         memory leak: unprotect Translator_group once added.   
3606
3607         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3608
3609         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3610         write .dep file.
3611         (Lilypond_snippet.ly): add \renameinput.
3612
3613 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3614
3615         * Documentation/user/refman.itely (Markup command definition): Doc
3616         by Nicolas Sceaux. Rewrite by Han-Wen
3617
3618         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3619         thing of the line.
3620         (brew_molecule): only remove if hyphen is not at the end of line.
3621         (set_spacing_rods): new function: minimum-length specifies
3622         distance between syllables.
3623
3624         * scm/define-grobs.scm (all-grob-descriptions): add
3625         Hyphen_spanner::set_spacing_rods to LyricHyphen
3626
3627         * input/regression/lyric-hyphen-break.ly: new file.
3628
3629         * input/test/lyric-hyphen-retain.ly: new file.
3630
3631         * lily/new-part-combine-iterator.cc (construct_children):
3632         add Rest direction.
3633
3634 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3635
3636         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3637
3638         * Documentation/bibliography/engraving.bib (donemus1982):
3639         update entry.
3640
3641 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3642
3643         * scripts/lilypond-book.py (Substring.__init__): new class.
3644         (Snippet.output_texinfo): add texidoc option.
3645         (Include_snippet.replacement_text): new class.
3646         (Lilypond_snippet.__init__): new class
3647         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3648
3649         * Documentation/user/refman.itely (Sound): 
3650         note about number of channels.
3651
3652         * scm/music-functions.scm (voicify-music): add \context Staff for
3653         << \\ >> polyphony.
3654
3655         * lily/parser.yy (verbose_command_req): \skip now creates
3656         SkipMusic, and does not lead to spurious staves.
3657
3658         * scm/define-music-types.scm (music-descriptions): rename
3659         NonEventSkip to SkipMusic
3660
3661         * input/no-notation/midi-lyric-barcheck.ly: new file.
3662
3663         * input/regression/collision-dots-invert.ly: new file.
3664
3665         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3666         case.
3667
3668         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3669         die if melody died too.
3670
3671 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3672
3673         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3674         with reading from stdin.
3675
3676         * lily/slur-performer.cc (try_music): new file.
3677
3678         * lily/melisma-performer.cc (try_music): new file. Handle
3679         melismata to help lyrics.
3680
3681         * lily/beam-performer.cc (try_music): new file. Handle beam events
3682         to help lyrics.
3683
3684         * lily/score-performer.cc (one_time_step): reinstate
3685         process_music().
3686
3687         * lily/performer.cc (process_music): add to interface.
3688
3689         * lily/performer-group-performer.cc (process_music): new function.
3690
3691         * lily/dot-column.cc (do_shifts): do collision resolution before
3692         dot positioning.
3693         
3694         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3695         file, process printfilename option.
3696         (Snippet.__init__): rewrite: do not use global variables h or
3697         index.
3698         (main): really support -I option.
3699         (find_toplevel_snippets): new code.
3700         (find_toplevel_snippets): reinstate old version, without global
3701         variables.
3702
3703         * tex/texinfo.tex: really add file.
3704         
3705 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3706
3707         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3708         compatibility.
3709
3710 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3711
3712         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3713
3714         * scm/define-translator-properties.scm (drumPitchTable): add
3715         property.
3716
3717         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3718         function.
3719         (help_summary): docstrings.
3720         (do_file): strip the dir of input_base too.
3721
3722 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3723
3724         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3725
3726         * Documentation/user/lilypond-book.itely: Update.
3727
3728         * make/ly-rules.make: Update lilypond-book commands.
3729
3730         * Documentation/user/GNUmakefile: Update makeinfo commands,
3731         lilypond-book flags.
3732
3733         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3734         
3735         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3736
3737         * scripts/filter-lilypond-book.py: Remove.
3738
3739         * Documentation/user/*tely: Update options for new lilypond-book.
3740
3741         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3742         with @macros in @includes.
3743
3744 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3745
3746         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3747         make rest-collision only.
3748
3749         * lily/break-substitution.cc (substitute_one_mutable_property):
3750         clear all-elements using scm_assq_remove_x(). 
3751
3752         * lily/rest-collision.cc (do_shift): shift single rests
3753
3754         * flower/include/array.hh (class Array): rename to is_empty ()
3755
3756         * lily/drum-note-performer.cc: new file: perform drum notes.
3757
3758         * VERSION (PACKAGE_NAME): release 2.1.19.
3759         
3760 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3761
3762         * scripts/filter-lilypond-book.py
3763         (classic_lilypond_book_compatibility): New function.
3764
3765 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3766
3767         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3768
3769         * Grand 2003 -> 2004 search replace. 
3770
3771         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3772         (i.e. < > )
3773
3774         * ly/performer-init.ly: add DrumStaff
3775
3776         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3777         lyric-interface; this prevents lines with only extender lines from
3778         being junked.
3779  
3780         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3781
3782         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3783         extenders right, for once and for all (hopefully).
3784         
3785         * lily/break-substitution.cc (substitute_one_mutable_property):
3786         clear old 'all-elements for System grobs.
3787
3788         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3789         that associatedVoiceContext is always assigned when music & lyrics
3790         are found. 
3791
3792         * ly/engraver-init.ly: remove Lyrics context.
3793         (TabVoice): add noteheads engraver
3794
3795         * input/test/improv.ly: update: do not use Thread switching. 
3796
3797         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3798         squashedPosition is a number  
3799
3800         * Documentation/user/refman.itely (Automatic note splitting):
3801         remove Thread references.
3802
3803         * input/no-notation/pc-direction.ly: remove file.
3804
3805         * ly/engraver-init.ly: remove Thread
3806
3807         * input/regression/tie-chord-partial.ly: remove file.
3808
3809         * scripts/convert-ly.py (conv): \harmonic rule
3810
3811         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3812         notation for harmonic notes: <c' g''\harmonic>
3813
3814         * lily/lily-guile.cc (alist_to_hashq): new function
3815
3816         * scm/lily.scm (alist->hash-table): new function.
3817
3818         * Documentation/user/refman.itely (Percussion staves): update doco.
3819
3820         * input/regression/drums.ly (timb): updates
3821
3822         * lily/note-performer.cc (create_audio_elements): robustness fix.
3823
3824         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3825
3826 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3827
3828         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3829         discard valid matches.
3830
3831 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3832
3833         * lily/drum-note-engraver.cc: new file.
3834
3835         * ly/drumpitch-init.ly: move drum definitions
3836
3837         * scm/drums.scm: remove file.
3838
3839         * lily/*.cc: remove abort-event everywhere.
3840
3841         * lily/note-heads-engraver.cc (process_music): robustification.
3842
3843         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3844         robustification.
3845
3846         * lily/parser.yy (simple_element): add \drums mode.
3847         (simple_element): remove \pitchnames , \chordmodifiers. Use
3848         variables to store this. 
3849
3850         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3851         outside \notes.
3852
3853         * VERSION: release 2.1.18.
3854         
3855         * input/test: remove octave-duplicate.ly
3856
3857 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3858
3859         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3860
3861 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3862
3863         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3864         constructor from Music_iterator. Changes throughout.
3865
3866         * lily/include/music-iterator.hh (class Music_iterator): remove
3867         Music_iterator::skip and Music_iterator::get_pending_events from
3868         interface. Rename report_to -> get_outlet 
3869
3870         * lily/auto-change-iterator.cc: move contents from
3871         new-auto-change-iterator.cc from
3872
3873         * scm/part-combiner.scm: determine split-list from Scheme. 
3874
3875         * lily/new-auto-change-iterator.cc (process): new file.
3876
3877         * lily/parser.yy (part_combined_music): remove old PC cruft.
3878
3879         * ly/engraver-init.ly: remove old
3880         PC cruft.
3881
3882         * Documentation/user/refman.itely (The Lyrics context): note about
3883         extender lines.
3884
3885         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3886         to allow 0-length mmrest events.
3887
3888         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3889
3890         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3891
3892         * lily/spacing-engraver.cc (finalize): robustifications.
3893
3894         * input/regression/new-part-combine-solo-global.ly: new file.
3895
3896         * scm/part-combiner.scm: rewrite.
3897
3898 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3899
3900         * Documentation/user/refman.itely, input/puer-fragment.ly,
3901         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3902         updated for proper use of lyricsto; replaced "(" and ")" ->
3903         "\melisma" and "\melismaEnd"
3904
3905         * input/test/ancient-font.ly: small updates to reduce compile
3906         warnings (TODO: junk this file)
3907
3908         * input/test/gregorian-scripts.ly: added comment about bug
3909
3910         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3911         tiny robustness fix
3912
3913         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3914         recent changes in the feta code); temporarily mapped mensural g
3915         clef to a copy of petrucci g clef until mensural g clef will have
3916         been rewritten
3917
3918         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3919         between mensural and neo-mensural heads (this broke quite a while
3920         ago)
3921
3922         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3923
3924 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3925
3926         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3927         indication.  Fixes for verbatim, multi line comments.
3928
3929 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3930
3931         * input/regression/new-part-combine-solo.ly: more cases.
3932
3933         * lily/slur.cc (height): robustness fix.
3934
3935         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3936
3937         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3938         stemUp/stemDown.
3939
3940         * scm/music-functions.scm (determine-split-list): further analysis.
3941
3942         * lily/script-engraver.cc (try_music): discard duplicate
3943         articulations.
3944
3945         * input/regression/new-part-combine-solo.ly: new file
3946
3947         * input/regression/new-part-combine-a2.ly: new file.
3948
3949         * ly/performer-init.ly: add Devnull
3950
3951         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3952         for \musicglyph #"accidental-*"
3953         (conv): \newpartcombine rule.
3954
3955 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3956
3957         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3958
3959 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3960
3961         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3962         textwidth, --output.
3963
3964 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3965
3966         * scm/new-markup.scm (doubleflat): add accidental markups.
3967
3968         * VERSION: release 2.1.17
3969         
3970         * Documentation/user/refman.itely (Automatic part combining):
3971         revise documentation of the part-combiner.
3972
3973         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3974         
3975         * input/test/part-combine-{moment,staff}.ly: remove file.
3976
3977         * input/regression/pc-mmrest.ly (two): remove file.
3978
3979         * scm/define-music-types.scm (music-descriptions): add
3980         Solo{One,Two}Event and UnisonoEvent
3981
3982         * lily/new-part-combine-iterator.cc (unisono): add state_
3983         variable, signal changes with part-combine-event.
3984
3985         * input/regression/new-part-combine-text.ly: new file.
3986
3987         * lily/part-combine-engraver.cc: new file.
3988
3989 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3990
3991         * scripts/filter-lilypond-book.py: Handle snippet options.
3992
3993 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3994
3995         * scm/music-functions.scm (determine-split-list): detect solo1/2
3996         and unisono.
3997
3998         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3999         revert fix, document why.
4000
4001         * lily/tie-performer.cc (process_music): new function. Set melisma
4002         property.
4003
4004         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4005         always smaller than bracket size.
4006         (make_bracket): oops. Size of the gap was off by factor 2
4007
4008         * input/test/text-rotate.ly: new file.
4009
4010         * scm/new-markup.scm (markup): a macro that provides a
4011         LilyPond-like syntax in scheme for building markups, in order to
4012         help markup command definition. (Nicolas Sceaux)
4013
4014         * input/test/lyrics-skip-notes.ly: new example.
4015
4016         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4017
4018         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4019         use is_alias() iso. == . This fixes lyrics on
4020         GregorianTranscriptions. 
4021
4022 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4023
4024         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4025         \thispagestyle{lastpage} to avoid that it's printed on the second
4026         last page when there's only a single score line on the last page.
4027         (The page breaking mechanism in TeX played some ugly tricks to us.)
4028
4029 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4030
4031         * scripts/filter-lilypond-book.py: Further development.
4032
4033         * input/regression/collision-dots-move.ly: New test.
4034
4035         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4036         hand side note head of non-merged collision to the right.
4037
4038         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4039         Construct children before accessing property from emtpy
4040         lyrics_context_.
4041         (construct_children): Find thread before finding LyricsVoice.
4042         Create LyricsVoice one if none found, fixes crash (thanks Erik
4043         Sandberg).
4044
4045 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4046
4047         * cygwin/: Forward port.
4048
4049 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4050
4051         * buildscripts/install-info-html.sh: Use Bash.
4052
4053         * cygwin/mknetrel: Patch from Bert.
4054
4055 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4056
4057         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4058
4059         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4060         try to copy *png, index.html (Bertalan Fodor).
4061
4062         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4063
4064 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4065
4066         * lily/note-collision.cc (check_meshing_chords): Do not remove
4067         dots (from down head) when merging similar heads (thanks Matthias
4068         Kilian).  Simplify merge_possible tests and other cleanups
4069
4070         * input/regression/collision-merge-differently-dotted.ly: Add test
4071         for disappearing dots on similar heads for both voices.
4072
4073 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4074
4075         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4076         that tagline overrides copyright for single page scores. Correct
4077         the default tagline value.
4078
4079 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4080
4081         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4082
4083 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4084
4085         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4086         TEXMF if it's previously unset.
4087
4088 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4089
4090         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4091
4092         * input/test/trills.ly: fix the unfolding of lineprall.
4093
4094         * input/test/figured-bass-alternative.ly: fix accidental.
4095
4096 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4097
4098         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4099         
4100         * input/no-notation/dos-guile.ly: 
4101         * input/no-notation/dos-ps.ly: 
4102         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4103         
4104         * input/no-notation/safe-include.ly:
4105         * input/no-notation/safe-guile.ly:
4106         * input/no-notation/safe-ps.ly: 
4107         * input/no-notation/safe-tex.ly: New file.
4108
4109         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4110         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4111         options now.
4112         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4113         When in --safe-mode, set environment openout_any=p[aranoid].
4114
4115         * tex/ltest.tex: 
4116         * tex/lilyponddefs.tex: Add \nofiles.
4117
4118         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4119         options.
4120
4121         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4122         This allows building the user manual using a binary installation
4123         and a matching unpacked source tree.
4124
4125         * scm/lily.scm (safe-module): New variable. 
4126
4127         * lily/includable-lexer.cc (new_input): Fix error messages.
4128
4129         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4130         If SAFE, evaluate in safe-module.  Change callers.
4131
4132         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4133
4134         * lily/lexer.ll (embedded_scm): While processing main-input,
4135         invoke ly_parse_scm with safe mode if running in safe-mode.
4136         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4137         in init.ly for safe-mode.
4138
4139 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4140
4141         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4142         compatibility with old versions of geometry.sty (compat2
4143         already implied includehead).
4144         Change the page layout slightly so bottom + footskip = top +
4145         headheight + headsep = 16mm, the remaining paperheight-32mm
4146         are used for the music. Increase footskip to 5mm, so the top of
4147         the footer text doesn't touch the music.
4148
4149 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4150
4151         * VERSION: release 2.1.16
4152         
4153         * scm/music-functions.scm (determine-split-list): bugfix: only use
4154         new-active for both voices if both indexes advance. This fixes the
4155         biggest outstanding problem with new-pc. 
4156
4157         * lily/new-part-combine-iterator.cc (construct_children): set more
4158         directions.
4159
4160 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4161
4162         * scripts/convert-ly.py (conv): add instrument rule.
4163
4164         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4165
4166         * lily/side-position-interface.cc: remove add_staff_support ()
4167         Change all callers to use staff-padding.
4168
4169         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4170         make_spanner().
4171
4172         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4173
4174         * lily/text-engraver.cc: remove scriptHorizontal property.
4175
4176         * lily/beam.cc (least_squares): also set least-squares-dy for
4177         special case of slanted 2-stem beam to center.
4178
4179         * lily/side-position-interface.cc (out_of_staff): move contents of
4180         out_of_staff into aligned_side.
4181         remove out_of_staff().
4182
4183         * input/regression/measure-grouping.ly: fix warning.
4184
4185         * lily/side-position-interface.cc: add staff-padding support to
4186         Side_position_interface::aligned_side.
4187
4188         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4189         one get_property too many.
4190
4191         * flower/include/drul-array.hh (linear_combination): new function
4192         (scale_drul): new function
4193
4194         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4195         operations on empty intervals are silly.
4196
4197 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4198
4199         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4200         (iso gh_scm2int), fixes crash in new part-combiner.
4201
4202         * configure.in: Up mftrace to 1.0.27.
4203
4204 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4205
4206         * VERSION: release 2.1.15
4207         
4208         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4209         align all stanza numbers.
4210
4211 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4212
4213         * Documentation/user/{introduction.itely,refman.itely,
4214         converters.itely}: fix some text inside parentheses; text should
4215         be readable (even) if parentheses are either replaced with commas 
4216         or dropped out.
4217
4218 2004-01-25  Werner Lemberg  <wl@gnu.org>
4219
4220         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4221         input/test/vaticana.ly, input/test/ancient-font.ly,
4222         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4223         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4224         ly/params-as-init.ly, scm/define-grobs.scm,
4225         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4226
4227         * ly/params-as-init.ly: Removed.  Obsolete.
4228         * buildscripts/lilypond.words.py: Updated.
4229
4230 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4231
4232         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4233
4234         * mf/feta-din{4,5,7,9}.mf: remove.
4235         
4236         * lily/engraver.cc (internal_make_item): centralize item/spanner
4237         factory.
4238
4239         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4240         do correct chord conversion for ^"sim."  (backportme)
4241         (FatalConversionError.sub_articulations): substitute ^"foo" in
4242         chords too. (backportme)
4243
4244         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4245         for Fingering.
4246
4247         * lily/side-position-interface.cc (out_of_staff): don't do
4248         anything if staff-padding not defined. 
4249
4250         * mf/feta-params.mf (stafflines): introduce linethickness as
4251         general blackness of the font.
4252
4253         * lily/stem.cc (position_noteheads): rounding error robustness.
4254
4255         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4256         from beam-collision.ly 
4257
4258         * lily/beam.cc (rest_collision_callback): remove direction.
4259
4260         * scm/define-grobs.scm (all-grob-descriptions): remove
4261         enclose-bounds in OttavaBracket and PianoPedalBracket
4262
4263         * scm/new-markup.scm (def-markup-command) new macro, which takes
4264         care of defining the COMMAND-markup and make-COMMAND-markup
4265         procedures, setting markup-signature and keyword-signature object
4266         properties, and pushing the markup command in
4267         markup-function-list.
4268
4269         All markup commands are defined thanks to it.  Users may also use
4270         it to define their own markup commands. (Nicolas Sceaux)
4271
4272         * scm/new-markup.scm: Scheme style clean-up: there should be no
4273         parenthesis alone on a line; LET* should not be used where LET is
4274         enough. (Nicolas Sceaux)
4275
4276 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4277
4278         * scripts/filter-lilypond-book.py: Add script.
4279
4280 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4281
4282         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4283
4284 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4285
4286         * Documentation/user/refman.itely (Fingering instructions): add
4287         single note chords. 
4288
4289         * lily/multi-measure-rest-engraver.cc: use a single
4290         MultiMeasureEvent for mm rests. This prevents problems with the
4291         new part combiner.
4292
4293         * scm/music-functions.scm (determine-split-list): analysis has
4294         global effect: a difference halfway a phrase makes the entire
4295         phrase be typeset as apart.
4296         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4297
4298 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4299
4300         * ly/performer-init.ly: add Devnull.
4301
4302         * Documentation/user/refman.itely (Font selection): remove paper20
4303         ref.
4304         
4305 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4306
4307         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4308
4309 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4310
4311         * scm/music-functions.scm (determine-split-list): bugfixes.
4312
4313         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4314
4315         * input/test/scales-greek.ly: use C as base, results in different
4316         alterations at the clef.
4317
4318         * input/regression/pedal-ped.ly: new file.
4319
4320         * input/regression/pedal-bracket.ly: new file.
4321
4322         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4323         replace after_line_breaking()
4324
4325         * lily/line-interface.cc (line): read thickness.
4326         (line): dash-fraction = 0 always for dotted-line style.
4327
4328         * input/test/staff-lines.ly (lower): bugfix.
4329
4330         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4331         \accepts Devnull into Score.
4332
4333         * scm/lily.scm: remove bla.scm load.
4334
4335 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4336
4337         * VERSION: release 2.1.14
4338         
4339         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4340
4341         * lily/side-position-interface.cc (general_side_position): add
4342         Staff_symbol_referencer::staff_space ().
4343
4344         * lily/include/context-def.hh: rename from translator-def.hh
4345
4346 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4347
4348         * input/template/piano-dynamics.ly (pedal): Updated definition of
4349         Dynamics such that \cresc works, for example.
4350
4351 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4352
4353         * lily/stem.cc (calc_stem_info): use
4354         Staff_symbol_referencer::staff_space
4355
4356         * lily/beam-quanting.cc (quanting): scale Stem_info 
4357
4358         * lily/beam.cc (rest_collision_callback): use minimum-distance
4359         property for rest/beam collisions.
4360         (rest_collision_callback): bugfixes.
4361
4362         * lily/system.cc (post_processing): extra-offset is now relative
4363         to the size of the current staff.
4364
4365         * scm/music-functions.scm (notice-the-events-for-pc): record all
4366         voices, only analyze "one" and "two".
4367
4368         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4369         not parent. 
4370
4371         * lily/new-part-combine-iterator.cc (construct_children): create
4372         Devnull from Voice context
4373
4374         * scm/music-functions.scm (determine-split-list): bugfixes.
4375
4376         * lily/lily-guile.cc (robust_scm2int): new function
4377
4378         * lily/staff-symbol-referencer.cc (line_thickness): new
4379         function. Use throughout.
4380
4381         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4382         in its own context.  Add to preset font-size.
4383
4384         * lily/stem.cc (thickness): new function.
4385
4386         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4387         compute thickness from ledger-line-thickness.
4388
4389         * lily/note-head.cc (brew_ledger_lines): use
4390         Staff_symbol::get_ledger_line_thickness ().
4391
4392         * lily/beam.cc (rest_collision_callback): use
4393         Staff_symbol_referencer::staff_space().
4394
4395         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4396         Mus1 Mus2
4397
4398         * lily/include/translator.hh (class Translator): add accepts_list_
4399         so  \with { \denies / \accepts } also works.
4400
4401         * scm/music-functions.scm (determine-split-list): determine split
4402         list from music events.
4403
4404         * lily/new-part-combine-iterator.cc: more states.
4405
4406         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4407
4408 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4409
4410         * lily/system.cc (set_loose_columns): use the right prebroken cols
4411         for interpolating loose column position.
4412
4413         * lily/text-spanner.cc (brew_molecule): default to no vertical
4414         lines.
4415
4416         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4417         take space.
4418
4419         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4420
4421 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4422
4423         * scripts/convert-ly.py: Do not test filename when processing
4424         stdin.
4425
4426         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4427
4428 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4429
4430         * lily/axis-group-engraver.cc (finalize): extra check; if
4431         process_music () is never called, then staffline_ == 0.
4432
4433         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4434         check run_always ().
4435         
4436         * VERSION: release 2.1.13
4437
4438         * input/regression/note-head-style.ly (pattern): cleanup.
4439
4440         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4441         downloading.
4442
4443         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4444         kludge rehearsalmark placement.
4445
4446         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4447         , ly:spanner?
4448
4449         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4450         close to note head for accidentals.
4451
4452         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4453         tuplet direction.
4454
4455         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4456
4457 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4458
4459         * lily/include/music-iterator.hh (class Music_iterator): add
4460         substitute_outlet() to iterator API.
4461
4462         * lily/new-part-combine-iterator.cc (construct_children):
4463         New_pc_iterator: new class, better part combining.
4464
4465         * lily/tie-column.cc (werner_directions): new function
4466
4467         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4468
4469         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4470         empty objects group spanner as parent
4471
4472         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4473         slope against graphical slope.
4474
4475         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4476         for ottava bracket.
4477
4478         * lily/side-position-interface.cc (general_side_position):
4479         opps. reinstate *dir.
4480
4481         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4482         parser run.
4483
4484         * lily/tuplet-bracket.cc: remove calc_dy ().
4485
4486         * Documentation/user/refman.itely (Balloon help): document balloon
4487         help
4488
4489 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4490
4491         * scm/document-backend.scm (check-dangling-properties): Grob
4492         properties are defined define-grob-properties.scm.
4493         
4494 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4495         
4496         * VERSION: release 2.1.12
4497
4498         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4499         ChordName
4500
4501         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4502         relation to surroundings.
4503
4504         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4505         Y-extent to the note-extents: stay clear of the staff.
4506
4507 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4508
4509         * Documentation/user/GNUmakefile
4510         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4511         iso. copy.
4512
4513         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4514
4515         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4516
4517         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4518
4519         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4520
4521         * lily/line-interface.cc (line): remove thickness from calling interface.
4522
4523         * lily/hairpin.cc: use Line_interface
4524
4525         * lily/line-interface.cc: new file. Line_interface for everything
4526         with dotted/dashed lines.
4527         
4528
4529         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4530
4531         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4532         for constructing ottava brackets.
4533         
4534         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4535         the note heads.
4536
4537         * Documentation/user/internals.itely (Engravers and performers):
4538         fix broken link.
4539
4540         * scm/music-functions.scm (make-mark-set): new function.
4541
4542         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4543         functionally identical to beam.
4544
4545         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4546         () with beam (). 
4547
4548         * Documentation/user/refman.itely (Rehearsal marks): document new
4549         functionality.
4550
4551         * input/regression/rehearsal-mark-number.ly: new file.
4552
4553         * input/regression/rehearsal-mark-letter.ly: new file.
4554
4555         * scm/translation-functions.scm (number->mark-string): new function
4556         (format-mark-letters): new function
4557         (format-mark-numbers): new function
4558
4559         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4560         integer; formatting is done through markFormatter property.
4561         
4562         * scm/define-translator-properties.scm: fold all *-done properties
4563         into positioning-done.
4564
4565         * lily/beam.cc (position_beam): new function
4566         (brew_molecule): make sure that positions are calced before making
4567         the molecule.
4568
4569         * scm/output*.scm (beam):  take 4th argument for function.
4570
4571         * ps/music-drawing-routines.ps: take blot as 4th argument.
4572
4573         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4574         stem to avoid small dents.
4575         
4576 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4577
4578         * VERSION: release 2.1.11
4579
4580         * input/regression/balloon.ly: new file.
4581
4582         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4583         objects, and make help texts. 
4584
4585         * scm/new-markup.scm (parse-simple-duration): parse duration
4586         string to log & dots. (Thanks Nicolas!)
4587
4588         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4589         rule.
4590
4591 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4592
4593         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4594         Lemberg).
4595
4596         * THANKS: alphabetic order.
4597
4598 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4599
4600         * input/regression/note-head-harmonic.ly: new file.
4601
4602         * Documentation/user/internals.itely (Technical manual): explain
4603         difference between music, translation, layout.
4604
4605         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4606
4607         * scm/output-ascii-script.scm (bracket): rounding bfs.
4608
4609         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4610
4611         * ly/paper*.ly: remove files. 
4612         
4613         * scm/paper.scm (set-staff-size): new function: set default
4614         staff-size.
4615
4616         * scripts/convert-ly.py (conv): add conversion rule.
4617
4618         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4619         function.
4620
4621         * scm/paper.scm: new file.
4622         (set-staff-size): new function 
4623         (set-paper-size): new function
4624
4625         * lily/parser.yy (music_output_def_body): restructure definition,
4626         so first Scheme statement in \paper also happens in new scope. 
4627
4628         * lily/system.cc (post_processing): move uniquify_list () to
4629         dumping molecule stage.
4630
4631         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4632         this will mess up scores that use barchecks to shorten measures.
4633
4634         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4635         at 20pt too.
4636
4637         * Documentation/user/tutorial.itely (Printing lyrics): document
4638         \lyricsto
4639
4640         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4641
4642         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4643
4644         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4645         if Voice is not found.
4646
4647         * VERSION: release 2.1.10
4648         
4649         * input/{test,regression}/: remove old-relative 
4650
4651         * lily/lexer.ll: add empty markup signature. 
4652
4653         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4654         strut markup
4655
4656         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4657
4658         * scm/define-translator-properties.scm: update melismata property
4659         doco.
4660
4661         * lily/system.cc (output_lines): revert uniquify_list() patch,
4662         strange side effects seen.
4663         
4664         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4665         dash-period < 0.
4666
4667         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4668         for flute. 
4669
4670 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4671
4672         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4673
4674         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4675
4676         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4677         of line breaks.
4678         (brew_molecule): add padding to left, not right.
4679
4680         * lily/system.cc (uniquify_list): new function
4681         (output_lines): uniquify_list () on all-elements. This fixes
4682         double symbols in the output.
4683
4684         * lily/beam.cc (rest_collision_callback): don't move anything if
4685         staff-position is set.
4686
4687         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4688
4689         * lily/system.cc (typeset_grob): warn if adding twice.
4690
4691         * lily/sequential-iterator.cc (run_always): implement run_always().
4692         (also in other files.)
4693         
4694         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4695
4696         * lily/event.cc (to_relative_octave): add octave-check.
4697
4698         * Documentation/user/refman.itely (Line breaking): add noBreak.
4699
4700         * scm/new-markup.scm (normalsize-markup): add function.
4701         (sans-markup): new function.
4702
4703         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4704         come earlier nowadays.  This fixes beams on grace notes.
4705         
4706         * scm/music-functions.scm (direction-polyphonic-grobs): new
4707         variable, share between override and revert. This fixes script
4708         directions in polyphonic sections. (backportme)
4709
4710 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4711
4712         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4713         breakpoints.
4714
4715         * lily/break-align-interface.cc: add doco
4716
4717         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4718
4719 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4720
4721         * VERSION: release 2.1.9
4722
4723         * scm/document-markup.scm (markup-doc-node): add note about naming.
4724
4725         * scm/new-markup.scm (left-align-markup): bugfix. 
4726
4727         * Documentation/user/refman.itely (Ottava brackets): more doco for
4728         ottava.
4729
4730         * lily/side-position-interface.cc (out_of_staff): also do
4731         out_of_staff() correctly for d == DOWN.
4732
4733         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4734         horizontal line if they move to the right.
4735         
4736         * scm/define-grobs.scm (all-grob-descriptions): set
4737         text-repeat-if-broken for ottava spanner
4738
4739         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4740         property.
4741
4742         * mf/feta18.mf: design size is 18 not 22.5
4743
4744         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4745         Add a single LyricsVoice to a melody. Melismata may be set
4746         individually.
4747
4748         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4749
4750         * lily/dot-column.cc: add stdio.h
4751
4752 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4753
4754         * lily/item.cc: documentation for break-visibility (Thanks, John).
4755
4756 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4757
4758         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4759
4760         * lily/translator-def.cc: rename Translator_def to Context_def.
4761
4762         * Documentation/user/internals.itely (Lexical details): clarify
4763         string def.
4764
4765         * Documentation/user/refman.itely (Rhythmic music): add link to
4766         RhythmicStaff 
4767
4768 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4769
4770         * lily/translator.cc: document start_translation_timestep()
4771
4772         * scm/output-tex.scm (tex-encoded-fontswitch): use
4773         round for rounding (inexact->exact yields rationals)
4774
4775         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4776
4777         * lily/translator-group.cc (get_simple_trans_list): 
4778         new function; construct simple_trans_list_ lazily.
4779         
4780 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4781
4782         * lily/paper-outputter.cc (output_scope): Check if number before
4783         checking exact (guile cvs).
4784
4785         * scm/*: Escape backslashes in scheme strings (guile cvs).
4786
4787 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4788
4789         * Documentation/user/refman.itely (Tablatures basic): annotate
4790         seealso sections.
4791
4792         * lily/*.cc: cleanup of engraver initialize() functions.
4793
4794         * lily/repeat-acknowledge-engraver.cc
4795         (start_translation_timestep): remove first_b_
4796
4797         * lily/tab-note-heads-engraver.cc: listen to string number events
4798         inside < > too. (backportme).
4799
4800         * Documentation/user/refman.itely (Text scripts): add fatText to
4801         index.
4802
4803 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4804
4805         * VERSION: 2.1.8
4806
4807         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4808         footer.
4809
4810         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4811
4812         * lily/bar-check-iterator.cc (process): only warn if
4813         barCheckLastFail was changed.
4814
4815         * scm/define-translator-properties.scm (barCheckLastFail): add
4816         property.
4817
4818         * lily/main.cc (main_prog): print summary of failed files.
4819
4820         * lily/axis-group-engraver.cc: move all spanner creation to
4821         process_music (). Now staffs can be adjusted with \override too.
4822         (Jan, you are a brilliant programmer!)
4823         
4824         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4825
4826 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4827
4828         * Documentation/user/tutorial.itely (Integrating text and music):
4829         Show the commands to produce a PDF as well.
4830
4831 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4832
4833         * lily/translator-def.cc (get_translator_names): accept user
4834         tweaks too. 
4835
4836         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4837         as big as normal heads. 
4838
4839         * input/*ly: run convert-ly
4840         
4841         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4842         () if dependencies are fluked.
4843
4844         * scm/document-translation.scm (engraver-doc-string): update on
4845         latest string/symbol conventions.
4846
4847         * lily/translator-ctors.cc: use Scheme_hash_table.
4848
4849         * lily/translator-def.cc (get_translator_names): new function
4850         (add_context_mod): new function
4851         (get_accepted): new function
4852
4853         * lily/parser.yy (context_mod): put all modifications of
4854         \translator { } in a single production, encode as SCM.
4855
4856         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4857         to use read-only lists, so additions to the definition can be
4858         prepended easily.  
4859
4860         * Documentation/user/invoking.itexi (Editor support): add node on
4861         editor support.
4862
4863         * Documentation/user/refman.itely (Bar check): add lyrics example
4864         of bar checks. 
4865
4866         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4867
4868         * scripts/convert-ly.py (conv): add conversion rule.
4869
4870         * lily/parser.yy: use \change iso. \translator for staff switch.
4871
4872         * lily/my-lily-lexer.cc: add \change.
4873
4874         * scm/define-translator-properties.scm
4875         (default-melisma-properties): add definition.
4876
4877 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4878
4879         * Documentation/user/refman.itely (Bar lines): clarification of
4880         systemStartDelimiter. 
4881
4882         * input/test/slur-shape.ly (x): remove file.
4883
4884         * lily/translator-group.cc (apply_property_operations): new function.
4885
4886 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4887
4888         * lily/parser.yy (optional_prop_ops): allow \with {
4889         PROPERTYSETTINGS } following \context or \new.
4890
4891         * lily/my-lily-lexer.cc: add \with.
4892
4893         * lily/parser.yy (property_operation): clean up definition of
4894         property operations.
4895         (property_op_to_music): new function.
4896         (context_spec_music): new function
4897
4898         * VERSION: 2.1.7 released.
4899         
4900         * input/regression/collision-merge-dots.ly: new file.
4901
4902         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4903         then kill the dots too. 
4904
4905         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4906         set/unset breakableSeparationItem
4907
4908         * lily/separation-item.cc (relative_width): add function.
4909
4910         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4911         only-prebreak-interface
4912
4913         * lily/system.cc (output_lines): only junk only-prebreak-interface
4914         grobs.
4915
4916         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4917         read breakableSeparationItem
4918
4919         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4920
4921         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4922
4923         * lily/dot-column.cc (dot_config_badness): new function:
4924         select the best scoring dot configuration: dots should go close to
4925         the note heads, but be shifted up or down according to conventions.
4926         (print_dot_configuration): idem.
4927         (shift_one): idem
4928         (remove_collision): idem.
4929
4930         * input/regression/dots.ly: add more test cases.
4931
4932 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4933
4934         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4935
4936         * flower/include/interval.hh: rename elem_b to contains 
4937
4938         * lily/tie.cc: change 'heads to 'head-pair.
4939
4940         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4941         fill in 'heads field.
4942
4943         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4944         minimum-length for short ones, and shorten so collisions with the
4945         next syllable are avoided.
4946
4947         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4948         near-zero slopes.
4949         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4950
4951         * lily/dots.cc: remove quantized_position callback. All Y
4952         positioning is done by dot-column.cc
4953
4954         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4955         exhaustive test of all dot positions. This fixes disappearing dots
4956         in dotted chords.
4957
4958 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4959
4960         * mf/feta-klef.mf (test_staff): fatten up G clef
4961         (test_staff): fatten up f clef.
4962         
4963
4964 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4965
4966         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4967         * input/les-nereides.ly: Use latin1 characters for title, like
4968         Morgenlied.
4969
4970 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4971
4972         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4973         cmb10).
4974
4975         * lily/lyric-extender.cc (brew_molecule): add little space before
4976         extender line.
4977
4978         * lily/beam-quanting.cc (score_forbidden_quants): check if
4979         outer stafflines fall in any beam gaps.
4980
4981         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4982         for lyric texts.
4983
4984 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4985
4986         * VERSION: 2.1.6 released.
4987
4988         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4989         this shows the demerits of a user-defined beam position pair.
4990
4991         * scm/define-grobs.scm (all-grob-descriptions): set
4992         beamed-extreme-minimum-free-lengths to a different value.
4993
4994         * lily/scm-option.cc: add debug-beam scm-option
4995
4996         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4997
4998 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4999
5000         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5001
5002         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5003         space after barline.
5004
5005         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5006
5007         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5008         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5009         the other case, take standard column-breakable spacing. Do not
5010         warn about "no spacing wishes".
5011
5012         This fixes wide spaces after barlines in very loose lines.
5013
5014         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5015
5016 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5017
5018         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5019         acknowledge_grob lyric-syllable, not lyric-text.
5020
5021         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5022         dashes of length #'length separated by #'dash-period. 
5023
5024         * lily/lyric-extender.cc (brew_molecule): idem
5025
5026         * lily/multi-measure-rest.cc (big_rest): idem
5027
5028         * lily/system-start-delimiter.cc (simple_bar): idem
5029
5030         * lily/bar-line.cc (simple_barline): use rounded box
5031
5032         * VERSION: release 2.1.5
5033
5034         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5035         music): move note about dvips to more visible place.
5036
5037         * lily/lyric-phrasing-engraver.cc: move from
5038         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5039         lyric-phrasing-engraver.hh)
5040         
5041         * lyric-align.ly: remove file
5042         
5043         * scripts/convert-ly.py (FatalConversionError.func): add removal
5044         rule for automaticMelismata
5045
5046         * ly/engraver-init.ly (ScoreContext): switch on
5047         New_phrasing_engraver by default.
5048
5049         * lily/slur-engraver.cc (class Slur_engraver):
5050         process_acknowledged_grobs -> process_music.
5051         (try_music): signal melismata correctly.
5052
5053         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5054         word-space, right-trim-amount, and extend past right bound only
5055         for note heads.
5056
5057         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5058         lyric-extender support: add note-heads to the extender
5059         automatically.
5060
5061         * lily/parser.yy: extender is now post_event. 
5062
5063         * lily/accidental-engraver.cc (number_accidentals): remove
5064         spurious warning about non-parent contexts.
5065
5066         * lily/music-output-def.cc (assign_translator): \translator { }
5067         for a Foo context implicitly redefines \FooContext.
5068
5069         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5070         fixes.
5071
5072         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5073         doubly in slur weight. 
5074
5075         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5076         combination.
5077
5078         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5079         staffbar distance.
5080
5081         * scripts/lilypond.py (global_latex_preamble): crank down size of
5082         the margins. Now there is a 12 mm top and bottom margin, which
5083         should correspond with the printable area of modern printers.
5084
5085         This enlarges the music height of the printable page a little.
5086
5087         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5088         signs. Use \markup instead.
5089         (accreg_pen): tweak for accordeon asterisk.
5090
5091 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5092
5093         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5094
5095         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5096
5097         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5098
5099         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5100
5101         * scm/define-grobs.scm (all-grob-descriptions): change
5102         StanzaNumber description: make side support, i.s.o. breakable.
5103         use Instrument_name_engraver for texts in the margin.
5104
5105         * scm/define-translator-properties.scm: remove
5106         melismaEngraverBusy, stz property.
5107
5108         * *.cc: naming: change empty_b () into is_empty ()
5109
5110         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5111
5112         * input/regression/lyric-phrasing-new.ly: new file.
5113
5114         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5115         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5116         melismata are now left-aligned.
5117
5118 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5119
5120         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5121
5122         * mf/feta19.mf: remove.
5123         
5124         * mf/feta-klef.mf (test_staff): more tweaks
5125
5126         * mf/feta-toevallig.mf: more small size tweaks.
5127
5128         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5129         rests for smaller sizes.
5130
5131         * mf/feta-bolletjes.mf: fix cross heads.
5132
5133         * VERSION: release 2.1.4
5134         
5135         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5136         deprecated #'ancient font family
5137
5138         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5139         it is a string or number.
5140
5141         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5142         change calling convention of stem-attachment function. 
5143
5144         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5145
5146         * mf/feta-autometric.mf: dump WX/WY fields too
5147         
5148         * mf/parmesan-heads.mf: idem.
5149
5150         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5151         attachment coordinates.
5152
5153         * lily/note-head.cc (stem_attachment_coordinate): read stem
5154         attachment from the notehead glyphs WX/WY fields.
5155
5156         * lily/include/font-metric.hh (struct Font_metric): add methods
5157         get_indexed_wxwy (), make a distinction between looking up by
5158         index and ASCII  
5159
5160         * mf/feta-bolletjes.mf: rewrite note head MF code.
5161         (test_outlines): make heads more rotund for smaller sizes. 
5162
5163 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5164
5165         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5166         throughout. Font scaling fixes throughout.
5167
5168         * mf/feta-sleur,slur.mf: remove. 
5169
5170         * mf/feta-slag.mf: rewrite.
5171
5172 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5173
5174         * VERSION: release 2.1.3
5175
5176         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5177
5178         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5179
5180         * lily/mark-engraver.cc (process_music): fix mark
5181         \default. (backportme)
5182
5183         * stepmake/stepmake/automatically-generated.sub.make (default):
5184         use -n for head/tail commands. 
5185
5186         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5187         heads with the same pitch.
5188
5189 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5190
5191         * lily/recording-group-engraver.cc (finalize): set protected_scm
5192         member to '() before finalizing.
5193
5194         * lily/translator-group.cc (finalize): remove removal_processing () 
5195
5196         * lily/recording-group-engraver.cc: new engraver: record
5197         synchronized start & end times for each music object.
5198
5199         * lily/parser.yy (toplevel_expression): execute score rendering
5200         during parsing. Cleanup output-filename handling; this is no
5201         longer done with global variables.
5202         (translator_spec_body): allow \type modification too.
5203
5204         * lily/score.cc:  ly:run-translator: new function
5205         (LY_DEFINE): ly:render-output new function.
5206
5207         Separate interpreting and rendering, and make available as
5208         functions at Scheme level.
5209
5210 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5211
5212         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5213         (musicxml-node->string):
5214         (xml-node->string):
5215         (music-to-musicxml): New function.
5216
5217 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5218
5219         * VERSION: 2.1.2 released
5220
5221         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5222
5223         * scm/font.scm (paper20-font-vector): discouple font design sizes
5224         from sizes specified in .ly file: store all design sizes of a font
5225         in a single vector.
5226
5227         * lily/font-select.cc (get_font_by_design_size): new function
5228
5229         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5230         add parmesan,feta in sizes 14 and 18.
5231         
5232         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5233
5234         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5235         of fontSize: this now sets font-size
5236
5237 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5238
5239         * VERSION: 2.1.1 released
5240         
5241         * Documentation/user/refman.itely (Tuning objects): add note about
5242         concurrent tweaks in different contexts. 
5243
5244         * lily/tie-engraver.cc (acknowledge_grob): use
5245         Staff_symbol_referencer::get_position iso. reading staff-position
5246         directly.
5247
5248         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5249         currentMusicalColumn as left span-point for bracket. The bracket
5250         is too long when there are accidentals.
5251
5252 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5253
5254         * buildscripts/lilypond-profile.sh,
5255         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5256         Thanks to Reuben Thomas <rrt@mupsych.org>
5257
5258 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5259
5260         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5261         Wurbel <wurbel@univ-tln.fr>.
5262
5263 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5264
5265         * scripts/midi2ly.py: Add space after chords.
5266
5267 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5268
5269         * input/regression/{many}: add few @code{ ... }.
5270
5271 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5272
5273         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5274         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5275         Removed cmbx5, cmbx6 (which are included in teTeX)
5276         and cmbxti14 which is not used in fonts.scm.
5277
5278 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5279
5280         * lily/midi-item.cc: fine tune quarter tones.
5281
5282 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5283
5284         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5285         new function, warn how many cents are missing in fine tuning.
5286
5287 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5288
5289         * input/bugs/rhytmicstaff-tie.ly: add file.
5290
5291         * THANKS: Create skeleton for 2.1.
5292
5293 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5294
5295         * input/test/bar-lines.ly (TODO): dashed "|".
5296
5297 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5298
5299         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5300         input/regression/tie-chord.ly: Fix spell for tying.
5301
5302         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5303
5304         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5305         new file (renamed, see above).
5306
5307         * Documentation/user/lilypond-book.itely
5308         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5309         * input/example-1.ly input/example-2.ly input/example-3.ly
5310         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5311         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5312         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5313         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5314         * scripts/lilypond-book.py scripts/lilypond.py
5315         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5316         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5317
5318         * Documentation/user/lilypond.tely: update version.
5319
5320         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5321         Remove extra spaces in each @node, fixes spaces.
5322
5323 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5324
5325         * scripts/lilypond-book.py (output_dict): Add definition of
5326         \lilypondbook also for LaTeX output. Solves several bug reports.
5327
5328 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5329
5330         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5331
5332 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5333
5334         * input/test/transposition.ly: Fix key signatures, given in comments.
5335
5336 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5337
5338         * scm/midi.scm (instrument-names-alist),
5339         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5340
5341 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5342
5343         * input/test/temporary-stave.ly (texidoc): New example based on an
5344         email question from Ralph Little.
5345
5346 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5347
5348         * VERSION: release 2.1.0
5349         
5350         * lily/note-performer.cc (try_music): accept busy-playing-event.
5351
5352         * lily/swallow-perf.cc (try_music): return false for
5353         busy-playing-event and melisma-playing-event.
5354
5355 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5356
5357         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5358         >> in \score.
5359
5360 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5361
5362         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5363         that articulation_substitute will not move beam start again.
5364         (articulation_substitute): Bugfix: remove stray space so that new
5365         old chords ending '>>' does not get broken up.
5366         (sub_chord): Use TAB for indentation (not spaces).
5367         
5368         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5369         Bugfix for startup: Use ?^ instead of ?\^.
5370
5371 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5372
5373         * lily/lyric-combine-music-iterator.cc
5374         (Lyric_combine_music_iterator): change init order, to prevent GC
5375         segfaults.
5376
5377         * lily/context-specced-music-iterator.cc (construct_children): 
5378         only change  translator if found. This fixes a core dump problem.
5379
5380 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5381
5382         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5383         comparison.
5384
5385         * mf/feta-bolletjes.mf: make hole in half note little
5386         smaller for stem attachment.
5387
5388         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5389
5390         * mf/feta-banier.mf: don't draw stem with flag, just small square
5391         attachment.
5392
5393         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5394
5395         * mf/feta-banier.mf: remove upstem/downstem characters.
5396
5397         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5398
5399         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5400         stafflinethickness (in the default)
5401
5402         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5403
5404         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5405
5406         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5407
5408         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5409
5410         * lily/include/directional-element-interface.hh:
5411         junk class, make {get,set}_grob_direction functions.
5412
5413         * lily/slur.cc (get_attachment): do something sensible when
5414         attaching to stem without heads (eg. a rest).
5415
5416         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5417         forcing up to staff.  remove #'support-head property
5418         (brew_molecule): small cleanup.
5419         (flag): remove #'grace property.
5420
5421 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5422
5423         * cygwin/postinstall-lilypond.sh: 
5424         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5425         (Volker Zell).
5426
5427 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5428
5429         * scripts/lilypond-book.py: resurrect 'eps' option. 
5430         (TexiPaper.to_eps): use -Ppdf for EPS files.
5431
5432         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5433
5434         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5435
5436         * VERSION: release 2.0.1
5437
5438         * lily/bezier.cc (get_other_coordinate): change assert into
5439         warning.
5440
5441         * lily/note-head.cc (internal_brew_molecule): make left protusion
5442         smaller, to accomodate for natural sign.
5443         (internal_brew_molecule): only do this when the accidental is
5444         close enough.
5445         (extent): new function
5446
5447         * lily/skyline.cc (merge_skyline): new function
5448         (heighten_skyline): new function
5449
5450         * lily/accidental-placement.cc (position_accidentals) 
5451         (position_accidentals): fix todo.
5452
5453 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5454
5455         * input/test/+.ly (texidoc): put version number inline.
5456
5457         * GNUmakefile.in: remove rsync-web target.
5458         
5459         * input/regression/bar-scripts.ly (onestaff): raggedright
5460
5461 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5462
5463         * lily/*.cc: remove #if 0'd code in couple of places.
5464
5465         * lily/midi-stream.cc (operator <<): rewrite.
5466
5467         * lily/note-head.cc (internal_brew_molecule): 
5468         only make ledgers when the Staff symbol has lines.
5469
5470         * ly/property-init.ly (arpeggioBracket): simplify
5471
5472         * lily/translator-group.cc (execute_pushpop_property): use
5473         SCM_EQ_P for comparing keys. This fixes reverting
5474         auto-beam-settings.
5475
5476 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5477 *
5478         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5479         midi_debug_global_b.
5480         (operator <<): Normalise loop.
5481
5482 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5483
5484         * scripts/lilypond.py (escape_path): revise.
5485
5486         * scm/music-functions.scm (set-output-property): new function.
5487         
5488 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5489
5490         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5491         use addmakeflags again.
5492
5493         * cygwin/lily-wins.py (escape_shell): New function; use it.
5494
5495         * scripts/lilypond.py (escape_shell): Escape quotes and other
5496         spaces too.  Do not escape escaping backslashes.
5497
5498         * make/srcdir.make.in (web-install): Must call install-WWW now.
5499
5500         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5501         dependency
5502
5503 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5504
5505         * scripts/lilypond.py (escape_path): escape quotes too. 
5506
5507         * Documentation/user/lilypond.tely (Unified index): rename Index
5508         to accomodate Windows breakage.
5509
5510         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5511
5512         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5513         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5514         target not a source.
5515
5516 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5517
5518         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5519         addmakeflags.  Build and install doc and web also when building on
5520         Cygwin.
5521
5522         * mf/GNUmakefile: Bugfix.
5523
5524         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5525         target web.
5526
5527         * cygwin/lily-wins.py: Quote filename.
5528
5529 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5530
5531         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5532
5533 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5534
5535         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5536         settings.
5537
5538         * configure.in: Require g++ > 3.0.4.
5539
5540         * mf/GNUmakefile: Bugfix: Add list.ly target.
5541         
5542         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5543
5544         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5545         make omf directory, add uninstall targets.
5546
5547 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5548
5549         * lily/tie-performer.cc (initialize): init prev_event
5550
5551         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5552
5553         * lily/script-engraver.cc (make_script_from_event): don't crash on
5554         non-string articulation-type.
5555
5556         * lily/new-fingering-engraver.cc (add_script): don't crash on
5557         0 scripts 
5558         (acknowledge_grob): warn about text script events.
5559
5560 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5561
5562         * buildscript/lilypond.words: fix path for drums.scm.
5563
5564 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5565
5566         * lily/spacing-spanner.cc (note_spacing): don't make longer
5567         durations than measure-length.
5568
5569         * VERSION: release 2.0.0
5570
5571         * GNUmakefile.in (rsync-web): version independent rsync target.
5572
5573         * input/test/+.ly (texidoc): idem.
5574
5575         * input/regression/+.ly: print version number.
5576
5577         * input/regression/accidentals.ly (mel): shorten.
5578
5579         * input/regression/accidental-octave.ly (texidoc): shorten.
5580
5581         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5582
5583         * input/regression/completion-heads-polyphony.ly: octave
5584
5585         * input/regression/beam-manual.ly: remove
5586
5587         * input/regression/beam-chord.ly: remove
5588
5589         * input/regression/grace-dynamic.ly: remove
5590         
5591         * input/regression/grace-volta-repeat.ly: octave fixes.
5592
5593         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5594
5595         * lily/parser.yy (step_number): semitones for chord entry too.
5596         (make_chord_step): more robust code, semitones. 
5597
5598         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5599
5600         * input/regression/breathing-sign.ly (texidoc): split ancient and
5601         normal breathing signs.
5602
5603         * scm/define-grobs.scm (all-grob-descriptions): swap
5604         beamed-extreme-minimum-free-lengths and
5605         beamed-minimum-free-lengths; the 'extreme' case should allow
5606         shorter stems. This fixes forced directions on beamed 32nd and
5607         shorter notes.
5608
5609         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5610         quartertones, not semitones.
5611         (NoteNamesContext): swallow more event types
5612
5613         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5614
5615         * VERSION (PACKAGE_NAME): release 1.9.10
5616
5617 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5618
5619         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5620         set note head as cause of note-column.  This gives a better error
5621         message.
5622
5623 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5624
5625         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5626
5627 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5628
5629         * mf/GNUmakefile (pfa_warning): instruct 
5630
5631         * stepmake/aclocal.m4: typo.
5632
5633         * Documentation/user/cheatsheet.itely: more verbose examples.
5634
5635         * input/regression/clefs.ly: remove bogus docstring.
5636
5637 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5638
5639         * GNUmakefile.in (SUBDIRS): Add elisp.
5640
5641         * elisp/lilypond-mode.el: 
5642         * elisp/lilypond-init.el: 
5643         * elisp/lilypond-indent.el: 
5644         * elisp/lilypond-font-lock.el: Move from top dir.
5645
5646         * stepmake/stepmake/elisp-vars.make: New file.
5647
5648         * config.make.in (elispdir): Add.
5649
5650         * Documentation/topdocs/INSTALL.texi: Typo.
5651
5652         * make/ly-rules.make: Test for files instead of touching void and
5653         ignoring errors.
5654
5655         * GNUmakefile.in:
5656         * make/lilypond.redhat.spec.in:
5657         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5658         <builddir>, adding
5659         
5660              (push "<builddir>/share/lilypond/elisp" load-path)
5661
5662         to your ~/.emacs.el should give you LilyPond-mode again.
5663
5664         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5665         regexp for DOS/Windows, we are too paranoid to fix others.
5666
5667 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5668
5669         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5670
5671         * input/test/chord-names-jazz.ly (banterProperties): fix
5672
5673         * lily/parser.yy (bass_mod): bass figure alterations are semi
5674         tones, not quarter tones
5675
5676         * lily/beam.cc (set_stem_lengths): only lengthen stems
5677         for gapped beams.
5678
5679         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5680         by beamcount.
5681
5682         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5683         a warning that the warning may erroneous.
5684
5685         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5686         target.
5687
5688         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5689         targets.
5690
5691         * GNUmakefile.in ($(config_h)): config.h should depend on
5692         config.hh.in .
5693         (lilypond.words): remove fontball stuff.
5694
5695         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5696
5697         * configure.in: remove pktrace reference.
5698
5699         * GNUmakefile.in (rsync-web): permissions and ownership for
5700         website.
5701
5702         * lily/volta-engraver.cc (staff_eligible): new function.
5703         (stop_translation_timestep): kill off spanners if not eligible.
5704
5705         * VERSION (PATCH_LEVEL): release 1.9.9
5706
5707         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5708
5709         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5710         length is more important than forbidden quants.
5711         
5712 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5713
5714         * buildscripts/lilypond.words: order words in search order,
5715         add lilypond.words.vim to be generated.
5716
5717         * lilypond.vim: use lilypond.words.vim for keyword matching.
5718
5719         * lilypond-mode.el: use search order. fix word selection rules.
5720
5721         * lilypond-font-lock.el: fix fontifying long durations.
5722
5723         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5724
5725 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5726
5727         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5728
5729         * stepmake/stepmake/generic-targets.make:
5730         * stepmake/stepmake/bin/make-version.py: 
5731         * stepmake/aclocal.m4:
5732         * make/stepmake.make:
5733         * make/toplevel-version.make: Build fixes: remove last traces of
5734           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5735
5736         * lily/beam.cc: Add gap-count property.
5737
5738 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5739
5740         * scm/define-grob-properties.scm (gap-count): add gap-count
5741
5742         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5743
5744 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5745
5746         * cygwin/mknetrel.doc: Typo.
5747
5748         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5749
5750         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5751
5752 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5753
5754         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5755         sizes. Remove support for 'ledger'(=tabloid+landscape).
5756
5757 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5758
5759         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5760         sauter PFAs.
5761
5762         * configure.in: remove VERSION stuff once again.
5763
5764         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5765
5766         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5767         for chord names.
5768
5769         * mf/GNUmakefile: always trace pfa fonts.
5770         (SAUTER_FONTS): add cmss[567] too fonts
5771
5772         * configure.in: require mftrace. 
5773
5774         * lily/staff-performer.cc (new_instrument_string): don't look at
5775         instrument property.
5776
5777         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5778         is_direction is the C++ one. Similar for ly_axis_p and
5779         ly_number_pair_p
5780
5781 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5782
5783         * lily/beam.cc (brew_molecule): read gap-count to determine
5784         number of tremolo (gapped) beams.
5785
5786         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5787         shorter than 1/8
5788
5789         * flower/include/array.hh (default_compare): new function
5790
5791         * cygwin/mknetrel: Native fixes.
5792
5793         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5794
5795 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5796
5797         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5798         feature for Windows.
5799
5800         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5801
5802         * cygwin/mknetrel: Updates for native use on Cygwin.
5803
5804         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5805
5806         * stepmake/stepmake/help2man-rules.make: 
5807         * cygwin/mknetrel: Bugfix for manpages.
5808
5809         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5810         $(builddir).  Stepmake is a normal subdirectory now, that is not
5811         configured.  Another srcdir build fix.
5812
5813         * Documentation/topdocs/INSTALL.texi,
5814         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5815         lilypond-init.el, lilypond-mode.el, debian/rules,
5816         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5817         rename generated file lilypond.words to lilypond.words.el.
5818
5819 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5820
5821         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5822
5823         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5824         GNUmakefile.in.
5825
5826 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5827
5828         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5829         when cross building.
5830
5831         * configure.in: srcdir build fix.
5832
5833         * cygwin/GNUmakefile:
5834         * cygwin/lily-wins.py:
5835         * cygwin/postremove-lilypond.sh: 
5836         * cygwin/postinstall-lilypond.sh: Merge from stable.
5837
5838         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5839         s/ly2dvi/lilypond/.
5840
5841 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5842
5843         * lily/slur.cc (after_line_breaking): only set control points if
5844         none supplied yet.
5845
5846         * input/test/slur-manual.ly: new file.
5847
5848         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5849         <<  >> chords too.
5850
5851         * VERSION (PACKAGE_NAME): release 1.9.8
5852
5853         * scripts/lilypond.py (escape_path): escape spaces in directory names
5854
5855         * input/test/text-spanner.ly: fixes.
5856
5857 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5858
5859         * buildscripts/lilypond.words.py: add drum names as note names to
5860         Emacs-mode.
5861
5862 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5863
5864         * input/regression/hairpin-dashed.ly: new file.
5865
5866         * scripts/convert-ly.py (conv): warn about dash-length.
5867
5868         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5869         automatically if we get a new one.
5870
5871         * lily/lookup.cc (dashed_line): new function
5872
5873         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5874         dash-fraction.
5875
5876 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5877
5878         * buildscripts/lilypond.words.py: extract note names.
5879
5880         * lilypond-mode.el: take note names from lilypond.words -file.
5881         small fix in the use of string-match.
5882
5883         * lilypond-font-lock.el: use lilypond.words for note names, add 
5884         maxima to note a duration.
5885
5886 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5887
5888         * lily/breathing-sign.cc: remove railtracks() function. 
5889
5890         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5891
5892         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5893         (brew_molecule): bugfix don't make arpeggio shorter when
5894         arpeggio-direction is set.
5895
5896         *  debian/rules: small corrections in the (Pedro K)
5897
5898         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5899         examples.
5900
5901         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5902         special (repeat) bar comes along.
5903
5904         * input/regression/auto-beam-bar.ly: update.
5905
5906         * scripts/lilypond-book.py (output_dict): remove support for the
5907         EPS option.
5908
5909         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5910         VerticalAlignment and VerticalAxisGroup this fixes the size
5911         computations for the entire system.
5912  
5913         * input/les-nereides.ly (bass): remove superfluous fontSize.
5914
5915         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5916         causes directory of file to be added to include path.
5917
5918         * input/regression/beam-break.ly: test single stem beams.
5919
5920         * input/regression/system-start-bracket.ly: fix.
5921
5922         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5923
5924         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5925
5926         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5927         (score_stem_lengths): do something sensible for single stem beams.
5928
5929         * lily/beam.cc (least_squares): add kludge for single stem beams.
5930
5931         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5932         keySignature to list of broken things.
5933
5934         * input/regression/keys.ly: fix.
5935
5936         * VERSION (PACKAGE_NAME): release 1.9.7
5937
5938         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5939
5940         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5941
5942         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5943         (quartertone_pitch): new function
5944
5945         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5946         flat. WARNING: FONT CHANGED.
5947
5948         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5949
5950         * lily/accidental-placement.cc (add_accidental): support for
5951         quarter tones.
5952
5953         * ly/LANGUAGEs.ly: use symbols for alterations.
5954
5955         * mf/feta-toevallig.mf: change accidental codes. 
5956
5957         * scm/lily.scm (ly:get-option): switch on debugging only for
5958         --verbose.
5959
5960         * lily/lily-guile.cc: remove ly:verbose?
5961
5962         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5963
5964         * lily/parser.yy (TODO): only do gh_call() for apply with
5965         procedure argument.
5966
5967         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5968         stuff in accordance with new timing of tie-events.
5969
5970         * lily/my-lily-lexer.cc: remove \outputproperty
5971
5972         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5973
5974         * scm/define-translator-properties.scm (melismaBusyProperties):
5975         add melismaBusyProperties property.
5976
5977 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5978
5979         * input/test/ambitus-mixed.ly (texidoc): new file.
5980
5981         * buildscripts/mutopia-index.py (find): prune debugging
5982
5983         * lily/side-position-interface.cc: doc updates
5984
5985         * Documentation/user/refman.itely: updates, tweaks.
5986
5987         * lily/parser.yy (Simple_music): remove outputproperty
5988
5989         * make/stepmake.make: use VERSION again; importing VERSION via
5990         autoconf dependencies is too hairy.
5991
5992 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5993
5994         * lilypond-mode.el: allow `-' for keywords and identifiers.
5995
5996 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5997
5998         * VERSION: release 1.9.6
5999         
6000         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6001         iso. ly2dvi.
6002
6003         * Documentation/user/*.itely: fixes everywhere
6004
6005         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6006         produce ties from the engraver itself, do not broadcast TieEvent.
6007
6008         * lily/my-lily-lexer.cc: remove pitch & duration.
6009
6010         * lily/parser.yy (TODO): remove \pitch and \duration
6011
6012         * input/test/explicit.ly: remove file.
6013
6014         * Documentation/user/refman.itely (Pitches): remove \pitch 
6015         \duration command.
6016
6017 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6018
6019         * buildscripts/lilypond.words.py: add all slur types to Emacs
6020         insertion menu, suppose everything is postfixed by dropping 
6021         unnecessary `-' -marks.
6022
6023 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6024
6025         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6026         tremoloed stems.
6027
6028         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6029         head for flagged stems.
6030
6031         * lily/stem.cc (get_default_stem_end_position): futz with extra
6032         stem length if there is a stem tremolo.
6033
6034         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6035         it would be too small.
6036
6037         * lily/font-metric.cc: return #f for non-existent glyph.
6038         
6039         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6040         exported through config.make.
6041
6042         * input/regression/clef-oct.ly: new file.
6043
6044         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6045         transposition.
6046
6047         * input/template/*.ly: remove old relative.
6048
6049         * ly/english.ly: add X names for double sharp.
6050
6051 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6052
6053         * lily/font-select.cc: new file handle font selection routines.
6054
6055         * lily/parser.yy: add ; (Patrick Atamaniuk)
6056
6057         * input/test/time-signature-double.ly: use markups for double time
6058         sigs.
6059
6060         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6061         ChordNames.SeparationItem #'padding for adjusting space after chords.
6062         
6063         * lily/music-output-def.cc (LY_DEFINE): 
6064         new function ly:paper-lookup.
6065         
6066         * mf/parmesan-clefs.mf: use # quantities for char_box
6067         offsets. Fixes overflow errors in the PFA. 
6068
6069         * scm/new-markup.scm (strut-markup): change calling interface for
6070         markup. Pass paper-def, not grob. This would allow \markup to be
6071         used separately from grobs.
6072
6073         * lily/paper-def.cc: new function ly:paper-font; this function
6074         replaces ly:get-font.
6075
6076         * lily/include/font-interface.hh (struct Font_interface): take
6077         Paper_def iso. Grob for get_font().
6078
6079 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6080
6081         * Documentation/user/ tutorial.itely, refman.itely: add warning
6082         about \key and accidentals.
6083
6084 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6085
6086         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6087
6088         * Documentation/user/*.itely: manual tweaks
6089
6090 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6091
6092         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6093         cleanup; bugfix: exact_center
6094
6095         * Documentation/user/refman.itely: added more documentation on
6096         ambitus according to recent questions on lilypond-user list
6097
6098 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6099
6100         * input/regression/ottava.ly (texidoc): demo 15ma too.
6101
6102         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6103
6104         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6105         octave fixes.
6106
6107 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6108
6109         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6110         problems on older Mac editors.
6111
6112 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6113
6114         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6115
6116 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6117
6118         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6119         mf/parmesan-clefs.mf: added comments on character alignment and
6120         set_char_box() conventions
6121
6122         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6123         set_char_box()'s
6124
6125         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6126
6127 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6128
6129         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6130
6131 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6132
6133         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6134         shortened to avoid almost-collision with staff line; code cleanup;
6135         other custodes: fixed char boxes; code cleanup
6136
6137 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6138
6139         * configure.in: release 1.9.5
6140         
6141         * scripts/lilypond.py (global_latex_preamble): only set
6142         twosideshift if 'twoside' is in latexoptions 
6143
6144         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6145
6146         * VERSION: remove
6147
6148         * scripts/*2ly.py: update <> syntax
6149
6150 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6151
6152         * lily/chord-name-engraver.cc (process_music): add origin for
6153         chord name.
6154
6155         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6156
6157         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6158         bass notes for exceptions too.
6159
6160         * scm/define-grobs.scm (all-grob-descriptions): rename
6161         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6162
6163         * scm/define-grob-properties.scm (remove-first): add remove-first
6164         property for orchestral scores.
6165
6166         * Documentation/user/*.itely: switch <<>> and <> 
6167
6168         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6169         last_line only once. This fixes the two consecutive glissandi problem.
6170
6171 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6172
6173         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6174         error message "flexa-width undefined"
6175
6176         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6177         lily/include/gregorian-ligature.hh: print warning when ignoring
6178         head prefixes on flexa shapes
6179
6180         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6181         space before a series of inclinatum heads
6182
6183         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6184         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6185         cleanups
6186
6187         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6188         and char_box
6189
6190 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6191
6192         * input/regression/breathing-sign.ly: tiny fixes
6193
6194         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6195         semantical collision with vaticana ligatures
6196
6197         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6198         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6199         now consistent with mensural ligatures
6200
6201         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6202         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6203         context pitches and staff position; dto. for virga stem; removed
6204         obsolete virga and clivis characters from parmesan font (WARNING:
6205         font changed)
6206
6207         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6208         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6209
6210         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6211         scm/define-grob-properties.scm: consistency fix: renamed
6212         join_left->add_cauda
6213
6214         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6215         appendix length; bugfix: yoffs_bt for reverse direction punctum
6216         characters
6217
6218         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6219         small cleanups; added more docu
6220
6221         * lily/mensural-ligature-engraver.cc,
6222         lily/vaticana-ligature-engraver.cc,
6223         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6224         computation to CoherentLigatureEngraver
6225
6226         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6227         scm/define-grob-properties.scm: bugfix: added missing linea and
6228         cavum properties; bugfix: removed dead semivocalis property
6229
6230         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6231         length; redesigned quilisma, stropha and auctum
6232
6233         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6234         line thickness
6235
6236         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6237         Documentation/user/refman.itely: bugfix: introduced shifted
6238         epiphonus head to avoid collision with adjacent plica
6239
6240 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6241
6242         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6243
6244         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6245
6246 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6247
6248         * Documentation/user/tutorial.itely (A lead sheet): remove
6249         duplicate chords.
6250
6251         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6252
6253 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6254
6255         * Documentation/bibliography/computer-notation.bib (isbn): add
6256         xivcim publication.
6257
6258 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6259
6260         * GNUmakefile.in: drop lilypond.words for generation.
6261
6262 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6263
6264         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6265
6266         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6267
6268 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6269
6270         * input/test/figured-bass-alternate.ly (fl): new file.
6271
6272         * Documentation/topdocs/README.texi (Top): clarifications.
6273
6274         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6275         theses of Gieseking and Renz.
6276
6277         * GNUmakefile.in (README_FILES): remove README.mandrake.
6278
6279 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6280
6281         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6282         from source files and search patterns listed in the script.
6283
6284         * GNUmakefile.in: add target `lilypond.words'.
6285
6286         * lilypond.words: remove file, generated by `make lilypond.words'.
6287
6288         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6289
6290 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6291
6292         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6293
6294 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6295
6296         * VERSION: 1.9.4 released
6297
6298         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6299         rule for < > <-> << >> substitution
6300
6301         * lily/lexer.ll: exchange meaning of << >> and < > 
6302
6303         * VERSION (PACKAGE_NAME): 1.9.3 released
6304
6305         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6306         pages unconditionally.
6307
6308 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6309
6310         * Documentation/user/music-glossary.tely (Top): small syntax
6311         fixes.
6312
6313         * scm/music-functions.scm (remove-tag): filter \tagged music
6314         expressions.
6315
6316         * input/regression/tag-filter.ly (texidoc): new file.
6317
6318         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6319         symbol2 .. ) etc. 
6320
6321         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6322         convert rule.
6323
6324         * Documentation/user/refman.itely (Fingering instructions): adjust
6325         manual.
6326
6327         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6328         for borderline cases (e.g. 1 fingering.)
6329         (position_scripts): revise interface, use fingerOrientations to
6330         set fingering positions.
6331
6332         * scm/document-translation.scm (context-doc): add aliases to
6333         automated documentation.
6334
6335         * make/lilypond-vars.make: remove stepmake compat glue.
6336
6337         * make/generic-vars.make: remove cruft.
6338
6339         * lily/main.cc (main): don't identify binary.
6340
6341 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6342
6343         * lily/include/translator.hh (class Translator): remove
6344         type_string_ , use symbol for context name throughout.
6345         Changes through whole source tree.
6346
6347         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6348         set PDF as default, and always make PDF.
6349
6350         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6351
6352 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6353
6354         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6355         Documentation/user/refman.itely input/regression/allfontstyle.ly
6356         input/regression/grace-types.ly:
6357         fix spelling for acciaccatura (Webster's 1913).
6358
6359 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6360
6361         * lily/main.cc (usage): adjust blurb, include url.
6362
6363         * input/regression/breathing-sign.ly (texidoc): transpose up
6364
6365 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6366
6367         * input/regression/breathing-sign.ly: changed ancient examples to
6368         be relevant (by request of Han-Wen); updated BreathingSign text
6369         property according to new syntax.
6370
6371         * ly/gregorian-init.ly: updated BreathingSign text property
6372         according to new syntax
6373
6374 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6375
6376         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6377         (Clef): index entries for clefs.
6378
6379         * python/lilylib.py (system): remove errorlog files.
6380         
6381 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6382
6383         * lilypond.words: add \new and new graces. Add dynamics to menus
6384         keeping 1.8.x compatibility; after all the engraving relating to 
6385         notes becomes postfixed `-' marks will be removed.
6386
6387 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6388
6389         * lily/molecule.cc (align_to): idem.
6390
6391         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6392         
6393         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6394         accacciatura everywhere.
6395
6396         * VERSION (PACKAGE_NAME): released 1.9.2
6397
6398         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6399
6400         * scm/document-markup.scm (markup-doc-node): sort markup function
6401         list.
6402
6403         * lily/paper-outputter.cc (output_version): change "Lily was here"
6404         into  "Engraved by LilyPond"
6405
6406         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6407         on unquoted strings before \notenames.
6408
6409         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6410         increases the number of s/r reductions to 4.
6411
6412         * scm/new-markup.scm (fraction-markup): \fraction command.
6413
6414         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6415         mode
6416
6417         * lily/lookup.cc (round_filled_box): rename function.
6418         (LY_DEFINE): round-filled-box: change signature.
6419
6420         * Documentation/user/refman.itely: revise section explaining grace
6421         notes.
6422
6423         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6424         ly:set-context-property
6425
6426         * input/*/*.ly (vmus): use \new everywhere.
6427
6428         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6429
6430         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6431         default
6432
6433         * scm/music-functions.scm (set-stop-grace-properties)
6434         (set-start-grace-properties, add-grace-property): new functions
6435         for modular grace tweak control.
6436
6437         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6438         
6439 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6440
6441         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6442
6443         * GNUmakefile.in (install-pfa-fonts):
6444         (get-pfa-fonts): New target.
6445
6446         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6447         install-pfa-fonts help.
6448
6449 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6450
6451         * lily/translator-scheme.cc (LY_DEFINE):
6452         ly:context-pushpop-property new function.
6453         (LY_DEFINE): new function ly:translator-find  
6454         new function ly:translator?
6455         (LY_DEFINE): new function ly:context?
6456
6457         * lily/translator-def.cc: remove
6458         Translator_def::apply_pushpop_property().
6459
6460         * python/lilylib.py (read_pipe): only store and display error log
6461         if verbose not set.
6462         (read_pipe): only display log if it contains something.
6463
6464 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6465
6466         * Documentation/misc/GNUmakefile: Re-add.
6467         (TEXTS): Add CHANGES.
6468
6469 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6470
6471         * lilypond.words: add \newcontext.
6472
6473 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6474
6475         * lily/tie-performer.cc (stop_translation_timestep): only flush
6476         tied_notes when we have actually made a tie. Fixes bugs with ties
6477         in polyphonic scores.
6478
6479 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6480
6481         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6482         they do not exist.
6483
6484 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6485
6486         * VERSION (PACKAGE_NAME): released 1.9.1 
6487
6488         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6489         Instrument_name_engraver
6490
6491         * lily/tie-performer.cc (create_audio_elements): bugfix
6492
6493         * Documentation/user/music-glossary.tely (Top): comment out
6494         font-style statements.
6495
6496         * input/test/force-hshift.ly: revise example.
6497
6498         * Documentation/bibliography/engraving.bib (note): typos.
6499
6500         * configure.in: bump GCC requirements to 3.x
6501
6502         * lily/include/audio-item.hh (class Audio_tie): rename
6503         note_l_drul_ to note_drul_
6504
6505         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6506
6507         * lily/parser.yy (relative_music): whoops. All \relative were off
6508         by ...  a lot .... Ahem.
6509
6510         * scm/define-music-types.scm (music-descriptions): idem.
6511
6512         * lily/beam-engraver.cc: move new-beam-event to beam-event
6513
6514         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6515         to Tie_engraver
6516
6517         * input/regression/bar-number.ly: remove unnecessary old-relative
6518         options.
6519         
6520         * Documentation/user/internals.itely (Creating contexts): document
6521         \newcontext
6522
6523         * lily/parser.yy (Composite_music): add \newcontext
6524
6525         * Documentation/user/refman.itely (MIDI block): add note about
6526         dotted tempos.
6527
6528         * scm/font.scm: remove old markup legacy
6529
6530         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6531
6532         * lily/breathing-sign.cc (brew_molecule): remove function
6533
6534         * lily/text-item.cc: remove old-style markups.
6535         (interpret_markup): C++ version of markup function
6536         (brew_molecule): idem.
6537
6538         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6539         as Scheme variable.
6540
6541         * scripts/convert-ly.py (conv): dashes rule.
6542         Apply rule.
6543
6544         * Documentation/user/lilypond-book.itely: syntax fixes. 
6545
6546 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6547
6548         * VERSION (PACKAGE_NAME): release 1.9.0
6549
6550         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6551         note about dvips. (Should backport.)
6552
6553         * scripts/convert-ly.py
6554         (FatalConversionError.articulation_substitute): add
6555         convert-new-chords code. Remove convert-new-chords.py
6556
6557         * Documentation/user/refman.itely (Octave check): document
6558         \octave.
6559
6560         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6561         \relative changes.
6562
6563         * lily/parser.yy (command_element): octave check:
6564
6565            \octave PITCH
6566
6567         checks that PITCH (without octave) yields PITCH (with octave) in
6568         \relative
6569
6570         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6571
6572         * lily/scm-option.cc: ly:set-option now has the default argument
6573         #t.
6574
6575         * lily/lexer.ll: add \renameinput
6576
6577         * python/lilylib.py (command_name): robustifications.
6578
6579         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6580         /dev/stderr. This is ash compatible.
6581
6582         * ly/init.ly: add warning if compatibility was not necessary.
6583
6584         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6585
6586         * flower/include/string-handle.icc: formatting cleanups, rename
6587         references by ref_count_.
6588
6589 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6590
6591         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6592         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6593         package libs separately, fix conflicting php variable out=/dev/vc/
6594         invoking `unset out', declare menus, use only one icon-file, fix
6595         doc-path in menu.
6596
6597 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6598
6599         * scripts/convert-ly.py (FatalConversionError.conv): typo
6600
6601         * Documentation/misc/GNUmakefile: restore misc directory.
6602
6603         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6604
6605         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6606         Petites-Preludes 
6607
6608         * input/test/partial-blank.ly (quickmeasure): syntax
6609
6610         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6611         attachment property.
6612
6613         * Documentation/user/refman.itely: remove superfluous -'s 
6614         (Grace notes): ) fixes.
6615
6616         * lily/music.cc: generic compress(), transpose() functions. Remove
6617         others.
6618
6619         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6620         style markup entry.
6621
6622         * lily/parser.yy: all articulations postfix; remove obligatory -
6623         for [,  ) and \!
6624         
6625         * lily/music.cc (to_relative_octave): write generic
6626         to_relative_octave function; various relative cleanups.
6627         Hmmm.
6628
6629         * lily/scm-option.cc: add options new-relative and old-relative
6630
6631         * po/sv.po: new po file.
6632
6633         * Documentation/user/refman.itely (Dynamics): website
6634         fixes. (should backport!)
6635
6636 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6637
6638         * make/lilypond.mandrake.spec.in: declare version only once.
6639
6640 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6641
6642         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6643         meaning for now.
6644
6645 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6646
6647         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6648
6649         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6650
6651         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6652
6653         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6654
6655         * lily/music.cc (var): add ly:music-transpose function.
6656
6657         * lily/parser.yy (pre_events): remove prefix articulations.
6658
6659         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6660
6661         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6662
6663         * Documentation/user/refman.itely (Text markup): add comment about
6664         markup in header.
6665
6666 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6667
6668         * lily/paper-outputter.cc (write_header_fields_to_file): 
6669         only dump value if it is a string.
6670
6671         * flower/include/dictionary.hh: remove.
6672         
6673         * Documentation/ChangeLog-1.5: add back old log.
6674
6675         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6676         .pfas from a .deb.
6677
6678 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6679
6680         * Documentation/bibliography/engraving.bib: add entry for
6681         Jaschinski's Notation
6682
6683 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6684
6685         * Documentation/user/refman.itely (Beaming): add note about
6686         allowBeamBreak
6687
6688 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6689
6690         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6691         GregorianTranscription contexts
6692
6693         * ly/engraver-init.ly: vaticana contexts: minor fixes
6694
6695         * Documentation/user/refman.itely (Ancient notation): added note
6696         on appendix length bug
6697
6698         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6699         input/test/vaticana.ly: use vaticana contexts; small fixes
6700
6701 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6702
6703         * flower/hash.cc: Remove.
6704
6705         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6706         to (nonexistent?) hash_func_ identifier.
6707
6708         * python/midi.c (midi_error, midi_warning): Use char const* for
6709         __FUNCTION__ argument.
6710
6711         * python/gettext.py: Remove.  We already require python 2.1, which
6712         includes gettext.py.
6713
6714         * configure.in: Require python 2.1, as INSTALL.texi says.
6715         it.
6716
6717         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6718         versions 1.50 and 1.75.  Remove note about lexer patch.
6719
6720 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6721
6722         * Documentation/topdocs/INSTALL.texi: Update type1 font
6723         description to actual situation.  Add comment about new font ball
6724         layout.
6725
6726         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6727         in $LILYPONDPREFIX suffices for installation.
6728
6729 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6730
6731         * debian/control (Build-Depends): Add flex-old as alternative to
6732         flex.  Deprecate bison 1.75.
6733
6734 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6735
6736         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6737         Vaticana contexts
6738
6739         * Documentation/user/refman.itely (Ancient notation): documented
6740         some bugs; tiny fixes; added docu on Vaticana contexts
6741
6742         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6743         scripts
6744
6745 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6746
6747         * Documentation/user/refman.itely (Ancient notation): added some
6748         introductory words; added section on ancient time signatures;
6749         added some @seealso and @refcommands; small fixes and
6750         beautifications
6751
6752 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6753
6754         * input/regression/note-head-style.ly: many fixes and updates
6755
6756         * Documentation/user/refman.itely: added small sections on ancient
6757         accidentals, rests and flags; revised ancient note head section;
6758         small wording/spelling fixes
6759
6760         * input/test/rests.ly: layout fixes
6761
6762 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6763
6764         * input/puer-fragment.ly: bugfix: central C position of do clef
6765
6766         * ly/gregorian-init.ly: workaround: add small padding space before
6767         divisiones (the correct fix would be the spacing engine to handle
6768         this)
6769
6770 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6771
6772         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6773         cue-notes.ly: minor fixes.
6774
6775 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6776
6777         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6778         input/test/custos-style.ly
6779
6780         * Documentation/index.html.in: bugfix: link to Tutorial.html
6781
6782         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6783         to neumes; bugfix: "et": epiphonus, not just a simple pes
6784
6785 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6786
6787         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6788
6789         * lilypond.words: add new features: markup, column, center, \[ \].
6790         
6791 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6792
6793         * Documentation/topdocs/NEWS.texi, DEDICATION,
6794         stepmake/bin/add-html-footer.py
6795         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6796         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6797         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6798         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6799         added (only) after a sentence which is complete; if the sentence is 
6800         not ended a comma `,' or nothing is used. fix also spaces.
6801
6802 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6803
6804         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6805         requirements to plain 1.6.
6806
6807         * buildscripts/mutopia-index.py (read_lilypond_header): update
6808         mutopia-index.py to 1.4 syntax [sic]
6809
6810 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6811
6812         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6813
6814 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6815
6816         * Documentation/index.html.in: url for regression pdf
6817
6818         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6819
6820         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6821
6822         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6823
6824         * VERSION: 1.8.0 released
6825         
6826         * GNUmakefile.in (local-WWW-post): footify build fix.
6827
6828         * configure.in: require GUILE 1.6.4
6829
6830         * Documentation/user/GNUmakefile: don't copy *.png for
6831         lilypond-internals
6832
6833         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6834         local-WWW-post target.
6835         (rsync-web): add rsync-web target
6836
6837         * Documentation/user/introduction.itely (Music notation and
6838         engraving): add neume example
6839
6840         * input/puer-fragment.ly (cantus): add puer-fragment
6841
6842 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6843
6844         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6845         to notes, so that equalizer is actualy being used.
6846
6847         * scm/midi.scm (instrument-equalizer-alist):
6848         (absolute-volume-alist): Define public, so that user can copy or
6849         override.
6850
6851         * lily/key-performer.cc (create_audio_elements): Check for minor
6852         key.  Only if key is minor, set MIDI key to minor.
6853
6854 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6855
6856         * Documentation/user/refman.itely (Hiding staffs): fixes.
6857
6858         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6859
6860         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6861         vertical extents to deal with Hara kiri correctly.
6862
6863         * input/regression/hara-kiri-short.ly: remove
6864
6865         * input/regression/hara-kiri-pianostaff.ly: update test.
6866
6867         * Documentation/user/*.tely: remove WEBTITLE
6868
6869         * scm/output-tex.scm (comment): idem.
6870
6871         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6872
6873         * scm/music-functions.scm (make-lyric-event): new function
6874
6875         * scm/lily.scm (lilypond-version): new function
6876
6877         * input/test/version-output.ly: new file.
6878
6879         * Documentation/user/lilypond.tely: add version number to
6880         front-page.
6881
6882 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6883
6884         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6885
6886 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6887
6888         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6889
6890         * Documentation/user/refman.itely (Hiding staffs): rename node.
6891
6892 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6893
6894         * input/regression/new-markup-syntax.ly (texidoc): remove
6895         molecule-callback override.
6896
6897 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6898
6899         * input/les-nereides.ly: Mark tweaks with %tweak.
6900
6901         * Debian patch, see debian/changelog (Anthony Fok).
6902
6903 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6904
6905         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6906         problem.
6907
6908 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6909
6910         * Documentation/user/refman.itely (Text markup): Fix language bug.
6911
6912 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6913
6914         * input/* : postfix syntax fixes.
6915
6916         * Documentation/user/refman.itely (Text markup): add note about
6917         raise/lower with ^ or _ .
6918         
6919         * po/fi.po: fix \\apply strings.
6920
6921         * lily/parser.yy (open_event): warn for prefix articulations.
6922
6923 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6924
6925         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6926         fix also on parmesan font.
6927
6928 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6929
6930         * VERSION 1.7.30 released
6931         
6932         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6933
6934         * buildscripts/mutopia-index.py (headertext): rewording
6935
6936 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6937
6938         * scm/new-markup.scm (strut-markup): new markup function.
6939
6940         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6941         space also when no accidental is there.
6942
6943 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6944
6945         * input/les-nereides.ly: Updates.
6946
6947 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6948
6949         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6950         which repeats the tag insertion selected from "Insert tag" menu.
6951
6952 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6953
6954         * lily/all-font-metrics.cc (find_font): load AFM files first only
6955         for feta fonts. This fixes problems with TeXlive and other TeX
6956         distros that include AFM files for the CM fonts. 
6957
6958         * scm/font.scm (qualifiers-to-font-name): remove.
6959
6960         * lily/paper-def.cc: remove get_var.
6961
6962         * input/trip.ly: remove file.
6963         
6964         * input/regression/spacing-note-flags.ly (raggedright): remove
6965         stafflinethickness
6966
6967         * input/les-nereides.ly: update to new syntax, cleanups.
6968
6969 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6970
6971         * Documentation/user/refman.itely: Clarify shortest-note problem
6972         of autobeamer.
6973
6974 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6975
6976         * lilypond-mode.el: Add each word to regexps only once.
6977
6978         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6979         is based on the syntax definitions in lilypond.words. Remove all 
6980         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6981         LilyPond->Insert menu is generated by the entries in lilypond.words 
6982         to which have been given a syntax definition.
6983
6984         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6985         \notes, \relative, \score, \simultaneous, \transpose.
6986
6987         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6988
6989         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6990         
6991         * lilypond-mode.el: add menu keywords separately.
6992
6993         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6994
6995 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6996
6997         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6998         current ugly installation method for PFA fonts.
6999
7000 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7001
7002         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7003         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7004
7005         * Documentation/user/music-glossary.tely: update legato.
7006
7007 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7008
7009         * lexer-gcc-3.0.patch: Remove.
7010
7011         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7012
7013 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7014
7015         * debian/rules (binary-arch): remove NEWS.
7016
7017 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7018
7019         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7020         stepmake/bin{ many }: polish the `--help's of different scripts;
7021         model taken from the core-utils of Linux.
7022
7023         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7024
7025 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7026
7027         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7028
7029         * flower/libc-extension.cc: idem.
7030
7031         * flower/include/libc-extension.hh: protect against isinf macros.
7032
7033 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7034
7035         * { many }: Use two uppercase letters in LilyPond.
7036
7037         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7038
7039         * VERSION: 1.7.29 released.
7040         
7041 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7042
7043         * lily/tie.cc: add TODO comment.
7044
7045         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7046
7047         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7048         linejoins and linecaps. This fixes problems with occasional spikes
7049         on slur/tie endings.
7050         
7051         * input/regression/font-name.ly: don't use PS fonts for
7052         compatibility reasons. 
7053
7054         * mutopia/claop.py (accents): update to 1.8
7055
7056         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7057
7058         * Documentation/user/macros.itexi: don't color glossary links.
7059
7060         * Documentation/user/invoking.itexi (Error messages): new section
7061
7062 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7063
7064         * input/regression/font-name.ly: add file.
7065
7066         * scm/document-backend.scm (grob-doc): remove <hr> from
7067         lilypond-internals
7068
7069         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7070         reqd version to 1.6.4 
7071
7072         * lily/font-interface.cc (get_font): bugfix: take font-name from
7073         alist chain too. This fixes font-name override for \markup.
7074
7075 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7076
7077         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7078
7079         * input/test/polymetric-differing-notes.ly: Compile fix.
7080
7081 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7082
7083         * Documentation/user/refman.itely: fixed typo
7084
7085         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7086         before flexa
7087
7088 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7089
7090         * input/test/{ many }: search & fix some typos.
7091
7092 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7093
7094         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7095         images.
7096
7097         * scm/music-functions.scm (make-voice-props-set): set Script /
7098         TextScript dir for polyphony too.
7099
7100         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7101         before clef.
7102
7103         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7104
7105 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7106
7107         * Documentation/user/refman.itely (Percussion): Small
7108         clarifications and fixes.
7109
7110         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7111         threads. This fixes different heads playing simultaneously.
7112
7113 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7114
7115         * Documentation/user/{ many }: increase readability (read through 
7116         User manual from `one big page').
7117
7118 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7119
7120         * input/test/polymetric-differing-notes.ly: add example with
7121         disparate note values.
7122
7123         * input/test/polymetric.ly: rename from poly-metric
7124
7125         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7126         iso. outname.
7127
7128         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7129         G-clef bbox to real char extents. This fixes the G-clef being
7130         offset too much to the right.
7131         document perc clef offset.
7132
7133         WARNING: FONT CHANGED.
7134
7135         * Documentation/user/tutorial.itely (Tutorial): move menu.
7136
7137 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7138
7139         * buildscripts/lilypond-profile.sh (Error): trim error message.
7140
7141         * Documentation/user/invoking.itexi (Invoking the lilypond
7142         binary): add note about path.
7143
7144         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7145         suppresses superfluous spaces.
7146
7147 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7148
7149         * buildscripts/lilypond-profile.sh: Add documentation to error
7150         message.
7151
7152         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7153
7154 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7155
7156         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7157         <mike@ossmann.com>)
7158
7159         * Documentation/bibliography/computer-notation.bib (pages): prune
7160         unscientific language.
7161
7162         * Documentation/user/GNUmakefile: copy unsplit file to
7163         lilypond.html (idem for lilypond-internals).
7164
7165         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7166
7167         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7168
7169         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7170
7171         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7172         fix.
7173         
7174 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7175
7176         * Documentation/user/{ various }: bind text snippets with their
7177         examples, e.g. by punctuation: This is an example.
7178
7179 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7180
7181         * ly/performer-init.ly (VoiceContext): Typos.
7182
7183         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7184         builds, leave final-install to toplevel srcdir makefile.
7185
7186         * make/srcdir.make.in (install): New target.
7187
7188 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7189
7190         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7191         This fixes core dump on MIDI output (Simon Weatherill).
7192
7193         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7194         on local-WWW-post.
7195
7196 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7197
7198         * make/lilypond.redhat.spec.in: add dvips to reqs.
7199
7200 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7201
7202         * make/srcdir.make.in (web): Add special web target.
7203
7204         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7205         from inner $(LOOP).
7206
7207         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7208
7209         * stepmake/stepmake/generic-targets.make (www-targets-help):
7210         * GNUmakefile.in (web-install): Install in $(webdir).
7211
7212         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7213
7214         * cygwin/changelog: 
7215         * cygwin/mknetrel: Update.
7216
7217         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7218         (html-doc): Remove (use: web).
7219
7220         * stepmake/stepmake/script-rules.make: 
7221         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7222         Fix $(config_make) dependencies for srcdir build.
7223
7224         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7225         target for srcdir build.
7226
7227         * stepmake/make/stepmake.make: 
7228         * make/srcdir.make.in: 
7229         * GNUmakefile.in:
7230         * make/stepmake.make (config_make): Rename variable (was:
7231         configuration).
7232
7233 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7234
7235         * Documentation/user/internals.itely (Manipulating music
7236         expressions): run lilypond on example too.
7237
7238         * flower/include/libc-extension.hh: move lrint define to
7239         header. bugfix.
7240         
7241 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7242
7243         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7244         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7245         do we recurse whole tree?).
7246
7247         * GNUmakefile.in (html-doc): Resurrect.
7248
7249         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7250         obsolete $(package-icon) dependency.
7251
7252 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7253
7254         * Documentation/user/refman.itely (Automatic staff changes):
7255         add seealso 
7256
7257         * Documentation/index.html.in: link to bigpage.
7258
7259         * Documentation/user/tutorial.itely (Tutorial): streamline.
7260
7261         * Documentation/index.html.in: url typo.
7262
7263         * VERSION (PACKAGE_NAME): release 1.7.28
7264
7265         * python/lilylib.py (error_log): remove '/' from name.
7266
7267         * input/regression/pedal.ly: remove; dups input/test/
7268         
7269         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7270
7271         * Documentation/index.html.in: python style doco index.
7272
7273         * Documentation/{footer,header}.html.in (src): remove, 
7274
7275         * Documentation/pictures: remove all but lelie-logo.xpm.
7276
7277         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7278         before running makeinfo.
7279
7280         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7281         @code{}
7282
7283 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7284
7285         * input/test/bar-number-regular-interval.ly: rename.
7286
7287         * Documentation/user/*: various fixes. 
7288
7289 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7290
7291         * Documentation/{ many }: polish for update-all-menus. typos.
7292
7293         * po/fi.po: fixes.
7294
7295         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7296
7297         * buildscripts/mutopia-index.py: polish.
7298
7299         * input/regression/{ many }, input/test{ many }: polish texidocs.
7300
7301 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7302
7303         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7304         pedal-style
7305
7306         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7307         iso. edge-widen.
7308
7309         * lily/piano-pedal-engraver.cc (process_music): change from
7310         process_acknowledged ()
7311
7312         * lily/piano-pedal-bracket.cc: new file. Change
7313         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7314         cleaned up.
7315
7316         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7317
7318         * input/regression/tuplets.ly (texidoc): rename file.
7319
7320         * po/fr.po: update
7321
7322         * buildscripts/lilypond-profile.sh: error message if script is not
7323         sourced.
7324
7325         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7326         bracket-flare
7327         (make_bracket): simplify code.
7328
7329         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7330         argument.
7331
7332         * python/lilylib.py (lilypond_version_check): new function
7333
7334         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7335
7336         * scripts/ly2dvi.py (run_lilypond): add version check.
7337
7338         * scripts/lilypond-book.py (option_definitions): typo
7339
7340         * scripts/ly2dvi.py (include_path): typo
7341
7342         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7343
7344         * lily/parse-scm.cc (parse_handler): typo
7345
7346         * Documentation/user/macros.itexi: use @heading for headings.
7347
7348         * Documentation/user/refman.itely: updates, fixes.
7349
7350 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7351
7352         * po/fi.po: add Finnish translations. fixes.
7353
7354         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7355
7356         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7357         from lily/glissando-engraver.cc.
7358
7359 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7360
7361         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7362         for non-first _broken_ bracket.
7363
7364         * Documentation/user/refman.itely: corrections.
7365
7366 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7367
7368         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7369         support of the fingerings.
7370
7371         * po/fr.po: French translation update.
7372
7373         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7374         strings.
7375
7376 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7377
7378         * Documentation/user/introduction.itely: Small fixes.
7379
7380 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7381
7382         * Documentation/topdocs/AUTHORS.texi: polish.
7383
7384 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7385
7386         * Documentation/user/introduction.itely: revise
7387
7388         * Documentation/user/tutorial.itely: reorganise.
7389
7390         * Documentation/topdocs/index.tely: remove.
7391
7392         * Documentation/header.html.in: prune.
7393
7394         * GNUmakefile.in: clean up web building.
7395
7396         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7397         target.
7398
7399 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7400
7401         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7402
7403         * lilypond-mode.el: turn on blink-matching-paren.
7404
7405 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7406
7407         * scm/output-sodipodi.scm (svg-header): Fix typo.
7408
7409 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7410
7411         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7412         fixes a security hole.
7413
7414         * scripts/lilypond-book.py (original_dir): remove temp_dir
7415
7416         * scm/document-translation.scm: use @code tags.
7417
7418 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7419
7420         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7421
7422         * lilypond-mode.el: add a buffer-local post-command-hook to set
7423         context dependent syntax-table after each cursor event. Remove old
7424         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7425
7426         * lilypond-indent.el: update comments.
7427
7428         * Documentation/footer.html.in: add period.
7429
7430 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7431
7432         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7433
7434         * scm/document-translation.scm (document-property-operation): add
7435         @code{} tags.
7436
7437         * VERSION (PACKAGE_NAME): release 1.7.27
7438
7439         * config.make.in: add PAPER variable
7440
7441         * buildscripts/new-chords.py (help): add help text
7442
7443         * Documentation/user/introduction.itely (Typography and program
7444         architecture):  fixes.
7445
7446         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7447         for texinfo and dvips. This fixes problems with PDF output of the
7448         wrong size.
7449
7450         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7451         DVIPS_PAPERSIZE variable
7452
7453         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7454         TEXINFO_PAPERSIZE variable 
7455
7456 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7457
7458         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7459
7460         * mf/feta-toevallig.mf: lowres fixes.
7461
7462 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7463
7464         * NEWS: Typo and fill-paragraph fixes.
7465
7466         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7467         cast #define.
7468
7469         * configure.in: 
7470         * config.hh.in: Check for lrint.
7471
7472 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7473
7474         * VERSION: 1.7.26 released
7475
7476         * lily/separation-item.cc: add padding property.
7477
7478         * input/test/*.ly: various fixes, remove solo-a2.ly
7479
7480         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7481         bugfix. Fixes old-style markup compatibility.
7482
7483         * Documentation/user/introduction.itely (Introduction): historical
7484         elucidations
7485
7486         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7487
7488         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7489
7490         * Documentation/index.texi (Top): cleanup.
7491
7492         * Documentation/user/introduction.itely (Introduction): rewrite
7493         introduction, 
7494         (Music notation and  engraving): about notation. Add flat-picture
7495
7496 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7497
7498         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7499         separation items. This keeps lyrics from bumping into each other.
7500
7501 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7502
7503         * GNUmakefile.in (topdocs-web): New target.
7504         (local-web): Depend on topdocs-web; fixes html-doc.
7505
7506 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7507
7508         * po/lilypond.pot: run po-replace
7509
7510         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7511
7512         * scm/drums.scm (reset-drum-kit): new function.
7513
7514         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7515
7516         * scripts/update-lily.py: remove
7517         
7518         * VERSION: release 1.7.25
7519         
7520         * Documentation/user/introduction.itely (Introduction): rewrite
7521         start of introduction.
7522
7523 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7524
7525         * lily/all-font-metrics.cc: fixed typo
7526
7527 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7528
7529         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7530         LilyPond-mode-context-set-syntax-table): new functions to define
7531         the syntax table according to context.
7532
7533         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7534
7535 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7536
7537         * Documentation/user/refman.itely (Figured bass): 
7538         language nit courtesy http://www.vocabula.com
7539
7540         * GNUmakefile.in: remove no kpathsea hack.
7541
7542         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7543         doco.
7544
7545         * GNUmakefile.in: remove web-doc target.
7546
7547         * lily/all-font-metrics.cc (find_afm): add message about
7548         buildscripts/clean-fonts.sh 
7549
7550         * scm/define-music-properties.scm (figure): use string for 'figure
7551
7552         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7553
7554         * input/regression/ : add raggedright = ##t where applicable. 
7555         
7556         * scm/bass-figure.scm (make-bass-figure-markup): add
7557         alignBassFigureAccidentals property.
7558
7559         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7560         bracket.
7561
7562         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7563         syllables widths into account for minimum-length.
7564
7565         * input/test/staff-container.ly: update file
7566
7567         * input/test/stem.ly: remove
7568
7569         * lily/event.cc (LY_DEFINE): add ly: prefix.
7570
7571         * input/test/clef-manual-control.ly: from manual-clef
7572
7573         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7574
7575         * input/test/different-time-signatures.ly: move to poly-metric.ly
7576
7577         * input/test/hara-kiri*,scales.ly: remove
7578         
7579         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7580         with chord-names-jazz.ly)
7581
7582         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7583         get scalable cm fonts too.
7584
7585         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7586         --encoding for mftrace if present.
7587
7588         * input/regression/slur-area.ly: move from test/
7589
7590         * input/test/: remove simple-slur-endings slur-attachment
7591         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7592         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7593         slur-symmetry slur-symmetry tie-broken.ly
7594
7595         * scm/drums.scm (set-drum-kit): add function.
7596
7597         * Documentation/user/refman.itely (Percussion staves): use
7598         set-drum-kit
7599
7600         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7601         too
7602         (Global_measure.set_timesig): handle 3/8 time sig too.
7603
7604         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7605         note about triangle note heads.
7606
7607         * scm/drums.scm: use alist for instrument-settings. This fixes the
7608         bug with assigning to drums in the .ly file.
7609
7610         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7611         CHANGED.
7612
7613         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7614         cluster-beacon-interface
7615
7616         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7617
7618         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7619
7620         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7621
7622         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7623         to get positions.
7624
7625         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7626         make ClusterSpannerBeacon to record Y positions. This removes the
7627         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7628         make cluster-note-events.
7629
7630 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7631
7632         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7633
7634         * configure.in: Use lily/main.cc as identifying source file.
7635
7636         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7637
7638         * config.hh.in: 
7639         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7640
7641         * configure.in: Require PYTHON >= 2.0.
7642
7643         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7644           $PYTHON for include dir location.
7645         (STEPMAKE_PYTHON): New function.  Use
7646         
7647             PYTHON=foo ./configure
7648
7649           to override.
7650
7651 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7652
7653         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7654         something.
7655
7656         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7657         ftp.lilypond.org everywhere.
7658
7659 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7660
7661         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7662         detected.
7663
7664         * Documentation/user/refman.itely (Grace notes): note on explicit
7665         contexts
7666
7667 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7668
7669         * lilypond-font-lock.el: add a comment about LilyPond specific
7670         escape characters: ^, - and _, in the syntax table.
7671
7672         * Documentation/user/appendices.itely: a majuscule fix.
7673
7674 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7675
7676         * input/test/trills.ly (endHorizScript): fixes.
7677
7678         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7679         notation, move from regression.
7680
7681         * input/test/script-stack.ly: change name from stacked-scripts
7682
7683         * input/test/ossia.ly: octave errors.
7684
7685         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7686         for midi-volume-equaliser
7687
7688 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7689
7690         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7691         cm fonts.
7692
7693         * mf/feta-beugel.mf: don't multiply font_count by 10.
7694
7695         * lily/lookup.cc (horizontal_line): new function. Use
7696         horizontal-line in output backends.
7697
7698         * Documentation/user/tutorial.itely (An orchestral part): new
7699         section on orchestral stuff and identifiers.
7700
7701 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7702
7703         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7704         some interference to other modes.
7705
7706 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7707
7708         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7709         not maximum of spacing wishes in polyphonic situations.
7710
7711         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7712         number
7713
7714         * lilypond-indent.el: remove paren matching. 
7715
7716         * lily/text-item.cc (interpret_new_markup): new function
7717         use iso. text2molecule.
7718
7719         * lily/main.cc (notice): change FSF address 
7720
7721         * po/de.po: update PO file to 1.6.
7722
7723 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7724
7725         * Documentation/user/ {many}: Add periods and remove spaces.
7726         
7727 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7728
7729         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7730         Disable buffer-locally default paren hook and make a new one. 
7731
7732         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7733         locally LilyPond-paren-mode. Add todo for mouse double-click.
7734
7735 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7736
7737         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7738         Disable buffer-locally default paren idle timer and make a new one. 
7739
7740         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7741         locally LilyPond-show-paren-mode. Add to menu a toggle for
7742         LilyPond-show-paren-function.
7743
7744 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7745
7746         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7747
7748 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7749
7750         * Documentation/user/refman.itely: spelling fix.
7751
7752         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7753         paren highlight function definitions. add todo for
7754         LilyPond-show-paren-mode.
7755
7756 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7757
7758         * input/template/jazz-combo.ly: new file.
7759
7760 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7761
7762         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7763         lo-res fixes.
7764
7765         * mf/feta-schrift.mf: bugfix in varcoda sign.
7766         WARNING: FONT CHANGED
7767
7768         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7769         in accordance with lexer.ll.   
7770
7771 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7772
7773         * Documentation/user/tutorial.itely: Edit introduction.
7774
7775 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7776
7777         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7778         ly:grob-staff-position
7779
7780 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7781
7782         * scm/to-xml.scm: import srfi-1
7783
7784         * VERSION (MAJOR_VERSION):  release 1.7.24
7785
7786         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7787
7788         * scripts/lilypond-book.py (do_file): put texidoc before image.
7789         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7790
7791         * input/regression/*.ly: fix snippet octaves 
7792
7793         * input/test/spanner-after-break-tweak.ly: import
7794         broken-spanner-adjustment
7795
7796         * input/no-notation/midi-transposing.ly: move from input/test/
7797
7798         * input/test/: remove chord-markup
7799
7800         * input/regression/instrument-name-partial.ly: move from input/test.
7801
7802         * input/test/vertical-text.ly: remove
7803
7804         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7805         space above lyrics lines.
7806
7807         * input/test/uniform-breaking.ly: remove file.
7808
7809         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7810         uniform spacing density. 
7811
7812         * input/test/chords.ly (keys): remove file.
7813
7814         * scm/documentation-lib.scm (oop): use srfi-1 too.
7815
7816         * input/regression/*.ly: add \version
7817
7818         * Documentation/user/*.itely: various fixes.
7819
7820         * buildscripts/mf-to-table.py (base): break table every three
7821         symbols.
7822
7823         * input/:  remove %% new-chords-done %% .
7824
7825         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7826         os-music.ly
7827         
7828 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7829
7830         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7831
7832         * scm/new-markup.scm (box-markup): new function.
7833         (box-markup): new function. Contributed by Dick Schoeller
7834         <schoeller@attbi.com>
7835
7836         * scm/lily.scm: remove reduce-no-unit 
7837         (list-insert-separator): use fold-right
7838
7839         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7840         of arguments. 
7841
7842         * NEWS: more neutral language for ancient notation 
7843
7844         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7845         inside pointing beaming for chord tremolo.
7846
7847         * Documentation/user/lilypond-book.itely: minor editing
7848
7849 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7850
7851         * NEWS: added news for 1.8 regarding ancient notation
7852
7853         * Documentation/user/refman.itely (Gregorian square neumes
7854         ligatures): fixed typo
7855
7856         * lily/vaticana-ligature-engraver.cc,
7857         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7858         lower/upper head of Pes only when heads are stacked
7859
7860         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7861         scm/define-grob-properties.scm: cleanup: make "join-left" a
7862         boolean grob property and save delta pitch in grob property
7863         "delta-pitch" instead
7864
7865         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7866
7867 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7868
7869         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7870         completely borked
7871
7872         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7873         (try_music): bug fix: beam multiplicity was completely borked.
7874
7875         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7876         first-n, butfirst-n in favor of srfi-1 functions.
7877         remove string-join, string-pad in favor of srfi-13 functions.
7878
7879         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7880
7881         * NEWS: use complete sentences.
7882
7883         * Documentation/user/introduction.itely (Example applications):
7884         add note about databases and lilypond-book.
7885
7886         * input/test/volta.ly: remove file
7887
7888         * input/regression/volta-broken-left-edge.ly: simplify file
7889
7890 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7891
7892         * Documentation/user/refman.itely (Constructing a tweak): new
7893         subsection.
7894
7895         * Documentation/user/tutorial.itely (Fine tuning layout): add
7896         common tweaks.
7897
7898         * scm/define-grobs.scm (TextScript): use new brewer.
7899
7900 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7901
7902         * VERSION: release 1.7.23
7903
7904         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7905
7906         * python/lilylib.py (make_ps_images): bugfixes.
7907
7908         * input/regression/volta-multi-staff.ly: new file.
7909
7910         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7911
7912         * Documentation/user/tutorial.itely (Piano staffs): new section.
7913         (Setting variables): new section
7914         (Fine tuning layout): new section
7915
7916         * input/just-friends.ly: remove file. Superseeded by
7917         input/test/chords-without-melody.ly
7918
7919         * ly/property-init.ly: add all commands to refman.
7920
7921         * scm/define-translator-properties.scm: remove
7922         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7923
7924         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7925         name. Underscores botch up PS output.
7926
7927         * scm/define-translator-properties.scm: remove
7928         textNonEmpty, oneBeat, regularSpacingDelta
7929
7930         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7931         rule for automaticBars.
7932
7933         * lily/timing-engraver.cc (start_translation_timestep): change
7934         barNonAuto to automaticBars
7935
7936 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7937
7938         * input/test/perform-tie.ly: delete file.
7939
7940 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7941
7942         * Documentation/user/refman.itely (Gregorian square neumes
7943         ligatures): bugfix: do not show ledger lines in neumes table
7944         (fixed by setting staff symbol to transparent rather than removing
7945         it from staff context)
7946
7947 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7948
7949         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7950         glue into brew-new-markup-molecule.
7951
7952         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7953
7954         * Documentation/user/introduction.itely (Computerized typography):
7955         new section
7956
7957         * Documentation/user/tutorial.itely (An orchestral part): remove
7958         pc example from tutorial.
7959
7960         * input/tutorial/lilbook.tex: use screech-boink
7961
7962         * scripts/lilypond-book.py (compile_all_files): split formatting
7963         output body and scheduling lilypond compilation.
7964         (format_lilypond_output_bodies): new function
7965         (format_lilypond_block): new function
7966         (html_pages): allow multi-page images in HTML
7967
7968         * python/lilylib.py (make_ps_images): rename function from
7969         make_preview, merge with make_page_images
7970
7971 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7972
7973         * input/test/key-clefs.ly: moved to regression.
7974
7975         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7976
7977         * input/no-notation/README: added note about midi-*.ly files.
7978
7979         * input/test/two-key.ly: moved to no-notation/parse5.ly
7980
7981         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7982         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7983
7984         * input/test/ {various}: modified comments, marked some for deletion.
7985
7986         * input/test/lines.ly: deleted file; duplicate of
7987         embedded-postscript.ly
7988
7989         * input/test/mmrest-collision: moved to regression.
7990
7991 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7992
7993         * scm/chord-name.scm (note-name->markup): don't superscript root
7994         alterations in chordnames.
7995
7996 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7997
7998         * Documentation/user/refman.itely (Multi measure rests): more
7999         index/cross-referencing.
8000
8001         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8002
8003         * scm/font.scm: remove properties-to-font-name code.
8004
8005         * scm/define-grob-properties.scm: remove 'type
8006
8007         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8008         conversion
8009
8010         * lily/text-spanner.cc: change 'type grob prop to 'style 
8011
8012         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8013         "first" flag to decide whether to make a start-repeat
8014
8015         * input/regression/grace-volta-repeat-2.ly: new file.
8016
8017 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8018
8019         * lilypond-indent.el: rename generic functions to LilyPond-*
8020
8021 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8022
8023         * input/test/thumb.ly: delete, merged into refman.
8024
8025         * Documentation/user/refman.itely: added thumb info to Fingering.
8026
8027         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8028         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8029         vertical-align.ly : deleted files.
8030
8031 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8032
8033         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8034
8035         * lily/line-spanner.cc (broken_trend_offset): remove function.
8036         (get_broken_offset): idem.
8037         (brew_molecule): rewrite the line-break case.
8038
8039         * input/regression/follow-voice-break.ly:  new file.
8040
8041         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8042         start of a system.
8043
8044 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8045
8046         * input/test/tuplet-rest.ly: moved to regression.
8047
8048         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8049         deleted file.
8050
8051         * input/test/ {many} : marked file for possible deletion.
8052
8053 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8054
8055         * input/regression/beam-funky.ly: add note about (disputed)
8056         correct beaming.
8057
8058         * ly/engraver-init.ly (ScoreContext): put key-signature after
8059         staff-bar
8060         
8061 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8062
8063         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8064
8065         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8066
8067         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8068
8069         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8070         stem-extend was deleted (it was duplicate example, and not as
8071         good).
8072
8073         * input/test/[s-z]*.ly: add texidoc index.
8074
8075 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8076
8077         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8078         get_first_notecolumn_y
8079
8080         * lily/spanner.cc (broken_spanner_index): new function.
8081
8082 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8083
8084         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8085         lyric-hyphen.ly : moved to regression.
8086
8087         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8088         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8089
8090         * input/test/instrument-name-mmrest.ly: moved to
8091         ../regression/multi-measure-rest-instr-name.ly
8092
8093         * input/test/knee-sym.ly: moved to
8094         ../regression/beam-knee-symmetry.ly.
8095
8096         * input/test/hymn.ly: change comments.
8097
8098         * input/test/[p-r]*.ly: add texidoc index.
8099
8100 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8101
8102         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8103         to postfix syntax
8104         
8105         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8106         syntax.
8107
8108         * VERSION: release 1.7.22
8109
8110 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8111
8112         * input/test/[h-k]*.ly: added texidoc index.
8113
8114         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8115
8116         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8117
8118         * input/test/ various : mark files for deletion or moving to
8119         regression.
8120
8121         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8122
8123         * input/test/[l-o]*.ly: added texidoc index.
8124
8125 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8126
8127         * scm/music-functions.scm (make-ottava-set): 
8128         only do ottavation if centralCPosition is set.
8129
8130         * lily/translator-scheme.cc (ly:context-property-where-defined):
8131         return '() if not found.
8132
8133 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8134
8135         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8136         Use one command for both commenting and uncommenting.
8137
8138         * lilypond-indent.el (LilyPond-comment-region): new function,
8139         (un)comments each line separately.
8140
8141         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8142         
8143         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8144         imenu is not added by default; adapted from f90.el,
8145         makes Help-menu, which does not fit, visible in XEmacs.
8146         
8147 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8148
8149         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8150         show-paren-mode sets blink-matching-paren-on-screen local.
8151         Try to make show-paren-function to paren-highlight local.
8152
8153         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8154         Copy definitions of Emacs' show-paren-function and
8155         XEmacs' paren-highlight and make minimal changes;
8156         add comments about locality. 
8157         Fix matching first open-paren-char in '<< .. >>'.
8158
8159 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8160
8161         * input/test/g*: added texidoc index.
8162
8163         * input/test/[a-g]*: added raggedright==#t when it
8164          seemed appropiate.
8165
8166         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8167
8168         * Documentation/topdoc/INSTALL.texi: removed false warnings
8169         about gcc 3.3.
8170
8171 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8172
8173         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8174
8175         * input/test/chords-without-melody.ly (texidoc): add from
8176         input/just-friends.ly
8177
8178         * input/regression/size{13--26}.ly: move from input/
8179
8180         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8181         input/{star-spangled-banner,twinkle}.ly: remove 
8182         
8183         * lily/slur.cc: remove slur over rest warnings.
8184
8185         * lily/note-spacing.cc (get_spacing): include left part of right
8186         object in fixed space. This fixes stretched space before
8187         accidentals.
8188
8189         * input/regression/spacing-accidental-stretch.ly: new file.
8190
8191 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8192
8193         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8194         Reduce to 16pt.
8195
8196 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8197
8198         * input/regression/spacing-knee.ly: docstring
8199
8200         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8201
8202         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8203         input/tutorial/{test,solar,flowing}.ly: remove
8204
8205         * input/rhythm.ly: remove
8206
8207         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8208
8209         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8210         update syntax. 
8211
8212         * scm/define-grobs.scm (all-grob-descriptions): set
8213         knee-spacing-correction to 1.0
8214
8215         * lily/note-spacing.cc (stem_dir_correction): compute knee
8216         correction using stem-thickness and head width.
8217
8218         * input/regression/beam-quanting-horizontal.ly: update texidoc
8219
8220         * scm/define-grobs.scm (all-grob-descriptions): set
8221         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8222         This fixes 32nd beams for noteheads in spaces quants.
8223
8224         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8225
8226 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8227
8228         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8229
8230 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8231
8232         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8233
8234         * VERSION (PACKAGE_NAME): release 1.7.21
8235
8236         * input/regression/stem-shorten.ly: new file.
8237
8238         * lily/stem.cc (get_default_stem_end_position): revise stem
8239         shortening code.
8240
8241         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8242
8243         * input/test/{scripts,volta-start,sleur}.ly: remove
8244         
8245         * input/regression/span-bar.ly: smaller file.
8246
8247         * input/regression/spacing-{natural,tight,loose}.ly: remove
8248
8249         * input/test/markup.ly: remove
8250
8251         * scripts/lilypond-book.py: put printfilename in separate chunk,
8252         so texidoc is printed after the filename.  
8253
8254 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8255
8256         * make/lilypond.mandrake.spec.in: fix docdirs.
8257
8258 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8259
8260         * input/regression/beam-french.ly: bugfix.
8261
8262         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8263
8264         * input/regression/(various).ly: add raggedright = #t.
8265
8266         * input/regression/auto-beam.ly: move from abe.ly
8267
8268 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8269
8270         * input/test/f*.ly: added texinfo index.
8271         
8272         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8273
8274 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8275
8276         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8277         quant penalty for beam just outside staff.
8278
8279         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8280         from beam-pos.ly,  remove non-horizontal tests. 
8281
8282         * input/test/(various): cleanup header info. 
8283
8284         * input/test/tchaikovsky.ly: remove file.
8285
8286         * scm/chord-generic-names.scm: move from
8287         double-plus-new-chord-name.scm
8288
8289         * input/test/orchestscore.ly: remove file
8290
8291         * Documentation/user/refman.itely (Vocal music): update documentation.
8292
8293         * scm/define-translator-properties.scm (chordNoteNamer): remove
8294         chordNameStyle, use chordNameFunction
8295
8296         * scm/chord-name.scm (set-chord-name-style): remove
8297         set-chord-name-style. Use \property chordNameFunction.
8298
8299 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8300
8301         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8302         music): remove @TeX{} command.
8303
8304 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8305
8306         * lilypond-indent.el (scan-sexps): Renamed to
8307         aargh-this-breaks-other-emacs-modes-scan-sexps.
8308
8309 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8310
8311         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8312         closing slurs: '()', etc. Add comments.
8313
8314         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8315
8316         * lilypond-font-lock.el: match unending string at eof.
8317
8318         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8319         
8320 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8321
8322         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8323         input/test/beam-dir.ly input/test/beam-position.ly    
8324         input/test/beam-suspect.ly input/test/beam-trend.ly    
8325         input/test/beams.ly input/test/crescendo-text.ly : deleted
8326         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8327         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8328         * input/test/default-bars.ly: moved to bar-always.ly
8329         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8330
8331 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8332
8333         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8334
8335 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8336
8337         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8338
8339 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8340
8341         * lilypond-indent.el: Match better slurs in scheme expressions.
8342         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8343
8344         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8345
8346 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8347
8348         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8349
8350         * input/ac-extra-voice.ly: Add texidoc.
8351
8352         * ly/chord-modifiers-init.ly: 
8353         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8354         and chordNameExceptionsPartial for new chord names.
8355
8356         * input/test/chord-names-dpnj.ly: 
8357         * input/test/dpncnt.ly: Update.
8358
8359         * scm/chord-name.scm: 
8360         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8361         chord selection and options.
8362
8363         * ly/chord-modifiers-init.ly: Add exceptions 
8364
8365         * scm/define-translator-properties.scm (chordNameStyle) 
8366         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8367
8368 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8369
8370         * ly/property-init.ly (germanChords): Added.
8371         (semiGermanChords): Added.
8372         
8373         * input/test/chord-names-german.ly: Use new macros
8374         
8375 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8376
8377         * lilypond-indent.el: Use similar parenthesis highlighting for 
8378         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8379         functions; removed LilyPond-show-paren-function. Fix indenting.
8380         Turn paren-matching on also in XEmacs.
8381
8382         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8383         as needed by parenthesis highlighting functions (in scan-sexp).
8384
8385 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8386
8387         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8388         function.
8389         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8390
8391 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8392
8393         * lilypond-indent.el: tune regexp for show-paren-function.
8394
8395 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8396
8397         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8398         for all LilyPond-produced tex snippets.
8399
8400         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8401         fixes one line --preview output of ly2dvi.
8402
8403 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8404
8405         * lilypond-indent.el: match only one type of slurs in
8406         LilyPond-show-paren-function.
8407
8408 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8409
8410         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8411         * debian/lilypond1.7.dirs: 
8412         * debian/lilypond1.7-doc.dirs: New file.
8413
8414         * input/regression/chord-name-exceptions.ly: Add parameter for
8415         ignatzekExceptions.  Quote hash in docstring.
8416
8417 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8418
8419         * lilypond-indent.el (show-paren-function): define show-paren-function
8420         as LilyPond-blink-matching-open and use it for closing parens.
8421         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8422
8423         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8424         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8425         LilyPond-blink-matching-paren in order to match both open and close
8426         brackets.
8427         
8428 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8429
8430         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8431         testing by modifying the code from FSF Emacs paren.el. Add comments.
8432
8433 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8434
8435         * input/test/dpncnt.ly: Transpose example to match new
8436         default \chords octave.  Add comment.
8437         
8438         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8439         comment about octave change.
8440
8441 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8442
8443         * input/test/[d,e]: added texinfo index tags.
8444         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8445
8446 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8447
8448         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8449
8450 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8451
8452         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8453         as in blink-matching-open.
8454
8455 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8456
8457         * input/test/[a-c]: more comments in files.
8458         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8459         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8460         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8461         mark file for proposed deletion.
8462         * input/test: renaming files:
8463         auto-beam-4-8.ly to beam-auto-4-8.ly
8464         auto-beam-override.ly to beam-auto-override.ly
8465         auto-beam.ly to beam-auto.ly
8466         blank.ly to blank-paper.ly
8467         absolute-volume.ly to dynamic-absolute-volume.ly
8468
8469 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8470
8471         * input/test/dpncnt.ly: 
8472         * input/test/chord-names-dpnj.ly: Resurrect.
8473
8474         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8475
8476         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8477
8478         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8479         Better docstring, add parameter OMIT-ROOT, tidy up.
8480
8481 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8482
8483         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8484
8485 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8486
8487         * scm/output-ascii-script.scm (as-font-alist-alist):
8488         (as-properties-to-font-name):
8489         (as-make-style-sheet): Remove.
8490
8491         * scm/font.scm (as-make-font-list): New function.
8492         (as-font-sheet-alist): New variable.
8493
8494         * ly/paper-as9-init.ly: 
8495         * ly/paper-as5-init.ly: Update.
8496
8497         * ly/paper-as5.ly:
8498         * ly/paper-as9.ly: New file.
8499
8500 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8501
8502         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8503
8504 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8505         * input/sondag-morgen/*: removed due to copyright concerns.
8506         * input/[a,b]*.ly: added a newline at the end of the texinfo
8507         doc string (produces better output in HTML version).
8508         * input/c*.ly: added texinfo index and added comments to
8509         aid in future changes to input/test/ files.
8510
8511 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8512         
8513         * Documentation/user/refman.itely: fixed build problem (missing
8514         file) caused by previous renaming.
8515
8516 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8517         
8518         * input/test/[a,b]*.ly: added texinfo index and added comments to
8519         aid in future changes to input/test/ files.
8520         * input/test/bar-number-every-5-reset.ly: renamed to
8521         bar-number-every-five-reset.ly
8522         * input/test/bar-script-visibility.ly: renamed to
8523         bar-number-show-all.ly
8524
8525 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8526
8527         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8528         to Voice.
8529
8530         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8531         out note-line and glissando functionality.
8532         
8533         * lily/line-spanner.cc (brew_molecule): cleanup.
8534
8535 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8536
8537         * scripts/as2text.scm: Use rdelim module.
8538         (start-system): Rename from start-line.
8539         (stop-system): Rename from stop-line.
8540         (af-gulp-file): Use string iso symbol for getenv.
8541
8542         * scm/output-ascii-script.scm: Add guile and lily modules.
8543         (font-name-alist): New variable.
8544         (draw-line): New function.
8545
8546         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8547         (Were these silently removed, without ChangeLog entry?)
8548
8549 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8550
8551         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8552         process 2nd ottava correctly.
8553
8554 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8555
8556         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8557
8558 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8559
8560         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8561
8562 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8563
8564         * VERSION: release 1.7.20
8565         
8566         * lily/text-spanner.cc (brew_molecule): clean up function. This
8567         fixes bugs with broken 8va spanners.
8568
8569         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8570         This prevents spurious line-breaks with raggedright
8571         
8572 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8573
8574         * lily/key-performer.cc (create_audio_elements): always use major
8575         key
8576
8577         * Documentation/user/internals.itely: updates
8578
8579         * input/regression/beam-break.ly: new file.
8580
8581         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8582         beams if starting or terminating stems have 'beaming set.)
8583
8584         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8585         property.
8586
8587         * lily/parser.yy (verbose_command_req): add comment about scales.
8588
8589 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8590
8591         * lilypond-indent.el: adjust regexps in bracket-matching.
8592
8593 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8594
8595         * Documentation/user/refman.itely: more tiny fixes
8596
8597         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8598         "Chord names"; added table with input syntax for solesmes neumes
8599         table; added some words about rationale on input syntax design
8600
8601         * lily/gregorian-ligature-engraver.cc,
8602         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8603         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8604         alignment of Pes Initio Debilis
8605
8606         * Documentation/user/refman.itely,
8607         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8608         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8609         bugs in the solesmes neumes table
8610
8611 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8612
8613         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8614         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8615
8616         * lilypond-mode.el: fix tag-score. small improvements.
8617
8618 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8619
8620         * .cvsignore: Add aclocal.m4.
8621
8622         * lily/music-constructor.cc: Include <assert.h>.
8623
8624 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8625
8626         * ly/engraver-init.ly (HaraKiriStaffContext): use
8627         RemoveEmptyStaffContext instead.
8628
8629         * Documentation/user/refman.itely: updates
8630
8631 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8632
8633         * Documentation/user/refman.itely: added solesmes neumes table;
8634         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8635         bugfix: "Ornaments" -> "Articulations"
8636
8637         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8638
8639 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8640
8641         * lilypond-indent.el: Add a message about trying to match \] or \).
8642         
8643 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8644         
8645         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8646         obsolete "arithmetic_*"
8647
8648         * input/bugs/ligatures.ly: removed (will be put into a different
8649         directory later)
8650
8651 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8652
8653         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8654         libkpathsea (Maurizio Tomasi).
8655
8656 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8657
8658         * input/regression/repeat-slash.ly (texidoc): new file
8659
8660         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8661         slash repeats separately. Slash repeats and %
8662         repeats can now be nested.
8663
8664 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8665
8666         * lilypond-indent.el: Add preliminary test for closing \] and \).
8667         
8668 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8669
8670         * lily/gregorian-ligature-engraver.cc,
8671         lily/vaticana-ligature-engraver.cc,
8672         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8673         mf/parmesan-heads.mf: various semivocalis related bugfixes
8674
8675         * input/bugs/ligatures.ly: new file demonstrating problems with
8676         ligatures
8677         
8678 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8679
8680         * lilypond-mode.el,
8681         lilypond-font-lock.el,
8682         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8683
8684 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8685
8686         * lilypond-mode.el: Remove outdated code. Stress the difference 
8687         between Emacs and XEmacs definitions.
8688
8689         * lilypond-mode.el,
8690         lilypond-indent.el: Define a function interactive only when necessary.
8691
8692 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8693
8694         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8695         Use inactive regions also in XEmacs.
8696
8697 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8698
8699         * Documentation/user/refman.itely (Repeat syntax): more updates
8700
8701         * lily/simple-spacer.cc (solve): move solution process into
8702         solve(). This fixes a bug with collisions and raggedright = ##t.
8703  
8704         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8705
8706         * ly/engraver-init.ly: remove GraceContext. Update examples.
8707
8708 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8709
8710         * GNUmakefile.in (fonts): Also make fontball.
8711
8712         * Website fixes:
8713
8714         * ly/engraver-init.ly (GraceContext): Add.
8715
8716         * run:
8717
8718             convert-ly $(find . -name *.ly)
8719
8720         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8721         new chords.
8722
8723 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8724
8725         * VERSION: 1.7.19 released
8726         
8727         * scm/music-functions.scm (set-octavation): new function.
8728
8729         * input/regression/ottava.ly: new file
8730
8731         * lily/translator-scheme.cc (LY_DEFINE): new function
8732         ly:unset-context-property
8733         (LY_DEFINE) new function ly:context-property-where-defined: 
8734
8735 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8736
8737         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8738
8739         * lilypond.words: add few.
8740
8741         * input/test/script-chart.ly: fix typo.
8742
8743 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8744
8745         * scm/define-grobs.scm: uniform naming for definitions and output
8746         routine files. 
8747
8748         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8749         scm/context-description.scm
8750
8751         * lily/parser.yy (translator_spec_body): add \description to the
8752         \translator{} body syntax.
8753
8754         * lily/ottava-engraver.cc: new file.
8755
8756         * scm/chord-name.scm (natural-chord-alteration): replace old
8757         chord stuff. 
8758
8759         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8760
8761         * Documentation/user/refman.itely (Metronome marks): update doco.
8762
8763         * input/regression/markup-note.ly: new file
8764
8765         * input/regression/metronome-marking.ly: new file
8766
8767         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8768
8769         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8770         metronome marks.
8771
8772 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8773
8774         * Documentation/user/GNUmakefile: Compatibility fix for new
8775         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8776         for making binary packages; info splitting bug has been fixed.
8777
8778         * Documentation/user/refman.itely: Compile fixes.
8779
8780 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8781
8782         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8783         Count \midi -keywords also for a region.
8784
8785 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8786
8787         * lily/lookup.cc (LY_DEFINE): new function
8788
8789         * Documentation/user/tutorial.itely: updates
8790
8791 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8792
8793         * lilypond-mode.el: Allow Midi on buffer.
8794         Use only '.ly'-extension, remove '.sly' and '.fly'.
8795         Allow use of inactive regions. Invoke next Command on Master file, 
8796         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8797
8798 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8799
8800         * Documentation/user/tutorial.itely: updates.
8801
8802 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8803
8804         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8805
8806 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8807
8808         * lily/coherent-ligature-engraver.cc: fixed typo
8809
8810         * lily/coherent-ligature-engraver.cc,
8811         lily/gregorian-ligature-engraver.cc,
8812         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8813         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8814         lily/vaticana-ligature-engraver.cc,
8815         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8816         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8817         removed all ligature specific stuff from NoteHead code
8818
8819         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8820         ligatures now use regular noteheads
8821
8822         * lily/vaticana-ligature.cc: tiny code cleanups
8823
8824         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8825         space between two adjacent noteheads of the same pitch
8826
8827         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8828         description; cleanup: removed obsolete font-family settings
8829
8830 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8831
8832         * lily/coherent-ligature-engraver.cc,
8833         lily/gregorian-ligature-engraver.cc,
8834         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8835         lily/mensural-ligature-engraver.cc,
8836         lily/vaticana-ligature-engraver.cc,
8837         lily/include/gregorian-ligature-engraver.hh: updated for new
8838         Coherent_ligature_engraver; added comments that describe the basic
8839         design ideas of the ligature implementation
8840
8841         * lily/coherent-ligature-engraver.cc,
8842         lily/include/coherent-ligature-engraver.hh: new file: shared code
8843         between mensural ligatures and Gregorian chant notation ligatures
8844
8845 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8846
8847         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8848         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8849         use only two arguments in sit-for, use no arguments in
8850         read-char-exclusive, backspace is not a character (127) in XEmacs.
8851
8852         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8853
8854 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8855
8856         * lilypond-mode.el: un-commenting works after syntax-table fix.
8857
8858         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8859         group, verbose commenting for syntax table.
8860
8861         * lilypond-indent.el: add TODO for ligature slurs.
8862
8863 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8864
8865         * lilypond-mode.el: Move comments of parenthesis matching away,
8866         (blink-matching-paren-on-screen) fix blinking in Emacs.
8867
8868         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8869         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8870
8871         * lilypond-indent.el: Add TODO for parenthesis matching.
8872
8873 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8874
8875         * lilypond-mode.el: Fix XEmacs: 
8876         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8877         invoke explicitly easy-menu-add (in Emacs done automatically).
8878         
8879         * lilypond.words: Add few words from input/*/*.ly.
8880
8881 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8882
8883         * VERSION (PATCH_LEVEL): release 1.7.18
8884
8885         * scripts/lilypond-book.py: only print basename for printfilename
8886         option
8887
8888         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8889         and syntax updates.
8890
8891 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8892
8893         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8894         better parametrisation. Move fatness of bulb downward.
8895
8896         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8897         glyph names. Underscores are not allowed .ps encoding files.
8898
8899 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8900
8901         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8902         variable "packed" for packed right-ragged mode
8903
8904         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8905         unused variable ragged; fixed indentation
8906
8907         * Documentation/user/refman.itely: tiny cleanups in ancient
8908         clef and custos section
8909
8910 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8911
8912         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8913         \applyoutput PROCEDURE
8914
8915         * lily/my-lily-lexer.cc: add \applyoutput.
8916
8917         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8918
8919         * lily/text-item.cc: clean text-interface description
8920
8921 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8922
8923         * input/{regression,test}/: use postfix for slur endings and beam
8924         begins.
8925
8926         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8927         style beams too. 
8928
8929         * input/regression/lyrics-melisma-beam.ly: new file.
8930
8931         * lily/lyric-engraver.cc (process_music): change from
8932         process_acknowledged_grobs()
8933
8934         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8935         functions to set and revert auto-beam settings.
8936
8937 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8938
8939         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8940
8941 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8942
8943         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8944         Documentation/user/lilypond.tely: fixed some typos; updated author
8945         info
8946
8947         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8948         #"" -> #'flag-style = #'()
8949
8950         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8951         cleanup: removed dead #includes
8952
8953         * lily/gregorian-ligature-engraver.cc,
8954         lily/include/gregorian-ligature.hh,
8955         scm/grob-property-description.scm: small cleanups, small spacing
8956         fixes
8957
8958         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8959         lily/vaticana-ligature.cc,
8960         lily/include/gregorian-ligature-engraver.hh,
8961         scm/grob-property-description.scm, scm/music-types.scm:
8962         "porrectus" -> "pes or flexa"
8963
8964         * ly/engraver-init.ly, scm/grob-description.scm,
8965         scm/grob-property-description.scm: junked porrectus, now handled
8966         by ligature code
8967
8968         * scm/grob-description.scm: bugfix: added space-alist entry for
8969         breathing sign/custos
8970
8971 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8972
8973         * Another grand 2003 update.
8974         
8975         * Remove mentioning of `mudela'; There's no such thing.
8976
8977 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8978
8979         * Documentation/user/preface.itely (Preface to version 1.8): update
8980
8981         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8982
8983         * Documentation/user/converters.itely (Invoking convert-ly): revise
8984
8985         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8986
8987         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8988
8989 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8990
8991         * Documentation/user/internals.itely: more updates.
8992
8993 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8994
8995         * Documentation/user/refman.itely: revise 
8996
8997         * Documentation/user/internals.itely: revise
8998
8999         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9000
9001 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9002
9003         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9004         beautification: reformatted ancient clefs section; cleanup: small
9005         wording fixes
9006
9007 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9008
9009         * lilypond.words: added words for chant notation, sorted
9010         alphabetically through "sort lilypond.words"
9011
9012 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9013
9014         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9015         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9016         chant notation
9017
9018 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9019
9020         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9021         prevent TeX from interpreting them as long dash
9022
9023         * input/test/vaticana.ly: updated
9024
9025         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9026         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9027         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9028         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9029         fixes
9030
9031         * mf/parmesan-heads.mf: ledger endings: removed dead code
9032
9033 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9034
9035         * VERSION: 1.7.17 released
9036         
9037         * Documentation/user/GNUmakefile
9038         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9039         files too.
9040
9041         * scm/document-markup.scm: new file: document all markup
9042         functions.
9043
9044         * scm/documentation-generate.scm: rename all documentation modules
9045         to document-*.scm
9046
9047         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9048         .png
9049
9050         * input/test/divisiones.ly: added
9051
9052         * input/regression/output-property.ly: new file
9053
9054         * lily/cluster.cc: change cluster-interface to use style property
9055
9056 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9057
9058         * input/test/chord-names-german.ly: modified.
9059
9060         * scm/chords-ignatzek.scm:
9061           chord-name->german-markup: Added
9062           note-name->german-markup: Changed (now producing lowercase notenames)
9063
9064         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9065         
9066 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9067
9068         * scripts/convert-ly.py (FatalConversionError.conv):
9069         divisiominima -> divisioMinima, etc.
9070
9071         * ly/engraver-init.ly (FiguredBassContext): add
9072         Separating_line_group_engraver to Figured bass context.
9073
9074         * ly/german-chords-init.ly: remove file
9075
9076         * input/test/chord-names-german.ly (scm): new file.
9077
9078         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9079
9080         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9081         Chord_name_engraver
9082
9083         * Documentation/user/refman.itely: lots of updates.
9084
9085         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9086         new file
9087
9088         * input/test/bar-number-every-5-reset.ly: new file.
9089
9090 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9091
9092         * input/regression/chord-name-major7.ly: new file
9093
9094         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9095         if specced explicitly.
9096
9097         * input/regression/chord-name-entry-11.ly: new file.
9098
9099         * input/test/slur-beautiful.ly: new file.
9100
9101         * Documentation/user/refman.itely: updates.
9102
9103         * input/regression/collisions.ly (threevoice): cleanup.
9104
9105         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9106
9107 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9108
9109         * Documentation/user/*.itely: various updates.
9110
9111         * ly/spanners-init.ly: enddecr/ endcr.
9112
9113         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9114         of tutorial
9115
9116 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9117
9118         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9119
9120         * lily/new-chord-name-engraver.cc (process_music): use octavation
9121         (a number) instead of original-pitch to store inversions. This
9122         fixes a problem with transposed chords with inversions.  
9123
9124 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9125
9126         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9127         used in includable-lexer.hh.
9128
9129         * lily/includable-lexer.cc: Bugfix: include config.h.
9130
9131         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9132         circumvention of Debian packaging bug.
9133
9134 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9135
9136         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9137         
9138         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9139
9140         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9141         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9142
9143         * lily/include/includable-lexer.hh: 
9144         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9145
9146         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9147
9148         * aclocal.m4: Regenerate.
9149
9150         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9151         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9152
9153         * scm/pdf.scm (use-modules): Include lily.
9154
9155         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9156         Noordkamp).
9157         (use-modules): Include lily.
9158         (lily-def): Bugfix: include tex-val in let.
9159
9160 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9161
9162         * lilypond-mode.el: sensible error if lilypond.words not found.
9163
9164         * lilypond.words: add few words.
9165
9166 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9167
9168         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9169
9170         * mf/parmesan-scripts.mf: fixed typo in char name
9171
9172 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9173
9174         * VERSION: 1.7.16 released
9175
9176         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9177         (this is a security vulnerability).
9178
9179         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9180
9181         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9182         add staff support.
9183
9184 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9185
9186         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9187         ly/script-init.ly, scm/script.scm: bugfix: renamed
9188         fermata->signumcongruentiae to fix naming clash with feta font
9189
9190 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9191
9192         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9193
9194         * lily/multi-measure-rest-engraver.cc
9195         (start_translation_timestep): use grace timing too for determining
9196         when to make mmrest.
9197         (start_translation_timestep): clear numbers too.
9198
9199 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9200
9201         * scm/music-types.scm: compile fix: escape braces
9202
9203         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9204         work around font selection problem
9205
9206         * Documentation/user/refman.itely: BreathingSign: added docu for
9207         property "text"
9208
9209 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9210
9211         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9212         information.
9213
9214 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9215
9216         * lily/multi-measure-rest-engraver.cc (class
9217         Multi_measure_rest_engraver): make multiple Number objects, one
9218         for each MultiMeasureTextEvent.
9219
9220         * scm/music-functions.scm (glue-mm-rest-texts): use
9221         MultiMeasureTextEvent
9222
9223         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9224
9225         * Documentation/user/refman.itely (Multi measure rests): update.
9226
9227 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9228
9229         * lily/ly-module.cc (ly_copy_module_variables): use
9230         scm_internal_hash_fold() for iterating modules.
9231
9232 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9233
9234         * Documentation/user/refman.itely: Section Custodes: added more
9235         example code
9236
9237         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9238         neo-mensural rests to parmesan font
9239
9240         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9241         header
9242
9243 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9244
9245         * Documentation/user/macros.itexi: @fileref macro.
9246
9247         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9248         each file. 
9249
9250 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9251
9252         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9253         Documentation/topdocs/AUTHORS.texi: updated my email address
9254
9255         * Documentation/user/refman.itely: updated custos documentation;
9256         beautified divisiones example; beautified articulations table
9257
9258         * lily/breathing-sign.cc: bugfix: finalis molecule
9259
9260 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9261
9262         * Documentation/user/refman.itely: added docu for
9263         contemporary fermata symbols, gregorian breathing signs; small fixes
9264
9265         * ly/gregorian-init.ly: removed obsolete #'type props
9266
9267 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9268
9269         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9270         minimum-length property correctly.
9271
9272 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9273
9274         * scm/music-functions.scm (make-multi-measure-rest): set input
9275         locations for multimeasure rests.
9276
9277 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9278
9279         * input/regression/breathing-sign.ly: updated to for ancient
9280         notation
9281
9282 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9283
9284         * scripts/ly2dvi.py: Add newline.
9285
9286 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9287
9288         * scripts/ly2dvi.py (dependency_files): Compile fix.
9289
9290 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9291
9292         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9293         (make_html_menu_file): --html menu. 
9294
9295 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9296
9297         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9298
9299 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9300
9301         * input/screech-boink.ly: new file.
9302
9303 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9304
9305         * scripts/lilypond-book.py (make_lilypond_file): convert
9306         lilypond-file to lilypond block directly, without going through
9307         begin/end lilypond text.
9308         
9309
9310 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9311
9312         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9313         scm/grob-description.scm: moved Michael's original breathing sign
9314         code in brew_molecule() to divisio_minima(); provided new
9315         brew_molecule() that effectively replaces the
9316         Text_item::brew_molecule callback (with additional fallback to
9317         Michael's original code); added callbacks for brewing divisio
9318         maior/maxima and finalis
9319
9320         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9321         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9322
9323         * script-init.ly: added shortfermata, longfermata,
9324         verylongfermata, varcoda
9325
9326         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9327         longfermata, verylongfermata, varcomma, varcoda
9328
9329 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9330
9331         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9332           Remove all noquote and insert a few quote.
9333         
9334         * Documentation/user/lilypond-book.itely (Music fragment options),
9335           scripts/lilypond-book.py: Don't include quotation blocks by
9336           default. Introduce option quote instead of noquote
9337
9338 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9339
9340         * VERSION: 1.7.15 released
9341         
9342         * Documentation/user/lilypond.tely: omf updates.
9343
9344         * buildscripts/texi2omf.py (omf_vars): include version.date
9345
9346         * make/lilypond.redhat.spec.in: fixes for spec file. 
9347
9348         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9349         by function definition: lily now requires a recent GNU Make.
9350
9351         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9352         writing.
9353
9354         * make/ly-rules.make: remove .ly -> .tex rule
9355
9356         * Documentation/user/refman.itely (Figured bass): revised figured
9357         bass example.
9358
9359 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9360
9361         * stepmake/stepmake/omf-targets.make (local-install): add
9362         scrollkeeper-update message.
9363
9364         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9365         to binary.
9366         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9367
9368         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9369
9370         * Documentation/user/converters.itely (Invoking midi2ly): add
9371         track/channel notice.
9372
9373 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9374
9375         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9376
9377         * lily/parser.yy (scalar): DIGIT is also a scalar.
9378
9379         * Documentation/user/music-glossary.tely: add @omf tags
9380
9381         * Documentation/user/lilypond.tely: add @omf tags
9382
9383         * scm/generate-documentation.scm (string-append): add @omf tags.
9384
9385         * stepmake/stepmake/omf-*: new files 
9386
9387         * input/regression/multi-measure-rest.ly (texidoc): add doco
9388
9389         * GNUmakefile.in (web-doc-install): add web-doc-install target
9390
9391         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9392         fixes crashes while dumping MIDI.
9393
9394         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9395         midi
9396
9397 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9398
9399         * buildscripts/texi2omf.py: new file.
9400
9401         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9402         font-name
9403
9404 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9405
9406         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9407
9408         * lily/sequential-iterator.cc (descend_to_child): call
9409         descend_to_child() for all types of music.
9410
9411 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9412
9413         * scm/translator-property-description.scm: Add
9414         bassFigureFormatFunction.  Replace some entries.
9415
9416 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9417
9418         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9419         clean out.
9420
9421 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9422
9423         * scripts/midi2ly.py (Note.dump): never dump duration for
9424         dump_dur=0.
9425
9426         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9427         new function
9428
9429         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9430         figures using new markups. Much simpler, and should improve layout
9431         a little.
9432
9433         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9434
9435 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9436
9437         * ly/engraver-init.ly: use Hara kiri by default for 
9438         ChordNames, FiguredBass and Lyrics(Voice) context. 
9439
9440         * lily/axis-group-engraver.cc (acknowledge_grob): use
9441         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9442
9443         * scm/new-markup.scm (markup-function-list): add bracket,
9444         vbracket.
9445
9446         * ly/engraver-init.ly (ChordNamesContext): set
9447         minimumVerticalExtent
9448
9449 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9450
9451         * input/test/time-signature-double.ly: new file 
9452
9453         * input/regression/collision-head-chords.ly (texidoc): new file.
9454
9455         * lily/type-swallow-translator.cc: add note swallow translator 
9456
9457         * input/test/time-signature-double.ly: new file.
9458
9459         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9460
9461         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9462         (FiguredBassContext): idem.
9463
9464         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9465
9466         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9467
9468         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9469
9470         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9471         .afm dependency
9472
9473         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9474
9475         * python/lilylib.py (make_page_images): add function.
9476
9477         * scripts/ly2dvi.py (run_latex): include title in preview image.
9478
9479         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9480         from lilypond-book for <ly2dvifile> tags in HTML.
9481
9482         * scripts/ly2dvi.py (option_definitions): add --debug option to
9483         print out environment.
9484
9485         * input/regression/tie-chord-partial.ly: new file.
9486
9487 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9488
9489         * lilypond.words: add 3
9490
9491 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9492
9493         * scm/new-markup.scm (markup-function-list): add finger-markup
9494
9495         * input/tutorial/brahms-tweaked.ly: new markup 
9496
9497         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9498
9499         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9500         crash when processing '() markup
9501
9502         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9503
9504         * lily/breathing-sign.cc (railtracks): another caesura.
9505
9506         * mf/feta-schrift.mf: caesura symbol. 
9507
9508 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9509
9510         * scripts/convert-ly.py (FatalConversionError.conv): add
9511         ly:molecule-XXX conversions.
9512
9513         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9514
9515         * input/regression/multi-measure-rest-text.ly: new file.
9516
9517         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9518         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9519
9520         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9521         ScoreContext
9522
9523         * scm/new-markup.scm (center-markup): \center markup.
9524
9525         * scm/music-functions.scm: remove pitchify scripts.
9526
9527         * lily/music.cc (print_smob): display music name if available 
9528
9529 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9530
9531         * Documentation/user/refman.itely (Instrument names): remove
9532         \turnOff doco.
9533
9534 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9535
9536         * lily/score.cc (mark_smob): bugfix.
9537
9538         * input/regression/rehearsal-mark.ly: new file.
9539
9540         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9541         report error at the current token again.
9542
9543 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9544
9545         * cygwin/mknetrel: Exit if doc build fails.
9546
9547         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9548
9549 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9550
9551         * scm/music-types.scm (music-descriptions): add doc strings
9552
9553 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9554
9555         * lily/lexer.ll: 
9556         * lily/include/my-lily-lexer.hh: 
9557         * lily/include/includable-lexer.hh: Add flex kludge.
9558
9559         * config.hh.in: 
9560         * config.make.in: 
9561         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9562         cruft.
9563         
9564         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9565         code.
9566
9567 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9568
9569         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9570
9571         * lily/parser.yy (new_chord): Compile fix.
9572
9573 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9574
9575         * Documentation/user/refman.itely (Tuning groups of objects):
9576         remove documentation for \turnOff. 
9577
9578         * lily/percent-repeat-engraver.cc (try_music): add correct
9579         processing moments for double-measure percents as well.
9580
9581         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9582
9583         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9584         grob prop type. 
9585
9586         * Documentation/user/refman.itely (Printing named chords): add
9587         chord name tweak doco.
9588
9589         * input/template/gregorian-transcription.ly: new file.
9590
9591 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9592
9593         * VERSION: 1.7.13 released
9594         
9595         * input/test/*: lots of cleanups/comment-outs/removals in chord
9596         examples
9597         
9598         * input/regression/*: lots of cleanups/comment-outs/removals in
9599         chord examples
9600         
9601         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9602         options
9603
9604         * lily/new-chord-name-engraver.cc (process_music): give original
9605         inversion pitch to chord name routine.
9606
9607         * input/tutorial/os-score.ly: update to new markup
9608
9609         * Documentation/user/appendices.itely: simply include
9610         chords-ignatzek. 
9611
9612         * Documentation/user/refman.itely (Chords mode): add documentation
9613         for chord mode.
9614
9615         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9616         not present in chord.
9617         (construct-chord): add inversion and bass support.
9618
9619         * lily/chord.cc: junk contents.
9620
9621 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9622
9623         * Documentation/user/refman.itely:
9624         * Documentation/user/music-glossary.tely: fix. 
9625
9626 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9627
9628         * scm/chord-entry.scm (construct-chord): move chord construction
9629         to Scheme.
9630
9631         * lily/parser.yy (new_chord): new setup for chord entry.
9632
9633 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9634
9635         * lilypond.words:
9636         * Documentation/user/music-glossary.tely: add ambitus.
9637
9638 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9639
9640         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9641
9642         * lily/include/*.hh: string() -> to_string()
9643
9644         * scm/chords-ignatzek.scm: new file.
9645
9646         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9647         standard chord name exceptions.
9648
9649         * scm/translator-property-description.scm (chordNameSeparator):
9650         add property.
9651         (majorSevenSymbol): add property
9652
9653         * lily/translator-scheme.cc (ly:context-properties): new function
9654         (ly:context-parent): new function.
9655         (print_smob): print context name.
9656
9657         * lily/music.cc (ly:get-music-length): new function
9658         (print_smob): don't print properties.
9659
9660         * lily/duration.cc (duration<?): new function
9661
9662         * input/regression/chords-funky-ignatzek.ly: new file.
9663
9664         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9665         jazz chords.
9666
9667         * lily/pitch.cc (ly:pitch-diff): new function.
9668
9669         * input/regression/chords-ignatzek.ly: new file.
9670
9671 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9672
9673         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9674         pitches for jazz chords.
9675
9676 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9677
9678         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9679
9680 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9681
9682         * lilypond.words: add 1
9683
9684 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9685
9686         * Documentation/topdocs/AUTHORS.texi: refine.
9687
9688 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9689
9690         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9691         
9692         * lilypond.words: add one.
9693
9694 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9695
9696         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9697         Fontify bass note in chords, e.g., e in c1/e.
9698         
9699 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9700
9701         * Documentation/user/music-glossary.tely: Dutch updates and
9702         additions (Arent Storm).
9703
9704 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9705
9706         * input/regression/ambitus.ly:  move file.      
9707
9708         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9709
9710         * lily/event.cc (transpose): add tonic property to Key_change_req
9711         and to Key_engraver.
9712
9713 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9714
9715         * Documentation/user/refman.itely: fix typo.
9716
9717         * lilypond.words: removed wrong identifiers.
9718
9719 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9720
9721         * mf/feta-toevallig.mf: make flat stem shorter 
9722
9723 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9724
9725         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9726
9727         * lilypond.words: add from Phrasing slur.
9728         
9729 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9730
9731         * lilypond-mode.el: allow launching multiple ViewPS processes.
9732         
9733         * lilypond.words: add from Text markup.
9734
9735 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9736
9737         * input/test/ossia.ly (texidoc): add comment.
9738
9739         * input/regression/voice-follower.ly: new file.
9740
9741         * mf/feta-toevallig.mf: make flat heavier.
9742
9743         * lily/cluster-engraver.cc: clean up Cluster engraver
9744
9745         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9746         Engraver. Use Note_column to compute Y positions and deal with
9747         line break stuff.
9748
9749 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9750
9751         * lily/stem.cc: move french-beaming to stem.
9752
9753 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9754
9755         * lilypond-font-lock.el: fontify all durations in chords.
9756
9757         * lilypond.words: add from lily/my-lily-lexer.cc
9758
9759 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9760
9761         * VERSION: release 1.7.12
9762
9763         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9764
9765         * lily/gregorian-ligature.cc: new file
9766
9767         * lily/*: the Great 2003 search & replace.
9768
9769         * Documentation/user/refman.itely (Manual repeat commands): add
9770         note about font selection.
9771
9772 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9773
9774         * lilypond-mode.el: propose recompiling midi while invoking playing,
9775         not while stopping playing.
9776
9777 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9778
9779         * lilypond.words: add one.
9780
9781         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9782         and expressional note grouping. Fontify chord modes.
9783
9784 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9785
9786         * Documentation/user/music-glossary.tely (Top): translate melisma.
9787
9788 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9789
9790         * Documentation/user/music-glossary.tely (Top): add melisma.
9791
9792 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9793
9794         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9795         interfaces for (abstract) grob GregorianLigature
9796
9797         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9798         renamed head* -> glyph_name*, x-shift* -> x-offset*
9799
9800         * scm/grob-property-description.scm: bugfix: added missing descriptions
9801
9802 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9803
9804         * input/test/chord-names-dpnj.ly: New file.
9805
9806         * scm/double-plus-new-chord-name.scm: Implement full and partial
9807         exceptions.
9808
9809         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9810
9811         * scm/double-plus-new-chord-name.scm
9812         (double-plus-new-chord->markup): Fix sub->markup.
9813
9814
9815 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9816
9817         * lily/custos-engraver.cc: added TODO; editorial changes
9818
9819         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9820         consistency with other ligature engravers; removed access on (now)
9821         private variable _ligature of Ligature_engraver
9822
9823         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9824         renamed last_bound -> last_bound_; issue programming_error on
9825         abstract method calls; moved primitives code from
9826         Mensural_bracket_engraver to here (because almost ligature
9827         engravers will need it); renamed try_stop_ligature () ->
9828         typeset_ligature (); bugfix: store primitives of finished ligature
9829         in separate variable finished_primitives_ to avoid clash on input
9830         like "\] \["; added current_ligature () to enable access on
9831         private variable _ligature
9832
9833         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9834         (now in super class); renamed try_stop_ligature () ->
9835         typeset_ligature ()
9836
9837         * lily/mensural-ligature.cc: issue programming_error on abstract
9838         method calls
9839
9840         * lily/note-heads-engraver.cc: added TODO comment upon bool
9841         in_ligature
9842
9843         * mf/parmesan-heads.mf: fixed some of set_char_box()
9844
9845         * scm/grob-description.scm: added VaticanaLigature
9846
9847         * scm/grob-property-description.scm: added neume prefix properties
9848
9849         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9850         lily/include/gregorian-ligature-engraver.hh,
9851         lily/include/gregorian-ligature.hh: new files; framework for
9852         gregorian ligature engravers such as vaticana
9853
9854         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9855         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9856         vaticana style ligature implementation (still somewhat uncomplete)
9857
9858 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9859
9860         * VERSION: release 1.7.11
9861
9862         * scripts/convert-ly.py: add ly:pitch-transpose rule
9863
9864 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9865
9866         * input/test/dpncnt.ly: New file.
9867
9868         * lily/my-lily-lexer.cc: Add chordnames keyword.
9869
9870         * lily/parser.yy (chordnames_block): Parse chord name exception
9871         lists, see input/test/dpncnt.ly.
9872
9873         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9874         function.
9875
9876         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9877         filter-out too.
9878
9879         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9880         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9881         pitch functions (except for ly:make-pitch, but that's apparently
9882         some sort of scheme naming standard?).
9883
9884         * scm/lily.scm (!=): define-public.
9885
9886         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9887
9888 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9889
9890         * scm/double-plus-new-chord-name.scm
9891         (double-plus-new-chord-name->markup): New file.
9892
9893 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9894
9895         * python/lilylib.py (make_preview): don't suppress progress for
9896         bbox extraction.
9897
9898 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9899
9900         * Documentation/user/appendices.itely (scheme): update for new syntax.
9901
9902         * input/regression/chord-name-styles.ly: new file
9903
9904         * lily/instrument-name-engraver.cc: create instrument names
9905         without barline too.  Allows instrument name on ChordNames  
9906
9907         * scm/new-markup.scm (interpret-markup): allow simple strings as
9908         markup too.
9909
9910 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9911
9912         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9913         (step->markup-accidental): Fix: add accidental.
9914         (chord::inner-name-american): 
9915         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9916         append stray '/' if last superscript addition was 'o'.
9917
9918         * scm/new-markup.scm (normal-size-sub-markup) 
9919         (normal-size-super-markup): New function.
9920
9921         * lily/source-file.cc (Source_file): Add warning for possibly
9922         intentional but suspicious initialization.
9923
9924         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9925         add comments about cut-and-paste programming.
9926
9927         * flower/rational.cc (lcm): Not used; comment out.
9928
9929 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9930
9931         * lily/new-fingering-engraver.cc (position_scripts): use
9932         fingerHorizontalDirection to determine fingering horizontal
9933         directions.
9934  
9935         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9936         fingering support.
9937
9938         * scripts/convert-ly.py (FatalConversionError.conv): add style
9939         conversion rule. 
9940
9941         * scm/chord-name.scm (set-chord-name-style): new function.
9942         (new-chord-name-brew-molecule): revise to interpret markup only
9943         (new-chord->markup): cleanuppish rewrite. To be called from the
9944         new engraver.
9945
9946         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9947         Markup earlier, during interpreting.
9948
9949         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9950         style settings. Rename to chord-names-*.ly
9951
9952 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9953
9954         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9955         markup code and update to new markup.  Most probably broke some of
9956         it.
9957         
9958 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9959
9960         * Documentation/user/refman.itely: added docu for ambitus and
9961         clusters
9962
9963         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9964         ly_quote_scm() in lookup.cc
9965
9966         * mf/parmesan-clefs.mf: set_char_box fix
9967
9968         * lily/cluster-engraver.cc: junk implicit protection; use
9969         Protected_scm instead
9970
9971 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9972
9973         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9974         throughout.
9975
9976         * scm/new-markup.scm: Turn-off error-triggering test code.
9977
9978 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9979
9980         * scm/new-markup.scm (markup-thrower-typecheck) 
9981         (markup-typecheck?):  add full typechecking functions.
9982         (make-markup-maker): add make-FOO-markup functions.
9983         (markup-argument-list-error): nice error checking messages.
9984         (make-markup): better function: less quoting escapades.
9985
9986 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9987
9988         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9989
9990 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9991
9992         * cygwin/lilypond.hint (requires): Add cygwin.
9993
9994         * .cvsignore: Remove stepmake (huh!?!), add lib.
9995
9996         * GNUmakefile.in: Add libdir links for builddir runs.
9997
9998         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9999         instead of datadir.
10000
10001         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10002         local_lilypond_libdir.
10003
10004         * config.make.in (lilypond_libdir): Add.
10005
10006         * stepmake/stepmake/substitute-rules.make: 
10007         * stepmake/stepmake/script-rules.make: 
10008         * stepmake/stepmake/python-module-rules.make:
10009         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10010         lilypond-python-module patch.
10011
10012 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10013
10014         * Documentation/user/refman.itely (Graphical interfaces): add note
10015         about xml2ly.
10016
10017 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10018
10019         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10020
10021 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10022
10023         * VERSION: released 1.7.10
10024
10025         * scripts/musedata2ly.py (): idem
10026
10027         * scripts/midi2ly.py (dump_chord): idem
10028
10029         * scripts/etf2ly.py (version): idem 
10030
10031         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10032
10033         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10034
10035         * scm/tex.scm (tex-output-expression): remove eval compat
10036         glut. Other output files too.
10037
10038         * scm/chord-name.scm: don't export anything from chord module.
10039
10040         * input/test/american-chords.ly: idem
10041
10042         * input/test/banter-chords.ly (texidoc): idem
10043
10044         * input/test/Cc-chords.ly: add breakage notes.
10045
10046         * Documentation/user/refman.itely (Text markup): rewrite manual
10047         section.
10048
10049         * lily/parser.yy (scalar): allow \markup { } as property value. 
10050
10051         * scm/chord-name.scm: complete new markup usage
10052
10053         * scm/grob-description.scm (all-grob-descriptions): use new markup
10054         texts by default
10055
10056 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10057
10058         * scm/chord-name.scm: partial move to new markup texts.
10059
10060 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10061
10062         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10063
10064         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10065         settable.
10066
10067 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10068
10069         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10070         invoked for old midi, wait for killing.
10071
10072 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10073
10074         * Documentation/user/music-glossary.tely: Finnishing.
10075
10076 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10077
10078         * mf/feta-nummer-code.mf: some kerning pairs.
10079
10080 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10081
10082         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10083         Added.
10084
10085         * Documentation/user/refman.itely (Bar numbers):
10086         set-bar-number-visibility added, modulo-bar-number removed again
10087         (sorry).
10088
10089 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10090
10091         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10092
10093         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10094
10095         * Documentation/user/music-glossary.tely: translate into Finnish.
10096
10097 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10098
10099         * lilypond-mode.el: add shortcut for 2midi
10100
10101         * lilypond-font-lock.el: fontify lyrics
10102
10103 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10104
10105         * scm/drums.scm : use 1.7.x names.
10106
10107         * input/regression/drums.ly : Don't use << chords >>
10108
10109 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10110
10111         * lilypond-mode.el: tidy, add TODO
10112
10113         * make/lilypond.mandrake.spec.in: install-info quietly.
10114
10115 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10116
10117         * input/test/markup.ly: use new syntax.
10118
10119 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10120
10121         * ly/params-init.ly (interscoreline): add word-space
10122
10123         * input/test/metronome.ly (eighthNote): idem.
10124
10125         * input/test/script-priority.ly: use new markup
10126
10127         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10128
10129         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10130
10131         * lily/parser.yy (gen_text_def): bugfix.
10132         (full_markup): allow markup identifier.
10133
10134 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10135
10136         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10137         jobs at the same time. Add horizontal lines to Command menu.
10138         Allow one compiling job -- propose killing others before a new one.
10139
10140         * lilypond.words: add markup, teeny, etc.
10141
10142 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10143
10144         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10145         Allow only one type of midi process; launching Midi either stops
10146         midis or plays the current midi and launching MidiAll stops midis
10147         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10148         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10149
10150 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10151
10152         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10153         markup  for new markup texts.
10154
10155         * lily/mark-engraver.cc (process_music): idem
10156         
10157         * lily/instrument-name-engraver.cc (create_text): idem
10158
10159         * scm/new-markup.scm (magnify-markup): new function.
10160
10161         * scm/molecule.scm (stack-lines): bugfix.
10162
10163         * lily/font-interface.cc (get_font): take font-magnification from
10164         alist chain.
10165
10166 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10167
10168         * lily/molecule-scheme.cc: move scheme functions to separate file.
10169
10170         * lily/font-metric.cc  (ly_get_glyph): new function. 
10171         
10172         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10173         (italic-markup, dynamic-markup): new functions
10174         (font-markup): new function
10175
10176         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10177         padding and minimum
10178
10179 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10180
10181         * lily/accidental-engraver.cc:
10182         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10183
10184 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10185
10186         * lilypond.vim:
10187         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10188         [a-zA-Z] for user defined identifiers. Separate note cases 
10189         with and without a duration (allow cis\longaX).
10190
10191         * lilypond.words: Add words from Info.
10192
10193 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10194
10195         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10196
10197 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10198
10199         * lilypond-mode.el: Propose reverting buffer before a command if
10200         it was edited with an another editor.
10201
10202 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10203
10204         * lily/molecule.cc (ly_translate_molecule): new function
10205
10206         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10207         into libdir
10208
10209         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10210
10211         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10212
10213 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10214
10215         * lilypond.words: take \words from Info-index.
10216
10217 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10218
10219         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10220
10221 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10222
10223         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10224
10225 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10226
10227         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10228         and lilypond-documentation.
10229
10230 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10231
10232         * lily/parser.yy: Compile fix (bison 1.75).
10233
10234 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10235
10236         * VERSION: 1.7.9 released
10237
10238         * scm/music-functions.scm (shift-one-duration-log): refactor.
10239         Use music-map.
10240
10241         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10242
10243         * NEWS: update.
10244
10245         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10246         argument
10247         
10248         * scm/music-functions.scm (display-music): new function
10249         (music-map): change arg order.
10250
10251         * input/regression/new-markup-syntax.scm: new file
10252
10253         * lily/parser.yy (markup): add \markup { .. } syntax.
10254
10255         * scm/new-markup.scm (override-markup): new function
10256         (lookup-markup): new function
10257         (music-markup): new function
10258         (lookup-markup-command): use markup-signature to store argument
10259         format for parser.
10260
10261         * lily/lexer.ll: preliminary \markup syntax. 
10262
10263 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10264
10265         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10266         add pre/post-dependencies and menus with icons from source.
10267
10268         * Documentation/pictures/lilypond-48x48.xpm:
10269         * Documentation/pictures/lilypond-32x32.xpm:
10270         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10271         transparent.
10272
10273         * stepmake/stepmake/generic-targets.make:
10274         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10275
10276 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10277
10278         * input/regression/music-map.ly (texidoc): new file.
10279
10280         * scm/music-functions.scm (music-map): new function
10281
10282 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10283
10284         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10285
10286 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10287
10288         * input/test/to-xml.ly:
10289         * lily/ligature-engraver.cc: Fixes documentation.
10290
10291         * lilypond.mandrake.spec.in:
10292         * lilypond.redhat.spec.in: Add lilypond.words.
10293
10294         * Documentation/user/refman.itely: Mention Info inside emacs.
10295         
10296         * lilypond.suse.spec.in:
10297         * lilypond.redhat.spec.in:
10298         * lilypond.mandrake.spec.in: Set root-owner for doc
10299         (tobbe@nyvalls.se).
10300
10301 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10302
10303         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10304         os.popen.read ().
10305
10306 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10307
10308         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10309
10310         * python/lilylib.py (error): add space
10311
10312 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10313
10314         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10315         distribution.
10316
10317 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10318
10319         * lily/paper-outputter.cc (Paper_outputter): close port when
10320         finishing score.
10321
10322 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10323
10324         * scm/sodipodi.scm: Fixes.
10325
10326 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10327
10328         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10329
10330         * buildscripts/make-font-dir.py: Fix. 
10331
10332 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10333
10334         * lilypond-mode.el: Add support for Info inside Emacs.
10335
10336 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10337
10338         * buildscripts/make-font-dir.py: 
10339         * mf/GNUmakefile: Make sodipodi font map.
10340
10341         * scm/sodipodi.scm: Add more output functions.
10342
10343         * mf/feta-nummer.mf: 
10344         * mf/feta-beugel.mf: Add font_coding_scheme.
10345
10346         * lily/paper-outputter.cc (output_header): Fix creator string.
10347
10348 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10349
10350         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10351         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10352
10353         * lilypond.words: add two (Everybody can add/remove words now!).
10354
10355         * debian/rules:
10356         * make/lilypond.suse.spec.in:
10357         * make/lilypond.mandrake.spec.in:
10358         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10359
10360         * Documentation/user/refman.itely: Mention autocompletion.
10361
10362 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10363
10364         * scripts/ly2dvi.py: Add paper sizes.
10365
10366         * lily/timing-engraver.cc: 
10367         * lily/time-signature.cc: 
10368         * lily/span-bar.cc: 
10369         * lily/grob-scheme.cc: Code formatting fixes.
10370
10371         * scm/sodipodi.scm: 
10372         * scm/sketch.scm:
10373         * buildscripts/mf-to-table.py: 
10374         * buildscripts/make-font-dir.py: Font testing.
10375
10376 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10377
10378         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10379         inserts try-completion and shows all-completions.
10380
10381         * lilypond.words: '\' -> '\\'
10382
10383         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10384         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10385         
10386         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10387         and LilyPond-reserved-words.
10388         
10389 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10390
10391         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10392         from load-path.
10393         
10394         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10395         the mini-buffer with Control-Shift-c.
10396         
10397 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10398
10399         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10400         duration. This fixes \tempo taking time.
10401
10402 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10403
10404         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10405         Allow for text markup in repeatCommands. 
10406
10407 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10408
10409         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10410         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10411         Get rid of skeleton.el-dependency.
10412
10413         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10414
10415 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10416
10417         * lily/beam-engraver.cc (stop_translation_timestep): reset
10418         now_stop_ev_
10419
10420         * lily/scm-option.cc: add parse-protect to ly:set-option
10421
10422         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10423
10424 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10425
10426         * lily/include/ligature-bracket.hh: removed
10427         * lily/ligature-bracket.cc: removed
10428
10429         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10430         .tex
10431
10432         * lily/beam.cc (set_beaming): don't change beam count on rests.
10433         (brew_molecule): always set flag-width > 0.
10434
10435 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10436
10437         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10438         chars, remove instructions; instead, refer to lilypond-init.el and
10439         Documentation/topdocs/INSTALL.texi.
10440
10441         * lilypond.words: add identifiers and reserved words.
10442
10443         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10444         files and adding a load-path.
10445
10446         * lilypond-init.el: Instructions, extracted from 
10447         Documentation/topdocs/INSTALL.texi. 
10448         
10449 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10450
10451         * VERSION: 1.7.8 released 
10452
10453         * lily/grob.cc (warning): better robustness fix.
10454
10455 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10456
10457         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10458
10459         * lily/cluster-engraver.cc: stick better to variable naming
10460         conventions
10461
10462         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10463         until stop_translation_timestep()
10464
10465         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10466         min/max coordinates to backend, but no musical info such as
10467         pitches
10468
10469         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10470
10471         * lily/grob.cc: robustness fix: warning(): do not crash if
10472         cause is not set
10473
10474         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10475         the much more elaborated tuplet brackets than the very naive and
10476         simple ligature bracket grob
10477
10478 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10479
10480         * Documentation/user/refman.itely (Analysis brackets): add
10481         horizontal bracket doco.
10482
10483         * ly/property-init.ly (setMmRestFermata): added.
10484
10485         * Documentation/user/refman.itely (Multi measure rests): fermatas
10486         on mm rests.
10487
10488         * input/regression/apply-context.ly (texidoc): new file
10489
10490         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10491         code to be executed during interpretation. Possible applications:
10492         smart octavation, more advanced bar checks. 
10493
10494         * lily/apply-context-iterator.cc: new file.
10495
10496 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10497
10498         * input/test/new-markup.ly: new file.
10499
10500         * lily/text-item.cc (text_to_molecule): new function
10501
10502         * scm/new-markup.scm (lambda): new file
10503
10504         * lily/function-documentation.cc (ly_add_function_documentation):
10505         add proc property as well
10506
10507 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10508
10509         * Documentation/user/music-glossary.tely (Top): add custos.
10510
10511 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10512
10513         * Documentation/topdocs/INSTALL.texi: advise how to include source
10514         path to Emacs load-path and improve language.
10515
10516 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10517
10518         * GNUmakefile.in: config.h message fix.
10519
10520         * autogen.sh:
10521         * aclocal.m4: Regenerate.
10522
10523         * configure.in: 
10524         * config.make.in: 
10525         * stepmake/config.make.in: 
10526         * stepmake/configure.in: 
10527         * stepmake/autogen.sh: 
10528         * stepmake/aclocal.m4: Update for autoconf 2.56.
10529
10530 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10531
10532         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10533         to install Emacs-mode. Instructions how to use vim-mode.
10534
10535 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10536
10537         * scm/music-types.scm (music-descriptions): no length for tempo event.
10538
10539         * input/*.ly: add \version everywhere.
10540         
10541         * input/*.ly: update syntax to 1.7 + new-chords.
10542
10543         * VERSION: 1.7.7 released.
10544         
10545         * Documentation/user/*.tely: new chord syntax.
10546
10547         * input/regression/[bc]*.ly (texidoc): syntax updates.
10548         
10549 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10550
10551         * lilypond.words: add vocabulary to be used in auto-completion
10552
10553         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10554
10555         * lilypond.vim: allow note name at EOF
10556
10557 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10558
10559         * buildscripts/new-chords.py (edit): -e option: inline editing.
10560
10561         * input/regression/a*.ly (texidoc): syntax updates.
10562
10563         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10564         music): elucidations. 
10565
10566 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10567
10568         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10569         ly/spanners-init.ly, scm/grob-description.scm,
10570         scm/grob-property-description.scm, scm/music-types.scm,
10571         lily/cluster-engraver.cc, lily/cluster.cc,
10572         lily/include/cluster.hh, input/test/cluster.ly: cluster
10573         implementation
10574
10575         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10576         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10577         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10578
10579         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10580
10581         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10582
10583         * scm/grob-description.scm: bugfix: by default, use default note
10584         head style when engraving ligatures
10585
10586         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10587
10588         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10589         events
10590
10591         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10592
10593         * input/test/ancient-font.ly: bugfix: style -> flag-style
10594
10595         * lily/ligature-engraver.cc: indentation fix
10596
10597         * lily/parser.yy: indentation fixes
10598         
10599 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10600
10601         * input/regression/measure-grouping.ly: more elaborate example.
10602
10603         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10604         ly:div-moment. New functions 
10605
10606         * scm/music-functions.scm (set-time-signature): new function,
10607         allow inline time sig settings with measure grouping.
10608
10609         * lily/parser.yy (command_element): move time sig construction
10610         into Scheme.
10611
10612         * lily/side-position-interface.cc (out_of_staff): new function,
10613         like padding, but keep minimum distance from staff. Easier than
10614         linespanners (dynamics, pedals), but roughly the same effect.
10615
10616 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10617
10618         * emacs-mode.el: Added spanish-note-replacements 
10619         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10620
10621         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10622
10623 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10624
10625         * lilypond.vim: Do not fontify cises, desis, etc.
10626
10627         * vimrc: view dvi with <S-F6>
10628
10629 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10630
10631         * lily/lookup.cc (triangle): new function.
10632
10633         * input/regression/measure-grouping.ly (texidoc): new file: show
10634         triangles and brackets for beat groups of 3 and 2.
10635
10636         * lily/include/measure-grouping-spanner.hh (class
10637         Measure_grouping): new file.
10638
10639         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10640
10641         * lily/measure-grouping-engraver.cc (class
10642         Measure_grouping_engraver): new file.
10643
10644 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10645
10646         * Merge from stable:
10647
10648             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10649         
10650         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10651         stylesheet.
10652
10653         * ly/paper19.ly: Include paper19-init.ly.
10654
10655         * ly/paper19-init.ly: New file.
10656
10657         * Documentation/user/tutorial.itely (First steps): Fix first
10658         example for font test.
10659
10660         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10661
10662         * ChangeLog: Add 1.7.6 release marker (see below).
10663
10664         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10665         Add .py files.
10666
10667 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10668
10669         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10670
10671         * input/tutorial/*.ly: update to new syntax.
10672
10673         * lily/parser.yy (Composite_music): new transpose syntax,
10674         \transpose FROM TO MUSIC. 
10675
10676 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10677
10678         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10679         latex progress/error output to stderr (by default this goes to
10680         stdout).  Show lilypond progress, even when not verbose.
10681
10682         * python/lilylib.py (system): New optional parameter to control
10683         showing of progress.
10684
10685         * scm/backend-documentation-lib.scm (check-dangling-properties):
10686         Fix error message.
10687
10688         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10689         axis, extent.
10690
10691         * scm/grob-property-description.scm (magnify): Remove.
10692         (extent, axis): Add.
10693
10694 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10695
10696         * VERSION: Release 1.7.6.
10697
10698         * scripts/convert-ly.py: more uniformization substitutions.
10699
10700         * buildscripts/new-chords.py (sub_chords): new file.
10701
10702 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10703
10704         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10705         lilypond.map.  Include sauter fonts too.  Cleanups.
10706
10707 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10708
10709         * Documentation/user/tutorial.itely (First steps): change to new
10710         chord/tie/slur/beam notation.
10711
10712         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10713         ties.
10714
10715         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10716         engraver. Process ties in postfix notation, i.e. c8-~ c
10717
10718         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10719
10720         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10721
10722         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10723
10724         * lily/beam-engraver.cc (try_music): accept new-beam-events
10725
10726         * input/regression/chord-scripts.ly (texidoc): new file
10727
10728         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10729         script-events.
10730
10731         * scm/script.scm (default-script-alist): cleanup.
10732
10733         * lily/script-engraver.cc (make_script_from_event): cleanup.
10734
10735         * lily/lyric-combine-music-iterator.cc
10736         (Lyric_combine_music_iterator): remove superfluous events.
10737         (melisma_busy): new function. Fix broken melismas.
10738
10739 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10740
10741         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10742         Remove nonvalid settings. Use descriptive key names.
10743         Use <Return> to indicate the pressing of that key.
10744
10745 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10746
10747         * scripts/lilypond-book.py (option_definitions): Typo.
10748
10749         * scripts/ly2dvi.py: Updates.
10750
10751         * python/lilylib.py (setup_environment, print_environment)
10752         (get_bbox, make_preview): Merge and remove from ly2dvi and
10753         lilypond-book.
10754
10755         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10756
10757         * .cvsignore: Remove some cruft.
10758
10759         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10760         path.
10761
10762         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10763         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10764         throughout.
10765
10766         * python/lilylib.py (quiet_system): Junk
10767         (system): Display error log upon failure.
10768         (read_pipe): New function.  Cleanups and fixes.
10769
10770         * python/*.py: Rename from *.py.in.
10771         
10772         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10773
10774         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10775
10776 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10777
10778         * python/GNUmakefile: Bugfix: handle modules.
10779
10780         * stepmake/stepmake/python-module-targets.make (default): Add
10781         compiled modules. 
10782
10783         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10784         compiling modules.
10785
10786         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10787         Bugfix.  (OUT_PYC_MODULES): Add.
10788
10789 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10790
10791         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10792         Use default paths. Refresh description.
10793
10794 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10795
10796         * VERSION: 1.7.5 released
10797
10798         * input/regression/finger-chords.ly (texidoc): new file.
10799
10800         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10801         support
10802
10803         * lily/fingering-engraver.cc (process_music): remove kludgy
10804         scriptHorizontal stuff.
10805
10806         * lily/script.cc: remove staff-support property.
10807
10808         * lily/new-fingering-engraver.cc (add_fingering): new
10809         file. Fingering engraver for new style chords.
10810
10811 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10812
10813         * lily/parser.yy (bare_number): allow 4 \cm (without
10814         decimal dot). (should backport to 1.6?)
10815
10816         * ly/declarations-init.ly: use Scheme for dimension defs.
10817
10818         * lily/parser.yy (TODO): remove hard coded dimensions, add
10819         REAL NUMBER_IDENTIFIER production.
10820
10821         * lily/rest-collision.cc (force_shift_callback): rewrite using
10822         -done property.
10823
10824         * scm/grob-property-description.scm (rest-collision-done): add
10825         property.
10826         
10827         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10828
10829 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10830
10831         * input/regression/multi-measure-rest-center.ly: new file.
10832
10833         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10834         off horizontally by 0.05 ss. Fixed.
10835
10836 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10837
10838         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10839
10840         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10841
10842 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10843
10844         * lily/tie.cc (get_control_points): also avoid staff lines on the
10845         just outside the outer staff lines
10846
10847 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10848
10849         * ly/params-init.ly: Just define style-alist, no need to
10850         define-public.
10851
10852         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10853         (thanks Han-Wen).
10854
10855         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10856         (FET_FILES): = FONT_FILES.
10857
10858         * Merge from stable:
10859
10860             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10861
10862 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10863
10864         * VERSION: 1.7.4 released.  
10865         
10866         * scm/generate-documentation.scm (string-append): add macro
10867         definitions.
10868
10869         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10870         normal texts.
10871
10872         * lily/multi-measure-rest-engraver.cc: make separate
10873         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10874
10875         * lily/multi-measure-rest.cc: remove text handling. Remove
10876         number-threshold.
10877
10878 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10879
10880         * scm/music-types.scm: doc patch by Graham Percival
10881
10882 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10883
10884         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10885         encoding part.
10886         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10887         (sketch_p): Sketch wants only first four elements of X11 font spec.
10888
10889         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10890
10891         * mf/feta-autometric.mf: Write foundry and family to log.
10892
10893         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10894         font translation table.
10895
10896         * buildscripts/mf-to-table.py: Better font info into afm.
10897
10898         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10899         1.0.9 required.
10900
10901         * configure.in: Whine for mftrace 1.0.9.
10902
10903 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10904
10905         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10906
10907         * lily/main.cc (main_prog): don't try to load init.EXT when
10908         processing foo.EXT.
10909
10910 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10911
10912         * scm/tex.scm (zigzig-line): added.
10913
10914         * scm/ps.scm (zigzag-line): added.
10915
10916         * ps/music-drawing-routines.ps (subvec): added.
10917         (draw_zigzag_line): added.
10918         
10919         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10920         grob properties zigzag-width and zigzag-length.
10921
10922         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10923
10924 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10925
10926         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10927         svg output, including font.
10928
10929 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10930
10931         * scm/lily.scm: Register sodipodi output module.
10932
10933         * scm/sodipodi.scm: New file.
10934
10935         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10936
10937         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10938         comment, after header.
10939         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10940         FullName.  Fix FontName key.
10941
10942 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10943
10944         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10945         and breve rests.
10946         
10947         * input/test/blank-notes.ly: bugfix
10948
10949         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10950         rests. (Kim Shrier)
10951
10952         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10953         
10954 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10955
10956         * scm/tex.scm: 
10957         * scm/ps.scm: Cleanup and remove obsolete junk.
10958
10959         * Documentation/user/internals.itely:
10960         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10961
10962         * lily/parser.yy: Identify shift/reduce problems.
10963
10964         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10965         make-style-sheet.  Too specific for convert-ly?
10966
10967 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10968
10969         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10970
10971         * input/test/*.ly: various fixes.
10972
10973         * lily/music.cc (name): bugfix
10974
10975         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10976
10977         * lily/input-file-results.cc (code): set-point-and-click! ->
10978         set-point-and-click
10979         
10980 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10981
10982         * Use uniform ly: prefix for exported scheme primitive functions.
10983
10984         * scm/music-types.scm: junk compat glue
10985
10986         * scripts/convert-ly.py: add rules for stuff below, junk
10987         compatibility glue for spanrequest.
10988
10989         * lily/parser.yy (verbose_event): remove \spanrequest,
10990         \commandspanrequest, \script. 
10991         
10992         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10993
10994         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10995         for \penalty, \glissando.
10996
10997         * VERSION: release 1.7.3
10998         
10999 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11000
11001         * lily/accidental-engraver.cc: Fix
11002         grace-in-the-beginning-of-measure bug caused by the resent
11003         partial-measure fix.
11004
11005         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11006         overlap looks too crowded)
11007         
11008 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11009
11010         * lily/parser.yy (assignment): allow SCM expression as assignment.
11011
11012         * lily/include/music-output-def.hh (class Music_output_def):
11013         * lily/music-output-def.cc: 
11014         * lily/paper-def.cc: 
11015         * scm/font.scm (markup-to-properties):
11016         * lily/parser.yy (music_output_def_body): 
11017         remove style_sheet_
11018
11019 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11020
11021         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11022         length.
11023
11024         * input/regression/spacing-to-grace.ly: new file.
11025
11026         * input/regression/spacing-end-of-line.ly: new file.
11027
11028         * lily/note-spacing.cc (get_spacing): take into account breakable
11029         stuff sticking out at the left (time sig change at line break).
11030
11031         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11032         raggedright code.
11033
11034         * scm/music-functions.scm (make-voice-props-set): add
11035         staff-position for mm rests.
11036  
11037         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11038         before grace notes a little.
11039
11040         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11041
11042         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11043         key adds space at the end of line. 
11044
11045 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11046
11047         * scm/sketch.scm: Fix beams.
11048
11049         * buildscripts/mf-to-table.py: Add EncodingScheme.
11050
11051         * scm/sketch.scm: Resurrect.
11052
11053 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11054
11055         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11056         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11057
11058 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11059
11060         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11061
11062         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11063
11064 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11065
11066         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11067         token for origin information.
11068
11069         * lily/parser.yy (My_lily_lexer): do identifier location and
11070         cloning from lexer.
11071
11072         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11073         logic out of the parser. Add bar checks on both ends.
11074
11075         * Documentation/user/refman.itely (Multi measure rests): add more
11076         notes about mm rests.
11077
11078 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11079
11080         * input/regression/bar-scripts.ly: Re-enable.
11081
11082         * lily/parser.yy:
11083         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11084         released rsn.  Bison 1.50 has a crucial bug and won't work.
11085
11086         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11087
11088
11089 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11090
11091         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11092
11093 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11094
11095         * Actually merge changes since 1.6.4 besides ChangeLog, and
11096         resolve conflicts.  Lots of updates, hope all is well.
11097         
11098         * cygwin/lilypond.hint (requires): Add ghostscript.
11099
11100         * scm: Update some (c).
11101         
11102 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11103
11104         * input/test/{various}.ly: add \header fields and texidoc strings.
11105
11106 2002-10-05  Werner Lemberg  <wl@gnu.org>
11107
11108         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11109         renamed to `output_latex_quoted'.
11110         Added `output_latex_noquote'.
11111         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11112         mode.
11113
11114 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11115
11116         * ChangeLog: Add 1.6.6 release marker.  See below.
11117
11118         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11119
11120         * scripts/midi2ly.py: Fix global syntax warnings.
11121
11122         * GNUmakefile.in: Generate builddir locale tree too.
11123
11124         * scripts/ly2dvi.py:
11125         * scripts/midi2ly.py: 
11126         * scripts/mup2ly.py: 
11127         * scripts/update-lily.py:
11128         * lily/main.cc (setup_paths): Fix for locales setup.
11129
11130 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11131
11132         * Documentation/windows/installing.texi: Soften wording about
11133         necessity of becoming Administrator.  tommie@iae.nl reports this
11134         does not seem to be necessary for his flavour of Windows 2000.
11135         Explicitely discourage text mode mounts.
11136
11137 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11138
11139         * lily/rest.cc (after_line_breaking): backport dot position fix.
11140
11141         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11142         rests. Thanks to Klaus Zimmermann for finding this bug.
11143
11144 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11145
11146         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11147
11148 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11149
11150         * Documentation/user/music-glossary.tely: fix links.
11151
11152 2002-10-21  Werner Lemberg  <wl@gnu.org>
11153
11154         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11155         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11156         scaling factor) only once and use them in the definition of
11157         \embeddedps.
11158         * ps/music-drawing-routines.ps (skeel): Removed.
11159
11160 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11161
11162         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11163         Solaris7, as we don't use nested $( ) constructs.
11164
11165 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11166
11167         * VERSION: Release 1.6.6.
11168         
11169 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11170
11171         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11172         as workaround for /bin/sh problems on Solaris7.
11173
11174 2002-10-19  Werner Lemberg  <wl@gnu.org>
11175
11176         * GNUmakefile.in (web-doc): Fix typos.
11177         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11178         `music-drawing-routines.ps' but emit \special{header=...} once.
11179         * scm/tex.scm (header-end): Updated.
11180
11181 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11182
11183         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11184         undefined tremolo. 
11185
11186 2002-10-15  Werner Lemberg  <wl@gnu.org>
11187
11188         * scripts/lilypond-book.py (g_make_html): New global variable.
11189         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11190         if `g_make_html' isn't set.
11191         [main]: Add format `texi-html'.
11192         (option_definitions): Updated.
11193         * Documentation/user/lilypond-book.itely: Updated.
11194
11195         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11196         * make/ly-rules.make (%.texi, %.nexi): Use it.
11197         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11198         format to lilypond-book.
11199         * GNUmakefile.in (web-doc): Ditto.
11200
11201 2002-10-14  Werner Lemberg  <wl@gnu.org>
11202
11203         Further improve TeX output.  The produced files are about 40%
11204         smaller.  `lilyponddefs.tex' is now read only once.
11205
11206         * tex/lilyponddefs.tex: Remove footer stuff.
11207         (\ifundefined): Renamed to...
11208         (\lilypondundefined): This.  Use LaTeX's definition to
11209         make it nestable and make it global.
11210         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11211         output.
11212         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11213         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11214         them global.
11215         (\placebox): Renamed to...
11216         (\lyitem): This.
11217         Make it global and call \outputscale by itself.
11218         (\lybox, \lyvrule): New macros to reduce input data.
11219         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11220         New auxiliary macros.
11221         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11222         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11223         to...
11224         (\lilypondspace): This and made it global.
11225         (\turnOnPostScript): Renamed to...
11226         (\lilypondpostscript): This and made it global.
11227         (\turnOnExperimentalFeatures): Renamed to...
11228         (\lilypondexperimentalfeatures): This and made it global.
11229         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11230         (\lilypondsetdimen): This and made it global.
11231         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11232         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11233         (all, $(outdir)/music-drawing-routines.ps): New rules.
11234         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11235         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11236         start-system, stop-system, stop-last-system, filledbox): Updated to
11237         use the changed macros from lilyponddefs.tex.
11238         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11239
11240 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11241
11242         * Documentation/windows/installing.texi: Update.
11243
11244 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11245
11246         * VERSION: 1.6.5 released
11247
11248         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11249
11250 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11251
11252         * scm/translator-property-description.scm (voltaOnThisStaff): add
11253         property.
11254
11255 2002-09-28  Werner Lemberg  <wl@gnu.org>
11256
11257         * scm/tex.scm (header-end): Suppress page numbering.
11258
11259         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11260         Fix quotation for HTML output.
11261
11262 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11263         
11264         * Documentation/user/refman.itely: grammar and phrasing
11265           fixes to "Note Entry" section.  Also adds a few new examples.
11266
11267 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11268
11269         * flower/include/string-data.icc: include string.h
11270
11271 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11272
11273         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11274
11275 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11276
11277         * Documentation/user/GNUmakefile (extra-local-help): Add.
11278
11279         * stepmake/stepmake/www-targets.make (local-help): Add.
11280
11281 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11282
11283         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11284         packages.
11285
11286         * Documentation/topdocs/README.texi (Top): building documentation
11287         (not website.)
11288
11289 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11290
11291         * Documentation/user/refman.itely: 
11292         * Documentation/user/tutorial.itely: 
11293         * Documentation/user/music-glossary.tely: Merge changes.
11294
11295         * Documentation/user/glossary.html.in: 
11296         * Documentation/index.texi: 
11297         * Documentation/header.html.in: Accomodate renaming of glossary.
11298         
11299         * Documentation/user/tutorial.itely: Add some glossary references.
11300         
11301         * Documentation/user/refman.itely: Minor fixes.
11302         
11303         * Documentation/user/lilypond.tely: Add glossary do direntry.
11304
11305         * Documentation/user/music-glossary.tely: Rename (previously:
11306         glossary.tely).  Fix anchor placement.
11307
11308         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11309
11310 2002-09-23  Werner Lemberg  <wl@gnu.org>
11311
11312         * scripts/lilypond-book.py (output_dict): Fix handling of
11313         various environments by avoid extraneous newlines.
11314         Rename `output-all' regexp for html to `output-html'.
11315         Replace `output-all' regexp for texi with `output-texi-quote'
11316         and `output-texi-noquote'.
11317         (compose_full_body): Don't override `linewidth' user option
11318         for `singleline'.
11319         (schedule_lilypond_block): Don't indent text specified with
11320         `intertext' option.
11321         Add new option `noquote'.
11322         (compile_all_files): Use latex instead of tex to compile ly
11323         files directly.
11324
11325         * Documentation/user/lilypond-book.itely: Updated and revised.
11326         Improve layout.
11327
11328         * Documentation/user/glossary.tely,
11329         Documentation/user/introduction.itely,
11330         Documentation/user/tutorial.itely,
11331         Documentation/user/refman.itely,
11332         Documentation/user/appendices.itely: Fix overfull LilyPond
11333         boxes caused by the new lilypond-book code.  Other minor
11334         fixes.
11335
11336         * Documentation/user/macros.itexi (@texiflat): Don't emit
11337         trailing space.
11338
11339         * scm/tex.scm (end-output, header-end): Add preamble and
11340         postamble to make lilypond output directly compilable with
11341         latex.
11342
11343         
11344 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11345
11346         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11347         instructions.
11348
11349 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11350
11351         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11352
11353 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11354
11355         * lily/beam.cc (connect_beams): don't crash if there are quarter
11356         notes in beams.
11357
11358 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11359
11360         * Documentation/user/refman.itely: corrected ancient clef
11361         docu; added docu on ligatures
11362
11363 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11364
11365         * Documentation/user/glossary.tely,
11366         Documentation/user/refman.itely, input/les-nereides.ly,
11367         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11368         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11369         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11370         Stem properties: flag-style -> stroke-style, style -> flag-style.
11371
11372
11373 2002-09-22  Werner Lemberg  <wl@gnu.org>
11374
11375         * scripts/lilypond-book.py: Add option `notime' to suppress
11376         printing of a time signature.  Specify default indentation of 0pt
11377         if single line fragment.  Don't emit redundant `\paper{ }'.
11378
11379         * Documentation/user/lilypond-book.itely: Updated.
11380
11381         * Documentation/user/glossary.tely: Completely reformatting.
11382
11383 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11384
11385         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11386
11387 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11388
11389         * Documentation/user/tutorial.itely: Fix links.
11390         
11391         * Documentation/topdocs/index.tely:
11392         * Documentation/index.texi:
11393         * Documentation/header.html.in: Small website fixes and updates.
11394
11395         * debian/: Debian patch by Anthony Fok.
11396
11397 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11398
11399         * Documentation/footer.html.in: How time flies: It's already 2002!
11400
11401         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11402         more descriptive link names than 'here'.
11403
11404 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11405
11406         * VERSION: 1.7.2 released
11407         * VERSION: 1.6.4 released
11408         
11409         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11410
11411         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11412         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11413
11414         * mf/feta-din.mf (test): add x-height and space.
11415
11416         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11417         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11418
11419         * ly/grace-init.ly: add-to-grace-init: function to portably add
11420         settings to \grace. 
11421
11422         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11423         if we get an absolute dynamic event.
11424  
11425         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11426
11427         * lily/source-file.cc (get_line): oops. All line numbers were off
11428         by 2. Fix that. 
11429
11430         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11431         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11432
11433         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11434
11435         * lily/parser.yy (number_factor): remove (number) as number
11436         expression. ("Let them eat Lisp").
11437
11438 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11439
11440         * lily/horizontal-bracket.cc: new file.
11441
11442         * lily/horizontal-bracket-engraver.cc: new file.
11443
11444         * input/regression/note-group-bracket.ly: new file. Support
11445         horizontal note brackets for music analysis.
11446
11447         * lily/stem.cc (flag): new flag-style: no-flag.
11448
11449         * input/test/stem-cross-staff.ly: new file
11450         
11451         * Documentation/user/internals.itely: Improved formatting, fixing
11452         typos.  Added a section `Output details' to describe how the TeX
11453         code looks like.
11454
11455         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11456
11457         * lily/parser.yy: remove \dynamicscript.
11458
11459         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11460         definitions. 
11461
11462         * python/midi.c (midi_error): take two arguments.
11463
11464         * Merge 1.6.5 changes:
11465         
11466 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11467
11468         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11469         staff-space.  Previous 1.5 was probably meant as half-spaces.
11470         (cautionary-style): parentheses (was: smaller).  This is what doco
11471         says, and it seems more logical.
11472
11473         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11474         for 2nd sentence.
11475
11476 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11477
11478         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11479
11480 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11481
11482         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11483
11484 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11485
11486         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11487
11488 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11489
11490         * scm/translator-property-description.scm (voltaOnThisStaff): add
11491         property.
11492
11493 2002-09-28  Werner Lemberg  <wl@gnu.org>
11494
11495         * scm/tex.scm (header-end): Suppress page numbering.
11496
11497         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11498         Fix quotation for HTML output.
11499
11500 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11501         
11502         * Documentation/user/refman.itely: grammar and phrasing
11503           fixes to "Note Entry" section.  Also adds a few new examples.
11504
11505 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11506
11507         * flower/include/string-data.icc: include string.h
11508
11509 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11510
11511         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11512
11513 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11514
11515         * Documentation/user/GNUmakefile (extra-local-help): Add.
11516
11517         * stepmake/stepmake/www-targets.make (local-help): Add.
11518
11519 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11520
11521         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11522         packages.
11523
11524         * Documentation/topdocs/README.texi (Top): building documentation
11525         (not website.)
11526
11527 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11528
11529         * Documentation/user/refman.itely: 
11530         * Documentation/user/tutorial.itely: 
11531         * Documentation/user/music-glossary.tely: Merge changes.
11532
11533         * Documentation/user/glossary.html.in: 
11534         * Documentation/index.texi: 
11535         * Documentation/header.html.in: Accomodate renaming of glossary.
11536         
11537         * Documentation/user/tutorial.itely: Add some glossary references.
11538         
11539         * Documentation/user/refman.itely: Minor fixes.
11540         
11541         * Documentation/user/lilypond.tely: Add glossary do direntry.
11542
11543         * Documentation/user/music-glossary.tely: Rename (previously:
11544         glossary.tely).  Fix anchor placement.
11545
11546         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11547
11548 2002-09-23  Werner Lemberg  <wl@gnu.org>
11549
11550         * scripts/lilypond-book.py (output_dict): Fix handling of
11551         various environments by avoid extraneous newlines.
11552         Rename `output-all' regexp for html to `output-html'.
11553         Replace `output-all' regexp for texi with `output-texi-quote'
11554         and `output-texi-noquote'.
11555         (compose_full_body): Don't override `linewidth' user option
11556         for `singleline'.
11557         (schedule_lilypond_block): Don't indent text specified with
11558         `intertext' option.
11559         Add new option `noquote'.
11560         (compile_all_files): Use latex instead of tex to compile ly
11561         files directly.
11562
11563         * Documentation/user/lilypond-book.itely: Updated and revised.
11564         Improve layout.
11565
11566         * Documentation/user/glossary.tely,
11567         Documentation/user/introduction.itely,
11568         Documentation/user/tutorial.itely,
11569         Documentation/user/refman.itely,
11570         Documentation/user/appendices.itely: Fix overfull LilyPond
11571         boxes caused by the new lilypond-book code.  Other minor
11572         fixes.
11573
11574         * Documentation/user/macros.itexi (@texiflat): Don't emit
11575         trailing space.
11576
11577         * scm/tex.scm (end-output, header-end): Add preamble and
11578         postamble to make lilypond output directly compilable with
11579         latex.
11580
11581         
11582 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11583
11584         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11585         instructions.
11586
11587 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11588
11589         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11590
11591 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11592
11593         * lily/beam.cc (connect_beams): don't crash if there are quarter
11594         notes in beams.
11595
11596 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11597
11598         * Documentation/user/refman.itely: corrected ancient clef
11599         docu; added docu on ligatures
11600
11601 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11602
11603         * Documentation/user/glossary.tely,
11604         Documentation/user/refman.itely, input/les-nereides.ly,
11605         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11606         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11607         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11608         Stem properties: flag-style -> stroke-style, style -> flag-style.
11609
11610 2002-09-22  Werner Lemberg  <wl@gnu.org>
11611
11612         * scripts/lilypond-book.py: Add option `notime' to suppress
11613         printing of a time signature.  Specify default indentation of 0pt
11614         if single line fragment.  Don't emit redundant `\paper{ }'.
11615
11616         * Documentation/user/lilypond-book.itely: Updated.
11617
11618         * Documentation/user/glossary.tely: Completely reformatting.
11619
11620 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11621
11622         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11623
11624 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11625
11626         * Documentation/user/tutorial.itely: Fix links.
11627         
11628         * Documentation/topdocs/index.tely:
11629         * Documentation/index.texi:
11630         * Documentation/header.html.in: Small website fixes and updates.
11631
11632         * debian/: Debian patch by Anthony Fok.
11633
11634 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11635
11636         * Documentation/footer.html.in: How time flies: It's already 2002!
11637
11638         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11639         more descriptive link names than 'here'.
11640
11641 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11642
11643         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11644
11645 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11646
11647         * lily/part-combine-music-iterator.cc (get_state): cleanup
11648         (get_music_info): cleanup.
11649
11650 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11651
11652         * scm/backend-documentation-lib.scm (interface-doc-string):
11653         crosslinks between interfaces and grobs. Headings for interfaces
11654         in grob explanation.
11655
11656 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11657
11658         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11659         dtd).  Add preliminary dtd.
11660         (re-sub-alist): Robustify.
11661
11662 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11663
11664         * lily/include/event-chord-iterator.hh,
11665         lily/context-specced-music-iterator.cc,
11666         lily/event.cc, lily/event-chord-iterator.cc: add
11667
11668 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11669
11670         * lily/: some (c) header fixes.
11671         
11672         * lily/request-chord.cc: Remove.
11673         
11674         * lily/include/event-chord-iterator.hh:
11675         * lily/include/event.hh:
11676         * lily/event-chord.cc: New file.
11677         
11678         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11679         requested.
11680
11681 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11682
11683         * lily/ : rename Request to Event
11684
11685         * lily/parser.yy (command_element): move clef stuff into Scheme.
11686
11687         * lily/:  rename length_mom () to get_length()
11688
11689         * lily/part-combine-music.cc: removed file and class.
11690
11691         * lily/context-specced-music-iterator.cc (class
11692         Context_specced_music_iterator): new file. Obsoletes the
11693         Context_specced_music type.
11694
11695         * scm/music-types.scm (make-repeated-music): put different kinds
11696         of repeated music into music-type table.
11697
11698         * VERSION: 1.7.1 released.
11699
11700         * scm/to-xml.scm: new file.
11701
11702         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11703         new Input representation: dump music as XML.
11704
11705         * scm/engraver-documentation-lib.scm
11706         (engraver-accepts-music-types?): add links from music to engraver,
11707         from music-type to engraver.
11708
11709         * lily/include/command-request.hh: removed
11710         lily/include/musical-request.hh: removed. Removed all _req classes
11711         except Key_change_req. Changes throughout.
11712
11713 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11714
11715         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11716
11717 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11718
11719         * lily/*.cc: specify accepts for many engravers.
11720
11721         * scm/music-documentation-lib.scm: dump music expressions and
11722         music subtypes.
11723
11724         * scm/documentation-lib.scm: complete revision.
11725         Use GOOPS objects to store document tree explicitly. Cleaned up and
11726         sped up doco generation a lot.
11727
11728 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11729
11730         * input/trip.ly (fugaIILeft): add arpeggio
11731
11732         * lily/translator-group.cc (try_music_on_nongroup_children):
11733         oops. The name symbol is in the cdr of the assoc handle.
11734
11735         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11736         Hyphen_req, Glissando_req, Break_req, Mark_req 
11737
11738 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11739
11740         * lily/musical-request.cc (music-duration-length,
11741         music-duration-compress): new functions.
11742
11743         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11744         throughout. Warning doesn't work yet.
11745
11746         * lily/translator-group.cc (try_music_on_nongroup_children):
11747         new implementation: store candidate acceptors in a hashTable.
11748
11749 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11750
11751         * scm/music-types.scm (music-descriptions): change name to
11752         internal-class-name
11753
11754         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11755
11756 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11757
11758         * lily/beam.cc (connect_beams): don't crash if there are quarter
11759         notes in beams.
11760
11761 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11762
11763         * Documentation/user/refman.itely: corrected ancient clef
11764         docu; added docu on ligatures
11765
11766 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11767
11768         * Documentation/user/glossary.tely,
11769         Documentation/user/refman.itely, input/les-nereides.ly,
11770         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11771         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11772         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11773         Stem properties: flag-style -> stroke-style, style -> flag-style.
11774
11775 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11776
11777         * scm/music-functions.scm (music-separator?): don't use name music
11778         property.
11779
11780 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11781
11782         * stepmake/stepmake/generic-targets.make (help): Document check
11783         target.
11784
11785         * lily/new-accidental-engraver.cc: Compile fix.
11786
11787 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11788
11789         * scripts/convert-ly.py: Add rule.
11790
11791         * input/test/music-creation.ly:
11792         * input/test/add-staccato.ly:
11793         * input/test/add-text-script.ly: ly-make-music.
11794
11795         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11796         More ly-make-music renamings.
11797
11798         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11799
11800         * lily/music-constructor.cc (make_music): Add debugging info.
11801
11802         * scm/music-functions.scm (make-simultaneous-music,
11803         (make-sequential-music, context-spec-music):
11804         * scm/music-types.scm (music-descriptions): Get lily to run.
11805
11806 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11807
11808         * lily/command-request.cc (transpose_key_alist): new function.
11809
11810         * lily/key-performer.cc (create_audio_elements): cleanup. 
11811
11812 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11813
11814         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11815
11816         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11817         events-accepted field.
11818
11819         * scm/music-types.scm: new file.
11820
11821         * lily/parser.yy: put music type initialization into scheme,
11822         similar to grob initialization.  Changes throughout.
11823
11824 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11825
11826         * Documentation/user/tutorial.itely: Fix links.
11827         
11828         * Documentation/index.texi: 
11829         * Documentation/header.html.in: 
11830         * Documentation/topdocs/index.tely: Small website fixes and updates.
11831
11832         * debian/: Debian patch by Anthony Fok.
11833
11834 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11835
11836         * Documentation/footer.html.in: How time flies: It's already 2002!
11837
11838         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11839         more descriptive link names than 'here'.
11840
11841         * ROADMAP: Remove test stuff.
11842
11843         * scripts/update-lily.py: Allow auto-building of stable and
11844         development versions.  Bugfixes.
11845
11846 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11847
11848         * VERSION: released 1.7.0
11849
11850         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11851
11852         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11853         positive line widths.
11854
11855 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11856
11857         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11858         go.  Fix comments.
11859
11860         * cygwin: Cygwin updates.
11861
11862 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11863
11864         * Documentation/windows/installing.texi (Top): version for python,
11865         urls for ghostscript (thanks to John Potelle)
11866         
11867         * lily/simultaneous-music-iterator.cc
11868         (Simultaneous_music_iterator): init children_list_ before
11869         triggering GC.
11870
11871         * lily/*-iterator.cc: be even more careful with smobbed copy
11872         constructors. 
11873
11874         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11875         LeftEdge item.
11876
11877 2002-09-15  Werner Lemberg  <wl@gnu.org>
11878
11879         Improving LilyPond's output to make them ordinary TeX boxes with
11880         predictable dimensions.  System boxes are now vertically centered on
11881         the baseline; this offset can be further controlled with
11882         \lilypondscoreshift.
11883
11884         * lily/system.cc (System::post_processing): Pass length of current
11885         system to `start-system' (including any horizontal indentation).
11886
11887         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11888         prettier.
11889         (lily-def): Append `%'.
11890         (start-system): Add parameter `wd'.  Output more TeX code to specify
11891         box dimensions.
11892         (stop-system, stop-last-system): Complement changes in
11893         `start-system'.
11894         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11895         Updated.
11896
11897         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11898         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11899         Write final `\endinput'.
11900
11901         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11902         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11903         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11904         files and macro definitions don't produce spurious spaces and
11905         paragraphs (using \endlinechar).
11906         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11907
11908         * Documentation/user/internals.itely: Improved formatting, fixing
11909         typos.  Added a section `Output details' to describe how the TeX
11910         code looks like.
11911
11912 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11913
11914         * lily/accidental-engraver.cc: Also work with partial measures.
11915
11916 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11917
11918         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11919         spanner.
11920
11921 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11922
11923         * lily/identifier-smob.cc (unpack_identifier): new file.
11924
11925         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11926         pass off scheme expressions as music identifiers.
11927
11928         * scm/lily.scm: reorganisation, cleanups.
11929
11930         * lily/main.cc: small cleanups.
11931
11932 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11933
11934         * lily/ly-module.{cc,hh}: new file.
11935
11936 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11937
11938         * lily/accidental-engraver.cc: Also work with partial measures.
11939
11940 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11941
11942         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11943
11944 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11945
11946         * lily/my-lily-lexer.cc: use SCM module in stead of
11947         Scheme_hash_table. Changes throughout.  
11948
11949 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11950
11951         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11952