]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
don't load output-XXX from framework-XXX
[lilypond.git] / ChangeLog
1 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
4
5 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6
7         * scm/output-gnome.scm: Update script.  Move development to
8         lilypond_2_3_2 branch for now.
9
10 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11
12         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
13         negative penalties.
14         cleanups.
15
16         * Documentation/user/changing-defaults.itely (Creating contexts):
17         index entries
18
19         * scm/page-breaking.scm (ly:optimal-page-breaks): new
20         file. Rewrite function. 
21
22         * lily/paper-book.cc (pages): new interface: page-breaking returns
23         list of line-list.
24
25         * lily/page.cc (Page): take lines argument.
26
27         * scm/document-translation.scm (all-engravers-doc): link to user man
28
29         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
30
31         * Documentation/user/notation.itely (Relative octaves): typo.
32
33         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
34
35 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
36
37         * scm/output-gnome.scm: Update build script.
38
39 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
40
41         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
42         gnome backend.
43
44         * scm/framework-gnome.scm: New file.
45
46         * scm/lily.scm: Use it.
47
48         * lily/paper-outputter.cc: Janitorial cleanups.
49         (ly:outputter-dump-string): Remove unreachable statement.
50
51         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
52         (ice-9): Bugfix: Add srfi-1.
53
54         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
55
56 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
57
58         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
59         in do_quit()
60         
61 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
62
63         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
64
65 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
66
67         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
68         override of Beam::position-callbacks. Why would grace beams not be
69         quantized? Fixes: weird-stem-size-grace. Backportme.
70
71         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
72         warning only once. Backportme.
73
74         * lily/accidental-engraver.cc (number_accidentals_from_sig):
75         bugfix, 2nd try. Backportme.
76
77         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
78
79 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
80
81         * Documentation/user/notation.itely (Instrument transpositions):
82         Correct the name of the instrumentTransposition property.
83
84 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
85
86         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
87
88 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
89
90         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
91         and postLilyPondExample are called when defined.
92
93 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
94
95         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
96         This fixes setting notenames with `\include "nederlands.ly" '
97
98         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
99         new function.
100
101 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
102
103         * scm/page-layout.scm: don't do piece, it should be in score-title
104         only.
105
106         * lily/lexer.ll: lex \score separately.
107
108         * lily/paper-book.cc: junk stencil2line.
109
110         * lily/paper-line.cc (Paper_line): construct from Stencil
111         directly. No futzing with the dimensions.
112
113         * lily/include/paper-line.hh (class Paper_line): 
114
115         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
116         takes arbitrary number of arguments.
117
118         * input/test/markup-score.ly (tuning): simplify example. 
119
120 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
121
122         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
123
124         * scm/define-markup-commands.scm (score): define score-markup
125
126         * lily/parser.yy (markup): use score-markup.
127
128         * lily/score.cc: add ly:score? 
129
130 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
131
132         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
133         fret-parse-string so it prepares for calls to fret-diagram-verbose
134         Changed display constants to props so they are available for
135         \override.
136         
137 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
138
139         * VERSION: release 2.3.3
140
141         * stepmake/stepmake/generic-vars.make: unset LANG.
142
143         * input/regression/tuplet-nest.ly: bugfix.
144
145         * lily/tie-performer.cc (stop_translation_timestep): reset
146         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
147
148         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
149         clear repeat_ directly after setting stem_tremolo_. Fixes:
150         tremolo-repeat.ly
151
152         * input/regression/span-bar-break.ly: new file.
153
154         * scm/define-grobs.scm (all-grob-descriptions): remove
155         break-visibility from SpanBar. Fixes: piano-repeat.ly
156
157 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
158
159         * python/lilylib.py (make_ps_images): only compute bbox when needed.
160
161         * scripts/lilypond-book.py (process_snippets): use lily -f ps
162         files for generating pngs. (failed experiment)
163
164         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
165         file with PFA fonts included.
166
167         * lily/score.cc (default_rendering): put header in too.
168
169         * lily/paper-line.cc (LY_DEFINE): change function to
170         ly:paper-line-extent
171
172         * scm/page-layout.scm (default-book-title): only add lines for
173         non-nil fields.
174         (default-score-title): idem.
175
176         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
177
178         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
179
180         * lily/include/paper-book.hh (class Paper_book): remove height_
181         member.
182
183         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
184
185         * lily/ly-module.cc (LY_DEFINE): bugfix.
186
187         * lily/paper-book.cc (book_title): separate function for the book
188         title.
189
190         * scm/page-layout.scm (default-book-title): only account for
191         markup fields.
192
193         * scm/framework-ps.scm: new file. Move high level interface from
194         output-ps.scm
195
196         * scm/music-functions.scm (def-grace-function): move macros from
197         ly/music-functions-init.ly
198
199         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
200         framework-tex.scm
201
202         * scm/framework-tex.scm (dump-line): new file. High level
203         interface for output (pages, systems, header). 
204
205         * lily/include/page.hh (class Page): add is_last_ field.
206
207         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
208
209         * lily/paper-book.cc (split_string): new function
210         (output): output multiple formats, i.e. --format=ps,tex
211
212         * scm/output-ps.scm (output-scopes): dump variables directly.
213         (define-fonts): rewrite for new interface
214
215         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
216
217         * lily/paper-outputter.cc (Paper_outputter): take format argument.
218
219         * lily/main.cc (parse_argv): don't set extension for output.
220
221         * lily/clef-engraver.cc (create_clef): remove
222         Staff_symbol_referencer::set_position() call. 
223
224 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
225
226         * ly/music-functions-init.ly (addlyrics): set the 'origin property
227         with the location argument in music function definitions.
228
229 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
230
231         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
232         staffsymbol dependency.
233
234         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
235         cleanups.
236
237         * lily/book.cc (process): return Paper_book
238         (to_stencil): use Book::process().
239
240         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
241         header_ field. Store in $globalheader
242
243         * lily/parser.yy (book_body): book header is initted to
244         $globalheader.
245         
246
247 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
248
249         * input/test/fill-a4.ly: removed.
250
251         * lily/parser.yy (output_def): push scope of parent_ Output_def
252         too.
253
254 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
255
256         * scm/output-gnome.scm: Update info.
257
258 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
259
260         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
261
262         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
263         than 1 module.
264
265         * lily/include/ly-module.hh (ly_use_module): rename is_module to
266         ly_c_module_p.
267
268         * scm/page-layout.scm (default-book-title): move Scheme titling
269         functions to here.
270
271         * lily/parser.yy (book_paper_block): remove scope too.
272
273         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
274
275         * lily/rest.cc: add direction to rest properties.
276
277         * lily/include/output-def.hh: new file, move from
278         music-output-def.hh
279
280 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
281
282         * scm/output-gnome.scm: Describe feta-cork hack.
283
284 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
285
286         * lily/include/book-paper-def.hh: derive from Output_def 
287
288         * lily/include/paper-def.hh: move all functionality out of class.
289         Junk header.
290
291         * lily/include/music-output-def.hh: rename Music_output_def to
292         Output_def.
293
294         * input/wilhelmus.ly: only set space for Paper formatting. 
295
296         * lily/include/midi-def.hh: remove file, remove class.
297         Move functions to Music-output-def.
298
299         * lily/music-output-def.cc (Music_output_def): remove separate
300         translator table. Lookup translators in scope directly. This
301         obviates Context suffix for context identifiers, i.e.
302
303         \context {
304           \Staff
305           .. 
306           }
307
308
309         will work.
310         
311
312         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
313
314         * Documentation/user/changing-defaults.itely (Horizontal spacing):
315         document spacing override hack.
316
317 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
318
319         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
320         installation info.  Support point-and-click.  Add +/- zoom
321         keybindings.
322
323 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
324
325         * VERSION: 2.3.2 released
326         
327         * lily/parser.yy (book_body): set default bookpaper.
328
329         * scm/output-tex.scm (header): kludge: hard code linewidth. 
330
331         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
332
333 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
334
335         * lily/score.cc (default_rendering): scale outputdef before
336         starting.
337
338 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
339
340         * scm/fret-diagrams.scm: Add header.
341
342         * scm/output-gnome.scm: Hello world :-)
343
344 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
345
346         * scripts/lilypond.py (run_dvips): only add papersize if present.
347
348         * lily/accidental-engraver.cc (update_local_key_signature): new
349         function, fold code from initialize() and process_music().
350         (update_local_key_signature): use deep copy. This fixes one
351         problem from custom-key-signatures.ly.
352         (number_accidentals_from_sig): tighter check for
353         accidental-too-old.
354
355         * ly/engraver-init.ly: remove localKeySignature
356         definition from ChoirStaff, StaffGroup, Score.
357         
358         * lily/percent-repeat-engraver.cc (try_music): add moments for
359         barlines too. Fixes: skipbars-percent-repeat.ly.
360
361 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
362
363         * lily/context-def.cc (filter_performers): don't go to cdrloc if
364         skipping last pair. Fixes: crash-bar-number.
365
366         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
367         D. Sorensen)
368
369         * input/test/fret-diagram.ly: new file.
370
371         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
372         (scale-paper): divide by scale.
373
374 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
375
376         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
377         case.
378
379 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
380
381         * scm/stencil.scm (fontify-text): reinstate function
382
383         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
384
385         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
386
387         * lily/parser.yy (book_paper_head): \bookpaper {} 
388
389         * python/midi.c: remove config.h
390
391 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
392
393         * scm/output-gnome.scm: Update.
394
395 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
396
397         * scm/output-gnome.scm: New file.
398
399         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
400
401 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
402
403         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
404         (find_scaled_font): move from Paper_def
405
406 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
407
408         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
409         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
410
411         * po/fr.po: update po.
412
413         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
414
415         * lily/book-paper-def.cc (print_smob): new file.
416
417 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
418
419         * buildscripts/lilypond-words.py: search words also from
420         music-functions-init.ly.
421
422 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
423
424         * ly/music-functions-init.ly (def-music-function): new helper
425         macro for defining music functions. \addlyrics \appoggiatura
426         \acciaccatura \grace \partcombine \autochange \applycontext
427         \applyoutput and \breathe are now defined here thanks to it.
428
429         * lily/parser.yy: 
430         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
431         \grace \partcombine \autochange \applycontext \applyoutput and
432         \breathe keywords removed from the parser.
433
434         * lily/parser.yy: 
435         * lily/music-function.cc (ly_make_music_function): 
436         * lily/lexer.ll (music_function_type): added a case for 0-arg
437         music functions.
438
439 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
440
441         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
442         refering to a music expression can be used in lily-inside-scheme:
443         #{ $music #}
444
445         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
446         and ly:parser-define, and change ly:parser-parse-string in order
447         to make #{ $music #} work.
448
449         * scm/new-markup.scm (compile-markup-expression): when an argument
450         is a string, use `make-simple-markup'.
451
452 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
453
454         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
455
456 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
457
458         * scripts/convert-ly.py (FatalConversionError.func): handle + in
459         font-size. (backportme)
460
461 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
462
463         * lily/paper-outputter.cc (output_stencil): dump font definitions
464         before each stencil.
465
466         * lily/include/paper-book.hh (struct Score_lines): new
467         struct. Collect info per Paper-score.
468
469         * lily/include/page.hh (class Page): to_stencil() returns Stencil
470         everywhere.
471
472         * lily/stencil.cc (find_expression_fonts): new function
473
474         * lily/paper-outputter.cc (output_stencil): use
475         interpret_stencil_expr
476
477         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
478         (interpret_stencil_expr): new function. Generic stencil
479         interpretation.
480
481         * lily/paper-def.cc (find_scaled_font): divide lookup
482         magnification by outpuscale for non-virtual fontmetrics. This
483         fixes ludicrously long font definitions for text
484         fonts. (backportme)
485
486         * lily/score-engraver.cc: remove
487         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
488
489 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
490
491         * input/test/markup-score.ly: Remove \notes.
492
493         * lily/parser.yy (book_body): Grok Composite_music and \header.
494         (markup): Push NOTES mode before score_block.
495
496         * VERSION: release 2.3.1
497         
498         * mf/feta-klef.mf: 
499         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
500
501         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
502
503         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
504
505 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
506
507         * scm/output-tex.scm (output-tex-string): tighten safe security.
508
509         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
510
511         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
512         allowed ly functions.
513
514         * lily/ly-module.cc (ly_module_define): only define variable if
515         bound.
516         (ly_make_anonymous_module): take safe option.
517
518 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
519
520         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
521
522 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
523
524         * input/regression/newaddlyrics.ly: Fix.
525
526         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
527         \score \notes.
528
529 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
530
531         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
532
533 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
534
535         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
536
537         * lily/paper-line.cc (Paper_line): don't store list of stencils,
538         but convert to single Stencil immediately.
539
540         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
541
542 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
543
544         * scm/output-sodipodi.scm: Resurrect sodipodi output.
545
546 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
547
548         * elisp/lilypond-mode.el: Changed the way defaults are created for
549         LilyPond-command-master.  LilyPond-mode will now check the
550         timestamps of the files to see which command has to run next.
551
552 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
553
554         * scm/bass-figure.scm (format-bass-figure): don't set
555         number-markup for strings. This fixes string in bass
556         figure. (backportme)
557
558         * lily/parser.yy (bass_number): insert number-markup into figure
559         definition.
560
561         * scm/define-music-properties.scm (all-music-properties): make
562         'figure a markup.
563
564         * scripts/convert-ly.py (conv): \apply -> \applymusic
565
566 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
567
568         * elisp/lilypond-mode.el: changed the order of some commands
569         ("Midi" after "2Midi"), use the user-defined
570         LilyPond-command-default as default instead of "LilyPond"
571
572         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
573         to set the master file for the next command.
574
575         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
576         with font-lock-reference-face.
577
578 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
579
580         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
581
582         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
583
584 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
585
586         * ly/music-functions-init.ly (TODO): new file.
587
588         * lily/parser.yy (Generic_prefix_music_scm): add more
589         music_function symbols.
590         (Prefix_composite_music): change \apply to music-function   
591
592         * lily/include/music-function.hh: rename to music-function
593
594 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
595
596         * lily/music-head.cc (LY_DEFINE): change order of args.
597
598         * input/regression/music-head.ly (texidoc): new file.
599
600         * lily/parser.yy (Generic_prefix_music): allow generic
601         music-transformation functions. 
602
603         * lily/include/music-head.hh (is_music_head): new file.
604
605         * lily/music-head.cc (get_music_head_transform): new file.
606
607 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
608
609         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
610         empty extent. This fixes ottava brackets on rests. (backportme)
611
612         * make/lilypond.redhat.spec.in (Group): ln png files for info.
613
614         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
615
616         * cygwin/lily-wins.py: update for the lily-wins.py script.
617
618 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
619
620         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
621         code. This will obviate typeset_grob () in the future.  The effect
622         of this is that improperly written spanner handling will result in
623         invalid spanner bounds.
624         (announce_grob): add to elems_ from here
625         (typeset_grob): comment out.  
626
627         * lily/include/engraver.hh (make_spanner): new calling interface
628         for make_{item,spanner}. This obviates most calls to
629         announce_grob().
630                 
631         * scm/music-functions.scm (set-accidental-style): use GrandStaff
632         iso. PianoStaff for piano styles.
633
634 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
635
636         * Documentation/user/music-glossary.tely: add segno after d.s.
637
638 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
639
640         * lily/include/audio-column.hh: remove unused variables.
641         (patch by Michael Welsh Duggan)
642
643         * flower/include/axes.hh (other_axis): inline Axes function
644         (thanks to David Brandon).
645
646 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
647
648         * cygwin/mknetrel: Install image links (backportme).
649
650         * Documentation/user/GNUmakefile (local-install-info): Activate
651         actual installing of image links (backportme).
652
653 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
654
655         * Documentation/user/notation.itely (Measure repeats): Removed
656         unnecessary (and confusing) \context Voice{.
657
658 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
659
660         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
661
662         * lily/page.cc (Page): Do not use ly_scheme_function for
663         volatile/configurable variables (FIXME: better name).
664
665         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
666         get_scmvar).
667
668 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
669
670         * scripts/convert-ly.py (FatalConversionError.subst): use
671         \transposition.
672
673 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
674
675         * lily/include/page.hh (class Page): Declare left_margin ().
676
677         * lily/page.cc: Remove paper var caching.
678
679 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
680
681         * Documentation/user/music-glossary.tely: Add name to @top node.
682         Remove comment from @table definitions (workaround for makinfo
683         bug).
684
685         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
686         ly:stencil-get-expr).  Update callers.
687         (ly:stencil-align-to!):  Return stencil too.
688
689         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
690         stencil.  Remove looped line-based page output.
691         (output_line): Use line stencil.  Remove looped stencil-based line
692         output.
693
694         * lily/page.cc (ly:page-paper-lines): New function.
695
696         * input/test/markup-score.ly: New file.
697
698         * scm/define-markup-commands.scm (stencil): New markup.
699
700         * lily/book.cc (to_stencil): New method.
701
702         * lily/parser.yy (markup): Use it to grok \score.
703
704 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
705
706         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
707
708         * lily/paper-book.cc (pages): Change signature.  Update callers.
709
710         * lily/include/page.hh:
711         * lily/page.cc: New file.
712
713         * lily/paper-line.cc (to_stencil): New method.
714         
715         * lily/paper-outputter.cc (output_stencil): New method.
716
717         * lily/paper-outputter.cc (output_line): Use them.
718
719         * lily/warn.cc: Remove.
720
721         * lily/my-lily-parser.cc (distill_inname): Remove.
722
723         * flower/include/file-name.hh: 
724         * flower/file-name.cc: New file.  Update users.
725
726         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
727         (find): New method of same name.
728
729         * lily/my-lily-parser.cc (ly:parse-file): Use it.
730
731         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
732         constant error message.
733
734 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
735
736         * input/test/{blank-notes.ly,staff-container.ly}: typos.
737
738 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
739
740         * Documentation/user/music-glossary.tely: @table @strong' replaced
741         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
742         (backportme).
743
744 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
745
746         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
747
748         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
749         #{ lily music expression #} that returns an equivalent scheme
750         music expression by parsing the string.
751
752 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
753
754         * lily/my-lily-parser.cc:
755         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
756         SCM string (foo.ly/toto.scm support).
757
758 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
759
760         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
761
762 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
763
764         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
765
766         * scripts/lilypond-book.py: LY code that includes \header is
767         not assumed to be a fragment.
768
769 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
770
771         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
772         tremolo beams up.
773
774         * lily/stem.cc (chord_start_y): Return 0 if no heads.
775         (get_default_stem_end_position): No tremolo head juggling if no
776         heads.  Fixes tremolo crash on rests (backportme).
777
778         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
779
780 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
781
782         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
783         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
784
785         * lily/lexer.ll: Allow \encoding in NOTES mode.
786
787         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
788         for lyrics, not for commands.
789
790         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
791         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
792
793         * input/regression/newaddlyrics.ly: New file.
794
795         * Documentation/topdocs/NEWS.texi: Update.
796
797         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
798         (Music_list): Allow embedded scm.
799
800         * lily/score.cc (ly:score-bookify): New function.
801
802         * lily/music.cc (ly:music-scorify): Idem.
803
804         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
805         (ly:parser-print-score): Idem.
806
807         * scm/lily.scm (default-toplevel-book-handler): Idem.
808         (default-toplevel-music-handler): Idem.
809         (default-toplevel-score-handler): Idem.
810
811         * ly/declarations-init.ly: Set default toplevel handlers.
812
813         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
814
815         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
816         printer for score at toplevel.
817
818 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
819
820         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
821         Fix for simple case: input/simple-song.ly, more complex stuff
822         does not work yet.
823
824 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
825
826         * lily/parser.yy (Prefix_composite_music): split Composite_music
827         in Prefix_composite_music and Grouped_music_list.
828         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
829
830 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
831
832         * scm/lily.scm (toplevel-expression): New define.
833
834         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
835
836         * lily/parser.yy (toplevel_expression): Use it.
837
838         * lily/include/my-lily-parser.hh: Smobbify.
839
840         * lily/my-lily-parser.cc (parse_string): New method.
841         
842         * lily/my-lily-parser.cc (ly:parse-string): New function.
843
844         * Documentation/user/lilypond.tely: Add comment and workaround for
845         gs-8.01 crash.  Fixes make web.
846
847         Simplification of toplevel music.
848         
849         * lily/lexer.ll, lily/parser.yy:
850
851         * In LYRICS mode, return LYRICS_STRING.  This fixes one
852         shift/reduce problem.
853
854         * Use NOTES mode at start of maininput.
855
856         * Grok toplevel composite music expression, put in score and book.
857
858         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
859
860         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
861
862         * input/simple.ly: New file.
863         
864         * input/simple-song.ly: Idem.
865
866 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
867
868         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
869         Sandberg.
870
871 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
872
873         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
874
875 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
876
877         * input/regression/accidental-octave.ly: doc automatic showing
878         of note names.
879
880 2004-04-16  Heikki Junes <janneke@gnu.org>
881
882         * po/fi.po: do "make po && make -C po po-update" at top-level,
883         then "cp po/out/fi.po po/fi.po" and update fields.
884
885         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
886
887 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
888
889         * Documentation/user/introduction.itely (About this manual): Fix
890         templates and regression urls (backportme).
891
892 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
893
894         * ly/engraver-init.ly (Score:graceSettings): Increase
895         beamed-lengths, especially for 32nd notes.
896
897         * Documentation/user/notation.itely (Grace notes): Correct the
898         syntax for add-grace-property example.
899
900 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
901
902         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
903         `Generated' tag.
904
905         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
906         Severely broken (the Debian package, at least).
907
908 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
909
910         * lily/context.cc (find_create_context): assign to lvalue.
911
912 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
913
914         * lily/include/translator.hh (class Translator): rename
915         get_parent_context() to context () to avoid confusion.
916
917         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
918
919         * lily/lexer.ll: change is_string -> ly_c_string_p 
920
921         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
922
923         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
924
925         * VERSION: release 2.3.0
926
927         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
928
929         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
930         if nonempty.
931
932         * lily/include/context.hh (class Context): make members protected.
933         (children_contexts): new accessor function.
934
935         * lily/include/translator.hh (class Translator): make
936         daddy_context_ protected.
937         (class Translator): clean up. 
938
939         * lily/include/context.hh (class Context): make daddy_context_
940         private.
941
942         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
943         higher for finding Voice. (backportme)  
944
945         * lily/include/context.hh (class Context): remove
946         find_context_below() as a method.
947
948         * Documentation/user/notation.itely (The Lyrics context): add note
949         about manual durations
950
951         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
952         encoding.
953
954         * scm/output-tex.scm (text): dump \inputencoding{} for text.
955
956 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
957
958         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
959         \usepackage{inputenc}
960
961         * lily/paper-book.cc (classic_output): don't advance Offset for
962         TeX output.
963
964         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
965         ec-sauter.map in rules
966
967         * mf/ecb.mf (font_identifier): new file, based on ecbx
968
969         * mf/ecb10.mf (gensize): new file.
970
971         * Documentation/topdocs/NEWS.texi (Top): document some more new
972         features.
973
974         * ly/declarations-init.ly: run convert-ly
975
976         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
977         from input-file-results. Remove input-file-results.* 
978
979 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
980
981         * scm/output-ps.scm (font-command): Fix, again.
982
983         * input/test/title-markup.ly: Add \noPagebreak test.
984
985         * lily/score-engraver.cc (try_music): Bugfix.
986
987 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
988
989         * lily/main.cc (main_with_guile): excise dependency options -M and
990         --dep-prefix
991
992         * lily/input-file-results.cc: excise Makefile dependency code
993
994         * Documentation/user/invoking.itexi (Invoking the lilypond
995         binary): remove dep doco
996         
997         * lily/main.cc (main_with_guile): call lilypond-main
998         
999         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1000
1001         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1002         exception.
1003
1004         * lily/my-lily-parser.cc: remove paper_description function
1005
1006         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1007         new function.
1008
1009         * lily/main.cc: remove global_score_count.
1010
1011         * lily/book.cc (process): don't take header from global_input_file.
1012
1013         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1014
1015         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1016
1017         * lily/music-output-def.cc (LY_DEFINE): new function
1018         ly_output_description. This function does the bulk for  setting,
1019         parsing and breaking down of an input file.
1020
1021         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1022         anonymous modules globally. Let's hope they get GCd
1023
1024         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1025
1026 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1027
1028         * scm/output-ps.scm (header): Papersize from paper.
1029
1030         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1031         for classic output.
1032
1033         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1034         lilypondclassic is defined.
1035         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1036
1037         * input/regression/between-systems.ly: Remove.
1038
1039         * python/lilylib.py (get_bbox): Fix regular expression
1040         for bounding box.
1041
1042         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1043
1044         * scm/output-tex.scm (stop-page): Use it.
1045
1046         * scm/output-ps.scm (define-fonts): Bugfix.
1047
1048         * lily/grob.cc: Add penalty to interface.
1049
1050         * lily/include/paper-line.hh (class Paper_line): New member
1051         var penalty_.
1052
1053         * lily/system.cc (get_line): Initialise Paper_line with
1054         page-penalty's from original grobs.
1055
1056         * scm/define-music-properties.scm (all-music-properties): Add
1057         page-penalty.
1058
1059         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1060
1061         * lily/score-engraver.cc (try_music): Handle page-penalty.
1062
1063         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1064
1065 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1066
1067         * ly/declarations-init.ly (melismaEnd): typo
1068
1069         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1070
1071         * scm/output-ps.scm (text): split string into spaces, use moveto
1072         for setting space. 
1073         
1074 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1075
1076         * po/nl.po: Update.
1077
1078         * scm/font.scm (add-cmr-fonts): Typo.
1079
1080 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1081
1082         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1083         font-encoding.
1084
1085         * scm/define-grobs.scm (all-grob-descriptions): idem.
1086
1087         * lily/time-signature.cc (numbered_time_signature): idem.
1088
1089         * scm/font.scm (add-cmr-fonts): use real encoding names for
1090         font-encoding.
1091
1092 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1093
1094         * lily/paper-book.cc (classic_output): 
1095         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1096         Fixes classic output.
1097         (lilypondstart):
1098         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1099         kludge.
1100
1101         * scripts/old-lilypond-book.py: Remove.
1102
1103         Page layout for SCOREs enclosed in a BOOK:
1104
1105         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1106         layout tweaking.
1107
1108         * input/les-nereides.ly (theScore): Add \book.
1109         
1110         * input/test/title-markup.ly: Add \book.
1111
1112         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1113         only if 'verbose.
1114
1115         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1116
1117         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1118
1119         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1120         * scm/output-tex.scm (start-system): Update for page layout by
1121         LilyPond.
1122
1123         * scm/output-ps.scm (start-system): Previously (new-start-system).
1124
1125         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1126         passed to define-fonts.
1127
1128         * lily/paper-column.cc: 
1129         * lily/system.cc (get_line):
1130         * ly/property-init.ly (newpage): 
1131         * scm/define-grob-properties.scm:
1132         * scm/output-ps.scm: 
1133         * scm/output-tex.scm: Remove between-system-string kludge.
1134
1135         * scm/output-ps.scm (define-fonts, font-command,
1136         font-load-encoding): Handle ENCODING = #f.
1137
1138         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1139
1140         * scm/define-markup-commands.scm (fill-line): Use
1141         make-simple-markup (WAS: unexisting make-word-markup).
1142
1143         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1144         ENCODING, MARKUP parameters for interpret_string.
1145
1146         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1147
1148         * lily/score.cc (book_rendering): New method.
1149         (default_rendering): Create Paper_book helper locally, dump
1150         output.
1151
1152         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1153
1154         * lily/parser.yy: Handle \book.
1155
1156         * lily/include/book.hh: 
1157         * lily/book.cc: New file.
1158
1159 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1160
1161         * lily/text-item.cc (interpret_string): new file, select font with
1162         encoding.
1163
1164         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1165
1166         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1167
1168         * lily/parser.yy (markup): take encoding from lexer.
1169
1170 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1171
1172         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1173
1174         * scm/output-ps.scm: Remove some cruft.
1175
1176 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1177
1178         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1179
1180         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1181
1182 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1183
1184         * scm/font.scm (add-century-schoolbook-fonts):
1185         (make-century-schoolbook-tree): New function.
1186
1187         * input/test/title-markup.ly: Use Century Schoolbook font.
1188
1189 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1190
1191         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1192         to Erik Sandberg) 
1193
1194         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1195
1196         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1197
1198         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1199
1200         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1201
1202 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1203
1204         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1205         solo-state (at end of solo), we can set the solo status
1206         too. (backportme.)
1207
1208         * input/regression/part-combine-solo-end.ly: new file.
1209
1210 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1211
1212         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1213         flavour abc files.  Really ignore unknown keys (backportme).
1214
1215 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1216
1217         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1218         magnification_ when looking up in orig_.
1219
1220         * scm/output-tex.scm (text): switch off char-mapping.
1221
1222         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1223         because AFM's encoding field cannot have spaces.
1224
1225 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1226
1227         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1228
1229 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1230
1231         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1232
1233         * mf/cmr.enc: new file, without hi-bit ascii info. 
1234
1235         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1236         width. This removes the 'hook' at the end of a long slur.
1237
1238         * buildscripts/mf-to-table.py (parse_logfile): don't append
1239         encoding to fontname.
1240
1241 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1242
1243         * scm/output-ps.scm (define-fonts): Load .enc only once.
1244
1245         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1246         too.
1247
1248 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1249
1250         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1251         encoding field.
1252
1253         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1254
1255         * ly/portuges.ly (pitchnames): new file.
1256
1257         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1258         Michael Welsh Duggan
1259
1260         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1261
1262         * ly/nederlands.ly: add comment about digits.
1263
1264         * lily/scaled-font-metric.cc (derived_mark): idem.
1265
1266         * scm/encoding.scm (make-encoding-mapping): change permutation to
1267         mapping.
1268
1269         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1270         (Modified_font_metric): make alist for coding_description_
1271         (LY_DEFINE): remove coding-name.
1272
1273         * scm/output-tex.scm (text): remove debugging code.
1274
1275         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1276
1277         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1278         from infile.
1279
1280         * mf/feta-generic.mf: move fet_beginfont into generic code.
1281         use fetaMusic (without space) as encoding
1282
1283         * mf/feta-autometric.mf: take encoding argument
1284
1285         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1286
1287         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1288         use.
1289
1290         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1291         name.
1292
1293 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1294
1295         * input/test/title-markup.ly: Set inputencoding.
1296
1297         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1298
1299         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1300
1301         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1302         function.
1303         (coding-alist): Also hold filename, command.
1304         (read-encoding-file): Return symbols.
1305
1306 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1307
1308         * scm/output-tex.scm: remove fontify; text and char take a font
1309         argument.
1310
1311         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1312
1313         * lily/scaled-font-metric.cc (text_dimension): init
1314         coding_{permutation,table}_ too 
1315         (LY_DEFINE): ly:font-encoding, new function return
1316
1317         * lily/paper-def.cc (find_scaled_font): take input coding from
1318         inputcoding paper var.
1319
1320         * lily/performance.cc (output): remap modulo 16.
1321
1322         * lily/text-item.cc (interpret_markup): whoops, variable
1323         shadowing fixed.
1324
1325 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1326
1327         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1328         symbols, not symbols to strings.
1329         
1330         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1331         symbols, not symbols to strings.
1332
1333 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1334
1335         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1336         (ly:kpathsea-gulp-file): New function.
1337
1338         * scm/encoding.scm (read-encoding-file): Use it.
1339
1340 2004-04-06  Werner Lemberg  <wl@gnu.org>
1341
1342         * scm/encoding.scm (coding-alist): Fix typo.
1343
1344 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1345
1346         * lily/scaled-font-metric.cc (text_dimension): move function from
1347         Font_metric
1348         (make_scaled_font_metric): init coding_scheme_ to TeX
1349         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1350
1351         * lily/include/scaled-font-metric.hh (struct
1352         Modified_font_metric): rename from Scaled_font_metric
1353
1354         * scm/encoding.scm (read-encoding-file): split up large function,
1355         leave caching to (delay)
1356
1357         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1358
1359 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1360
1361         * lily/my-lily-lexer.cc (set_encoding): New method.
1362
1363         * lily/lexer.ll: Grok \encoding.
1364
1365         * lily/font-metric.cc (get_encoded_index): New function.
1366
1367         * lily/include/font-metric.hh (coding_scheme): New method.
1368
1369         * scm/encoding.scm: New file.
1370
1371         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1372
1373 2004-04-05  Werner Lemberg  <wl@gnu.org>
1374
1375         * Documentation/user/tutorial.itely: Revised (finished).
1376
1377         * Documentation/user/macros.itexi (@separate): Removed.
1378
1379 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1380
1381         * scm/output-ps.scm (define-fonts): fix scaling.
1382
1383         * lily/scaled-font-metric.cc (design_size): add function.
1384
1385         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1386         partial cut&paste of ly:font-magnification.
1387
1388 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1389
1390         * scm/output-ps.scm (define-fonts):
1391         (fontify): Update.
1392
1393 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1394
1395         * po/fr.po: update. (backportme).
1396
1397         * po/nl.po: update. (backportme). 
1398
1399         * mf/feta-beugel.mf: document why design size is not fixed.
1400
1401         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1402
1403 2004-04-04  Werner Lemberg  <wl@gnu.org>
1404
1405         * Documentation/user/tutorial.itely: Revised (continued).
1406
1407 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1408
1409         * po/nl.po: Update (backportme).
1410
1411 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1412
1413         * po/de.po: update. (backportme).
1414
1415         * scm/output-tex.scm (font-command): use ly: functions to
1416         construct name.
1417         (define-fonts): don't use alist, just dump \font definitions.
1418         (font-load-command): calculate proper scaling by taking
1419         outputscale from paper argument.
1420
1421         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1422         expression.
1423
1424         * lily/paper-outputter.cc (output_header): pass paper arg to
1425         define-fonts
1426
1427         * lily/paper-def.cc (font_descriptions): dump list of
1428         Scaled_font_metrics
1429         (find_scaled_font): take Font_metric argument, store
1430         Scaled_font_metrics in hash-table containing (size ->
1431         Scaled_font_metrics) alist.
1432         (get_dimension): rename from get_realvar
1433
1434         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1435         ly:font-magnification, ly:font-name: new functions
1436
1437 2004-04-03  Werner Lemberg  <wl@gnu.org>
1438
1439         * Documentation/user/dedication.itely,
1440         Documentation/user/preface.itely,
1441         Documentation/user/introduction.itely,
1442         Documentation/user/tutorial.itely: Revised.
1443         Removing leading spaces which distorts output if info files are read
1444         with stand-alone info.
1445         Removing superfluous inter-word spaces which also distorts output
1446         for stand-alone info.
1447         Using ` and ' instead of `` and '' everywhere to improve
1448         legilibility with stand-alone info
1449         Using @samp for single-letter input items and data which contains
1450         spaces, @code for other things.
1451
1452         * lily/grob-interface.cc: Adding copyright.
1453         (check_interfaces_for_property): Improve format of warning message.
1454
1455 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1456
1457         * lily/include/font-metric.hh (struct Font_metric): add
1458         design_size () method.
1459
1460         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1461
1462         * lily/afm.cc (read_afm_file): read design size.
1463
1464         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1465
1466         * scm/music-functions.scm (unfold-repeats): handle dots too.
1467
1468 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1469
1470         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1471         (backportme)
1472
1473 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1474
1475         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1476         lyric indent.  Revert melismaBusyProperties using \unset.
1477
1478 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1479
1480         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1481
1482         * lily/parser.yy (command_element): allow redefinition of |
1483         meaning.
1484
1485         * lily/break-align-engraver.cc (acknowledge_grob): construct
1486         LeftEdge where the first cause for alignment is coming from.
1487         This makes \override Staff.LeftEdge work as expected.
1488
1489         
1490         * lily/slur-performer.cc (Slur_performer): add inits
1491
1492         * lily/beam-performer.cc (Beam_performer): add inits
1493
1494 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1495
1496         * VERSION (PACKAGE_NAME): release 2.2.0
1497
1498         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1499
1500 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1501
1502         * lily/cluster.cc (height): Fix warning.
1503
1504         * lily/parser.yy: Janitorial cleanups.
1505
1506         * Documentation/user/tutorial.itely (Tutorial): Typo.
1507
1508 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1509
1510         * lily/change-iterator.cc (process): search at multiple context
1511         levels. This fixes 
1512
1513         
1514         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1515         not voice-state index for tie state. This fixes a partcombine
1516         problem with ties.
1517
1518         * Documentation/user/tutorial.itely (Commenting input files): add
1519         note about convert-ly.
1520
1521         * input/test/cadenza-skip.ly:  new file.
1522
1523 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1524
1525         * po/nl.po: Spelling fixes.
1526
1527         * autogen.sh (srcdir): Regenerate.
1528
1529         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1530         autogen.sh.
1531
1532         * configure.in: Use C++ to check for C++ header.
1533
1534         * po/nl.po: Update.
1535
1536         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1537
1538         * lily/event.cc (to_relative_octave): Translatable sentence should
1539         be one string.
1540
1541         * python/lilylib.py (warranty): Year range is not translatable.
1542         It's 2004 already!
1543
1544         * flower/warn.cc (non_fatal_error, warning, programming_error):
1545         Remove whitespace from translated string.
1546
1547 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1548
1549         * VERSION: release 2.1.37.
1550
1551 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1552
1553         * configure.in: check for C language.
1554
1555         * lily/source-file.cc: include strstream without h.
1556
1557         * scm/documentation-generate.scm (string-append): use name without
1558         .texi.
1559
1560         * autogen.sh (srcdir): SUSE fix.
1561
1562         * Documentation/user/notation.itely (Ancient clefs): idem.
1563
1564         * Documentation/user/lilypond-book.itely (Integrating HTML and
1565         music): idem.
1566
1567         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1568
1569         * lily/change-iterator.cc (process): use find_existing_context().
1570
1571         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1572
1573         * input/regression/repeat-unfold-tremolo.ly: new file.
1574
1575         * scm/music-functions.scm (unfold-repeats): undo music compression
1576         too.
1577
1578         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1579         (LY_DEFINE): ly:music-compress new function.
1580
1581         * scm/part-combiner.scm (determine-split-list): split for voice
1582         crossings
1583
1584         * input/regression/part-combine-cross.ly: new file.
1585
1586         * scm/part-combiner.scm (make-part-combine-music): don't do
1587         relative inside partcombine arguments.
1588
1589         * scm/music-functions.scm (make-non-relative-music): new function.
1590
1591         * Documentation/user/notation.itely (Automatic part combining):
1592         add note about \relative.
1593
1594         * lily/part-combine-iterator.cc (construct_children): add
1595         start_moment_ member.
1596
1597         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1598         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1599
1600         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1601
1602         * Documentation/user/changing-defaults.itely (Which properties to
1603         change): fixes.
1604
1605 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1606
1607         * po/fr.po: update.
1608
1609 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1610
1611         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1612
1613         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1614         Reinstate old code that issues warning.  Fixes --srcdir build.
1615
1616 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1617
1618         * input/wilhelmus.ly: New file.
1619
1620         * Documentation/user/notation.itely: 
1621         * Documentation/user/introduction.itely:
1622         * Documentation/user/tutorial.itely: Use quote ly-option instead
1623         of explicit @quotation.  This fixes too long lilypond linewidths
1624         resulting in overful hboxes.
1625
1626         * scripts/lilypond-book.py: Add ly-option: `quote'.
1627
1628 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1629
1630         * tex/titledefs.tex: Avoid that the first score line is extra
1631         indented if instrument is defined but not piece.
1632
1633 2004-03-30  Werner Lemberg  <wl@gnu.org>
1634
1635         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1636         `lilypond/' to info file name.
1637         (@usermanref) [info]: New variant.
1638
1639         * scm/documentation-generate.scm: Fix definition of @usermanref
1640         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1641         to info file name.
1642
1643 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1644
1645         * VERSION: release 2.1.36
1646         
1647         * Documentation/user/changing-defaults.itely (Interpretation
1648         contexts): rewrite introduction.
1649
1650 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1651
1652         * scm/define-markup-commands.scm: Use TeX accents instead of
1653         straight iso-8859-1 encoding in the doc string.
1654
1655 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1656
1657         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1658         space after dotted duration.
1659
1660 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1661
1662         * Documentation/user/introduction.itely: 
1663         * Documentation/user/notation.itely:
1664         * Documentation/user/tutorial.itely: Up all relative examples.
1665         Enclose @lilypond displays in @quotation.  Typos and corrections.
1666
1667         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1668
1669 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1670
1671         * scm/music-functions.scm (make-voice-props-revert): Revert also
1672         MultiMeasureRest staff-position in oneVoice.
1673
1674 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1675
1676         * Documentation/user/changing-defaults.itely, 
1677         Documentation/user/lilypond.tely: few fixes. Place no comma between
1678         two options: a and b, but commas between three options: a, b, and c.
1679         By this manner, grouping is possible: a and b, and c and d.
1680
1681 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1682
1683         * Documentation/user/GNUmakefile: add rule for .nexi
1684
1685 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1686
1687         * Documentation/user/music-glossary.tely: move glossary direntry
1688
1689         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1690         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1691
1692 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1693
1694         * stepmake/aclocal.m4: Verify that gettext configure check with
1695         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1696
1697 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1698
1699         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1700         glob.glob for .png filenames. This catches multipage pngs.  
1701
1702         * Documentation/user/changing-defaults.itely (Determining the grob
1703         property): fix references.
1704
1705         * lily/staff-symbol.cc (print): only add extent if non empty.
1706         This fixes staff-container.ly.
1707
1708         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1709         starting with a mmrest also works.
1710
1711         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1712         PNG for texinfo too.
1713
1714         * po/lilypond.pot: update translation strings.
1715
1716         * VERSION: 2.1.35 released
1717         
1718         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1719         context argument too.
1720
1721         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1722
1723         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1724
1725         * python/lilylib.py (command_name): don't return 1st path
1726         component.
1727
1728         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1729         .png case separately.
1730
1731         * python/lilylib.py (system): typo.
1732         
1733 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1734
1735         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1736         run indent-region.
1737
1738         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1739         Fixes compile.
1740
1741         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1742         Add header.
1743
1744 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1745
1746         * vim/lilypond-indent.vim: small fixes.
1747
1748 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1749
1750         * Documentation/user/notation.itely (Entering lyrics): Add example
1751         with correct english double quotes (at least for LaTeX output,
1752         maybe not a good idea if we switch to PS as the default output
1753         format).
1754
1755 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1756
1757         * lily/staff-performer.cc (create_audio_elements): play instrument
1758         changes before notes arrive. This fixes instrument of the first
1759         note in a score.
1760
1761         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1762         to 1.9.0 conversion.
1763
1764         * lily/mark-engraver.cc: doc string.
1765
1766         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1767
1768         * Documentation/user/introduction.itely (Introduction): new node.
1769
1770 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1771
1772         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1773
1774         * input/regression/spacing-ragged-last.ly: new file.
1775
1776         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1777         spacing.
1778
1779         * scm/font.scm: rewrite using GOOPS.
1780         
1781         * lily/context-def.cc (filter_engravers): derefence pointer.
1782
1783         * lily/lily-guile.cc (type_check_assignment): use
1784         ly_scheme_function iso. scm_primitive_eval where possible.
1785
1786         * lily/performance.cc (output): limit channels at 15. This fixes
1787         percussion inadvertently showing up in large scores.
1788
1789 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1790
1791         * input/regression/tuplet-gap.ly: new file.
1792
1793         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1794         (print): compute gap length from number size, include italic
1795         correction.
1796
1797         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1798         tuplet-bracket
1799
1800         * scm/paper.scm (set-default-paper-size): new function, to be
1801         called at toplevel.
1802         (set-paper-size): new function, to be called inside \paper {}
1803         (set-default-paper-size): new function, to be called at toplevel.
1804
1805         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1806
1807         * lily/beam-performer.cc (process_music): idem.
1808
1809         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1810         
1811         * tex/titledefs.tex: remove scshape for piece.
1812
1813         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1814         font-family
1815
1816         * lily/time-signature.cc (special_time_signature): font-encoding
1817         not family.
1818
1819         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1820         dynamic to head. This fixes p placement in morgenlied.
1821
1822 2004-03-23  Werner Lemberg  <wl@gnu.org>
1823
1824         * stepmake/stepmake/generic-targets.make (help): Improve text.
1825
1826 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1827
1828         * VERSION: 2.1.34 released
1829         
1830         * lily/main.cc (main_with_guile): switch debugging.
1831
1832         * lily/system.cc (get_line): plug leak.
1833
1834         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1835         and contents.
1836         (stencil2line): plug leak.
1837
1838         * Documentation/user/changing-defaults.itely (Determining a grob
1839         property):  new node.
1840         (Layout interfaces): new node.
1841         (Navigating the program reference): new node.
1842
1843         * lily/accidental-engraver.cc (acknowledge_grob): add property
1844         harmonicAccidentals
1845
1846         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1847         general cleanups.
1848         
1849         * input/les-nereides.ly (middleDynamics): resurrect Les
1850         nereides. Remove pedal hack.
1851
1852 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1853
1854         * input/regression/property-grace-polyphony.ly: new file.
1855
1856         * lily/translator-property.cc (execute_pushpop_property): only pop
1857         one instance of the property. This fixes << \\ >> together with
1858         \grace.
1859
1860         * lily/break-align-interface.cc (ordered_elements): we cannot
1861         modify the #'elements property, so return reordered array.
1862
1863 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1864
1865         * buildscripts/lilypond.words.py: remove.
1866         * buildscripts/lilypond-words.py: add new, renamed file. 
1867         Give generated targets and dirs explicitly in arguments.
1868
1869         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1870         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1871         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1872         
1873         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1874
1875         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1876
1877         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1878         orders.
1879
1880         * vim/GNUmakefile: add local-uninstall target.
1881
1882         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1883         
1884         * vim/vimrc: add a one-liner file.
1885
1886         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1887         vimrc in EXTRA_DIST_FILES.
1888
1889         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1890
1891 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1892
1893         * config.make.in: add vimdir.
1894
1895         * vim/GNUmakefile: add local-install.
1896
1897 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1898
1899         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1900         with \lilypondifundefined{blabla}. Solves problem with multiple
1901         titles in the same lilypond-book document.
1902
1903 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1904
1905         * scm/document-backend.scm (interface-doc): sort grob list for
1906         interface.
1907
1908         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1909         pre/post break align-order.
1910
1911         * spelling patch courtesy Edward Sutton.
1912
1913         * Documentation/user/changing-defaults.itely (Changing context
1914         default settings): new node.
1915         (Defining new  contexts): new node.
1916
1917         * scripts/lilypond-book.py (is_derived_class): use numbers
1918         iso. booleans.
1919
1920         * python/lilylib.py (make_ps_images): add margin to PS images.
1921
1922         * scripts/lilypond-book.py (is_derived_class): new function. Take
1923         class arg iso. object.
1924         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1925         for bug in GS/dvips.
1926
1927         * lily/text-item.cc (interpret_markup): idem.
1928
1929         * scm/define-markup-commands.scm: remove split around-space hack.
1930
1931         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1932         function, fold WL's fixes into one function.
1933
1934 2004-03-22  Werner Lemberg  <wl@gnu.org>
1935
1936         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1937         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1938         (Note_column::head_position_interval): Do proper rounding for
1939         calls to Staff_symbol_referencer::get_position.
1940
1941 2004-03-21  Werner Lemberg  <wl@gnu.org>
1942
1943         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1944         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1945         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1946         (My_lily_parser::parse_file): Improve formatting progress indication
1947         sent to stdout.
1948
1949 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1950
1951         * VERSION: 2.1.33 released.
1952
1953         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1954
1955         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1956
1957         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1958         warning is issued about dummy.dep.
1959
1960         * scm/new-font.scm: fix design sizes of nummer
1961
1962 2004-03-21  Werner Lemberg  <wl@gnu.org>
1963
1964         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1965         some annoying warnings from mkdir during `make install'.
1966
1967 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1968
1969         * lily/performer-group-performer.cc (do_announces): call
1970         Performer_group_performer::create_audio_elements () too.
1971
1972         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1973
1974         * scm/define-grobs.scm (all-grob-descriptions): add property
1975         break-align-orders
1976
1977         * lily/global-context.cc (get_default_interpreter): new
1978         function. Override from base class, so no new Score contexts are
1979         created.
1980
1981         * lily/include/stencil.hh (class Stencil): document origin field.
1982
1983         * lily/staff-symbol.cc (print): span staff-symbol on column
1984         extents for non-broken columns. 
1985
1986         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1987         key-signature.
1988
1989         * tex/titledefs.tex: don't use smallcaps for piece.
1990
1991         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1992         translated stencils in the output.
1993
1994         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1995
1996 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1997
1998         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1999         and init ties_created_
2000
2001         * VERSION: release 2.1.32
2002
2003         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2004         doc string from IMPLEMENT_CTOR_CALLBACK().
2005
2006         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2007         that engraver is in a performer hierarchy.
2008
2009 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2010
2011         * vim/lilypond-ftdetect.vim: new file.
2012
2013 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2014
2015         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2016         (compose_ly): default octave should be middle C.
2017
2018         * Documentation/user/changing-defaults.itely (Layout tunings
2019         within contexts): new node.
2020
2021         * lily/include/smobs.hh: document C++ smob interface.
2022
2023         * lily/function-documentation.cc: don't doc functions without
2024         docstring.
2025
2026 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2027
2028         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2029         direntry, so that `info lilypond' goes to Top.
2030
2031         * scm/output-ps.scm (polygon): Fix: add spaces.
2032
2033         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2034         solutions are now optimal too.
2035
2036         * input/test/page-breaks.ly: New file.
2037
2038         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2039         functions into safe module.
2040
2041         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2042         end, prepend zeros.
2043
2044         * scm/output-*.scm: Use ly:number->string rather than
2045         number->string.  Makes for saner output.
2046
2047         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2048         Fixes feta-nummer, feta-din scaling.
2049
2050 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2051
2052         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2053
2054         * scm/music-functions.scm (descend-to-context): new
2055         function. Similar to context-spec-music.
2056         (make-time-signature-set): specify Score as descend-only. This
2057         fixes the polymetric.ly example.
2058
2059         * lily/context-specced-music-iterator.cc (construct_children): add
2060         support for descend-only context spec.
2061
2062         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2063         determine ez-notation letter. 
2064
2065         * lily/system.cc (get_line): start with dumping layer 3. This
2066         fixes ez notation.
2067
2068 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2069
2070         * input/test/title-markup.ly: Stress breaking harder.
2071
2072         * scm/page-layout.scm (height-score): Overfull page scores twice
2073         as bad as underfull (was: by a power).
2074         (walk-lines): Omit first walk-path round (breaking after new node,
2075         without lines).
2076
2077         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2078         diff values are negative.
2079         (output): Bugfix: treat negative vfill differently.
2080
2081         * Documentation/user/lilypond.tely (direntry): Add note about why
2082         `info lilypond' brings up `Invoking LilyPond' node.
2083
2084 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2085
2086         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2087
2088         * lily/paper-book.cc: Remove cruft.
2089         (output): Bugfix: put vfill between lines.
2090         (pages): Bugfix: set page vars needed for filling.
2091
2092         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2093         (was: @ar).
2094
2095         * scm/page-layout.scm: Further development.
2096
2097         * ly/declarations-init.ly (paper): Define page-breaking.
2098
2099 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2100
2101         * lily/note-head.cc (brew_ez_stencil): add note-names
2102         property. Provides internationalization for note names.
2103
2104         * Documentation/user/changing-defaults.itely (Creating contexts):
2105         new node.
2106
2107         * lily/grace-iterator.cc (process): descend to child for \grace.
2108
2109         * lily/timing-translator.cc (initialize): Timing_translator adds
2110         Timing alias by itself.
2111
2112         * lily/context.cc (add_alias): new function.
2113
2114         * scm/lily.scm (tex-output-expression): new function, eval within
2115         drawing API. Guards against eval vulnerabilities.
2116
2117         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2118
2119         * scm/output-ps.scm (scm): export lily drawing API.
2120
2121         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2122         throughout.
2123
2124 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2125
2126         * scm/page-layout.scm (optimal-page-breaking): New function.
2127         
2128         * lily/paper-book.cc (pages): Use it.
2129
2130 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2131
2132         * lily/include/paper-line.hh (class Paper_line): Full smob.
2133
2134 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2135
2136         * lily/global-context.cc (run_iterator_on_me): fix grace note
2137         nesting by initting measurePosition.
2138
2139         * lily/timing-translator.cc (initialize): do no init
2140         measurePosition
2141         
2142         * lily/include/music-output-def.hh (class Music_output_def): add
2143         input_origin_ field.
2144
2145         * Documentation/user/changing-defaults.itely (Changing context
2146         properties on the fly): new node.
2147
2148         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2149         function. Only have smobbed_copy (), and do not provide
2150         smobbed_copy() for non-simple smobs. Changes throughout.
2151
2152 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2153
2154         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2155         start_moment_. Fix by Doug A. Linhardt.
2156
2157 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2158
2159         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2160         accidentals for harmonic notes.
2161
2162         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2163         of different style. (Thanks to Doug Linhardt).
2164
2165         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2166         new node.
2167
2168 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2169
2170         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2171
2172         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2173         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2174         vim/lilypond-indent.vim: doc targets and deps in comments.
2175
2176 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2177
2178         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2179
2180         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2181
2182         * lily/include/paper-line.hh:
2183         * lily/include/paper-line.cc: New file.
2184
2185 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2186
2187         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2188
2189         * GNUmakefile.in: remove stray make out=www
2190
2191         * input/test/bagpipe.ly (gcdg): octave fixes.
2192
2193         * scm/define-markup-commands.scm (number): use font-encoding
2194         iso. font-family
2195
2196         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2197         font-encoding.
2198         
2199 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2200
2201         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2202         `output_format_global' and `PAGE_LAYOUT'.
2203
2204 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2205
2206         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2207         lily functions in safe mode.
2208
2209         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2210         Print filename for HTML, LATEX, before texidoc.
2211
2212         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2213         instructions in output-ps module.
2214
2215         * scm/lily.scm: Do not load output-ps module.
2216
2217         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2218         safe mode.
2219
2220 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2221
2222         * lily/span-dynamic-performer.cc (process_music): remove spurious
2223         warning.
2224
2225         * lily/context-def.cc (Context_def): init name to ""
2226
2227         * lily/font-interface.cc: add font-encoding property.
2228
2229         * scm/lily.scm (chain-assoc-get): bugfix.
2230
2231         * lily/paper-book.cc (stencil2line): protect static SCM.
2232
2233         * lily/font-interface.cc (text_font_alist_chain): rename function,
2234         and use text-font-defaults. 
2235
2236         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2237
2238         * scm/paper.scm (paper-set-staff-size): use new function.
2239
2240         * scm/new-font.scm (make-font-tree): new function.
2241
2242 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2243
2244         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2245
2246         * scm/lily.scm (get-output-module): New function.
2247         (output-alist): Remove ,ps-output-expression.
2248
2249         * scm/output-tex.scm (ps-output-expression): New function.
2250
2251         * scm/output-ps.scm (ps-output-expression): Remove.
2252         (header, start-page): Output page metadata.
2253
2254         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2255         initialise output_module_.  Do not write part of header.
2256         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2257         (output_header): Output full header.
2258
2259         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2260         FIXME.
2261
2262 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2263
2264         * scm/new-font.scm: new file. Tree based font lookup.
2265
2266         * scm/lily.scm (assoc-get): take default argument. Remove
2267         assoc-get-default.
2268         (chain-assoc-get): use chain-assoc-get everywhere.
2269
2270         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2271         autobeamsettings conversion bug.
2272
2273         * lily/include/global-context.hh (Context): clean-up data hiding.
2274
2275         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2276         data hiding.
2277
2278         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2279
2280         * input/regression/stem-shorten.ly: add chord case.
2281
2282         * lily/stem.cc (get_default_stem_end_position): shorten stems
2283         triggered by note-head positions, not by forced-direction. This
2284         fixes a bug with too short stems.  
2285  
2286 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2287
2288         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2289         Lilypond_snippet.output_latex): Always call output_print_filename.
2290
2291         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2292         expand pages.
2293
2294 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2295
2296         * scm/part-combiner.scm (make-autochange-music): switch rests
2297         before switched notes too.
2298
2299         * lily/figured-bass-engraver.cc (process_music): change calling
2300         convention.
2301
2302         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2303
2304         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2305         command.
2306
2307         * lily/include/stencil.hh (class Stencil): add origin field.
2308
2309         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2310         function.
2311
2312         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2313
2314         * lily/lexer.ll: remove support for \$ and $ in identifiers
2315
2316         * lily/sequential-iterator.cc: remove copy_grace_fixups
2317         (get_grace_fixup): slight abstraction of fixup code.
2318
2319         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2320
2321 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2322
2323         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2324         in insert-mode. add indenting rules.
2325
2326 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2327
2328         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2329         protect hack.
2330
2331         * scm/page-layout.scm:
2332         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2333         layout and titling should now match external latex based version.
2334
2335         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2336         header fields.
2337
2338         * ps/lilyponddefs.ps: Remove automatic page layout.
2339
2340         * scm/output-ps.scm (new-start-system): New interface function.
2341
2342         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2343
2344         * lily/paper-book.cc (output): Bugfix.
2345
2346 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2347
2348         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2349         
2350 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2351
2352         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2353         direntries.
2354
2355         * ps/lilyponddefs.ps: Bugfix.
2356
2357         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2358
2359 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2360
2361         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2362         cause. This should fix warnings.
2363
2364         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2365
2366         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2367         prevent aligned 6ths.
2368
2369         * lily/custos.cc (print): remove adjust-if-on-staffline.
2370
2371 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2372
2373         * lily/paper-book.cc: Do header and footer.
2374
2375 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2376
2377         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2378
2379         * scm/paper.scm (lineheight): Remove
2380         (head-sep, foot-sep): Add.
2381
2382 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2383
2384         * mf/feta-schrift.mf: reduce portato thickness.
2385
2386         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2387
2388         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2389         programming_error ().
2390
2391         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2392         bracket to last command column.
2393
2394         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2395         continues on next/prev system.
2396
2397         * input/regression/pedal-end.ly: new file.
2398
2399 2004-03-10  Werner Lemberg  <wl@gnu.org>
2400
2401         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2402         Remove pmx2ly stuff.
2403         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2404
2405 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2406
2407         * scm/page-layout.scm: New file.
2408
2409         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2410         settings.
2411         (Lilypond_snippet.is_outdated): Also check for PNG file.
2412         Workaround for interrupted (web) builds.
2413
2414         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2415
2416         * ps/lilyponddefs.ps: Use only very small top-marging.
2417         (init-paper): Also pop page size string.
2418         (start-page, stop-page): New function.
2419
2420         * scm/output-ps.scm (header-end): Remove stray exec commands.
2421
2422 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2423
2424         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2425
2426         * lily/score.cc (default_rendering): clean protection.
2427
2428         * lily/paper-book.cc (mark_smob): implement smob marking.
2429
2430         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2431
2432         * Documentation/user/*.itely: user manual edits. 
2433
2434 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2435
2436         * Documentation/user/converters.itely (Invoking musedata2ly):
2437         remove pmx2ly.
2438
2439         * scripts/pmx2ly: remove script.
2440         
2441 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2442
2443         * lily/score.cc (default_rendering): Protect paper-book members.
2444
2445         * lily/paper-def.cc (smobbed_copy): New method.
2446
2447         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2448         switch runtime.
2449
2450         * lily/include/music-output.hh (process): Change signature to
2451         return SCM.
2452
2453         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2454         method.
2455
2456         * lily/paper-score.cc (process): Return stencils rather than
2457         outputting directly.  Remove paper-book kludge.  Delete grobs.
2458         (output): Remove.
2459
2460         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2461
2462         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2463
2464         * lily/score.cc (default_rendering)
2465         (ly_render_output): Move adding paper-score two levels up.
2466
2467         * lily/system.cc (get_line):
2468         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2469
2470 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2471
2472         * scm/font.scm (paper20-font-vector): add more design sizes for
2473         number.
2474
2475         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2476         feta-nummber{5,7,11,13}.
2477
2478         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2479         for 12pt design size. 
2480
2481 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2482
2483         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2484
2485 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2486
2487         * lily/font-select.cc (properties_to_font_size_family): Fix
2488         warning message.
2489
2490         * Experimental PostScript latin1 encoding:
2491         
2492         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2493
2494         * scm/output-ps.scm: Experimental encoding using reencode-font.
2495         * scm/font.scm: Add latin1 `font-shape'.
2496         
2497         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2498
2499         * ps/lilyponddefs.ps (reencode-font): New function.
2500
2501         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2502
2503         * scm/output-tex.scm (start-page):
2504         (stop-page): New interface function.
2505
2506 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2507
2508         * lily/paper-outputter.cc (output_expr):
2509         (output_header):
2510         (output_line): New method.
2511
2512         * lily/system.cc (get_line):
2513         (get_lines): New method.
2514         (output_scheme):
2515         (output_line): Remove.
2516
2517         * scm/lily.scm (make-title): New function.
2518
2519         * lily/paper-book.cc: 
2520         * lily/include/paper-book.hh: New file.
2521
2522         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2523         ly-modules.hh).
2524
2525         * lily/ly-module.cc (ly_modules_lookup): New function.
2526
2527         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2528
2529         * scm/output-ps.scm (make-title): Remove.
2530         (output-scopes): Junk header-title test.
2531
2532 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2533
2534         * mf/feta-schrift.mf: thicker dot for portato.
2535
2536         * lily/accidental-placement.cc (position_accidentals): bugfix in
2537         offset, this fixes right-padding of AccidentalPlacement.
2538
2539         * lily/[h-z]*.cc: () formatting.
2540
2541         * Documentation/user/tutorial.itely (An orchestral part): more
2542         fixes for the tutorial.
2543
2544         * scm/translation-functions.scm (fraction-tuplet-formatter):
2545         reverse fraction.
2546
2547         * lily/parser.yy (context_def_spec_block): use \context instead of
2548         \translator.
2549
2550         * lily/[a-g].cc: () style cleanup.
2551
2552         * Documentation/user/tutorial.itely (Automatic and manual beams):
2553         editing of tutorial.
2554
2555 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2556
2557         * buildscripts/mf-to-table.py (base): write encoding name.
2558
2559 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2560
2561         * Documentation/user/GNUmakefile (local-install-info): Issue
2562         warning (for packager, ie, if not installing in /usr or /usr/local).
2563
2564         * lily/stencil-scheme.cc: 
2565         * lily/staff-symbol-referencer.cc: 
2566         * lily/script-column.cc: 
2567         * lily/pitch.cc: 
2568         * lily/music.cc: 
2569         * lily/grob-pq-engraver.cc: 
2570         * lily/font-interface.cc: 
2571         * lily/music-output-def.cc: 
2572         * lily/duration.cc: 
2573         * lily/grob-scheme.cc:
2574         * lily/context-scheme.cc: Put scheme name on first line in
2575         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2576         style cleanups.
2577
2578         * stepmake/stepmake/scm-vars.make: 
2579         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2580         Rename and split TAGS_FILES.
2581
2582         * GNUmakefile.in (ALL-TAGS): Remove.
2583         
2584         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2585         deeper TAGS files.  Fixes regexp tags in TOP dir.
2586
2587 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2588
2589         * VERSION: 2.1.29 released.
2590         
2591         * Documentation/user/changing-defaults.itely (Changing defaults):
2592         new file.
2593
2594         * Documentation/user/notation.itely (Notation manual): rename from 
2595         refman.itely
2596
2597         * Documentation/user/notation-appendices.itely (The Feta font):
2598         new file.
2599
2600         * Documentation/user/advanced.itely: add aborted attempt for
2601         advanced topics manual.
2602
2603 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2604
2605         * scm/new-markup.scm: display Markups in sane format. Patch by
2606         Nicolas Sceaux.
2607
2608 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2609
2610         * lily/main.cc: Cleanups.
2611         (setup_localisation): New function.
2612         (sane_putenv): Remove.
2613         (main_with_guile): New name (Was: main_prog).  Remove musings
2614         about possible preparation for GUILE heavy memory usage and
2615         practical uselessness.  Do not set environment variables
2616         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2617         name juggling.
2618         (parse_argv): New function.
2619         (copyright): New function.  It's 2004 already.
2620
2621         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2622         (distill_inname): Move from main.
2623
2624 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2625
2626         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2627
2628         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2629
2630         * Documentation/user/running.itely: new file.
2631
2632         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2633
2634         * lily/score-performer.cc (finish): call Translator::finalize ().
2635
2636 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2637
2638         * lilypond-ftpplugin.vim: renamed to the following file.
2639         * lilypond-ftplugin.vim: new file.
2640
2641         * GNUmakefile.in: update VIM_FILES.
2642
2643 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2644
2645         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2646         props.
2647
2648         * input/test/tie-sparse.ly: remove.
2649
2650         * lily/tie-performer.cc (try_music): copy & paste from
2651         Tie_engraver.
2652
2653         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2654         variable_ref twice.
2655
2656         * lily/key-performer.cc (create_audio_elements): use
2657         alterations-in-key.
2658
2659         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2660
2661 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2662
2663         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2664         handle also quarter tones (not shown as tests). test also flats.
2665
2666         * Documentation/index.html.in: small fixes.
2667
2668 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2669
2670         * input/regression/new-markup-scheme.ly: Typo.
2671
2672         * scm/define-markup-commands.scm (fill-line): New markup.
2673
2674         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2675         (output-paper-def): Fix alignment.
2676         (make-title): Fix height/width scaling.
2677
2678         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2679
2680         * input/test/title-markup.ly: Add remaining titles.  Layout and
2681         font size fixes.  Add simplistic latin1 test.
2682
2683 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2684
2685         * input/test/nested-groups.ly: remove. move content (to next). 
2686         * input/test/staff-bracket.ly: replace content (from prev), this 
2687         has been already in templates.
2688
2689 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2690
2691         * stepmake/autogen.sh: Only issue warning about running configure
2692         without arguments when autogen.sh will actually be running
2693         configure.
2694
2695 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2696
2697         * scm/new-markup.scm (stack-stencil-line): robustness.
2698
2699         * scm/define-markup-commands.scm (simple): robustification of
2700         simple-markup.
2701
2702         * Documentation/user/music-glossary.tely (Top): change central C
2703         to middle C.
2704
2705         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2706
2707 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2708
2709         * input/test/title-markup.ly (spaceTest): Add.
2710
2711         * lily/text-item.cc (interpret_markup): Make line markup from
2712         multi word markup.
2713
2714         * scm/define-markup-commands.scm (word): New markup command.
2715         (simple): Use it.
2716
2717         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2718
2719 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2720
2721         * vim/ftplugin/lilypond.vim:
2722         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2723         show matching paren in insert mode.
2724
2725 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2726
2727         * scm/output-ps.scm (make-title, output-scopes): Further
2728         development.
2729
2730         * input/test/title-markup.ly: New file.
2731
2732         * ps/lilyponddefs.ps: Disable PostScript titling.
2733
2734         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2735
2736 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2737
2738         * lily/arpeggio.cc (width_callback): remove padding.
2739  
2740         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2741
2742         * scm/define-music-types.scm: remove make-music-by-name.
2743
2744         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2745
2746 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2747
2748         * lily/paper-score.cc (process): Output titles using make-title.
2749
2750         * scm/output-ps.scm (output-stencil): Display directly instead of
2751         constructing string.
2752         (make-title): New function.
2753
2754 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2755
2756         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2757         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2758         Move documentation of LaTeX packages for latin1 characters to the
2759         lilypond-book manual.
2760
2761 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2762
2763         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2764
2765         * vimrc: add menu in console and shortcut <F10> for it.
2766
2767         * vim/:
2768         * vim/compiler/:
2769         * vim/syntax/:
2770         * vim/indent/:
2771         * vim/ftplugin/: new directories.
2772         
2773         * vim/filetype.vim: new file.
2774
2775         * lilypond.vim: remove files (see next).
2776         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2777
2778         * vimrc: remove file (see next).
2779         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2780
2781         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2782         add header. apply bindings only locally.
2783
2784         * vim/indent/lilypond.vim: new file.
2785
2786         * vim/ftplugin/lilypond.vim: remove errorformat.
2787         * vim/compiler/lilypond.vim: new file for errorformats.
2788
2789         * Documentation/topdocs/INSTALL.texi: give easier orders.
2790
2791         * ROADMAP: add vim/
2792
2793 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2794
2795         * Documentation/user/introduction.itely (Introduction): Use @image
2796         iso @html <img...>.  Add workaround for images in columns in info.
2797
2798         * stepmake/aclocal.m4: Store computed version in variable.
2799
2800         * configure.in: Export MAKEINFO_VERSION.
2801
2802         * config.make.in (MAKEINFO_VERSION): Add.
2803
2804         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2805
2806         * Documentation/user/GNUmakefile: Only build info with images when
2807         building web.
2808
2809         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2810
2811         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2812         stuff from documentation-targets.make
2813
2814 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2815
2816         * VERSION: 2.1.28 released
2817         
2818         * scripts/convert-ly.py (conv): 
2819
2820 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2821
2822         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2823         \arpeggioBoth. redefine \arpeggioBracket.
2824
2825         * Documentation/user/refman.itely: document new arpeggio
2826         functions.
2827
2828         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2829
2830         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2831
2832         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2833
2834 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2835
2836         * Documentation/user/introduction.itely (Automated engraving):
2837         rewrite introduction using website text.
2838
2839 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2840
2841         * scm/*.scm: make-music-by-name is replaced by make-music, which
2842         also accept music property settings, eg:
2843           (make-music 'TextScriptEvent 'direction DOWN 'text
2844               (make-simple-markup x))
2845
2846         Patch courtesy Nicolas Sceaux
2847
2848         * lily/beam-quanting.cc: cleanup, separate counts for left and
2849         right beam ends.
2850
2851         * lily/side-position-interface.cc (quantised_position): also
2852         quantize staccato position for forced stem directions. 
2853
2854 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2855
2856         * scm/*.scm: Patch by Nicolas Sceaux: 
2857
2858         * scm/music-functions.scm: ly:grob-property and ly:music-property
2859         are made procedure with setters.
2860
2861         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2862         
2863 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2864
2865         * input/test/[t-v]*.ly: finish rewriting texidocs.
2866
2867         * input/test/vaticana.ly: remove.
2868         * input/test/ligature-vaticana.ly: new, renamed file name.
2869
2870         * input/test/stem-centered.ly: remove.
2871         * input/test/mensural-note-heads.ly: new file. take content from
2872         removed file stem-centered.ly.
2873
2874         * input/test/scales-greek.ly: simplify.
2875
2876         * input/test/s*.ly: reformulate texidocs.
2877         
2878         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2879         of missing features.
2880
2881 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2882
2883         * input/test/[j-o]*.ly: update texidocs.
2884
2885 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2886
2887         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2888
2889         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2890         images.
2891
2892         * Documentation/user/lilypond.tely (@direntry): Update.
2893
2894         * stepmake/stepmake/documentation-targets.make
2895         (install-info,uninstall-info): Install into $(package_infodir).
2896         Install images.  Run install-info to update dir.
2897
2898         * config.make.in (package_infodir): Add.
2899
2900         * Documentation/user/GNUmakefile (info-with-images,
2901         local-install-info, local-uninstall-info): New target.
2902
2903 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2904
2905         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2906         gap/threshold.
2907
2908         * lily/beam-quanting.cc (score_slopes_dy): remove
2909         ROUND_TO_ZERO_SLOPE kludge.
2910
2911         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2912
2913         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2914
2915         * lily/global-context.cc (Global_context): alway accept Score
2916         (run_iterator_on_me): cast Context to Score_context, not
2917         Context_def.
2918
2919         * Documentation/user/refman.itely: documentation patch by Edward
2920         Sanford Sutton.
2921
2922         * mf/GNUmakefile: unset sauter-fonts.
2923
2924 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2925
2926         * scripts/lilypond-book.py (output_texinfo): Output @image
2927         descriptions for info too.
2928
2929         * input/test/chord-names-jazz.ly: 
2930         * input/test/embedded-scm.ly: Clarify.
2931
2932         * input/test/cautionaries.ly: Typo.
2933
2934         * lily/input-smob.cc (ly_input_location): Compile fix.
2935
2936 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2937
2938         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2939
2940         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2941         fixes problems with system defaults being reverted with \override
2942         on Score level.
2943
2944         * lily/global-context.cc (Global_context): apply property-ops to
2945         Global_context too. 
2946
2947 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2948
2949         * scm/output-ps.scm (stencil->string): Rewrite.
2950
2951 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2952
2953         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2954         impersonal style.
2955
2956 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2957
2958         * lily/input-smob.cc (ly_input_location: New function.
2959
2960         * scm/define-markup-commands.scm (upright): New markup command.
2961
2962         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2963
2964         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2965
2966         * scm/output-ps.scm (output-stencil): New function.
2967
2968         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2969         of snippet types; fixes @ignore and @verbatim blocks.
2970
2971 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2972
2973         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2974         to a file in printed documentation, instead, refer either to a 
2975         syntax or to an output.
2976
2977 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2978
2979         * input/regression/beam-center-slope.ly: Add test.
2980
2981 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2982
2983         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2984         (SAUTER_FONTS): Reinstate.
2985
2986         * scm/define-markup-commands.scm (caps): New markup command.
2987
2988         * scm/output-ps.scm (output-scopes): Experimental markup output.
2989
2990         * scm/: Add missing headers.
2991
2992         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2993
2994         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2995
2996 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2997
2998         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2999         Stray style cleanups.
3000
3001 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3002
3003         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3004         no dot combination.
3005
3006         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3007         substitute \override Staff.autoBeamSettings too
3008
3009         * Documentation/user/tutorial.itely: proofreading fixes by David
3010         Bobroff
3011
3012 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3013
3014         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3015
3016         * ps/music-drawing-routines.ps: 
3017         * ps/lilyponddefs.ps: Add end markers.
3018
3019 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3020
3021         * VERSION: 2.1.27 released.
3022         
3023         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3024
3025         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3026         obey documentation.
3027
3028 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3029
3030         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3031
3032         * scm/output-ps.scm: Resurrect.
3033         
3034         * scm/output-tex.scm: Minimal cleanups.
3035
3036         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3037
3038         * make/ly-rules.make: Remove any broken lily-*.tex files before
3039         lilypond-book run.
3040
3041         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3042         comment.
3043
3044         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3045         Enabled by default, may save 10% compile time.
3046
3047 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3048
3049         * lily/lyric-phrasing-engraver.cc: remove
3050         
3051         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3052         longer necessary. 
3053
3054         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3055         so lyric-phrasing-engraver is no longer necessary.
3056
3057         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3058         Grob_pq_engraver from Staff.
3059
3060         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3061         busyGrobs directly.
3062
3063         * input/regression/quote-transposition.ly: new file.
3064
3065         * lily/recording-group-engraver.cc (stop_translation_timestep):
3066         store instrumentTuning too. 
3067
3068         * lily/quote-iterator.cc (process): transpose events using
3069         instrumentTuning.
3070
3071         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3072         -> \tuning <pitch>
3073
3074         * lily/parser.yy (command_req): add \tuning command for setting
3075         instrument tuning of staff.
3076
3077         * Documentation/user/GNUmakefile
3078         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3079
3080         * Documentation/user/refman.itely (Customized accidental rules):
3081         typo.
3082
3083 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3084
3085         * Documentation/user/music-glossary.tely: remove the missing norwegian
3086         translation; they can be put in later properly.
3087
3088 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3089
3090         * lily/recording-group-engraver.cc (start_translation_timestep):
3091         init Recording_group_engraver twice.
3092
3093 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3094
3095         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3096         stray style cleanups:
3097
3098         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3099         -Wmissing-prototypes.
3100
3101         * flower/include/killing-cons.tcc (Killing_cons): Add template
3102         specifier for car_.
3103
3104         * flower/include/parray.hh (binsearchs): Add template specifier
3105         for maxkey.
3106
3107         * flower/include/interval.hh: Declare elem () with template specfier.
3108
3109 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3110
3111         * elisp/lilypond-indent.el (get-buffer-size): add customization
3112         groups for several variables (Reuben Thomas).
3113
3114 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3115
3116         * Documentation/user/invoking.itexi (Point and click): add index
3117         entry.
3118
3119         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3120         go under beam.
3121
3122         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3123         sarabande beam. 
3124
3125         * flower/warn.cc (programming_error): cross fingers not thumbs.
3126
3127         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3128         staff-position is set.
3129
3130         * VERSION: release 2.1.26 
3131         
3132         * scm/chord-entry.scm (construct-chord): process transposition
3133         after processing explicit-11.  
3134
3135 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3136
3137         * lily/parser.yy (add_quote): add syntax for adding quotes:
3138         \addquote "id-string" Music
3139
3140         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3141
3142         * scripts/convert-ly.py (conv): add rules for name changes.
3143
3144         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3145         music/context/grob property functions. Internally, use
3146         get_property() and set_property() for both.
3147
3148 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3149
3150         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3151         for Emacs <= 20 (Laurent Martelli).
3152
3153 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3154
3155         * lily/parser.yy (command_element): extract quoted vector in
3156         parser.
3157
3158         * input/regression/quote.ly: new file.
3159
3160         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3161
3162         * lily/parser.yy (command_element): \quote DURATION NAME: support
3163         cue notes. 
3164
3165         * lily/quote-iterator.cc (class Quote_iterator): new file.
3166
3167 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3168
3169         * lily/auto-beam-engraver.cc (try_music): accept and process
3170         beam-forbid-event.
3171
3172         * input/regression/auto-beam-no-beam.ly: new file.
3173
3174 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3175
3176         * lily/accidental.cc (print): Change font-relative-size ->
3177         font-size. Fixes cautionary-style = smaller.
3178
3179 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3180
3181         * lily/system-start-delimiter.cc (staff_brace): remove
3182         font-relative-size
3183
3184         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3185         forgotten with scm_list_n. Fixes spurious coredumps.
3186
3187         * lily/accidental-engraver.cc (stop_translation_timestep): move
3188         update of localKeySignature to stop_translation_timestep (). This
3189         makes sure that all ties are noticed at the right moment.
3190         (stop_translation_timestep): clear tie only when right-side
3191         notehead was seen.
3192         (number_accidentals_from_sig): cleanup. 
3193
3194         * input/regression/accidental-tie.ly (mus): new file
3195
3196         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3197         these longish tests.
3198
3199 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3200
3201         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3202
3203         * THANKS: update bugreporter list.
3204
3205         * lily/beam.cc (print): broken beams last until end of staff.
3206         (print): broken beams start from prefatory matter.
3207
3208         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3209
3210         * lily/paper-score.cc (process): dump header only once.
3211
3212         * lily/paper-outputter.cc (Paper_outputter): move logic into
3213         Scheme.
3214
3215         * scm/output-tex.scm (output-scopes): new function.
3216         (output-paper-def): new function
3217         (tex-string-def): new function
3218         (symbol->tex-key): new function
3219
3220         * scripts/convert-ly.py (conv): add rule for | ~
3221
3222 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3223
3224         * input/regression/{many}.ly: refresh, trying to guess how
3225         it was designed.
3226
3227 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3228
3229         * VERSION: release 2.1.25
3230
3231         * scm/define-translator-properties.scm
3232         (all-user-translation-properties): add printOctaveNames
3233
3234         * ly/engraver-init.ly: remove Note_event_swallower from
3235         NoteNamesContext.
3236
3237         * lily/note-name-engraver.cc (process_music): new property
3238         printOctaveNames
3239
3240         * lily/context.cc (find_existing_context): remove support for
3241         Current.
3242
3243         * scm/music-functions.scm (set-accidental-style): new function;
3244         duplicate accidental macros.
3245
3246         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3247
3248         * lily/note-name-engraver.cc (process_music):
3249         process_acknowledged_grobs () -> process_music ()
3250
3251         * scm/part-combiner.scm (determine-split-list): robustification.
3252
3253 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3254
3255         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3256         lines for falling into beam-gap.
3257         (score_forbidden_quants): check all staff lines for falling in
3258         beam gaps.
3259
3260         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3261         key/clef/time signatures. 
3262
3263         * input/test/ossia.ly: revise example.
3264
3265         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3266         cleanup.
3267         
3268         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3269         comply to Scheme standard.  Remove ly:get-paper-variable
3270
3271 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3272
3273         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3274
3275 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3276
3277         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3278         properties from Voice context. This fixes accidental size for
3279         staff-switches during grace contexts.
3280
3281         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3282         if necessary. Else, simply wipe dots.
3283
3284         * input/test/beam-alternate.ly: new file
3285
3286         * input/test/piano-staff-distance.ly: new file.
3287
3288         * lily/translator-group.cc (recurse_down_translators): use
3289         Direction for bottom-up/top-down.
3290
3291         * lily/include/translator.hh (class Translator): add
3292         process_music() and do_announces(). This obviates
3293         recurse_down_{engravers,performers}.
3294
3295         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3296         \melisma and \melismaEnd
3297
3298         * lily/melisma-engraver.cc (process_music): change to
3299         Melisma_translator, unify with performer. Accept
3300         ManualMelismaEvent.
3301
3302         * ly/engraver-init.ly: add Font_size_engraver.
3303
3304 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3305
3306         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3307         it hara-kiri.
3308
3309         * input/regression/{many}.ly: improve descriptions trying to figure
3310         out what is tested.
3311
3312 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3313
3314         * lily/slur.cc (broken_trend_offset): robustness fix.
3315
3316         * VERSION: release 2.1.24
3317
3318         * lily/context.cc (find_create_context): go to Score if it exists.
3319
3320         * lily/context-scheme.cc: new file.
3321
3322         * lily/score-translator.cc (get_output): new file.
3323
3324         * lily/include/grob-info.hh: origin_contexts() now does not
3325         include the originating engraver
3326
3327         * lily/translator-group.cc (translator_each): clean up contents,
3328         remove superfluous stubs. Engraver_group_engraver and
3329         Performer_group_performer are the only classes using multiple
3330         inheritance.
3331
3332         * lily/include/score-context.hh (class Score_context): interface
3333         between Score_{engraver,performer} and Global_context.
3334
3335         * lily/include/global-context.hh (Context): change from
3336         global-translator. This is the entry point for contexts; it is not
3337         tweakable using \translator{}. Score is no longer the top context,
3338         but sits underneath Global.
3339
3340         * lily/include/context.hh (class Context): brain surgery: split
3341         out Context functionality from Translator_group. Context is now a
3342         separate type from Translator.
3343
3344 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3345
3346         * lily/include/translator.hh (class Translator): make
3347         get_score_context() and get_global_translator (), and use the one
3348         which is appropriate.
3349
3350         * lily/context.cc: partially put functionality of Translator_group
3351         into Context.
3352
3353         * lily/include/context.hh (Translator): new class: put between
3354         Translator and Translator_group. 
3355
3356         * lily/new-accidental-engraver.cc: remove file.
3357
3358 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3359
3360         * input/regression/{many}.ly: improve descriptions: use complete 
3361         sentences, try to describe what is tested, avoid `we´, do not use 
3362         don't, ... 
3363
3364 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3365
3366         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3367         is at EOL.
3368
3369         * Documentation/user/lilypond.tely: declare the topmost node only
3370         once; removes empty line in @contents.
3371
3372         * Documentation/user/music-glossary.tely: really add Finnish author.
3373         Draw more beatiful `->´ arrow in html: &rarr;
3374
3375 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3376
3377         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3378
3379         * scripts/convert-ly.py (conv): add ly:music-list  change.
3380
3381         * lily/grob.cc: edit doc string.
3382
3383         * scm/define-grob-properties.scm (all-user-grob-properties):
3384         proofreading, editing of doc strings.
3385
3386         * input/regression/tablature-string-tunings.ly: new file.
3387
3388         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3389         listen to stringTunings
3390
3391         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3392         for self-alignment-[XY] code.
3393  
3394 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3395
3396         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3397         cond) into function. Cleanup.
3398
3399         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3400         
3401         * VERSION (PACKAGE_NAME): 2.1.23 released
3402
3403 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3404
3405         * Documentation/user/{refman,internals}.itely: small fixes.
3406
3407 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3408
3409         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3410         accidentals for harmonic notes
3411
3412         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3413         for harmonic notes.
3414
3415         * scm/document-backend.scm (interface-doc): prune Grob
3416         documentation: don't duplicate interface information.
3417
3418         * lily/*.cc: lots of updates of doc strings.
3419
3420 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3421
3422         * input/test/ac-extra-voice.ly (accompany): remove file.
3423
3424         * input/test/maximum-rest-count.ly: remove file.
3425
3426         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3427         conversion rule for \translator { }. Apply everywhere.  
3428
3429         * lily/parser.yy (music_property_def): set property for \once in
3430         the PropertyMusic itself, not the ContextSpec.
3431         (property_operation): change syntax within \translator { }
3432
3433         * scm/define-music-properties.scm (all-music-properties): clean up.
3434
3435         * lily/auto-beam-engraver.cc (test_moment): use
3436         updated_grob_properties() to retrieve autoBeam settings.
3437
3438         * lily/spacing-spanner.cc: bound shortest_playing_len by
3439         measure_length
3440
3441         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3442         multi-measure events for spacing computation.
3443
3444         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3445         elliptical, to 1.49.
3446
3447         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3448         vertical positioning for polyphony, without RestCollision object.
3449
3450         * lily/note-column.cc (add_head): prevent rests & note heads on
3451         one stem.
3452
3453         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3454         (do_shift): rewrite only-rests case: use common refpoints: the
3455         routine will have sensible results when other rest-translations
3456         have taken place.
3457
3458         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3459         < 0 case. 
3460
3461         * VERSION: 2.1.22 released
3462         
3463         * input/GNUmakefile (SUBDIRS): remove ascii-art
3464
3465 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3466
3467         * input/: Convert ly files that still had \property.  Fixes make
3468         web.  Remove exta spaces around '='. 
3469
3470         * scripts/convert-ly.py (conv): Redundant space fixes.
3471
3472         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3473
3474 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3475
3476         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3477         create scalable PS and PDFs  for input/{test,template,regression}.
3478
3479         * lily/context.cc (is_alias): move function.
3480         (is_alias): add Bottom as context alias. 
3481         (find_create_translator): add Bottom as a context alias for creation.
3482
3483         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3484
3485         * lily/parser.yy (music_property_def): new syntax for property
3486         assignments:
3487
3488         \set A.B = #C , \unset A.B
3489         \override A.B #C = #D, \revert A.B #C 
3490
3491         * lily/my-lily-lexer.cc: remove \property
3492
3493 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3494
3495         * Documentation/user/refman.itely: add dots after seealso refs.
3496
3497         * input/template/{many}.ly: harmonise descriptions.
3498
3499         * Documentation/user/music-glossary.itely: add Finnish author.
3500
3501 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3502
3503         * VERSION (PACKAGE_NAME): release 2.1.21
3504
3505 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3506
3507         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3508
3509         * scripts/lilypond-book.py (snippet_res): @include filename must
3510         not be empty.
3511
3512 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3513
3514         * scm/documentation-generate.scm (markup-doc-string): dump
3515         markup-commands.tely
3516
3517         * scm/define-markup-commands.scm (override): new file.
3518         Move documentation from refman into doc-strings. 
3519
3520         * input/test/staff-container.ly: fix example.
3521
3522         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3523         StaffContainer
3524
3525         * lily/grob.cc: remove point_dimension_callback
3526         (Grob): read forced dimensions from X-extent and Y-extent.
3527         (get_paper): remove preset_extent.
3528
3529         * scm/define-grobs.scm (all-grob-descriptions): remove
3530         point_dimension_callback. 
3531
3532         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3533         textscript to head. This makes no-spacing-rods work on
3534         DynamicText.
3535
3536         * lily/chord-name.cc: remove props chord, bass, inversion.
3537
3538         * Documentation/user/appendices.itely: add Scheme functions,
3539         context-properties and layout properties to manual.
3540
3541         * scm/part-combiner.scm (determine-split-list): include rests in a
3542         solo1/2 sequence.
3543
3544         * lily/new-part-combine-iterator.cc (substitute_both): new
3545         function.
3546         (class New_pc_iterator): add separate Voice=solo context, fixes
3547         autobeams going from chords to solo.
3548
3549 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3550
3551         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3552
3553         * Documentation/user/tutorial.itely:
3554         * Documentation/user/refman.itely: Add short note about being part
3555         of lilypond.tely.
3556
3557         * COPYING: Make note more clear with respect to files that are
3558         explicitely licenced otherwise (Documention/user/ comes to mind).
3559         
3560         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3561         comment about barfing of @c,{}.
3562
3563         * Documentation/user/music-glossary.tely: Add list of authors.
3564
3565         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3566         source (was: also in build log).
3567
3568 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3569
3570         * lily/side-position-interface.cc (general_side_position): if
3571         staff-padding is set, then include staff in support too.
3572
3573         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3574         module workbook
3575
3576         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3577
3578         * lily/tuplet-engraver.cc: remove tupletInvisible
3579
3580         * scm/define-translator-properties.scm: cleanup, separate in
3581         internal and user props. 
3582
3583         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3584         LyricsVoice -> Lyrics
3585
3586         * lily/new-part-combine-iterator.cc (process): only print warning
3587         for symbols.
3588
3589 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3590
3591         * scm/part-combiner.scm: Add proper header.
3592
3593         * All but lily/*: The great --2003 --2004 replace; the missing
3594         `bits'.
3595
3596         * TODO: Fix outline mode.  Add book notes.
3597
3598         * ROADMAP: Update.
3599
3600 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3601
3602         * scm/part-combiner.scm (make-autochange-music): use
3603         accumulator. Fixes stack overflow.
3604
3605         * lily/*: rename brew_molecule -> print , molecule-callback ->
3606         print-function
3607
3608         * scm/define-grob-properties.scm: cleanup. Separate into internal
3609         and user properties.
3610
3611         * lily/translator-property.cc (updated_grob_properties): new
3612         function
3613         (execute_pushpop_property): change to new convention:
3614         object property inits are stored as (cons ALIST BASED-ON). This
3615         storage format allows concurrent tweaks in different contexts.
3616
3617 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3618
3619         * TODO: new file.
3620
3621 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3622
3623         * debian/: Late Debian update (sorry Anthony).
3624
3625         * scripts/lilypond-book.py (do_file): Look for input_file in
3626         include path, or ask kpathsea if LATEX.
3627
3628         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3629         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3630         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3631         --header=texidoc.
3632
3633         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3634         relative.
3635
3636         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3637         only when filtering, default to input_base otherwise.  Coding
3638         style fixes.
3639
3640 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3641
3642         * lily/include/translator.hh (class Translator): add virtual
3643         qualifier.
3644
3645 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3646
3647         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3648
3649 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3650
3651         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3652
3653         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3654         (fixes make web).
3655
3656         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3657         live in $(out)-www).
3658
3659         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3660         dependencies.  Add link to .ly source in HTML output.
3661         (Lilypond_snippet.output_html): Handle multiple page picture
3662         output.
3663         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3664         Make usable for output_texinfo again.
3665
3666         * Documentation/user/GNUmakefile: Add static dependency for
3667         lilypond.tely includes.
3668
3669         * Documentation/user/tutorial.itely: Add some lost `relative'
3670         ly-options.
3671
3672 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3673
3674         * lily/include/translator-group.hh: move Music_output_def member
3675         to Global_translator.
3676
3677         * scripts/lilypond-book.py (do_file):  fix latex output.
3678
3679         * VERSION: release 2.1.20
3680         
3681         * scm/part-combiner.scm (determine-split-list): robustness fix 
3682
3683         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3684
3685         * lily/parser.yy (music_output_def_body): plug memory leak.
3686
3687         * lily/translator-group.cc (add_fresh_group_translator): plug
3688         memory leak: unprotect Translator_group once added.   
3689
3690         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3691
3692         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3693         write .dep file.
3694         (Lilypond_snippet.ly): add \renameinput.
3695
3696 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3697
3698         * Documentation/user/refman.itely (Markup command definition): Doc
3699         by Nicolas Sceaux. Rewrite by Han-Wen
3700
3701         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3702         thing of the line.
3703         (brew_molecule): only remove if hyphen is not at the end of line.
3704         (set_spacing_rods): new function: minimum-length specifies
3705         distance between syllables.
3706
3707         * scm/define-grobs.scm (all-grob-descriptions): add
3708         Hyphen_spanner::set_spacing_rods to LyricHyphen
3709
3710         * input/regression/lyric-hyphen-break.ly: new file.
3711
3712         * input/test/lyric-hyphen-retain.ly: new file.
3713
3714         * lily/new-part-combine-iterator.cc (construct_children):
3715         add Rest direction.
3716
3717 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3718
3719         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3720
3721         * Documentation/bibliography/engraving.bib (donemus1982):
3722         update entry.
3723
3724 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3725
3726         * scripts/lilypond-book.py (Substring.__init__): new class.
3727         (Snippet.output_texinfo): add texidoc option.
3728         (Include_snippet.replacement_text): new class.
3729         (Lilypond_snippet.__init__): new class
3730         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3731
3732         * Documentation/user/refman.itely (Sound): 
3733         note about number of channels.
3734
3735         * scm/music-functions.scm (voicify-music): add \context Staff for
3736         << \\ >> polyphony.
3737
3738         * lily/parser.yy (verbose_command_req): \skip now creates
3739         SkipMusic, and does not lead to spurious staves.
3740
3741         * scm/define-music-types.scm (music-descriptions): rename
3742         NonEventSkip to SkipMusic
3743
3744         * input/no-notation/midi-lyric-barcheck.ly: new file.
3745
3746         * input/regression/collision-dots-invert.ly: new file.
3747
3748         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3749         case.
3750
3751         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3752         die if melody died too.
3753
3754 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3755
3756         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3757         with reading from stdin.
3758
3759         * lily/slur-performer.cc (try_music): new file.
3760
3761         * lily/melisma-performer.cc (try_music): new file. Handle
3762         melismata to help lyrics.
3763
3764         * lily/beam-performer.cc (try_music): new file. Handle beam events
3765         to help lyrics.
3766
3767         * lily/score-performer.cc (one_time_step): reinstate
3768         process_music().
3769
3770         * lily/performer.cc (process_music): add to interface.
3771
3772         * lily/performer-group-performer.cc (process_music): new function.
3773
3774         * lily/dot-column.cc (do_shifts): do collision resolution before
3775         dot positioning.
3776         
3777         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3778         file, process printfilename option.
3779         (Snippet.__init__): rewrite: do not use global variables h or
3780         index.
3781         (main): really support -I option.
3782         (find_toplevel_snippets): new code.
3783         (find_toplevel_snippets): reinstate old version, without global
3784         variables.
3785
3786         * tex/texinfo.tex: really add file.
3787         
3788 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3789
3790         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3791         compatibility.
3792
3793 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3794
3795         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3796
3797         * scm/define-translator-properties.scm (drumPitchTable): add
3798         property.
3799
3800         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3801         function.
3802         (help_summary): docstrings.
3803         (do_file): strip the dir of input_base too.
3804
3805 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3806
3807         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3808
3809         * Documentation/user/lilypond-book.itely: Update.
3810
3811         * make/ly-rules.make: Update lilypond-book commands.
3812
3813         * Documentation/user/GNUmakefile: Update makeinfo commands,
3814         lilypond-book flags.
3815
3816         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3817         
3818         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3819
3820         * scripts/filter-lilypond-book.py: Remove.
3821
3822         * Documentation/user/*tely: Update options for new lilypond-book.
3823
3824         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3825         with @macros in @includes.
3826
3827 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3828
3829         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3830         make rest-collision only.
3831
3832         * lily/break-substitution.cc (substitute_one_mutable_property):
3833         clear all-elements using scm_assq_remove_x(). 
3834
3835         * lily/rest-collision.cc (do_shift): shift single rests
3836
3837         * flower/include/array.hh (class Array): rename to is_empty ()
3838
3839         * lily/drum-note-performer.cc: new file: perform drum notes.
3840
3841         * VERSION (PACKAGE_NAME): release 2.1.19.
3842         
3843 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3844
3845         * scripts/filter-lilypond-book.py
3846         (classic_lilypond_book_compatibility): New function.
3847
3848 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3849
3850         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3851
3852         * Grand 2003 -> 2004 search replace. 
3853
3854         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3855         (i.e. < > )
3856
3857         * ly/performer-init.ly: add DrumStaff
3858
3859         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3860         lyric-interface; this prevents lines with only extender lines from
3861         being junked.
3862  
3863         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3864
3865         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3866         extenders right, for once and for all (hopefully).
3867         
3868         * lily/break-substitution.cc (substitute_one_mutable_property):
3869         clear old 'all-elements for System grobs.
3870
3871         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3872         that associatedVoiceContext is always assigned when music & lyrics
3873         are found. 
3874
3875         * ly/engraver-init.ly: remove Lyrics context.
3876         (TabVoice): add noteheads engraver
3877
3878         * input/test/improv.ly: update: do not use Thread switching. 
3879
3880         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3881         squashedPosition is a number  
3882
3883         * Documentation/user/refman.itely (Automatic note splitting):
3884         remove Thread references.
3885
3886         * input/no-notation/pc-direction.ly: remove file.
3887
3888         * ly/engraver-init.ly: remove Thread
3889
3890         * input/regression/tie-chord-partial.ly: remove file.
3891
3892         * scripts/convert-ly.py (conv): \harmonic rule
3893
3894         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3895         notation for harmonic notes: <c' g''\harmonic>
3896
3897         * lily/lily-guile.cc (alist_to_hashq): new function
3898
3899         * scm/lily.scm (alist->hash-table): new function.
3900
3901         * Documentation/user/refman.itely (Percussion staves): update doco.
3902
3903         * input/regression/drums.ly (timb): updates
3904
3905         * lily/note-performer.cc (create_audio_elements): robustness fix.
3906
3907         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3908
3909 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3910
3911         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3912         discard valid matches.
3913
3914 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3915
3916         * lily/drum-note-engraver.cc: new file.
3917
3918         * ly/drumpitch-init.ly: move drum definitions
3919
3920         * scm/drums.scm: remove file.
3921
3922         * lily/*.cc: remove abort-event everywhere.
3923
3924         * lily/note-heads-engraver.cc (process_music): robustification.
3925
3926         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3927         robustification.
3928
3929         * lily/parser.yy (simple_element): add \drums mode.
3930         (simple_element): remove \pitchnames , \chordmodifiers. Use
3931         variables to store this. 
3932
3933         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3934         outside \notes.
3935
3936         * VERSION: release 2.1.18.
3937         
3938         * input/test: remove octave-duplicate.ly
3939
3940 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3941
3942         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3943
3944 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3945
3946         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3947         constructor from Music_iterator. Changes throughout.
3948
3949         * lily/include/music-iterator.hh (class Music_iterator): remove
3950         Music_iterator::skip and Music_iterator::get_pending_events from
3951         interface. Rename report_to -> get_outlet 
3952
3953         * lily/auto-change-iterator.cc: move contents from
3954         new-auto-change-iterator.cc from
3955
3956         * scm/part-combiner.scm: determine split-list from Scheme. 
3957
3958         * lily/new-auto-change-iterator.cc (process): new file.
3959
3960         * lily/parser.yy (part_combined_music): remove old PC cruft.
3961
3962         * ly/engraver-init.ly: remove old
3963         PC cruft.
3964
3965         * Documentation/user/refman.itely (The Lyrics context): note about
3966         extender lines.
3967
3968         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3969         to allow 0-length mmrest events.
3970
3971         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3972
3973         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3974
3975         * lily/spacing-engraver.cc (finalize): robustifications.
3976
3977         * input/regression/new-part-combine-solo-global.ly: new file.
3978
3979         * scm/part-combiner.scm: rewrite.
3980
3981 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3982
3983         * Documentation/user/refman.itely, input/puer-fragment.ly,
3984         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3985         updated for proper use of lyricsto; replaced "(" and ")" ->
3986         "\melisma" and "\melismaEnd"
3987
3988         * input/test/ancient-font.ly: small updates to reduce compile
3989         warnings (TODO: junk this file)
3990
3991         * input/test/gregorian-scripts.ly: added comment about bug
3992
3993         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3994         tiny robustness fix
3995
3996         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3997         recent changes in the feta code); temporarily mapped mensural g
3998         clef to a copy of petrucci g clef until mensural g clef will have
3999         been rewritten
4000
4001         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4002         between mensural and neo-mensural heads (this broke quite a while
4003         ago)
4004
4005         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4006
4007 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4008
4009         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4010         indication.  Fixes for verbatim, multi line comments.
4011
4012 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4013
4014         * input/regression/new-part-combine-solo.ly: more cases.
4015
4016         * lily/slur.cc (height): robustness fix.
4017
4018         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4019
4020         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4021         stemUp/stemDown.
4022
4023         * scm/music-functions.scm (determine-split-list): further analysis.
4024
4025         * lily/script-engraver.cc (try_music): discard duplicate
4026         articulations.
4027
4028         * input/regression/new-part-combine-solo.ly: new file
4029
4030         * input/regression/new-part-combine-a2.ly: new file.
4031
4032         * ly/performer-init.ly: add Devnull
4033
4034         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4035         for \musicglyph #"accidental-*"
4036         (conv): \newpartcombine rule.
4037
4038 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4039
4040         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4041
4042 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4043
4044         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4045         textwidth, --output.
4046
4047 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4048
4049         * scm/new-markup.scm (doubleflat): add accidental markups.
4050
4051         * VERSION: release 2.1.17
4052         
4053         * Documentation/user/refman.itely (Automatic part combining):
4054         revise documentation of the part-combiner.
4055
4056         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4057         
4058         * input/test/part-combine-{moment,staff}.ly: remove file.
4059
4060         * input/regression/pc-mmrest.ly (two): remove file.
4061
4062         * scm/define-music-types.scm (music-descriptions): add
4063         Solo{One,Two}Event and UnisonoEvent
4064
4065         * lily/new-part-combine-iterator.cc (unisono): add state_
4066         variable, signal changes with part-combine-event.
4067
4068         * input/regression/new-part-combine-text.ly: new file.
4069
4070         * lily/part-combine-engraver.cc: new file.
4071
4072 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4073
4074         * scripts/filter-lilypond-book.py: Handle snippet options.
4075
4076 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4077
4078         * scm/music-functions.scm (determine-split-list): detect solo1/2
4079         and unisono.
4080
4081         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4082         revert fix, document why.
4083
4084         * lily/tie-performer.cc (process_music): new function. Set melisma
4085         property.
4086
4087         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4088         always smaller than bracket size.
4089         (make_bracket): oops. Size of the gap was off by factor 2
4090
4091         * input/test/text-rotate.ly: new file.
4092
4093         * scm/new-markup.scm (markup): a macro that provides a
4094         LilyPond-like syntax in scheme for building markups, in order to
4095         help markup command definition. (Nicolas Sceaux)
4096
4097         * input/test/lyrics-skip-notes.ly: new example.
4098
4099         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4100
4101         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4102         use is_alias() iso. == . This fixes lyrics on
4103         GregorianTranscriptions. 
4104
4105 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4106
4107         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4108         \thispagestyle{lastpage} to avoid that it's printed on the second
4109         last page when there's only a single score line on the last page.
4110         (The page breaking mechanism in TeX played some ugly tricks to us.)
4111
4112 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4113
4114         * scripts/filter-lilypond-book.py: Further development.
4115
4116         * input/regression/collision-dots-move.ly: New test.
4117
4118         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4119         hand side note head of non-merged collision to the right.
4120
4121         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4122         Construct children before accessing property from emtpy
4123         lyrics_context_.
4124         (construct_children): Find thread before finding LyricsVoice.
4125         Create LyricsVoice one if none found, fixes crash (thanks Erik
4126         Sandberg).
4127
4128 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4129
4130         * cygwin/: Forward port.
4131
4132 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4133
4134         * buildscripts/install-info-html.sh: Use Bash.
4135
4136         * cygwin/mknetrel: Patch from Bert.
4137
4138 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4139
4140         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4141
4142         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4143         try to copy *png, index.html (Bertalan Fodor).
4144
4145         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4146
4147 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4148
4149         * lily/note-collision.cc (check_meshing_chords): Do not remove
4150         dots (from down head) when merging similar heads (thanks Matthias
4151         Kilian).  Simplify merge_possible tests and other cleanups
4152
4153         * input/regression/collision-merge-differently-dotted.ly: Add test
4154         for disappearing dots on similar heads for both voices.
4155
4156 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4157
4158         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4159         that tagline overrides copyright for single page scores. Correct
4160         the default tagline value.
4161
4162 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4163
4164         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4165
4166 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4167
4168         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4169         TEXMF if it's previously unset.
4170
4171 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4172
4173         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4174
4175         * input/test/trills.ly: fix the unfolding of lineprall.
4176
4177         * input/test/figured-bass-alternative.ly: fix accidental.
4178
4179 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4180
4181         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4182         
4183         * input/no-notation/dos-guile.ly: 
4184         * input/no-notation/dos-ps.ly: 
4185         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4186         
4187         * input/no-notation/safe-include.ly:
4188         * input/no-notation/safe-guile.ly:
4189         * input/no-notation/safe-ps.ly: 
4190         * input/no-notation/safe-tex.ly: New file.
4191
4192         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4193         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4194         options now.
4195         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4196         When in --safe-mode, set environment openout_any=p[aranoid].
4197
4198         * tex/ltest.tex: 
4199         * tex/lilyponddefs.tex: Add \nofiles.
4200
4201         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4202         options.
4203
4204         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4205         This allows building the user manual using a binary installation
4206         and a matching unpacked source tree.
4207
4208         * scm/lily.scm (safe-module): New variable. 
4209
4210         * lily/includable-lexer.cc (new_input): Fix error messages.
4211
4212         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4213         If SAFE, evaluate in safe-module.  Change callers.
4214
4215         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4216
4217         * lily/lexer.ll (embedded_scm): While processing main-input,
4218         invoke ly_parse_scm with safe mode if running in safe-mode.
4219         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4220         in init.ly for safe-mode.
4221
4222 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4223
4224         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4225         compatibility with old versions of geometry.sty (compat2
4226         already implied includehead).
4227         Change the page layout slightly so bottom + footskip = top +
4228         headheight + headsep = 16mm, the remaining paperheight-32mm
4229         are used for the music. Increase footskip to 5mm, so the top of
4230         the footer text doesn't touch the music.
4231
4232 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4233
4234         * VERSION: release 2.1.16
4235         
4236         * scm/music-functions.scm (determine-split-list): bugfix: only use
4237         new-active for both voices if both indexes advance. This fixes the
4238         biggest outstanding problem with new-pc. 
4239
4240         * lily/new-part-combine-iterator.cc (construct_children): set more
4241         directions.
4242
4243 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4244
4245         * scripts/convert-ly.py (conv): add instrument rule.
4246
4247         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4248
4249         * lily/side-position-interface.cc: remove add_staff_support ()
4250         Change all callers to use staff-padding.
4251
4252         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4253         make_spanner().
4254
4255         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4256
4257         * lily/text-engraver.cc: remove scriptHorizontal property.
4258
4259         * lily/beam.cc (least_squares): also set least-squares-dy for
4260         special case of slanted 2-stem beam to center.
4261
4262         * lily/side-position-interface.cc (out_of_staff): move contents of
4263         out_of_staff into aligned_side.
4264         remove out_of_staff().
4265
4266         * input/regression/measure-grouping.ly: fix warning.
4267
4268         * lily/side-position-interface.cc: add staff-padding support to
4269         Side_position_interface::aligned_side.
4270
4271         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4272         one get_property too many.
4273
4274         * flower/include/drul-array.hh (linear_combination): new function
4275         (scale_drul): new function
4276
4277         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4278         operations on empty intervals are silly.
4279
4280 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4281
4282         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4283         (iso gh_scm2int), fixes crash in new part-combiner.
4284
4285         * configure.in: Up mftrace to 1.0.27.
4286
4287 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4288
4289         * VERSION: release 2.1.15
4290         
4291         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4292         align all stanza numbers.
4293
4294 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4295
4296         * Documentation/user/{introduction.itely,refman.itely,
4297         converters.itely}: fix some text inside parentheses; text should
4298         be readable (even) if parentheses are either replaced with commas 
4299         or dropped out.
4300
4301 2004-01-25  Werner Lemberg  <wl@gnu.org>
4302
4303         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4304         input/test/vaticana.ly, input/test/ancient-font.ly,
4305         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4306         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4307         ly/params-as-init.ly, scm/define-grobs.scm,
4308         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4309
4310         * ly/params-as-init.ly: Removed.  Obsolete.
4311         * buildscripts/lilypond.words.py: Updated.
4312
4313 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4314
4315         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4316
4317         * mf/feta-din{4,5,7,9}.mf: remove.
4318         
4319         * lily/engraver.cc (internal_make_item): centralize item/spanner
4320         factory.
4321
4322         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4323         do correct chord conversion for ^"sim."  (backportme)
4324         (FatalConversionError.sub_articulations): substitute ^"foo" in
4325         chords too. (backportme)
4326
4327         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4328         for Fingering.
4329
4330         * lily/side-position-interface.cc (out_of_staff): don't do
4331         anything if staff-padding not defined. 
4332
4333         * mf/feta-params.mf (stafflines): introduce linethickness as
4334         general blackness of the font.
4335
4336         * lily/stem.cc (position_noteheads): rounding error robustness.
4337
4338         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4339         from beam-collision.ly 
4340
4341         * lily/beam.cc (rest_collision_callback): remove direction.
4342
4343         * scm/define-grobs.scm (all-grob-descriptions): remove
4344         enclose-bounds in OttavaBracket and PianoPedalBracket
4345
4346         * scm/new-markup.scm (def-markup-command) new macro, which takes
4347         care of defining the COMMAND-markup and make-COMMAND-markup
4348         procedures, setting markup-signature and keyword-signature object
4349         properties, and pushing the markup command in
4350         markup-function-list.
4351
4352         All markup commands are defined thanks to it.  Users may also use
4353         it to define their own markup commands. (Nicolas Sceaux)
4354
4355         * scm/new-markup.scm: Scheme style clean-up: there should be no
4356         parenthesis alone on a line; LET* should not be used where LET is
4357         enough. (Nicolas Sceaux)
4358
4359 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4360
4361         * scripts/filter-lilypond-book.py: Add script.
4362
4363 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4364
4365         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4366
4367 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4368
4369         * Documentation/user/refman.itely (Fingering instructions): add
4370         single note chords. 
4371
4372         * lily/multi-measure-rest-engraver.cc: use a single
4373         MultiMeasureEvent for mm rests. This prevents problems with the
4374         new part combiner.
4375
4376         * scm/music-functions.scm (determine-split-list): analysis has
4377         global effect: a difference halfway a phrase makes the entire
4378         phrase be typeset as apart.
4379         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4380
4381 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4382
4383         * ly/performer-init.ly: add Devnull.
4384
4385         * Documentation/user/refman.itely (Font selection): remove paper20
4386         ref.
4387         
4388 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4389
4390         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4391
4392 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4393
4394         * scm/music-functions.scm (determine-split-list): bugfixes.
4395
4396         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4397
4398         * input/test/scales-greek.ly: use C as base, results in different
4399         alterations at the clef.
4400
4401         * input/regression/pedal-ped.ly: new file.
4402
4403         * input/regression/pedal-bracket.ly: new file.
4404
4405         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4406         replace after_line_breaking()
4407
4408         * lily/line-interface.cc (line): read thickness.
4409         (line): dash-fraction = 0 always for dotted-line style.
4410
4411         * input/test/staff-lines.ly (lower): bugfix.
4412
4413         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4414         \accepts Devnull into Score.
4415
4416         * scm/lily.scm: remove bla.scm load.
4417
4418 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4419
4420         * VERSION: release 2.1.14
4421         
4422         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4423
4424         * lily/side-position-interface.cc (general_side_position): add
4425         Staff_symbol_referencer::staff_space ().
4426
4427         * lily/include/context-def.hh: rename from translator-def.hh
4428
4429 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4430
4431         * input/template/piano-dynamics.ly (pedal): Updated definition of
4432         Dynamics such that \cresc works, for example.
4433
4434 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4435
4436         * lily/stem.cc (calc_stem_info): use
4437         Staff_symbol_referencer::staff_space
4438
4439         * lily/beam-quanting.cc (quanting): scale Stem_info 
4440
4441         * lily/beam.cc (rest_collision_callback): use minimum-distance
4442         property for rest/beam collisions.
4443         (rest_collision_callback): bugfixes.
4444
4445         * lily/system.cc (post_processing): extra-offset is now relative
4446         to the size of the current staff.
4447
4448         * scm/music-functions.scm (notice-the-events-for-pc): record all
4449         voices, only analyze "one" and "two".
4450
4451         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4452         not parent. 
4453
4454         * lily/new-part-combine-iterator.cc (construct_children): create
4455         Devnull from Voice context
4456
4457         * scm/music-functions.scm (determine-split-list): bugfixes.
4458
4459         * lily/lily-guile.cc (robust_scm2int): new function
4460
4461         * lily/staff-symbol-referencer.cc (line_thickness): new
4462         function. Use throughout.
4463
4464         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4465         in its own context.  Add to preset font-size.
4466
4467         * lily/stem.cc (thickness): new function.
4468
4469         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4470         compute thickness from ledger-line-thickness.
4471
4472         * lily/note-head.cc (brew_ledger_lines): use
4473         Staff_symbol::get_ledger_line_thickness ().
4474
4475         * lily/beam.cc (rest_collision_callback): use
4476         Staff_symbol_referencer::staff_space().
4477
4478         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4479         Mus1 Mus2
4480
4481         * lily/include/translator.hh (class Translator): add accepts_list_
4482         so  \with { \denies / \accepts } also works.
4483
4484         * scm/music-functions.scm (determine-split-list): determine split
4485         list from music events.
4486
4487         * lily/new-part-combine-iterator.cc: more states.
4488
4489         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4490
4491 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4492
4493         * lily/system.cc (set_loose_columns): use the right prebroken cols
4494         for interpolating loose column position.
4495
4496         * lily/text-spanner.cc (brew_molecule): default to no vertical
4497         lines.
4498
4499         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4500         take space.
4501
4502         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4503
4504 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4505
4506         * scripts/convert-ly.py: Do not test filename when processing
4507         stdin.
4508
4509         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4510
4511 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4512
4513         * lily/axis-group-engraver.cc (finalize): extra check; if
4514         process_music () is never called, then staffline_ == 0.
4515
4516         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4517         check run_always ().
4518         
4519         * VERSION: release 2.1.13
4520
4521         * input/regression/note-head-style.ly (pattern): cleanup.
4522
4523         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4524         downloading.
4525
4526         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4527         kludge rehearsalmark placement.
4528
4529         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4530         , ly:spanner?
4531
4532         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4533         close to note head for accidentals.
4534
4535         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4536         tuplet direction.
4537
4538         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4539
4540 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4541
4542         * lily/include/music-iterator.hh (class Music_iterator): add
4543         substitute_outlet() to iterator API.
4544
4545         * lily/new-part-combine-iterator.cc (construct_children):
4546         New_pc_iterator: new class, better part combining.
4547
4548         * lily/tie-column.cc (werner_directions): new function
4549
4550         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4551
4552         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4553         empty objects group spanner as parent
4554
4555         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4556         slope against graphical slope.
4557
4558         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4559         for ottava bracket.
4560
4561         * lily/side-position-interface.cc (general_side_position):
4562         opps. reinstate *dir.
4563
4564         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4565         parser run.
4566
4567         * lily/tuplet-bracket.cc: remove calc_dy ().
4568
4569         * Documentation/user/refman.itely (Balloon help): document balloon
4570         help
4571
4572 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4573
4574         * scm/document-backend.scm (check-dangling-properties): Grob
4575         properties are defined define-grob-properties.scm.
4576         
4577 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4578         
4579         * VERSION: release 2.1.12
4580
4581         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4582         ChordName
4583
4584         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4585         relation to surroundings.
4586
4587         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4588         Y-extent to the note-extents: stay clear of the staff.
4589
4590 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4591
4592         * Documentation/user/GNUmakefile
4593         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4594         iso. copy.
4595
4596         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4597
4598         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4599
4600         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4601
4602         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4603
4604         * lily/line-interface.cc (line): remove thickness from calling interface.
4605
4606         * lily/hairpin.cc: use Line_interface
4607
4608         * lily/line-interface.cc: new file. Line_interface for everything
4609         with dotted/dashed lines.
4610         
4611
4612         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4613
4614         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4615         for constructing ottava brackets.
4616         
4617         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4618         the note heads.
4619
4620         * Documentation/user/internals.itely (Engravers and performers):
4621         fix broken link.
4622
4623         * scm/music-functions.scm (make-mark-set): new function.
4624
4625         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4626         functionally identical to beam.
4627
4628         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4629         () with beam (). 
4630
4631         * Documentation/user/refman.itely (Rehearsal marks): document new
4632         functionality.
4633
4634         * input/regression/rehearsal-mark-number.ly: new file.
4635
4636         * input/regression/rehearsal-mark-letter.ly: new file.
4637
4638         * scm/translation-functions.scm (number->mark-string): new function
4639         (format-mark-letters): new function
4640         (format-mark-numbers): new function
4641
4642         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4643         integer; formatting is done through markFormatter property.
4644         
4645         * scm/define-translator-properties.scm: fold all *-done properties
4646         into positioning-done.
4647
4648         * lily/beam.cc (position_beam): new function
4649         (brew_molecule): make sure that positions are calced before making
4650         the molecule.
4651
4652         * scm/output*.scm (beam):  take 4th argument for function.
4653
4654         * ps/music-drawing-routines.ps: take blot as 4th argument.
4655
4656         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4657         stem to avoid small dents.
4658         
4659 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4660
4661         * VERSION: release 2.1.11
4662
4663         * input/regression/balloon.ly: new file.
4664
4665         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4666         objects, and make help texts. 
4667
4668         * scm/new-markup.scm (parse-simple-duration): parse duration
4669         string to log & dots. (Thanks Nicolas!)
4670
4671         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4672         rule.
4673
4674 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4675
4676         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4677         Lemberg).
4678
4679         * THANKS: alphabetic order.
4680
4681 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4682
4683         * input/regression/note-head-harmonic.ly: new file.
4684
4685         * Documentation/user/internals.itely (Technical manual): explain
4686         difference between music, translation, layout.
4687
4688         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4689
4690         * scm/output-ascii-script.scm (bracket): rounding bfs.
4691
4692         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4693
4694         * ly/paper*.ly: remove files. 
4695         
4696         * scm/paper.scm (set-staff-size): new function: set default
4697         staff-size.
4698
4699         * scripts/convert-ly.py (conv): add conversion rule.
4700
4701         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4702         function.
4703
4704         * scm/paper.scm: new file.
4705         (set-staff-size): new function 
4706         (set-paper-size): new function
4707
4708         * lily/parser.yy (music_output_def_body): restructure definition,
4709         so first Scheme statement in \paper also happens in new scope. 
4710
4711         * lily/system.cc (post_processing): move uniquify_list () to
4712         dumping molecule stage.
4713
4714         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4715         this will mess up scores that use barchecks to shorten measures.
4716
4717         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4718         at 20pt too.
4719
4720         * Documentation/user/tutorial.itely (Printing lyrics): document
4721         \lyricsto
4722
4723         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4724
4725         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4726
4727         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4728         if Voice is not found.
4729
4730         * VERSION: release 2.1.10
4731         
4732         * input/{test,regression}/: remove old-relative 
4733
4734         * lily/lexer.ll: add empty markup signature. 
4735
4736         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4737         strut markup
4738
4739         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4740
4741         * scm/define-translator-properties.scm: update melismata property
4742         doco.
4743
4744         * lily/system.cc (output_lines): revert uniquify_list() patch,
4745         strange side effects seen.
4746         
4747         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4748         dash-period < 0.
4749
4750         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4751         for flute. 
4752
4753 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4754
4755         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4756
4757         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4758
4759         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4760         of line breaks.
4761         (brew_molecule): add padding to left, not right.
4762
4763         * lily/system.cc (uniquify_list): new function
4764         (output_lines): uniquify_list () on all-elements. This fixes
4765         double symbols in the output.
4766
4767         * lily/beam.cc (rest_collision_callback): don't move anything if
4768         staff-position is set.
4769
4770         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4771
4772         * lily/system.cc (typeset_grob): warn if adding twice.
4773
4774         * lily/sequential-iterator.cc (run_always): implement run_always().
4775         (also in other files.)
4776         
4777         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4778
4779         * lily/event.cc (to_relative_octave): add octave-check.
4780
4781         * Documentation/user/refman.itely (Line breaking): add noBreak.
4782
4783         * scm/new-markup.scm (normalsize-markup): add function.
4784         (sans-markup): new function.
4785
4786         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4787         come earlier nowadays.  This fixes beams on grace notes.
4788         
4789         * scm/music-functions.scm (direction-polyphonic-grobs): new
4790         variable, share between override and revert. This fixes script
4791         directions in polyphonic sections. (backportme)
4792
4793 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4794
4795         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4796         breakpoints.
4797
4798         * lily/break-align-interface.cc: add doco
4799
4800         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4801
4802 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4803
4804         * VERSION: release 2.1.9
4805
4806         * scm/document-markup.scm (markup-doc-node): add note about naming.
4807
4808         * scm/new-markup.scm (left-align-markup): bugfix. 
4809
4810         * Documentation/user/refman.itely (Ottava brackets): more doco for
4811         ottava.
4812
4813         * lily/side-position-interface.cc (out_of_staff): also do
4814         out_of_staff() correctly for d == DOWN.
4815
4816         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4817         horizontal line if they move to the right.
4818         
4819         * scm/define-grobs.scm (all-grob-descriptions): set
4820         text-repeat-if-broken for ottava spanner
4821
4822         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4823         property.
4824
4825         * mf/feta18.mf: design size is 18 not 22.5
4826
4827         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4828         Add a single LyricsVoice to a melody. Melismata may be set
4829         individually.
4830
4831         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4832
4833         * lily/dot-column.cc: add stdio.h
4834
4835 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4836
4837         * lily/item.cc: documentation for break-visibility (Thanks, John).
4838
4839 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4840
4841         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4842
4843         * lily/translator-def.cc: rename Translator_def to Context_def.
4844
4845         * Documentation/user/internals.itely (Lexical details): clarify
4846         string def.
4847
4848         * Documentation/user/refman.itely (Rhythmic music): add link to
4849         RhythmicStaff 
4850
4851 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4852
4853         * lily/translator.cc: document start_translation_timestep()
4854
4855         * scm/output-tex.scm (tex-encoded-fontswitch): use
4856         round for rounding (inexact->exact yields rationals)
4857
4858         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4859
4860         * lily/translator-group.cc (get_simple_trans_list): 
4861         new function; construct simple_trans_list_ lazily.
4862         
4863 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4864
4865         * lily/paper-outputter.cc (output_scope): Check if number before
4866         checking exact (guile cvs).
4867
4868         * scm/*: Escape backslashes in scheme strings (guile cvs).
4869
4870 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4871
4872         * Documentation/user/refman.itely (Tablatures basic): annotate
4873         seealso sections.
4874
4875         * lily/*.cc: cleanup of engraver initialize() functions.
4876
4877         * lily/repeat-acknowledge-engraver.cc
4878         (start_translation_timestep): remove first_b_
4879
4880         * lily/tab-note-heads-engraver.cc: listen to string number events
4881         inside < > too. (backportme).
4882
4883         * Documentation/user/refman.itely (Text scripts): add fatText to
4884         index.
4885
4886 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4887
4888         * VERSION: 2.1.8
4889
4890         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4891         footer.
4892
4893         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4894
4895         * lily/bar-check-iterator.cc (process): only warn if
4896         barCheckLastFail was changed.
4897
4898         * scm/define-translator-properties.scm (barCheckLastFail): add
4899         property.
4900
4901         * lily/main.cc (main_prog): print summary of failed files.
4902
4903         * lily/axis-group-engraver.cc: move all spanner creation to
4904         process_music (). Now staffs can be adjusted with \override too.
4905         (Jan, you are a brilliant programmer!)
4906         
4907         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4908
4909 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4910
4911         * Documentation/user/tutorial.itely (Integrating text and music):
4912         Show the commands to produce a PDF as well.
4913
4914 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4915
4916         * lily/translator-def.cc (get_translator_names): accept user
4917         tweaks too. 
4918
4919         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4920         as big as normal heads. 
4921
4922         * input/*ly: run convert-ly
4923         
4924         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4925         () if dependencies are fluked.
4926
4927         * scm/document-translation.scm (engraver-doc-string): update on
4928         latest string/symbol conventions.
4929
4930         * lily/translator-ctors.cc: use Scheme_hash_table.
4931
4932         * lily/translator-def.cc (get_translator_names): new function
4933         (add_context_mod): new function
4934         (get_accepted): new function
4935
4936         * lily/parser.yy (context_mod): put all modifications of
4937         \translator { } in a single production, encode as SCM.
4938
4939         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4940         to use read-only lists, so additions to the definition can be
4941         prepended easily.  
4942
4943         * Documentation/user/invoking.itexi (Editor support): add node on
4944         editor support.
4945
4946         * Documentation/user/refman.itely (Bar check): add lyrics example
4947         of bar checks. 
4948
4949         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4950
4951         * scripts/convert-ly.py (conv): add conversion rule.
4952
4953         * lily/parser.yy: use \change iso. \translator for staff switch.
4954
4955         * lily/my-lily-lexer.cc: add \change.
4956
4957         * scm/define-translator-properties.scm
4958         (default-melisma-properties): add definition.
4959
4960 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4961
4962         * Documentation/user/refman.itely (Bar lines): clarification of
4963         systemStartDelimiter. 
4964
4965         * input/test/slur-shape.ly (x): remove file.
4966
4967         * lily/translator-group.cc (apply_property_operations): new function.
4968
4969 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4970
4971         * lily/parser.yy (optional_prop_ops): allow \with {
4972         PROPERTYSETTINGS } following \context or \new.
4973
4974         * lily/my-lily-lexer.cc: add \with.
4975
4976         * lily/parser.yy (property_operation): clean up definition of
4977         property operations.
4978         (property_op_to_music): new function.
4979         (context_spec_music): new function
4980
4981         * VERSION: 2.1.7 released.
4982         
4983         * input/regression/collision-merge-dots.ly: new file.
4984
4985         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4986         then kill the dots too. 
4987
4988         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4989         set/unset breakableSeparationItem
4990
4991         * lily/separation-item.cc (relative_width): add function.
4992
4993         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4994         only-prebreak-interface
4995
4996         * lily/system.cc (output_lines): only junk only-prebreak-interface
4997         grobs.
4998
4999         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5000         read breakableSeparationItem
5001
5002         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5003
5004         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5005
5006         * lily/dot-column.cc (dot_config_badness): new function:
5007         select the best scoring dot configuration: dots should go close to
5008         the note heads, but be shifted up or down according to conventions.
5009         (print_dot_configuration): idem.
5010         (shift_one): idem
5011         (remove_collision): idem.
5012
5013         * input/regression/dots.ly: add more test cases.
5014
5015 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5016
5017         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5018
5019         * flower/include/interval.hh: rename elem_b to contains 
5020
5021         * lily/tie.cc: change 'heads to 'head-pair.
5022
5023         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5024         fill in 'heads field.
5025
5026         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5027         minimum-length for short ones, and shorten so collisions with the
5028         next syllable are avoided.
5029
5030         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5031         near-zero slopes.
5032         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5033
5034         * lily/dots.cc: remove quantized_position callback. All Y
5035         positioning is done by dot-column.cc
5036
5037         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5038         exhaustive test of all dot positions. This fixes disappearing dots
5039         in dotted chords.
5040
5041 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5042
5043         * mf/feta-klef.mf (test_staff): fatten up G clef
5044         (test_staff): fatten up f clef.
5045         
5046
5047 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5048
5049         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5050         * input/les-nereides.ly: Use latin1 characters for title, like
5051         Morgenlied.
5052
5053 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5054
5055         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5056         cmb10).
5057
5058         * lily/lyric-extender.cc (brew_molecule): add little space before
5059         extender line.
5060
5061         * lily/beam-quanting.cc (score_forbidden_quants): check if
5062         outer stafflines fall in any beam gaps.
5063
5064         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5065         for lyric texts.
5066
5067 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5068
5069         * VERSION: 2.1.6 released.
5070
5071         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5072         this shows the demerits of a user-defined beam position pair.
5073
5074         * scm/define-grobs.scm (all-grob-descriptions): set
5075         beamed-extreme-minimum-free-lengths to a different value.
5076
5077         * lily/scm-option.cc: add debug-beam scm-option
5078
5079         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5080
5081 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5082
5083         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5084
5085         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5086         space after barline.
5087
5088         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5089
5090         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5091         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5092         the other case, take standard column-breakable spacing. Do not
5093         warn about "no spacing wishes".
5094
5095         This fixes wide spaces after barlines in very loose lines.
5096
5097         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5098
5099 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5100
5101         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5102         acknowledge_grob lyric-syllable, not lyric-text.
5103
5104         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5105         dashes of length #'length separated by #'dash-period. 
5106
5107         * lily/lyric-extender.cc (brew_molecule): idem
5108
5109         * lily/multi-measure-rest.cc (big_rest): idem
5110
5111         * lily/system-start-delimiter.cc (simple_bar): idem
5112
5113         * lily/bar-line.cc (simple_barline): use rounded box
5114
5115         * VERSION: release 2.1.5
5116
5117         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5118         music): move note about dvips to more visible place.
5119
5120         * lily/lyric-phrasing-engraver.cc: move from
5121         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5122         lyric-phrasing-engraver.hh)
5123         
5124         * lyric-align.ly: remove file
5125         
5126         * scripts/convert-ly.py (FatalConversionError.func): add removal
5127         rule for automaticMelismata
5128
5129         * ly/engraver-init.ly (ScoreContext): switch on
5130         New_phrasing_engraver by default.
5131
5132         * lily/slur-engraver.cc (class Slur_engraver):
5133         process_acknowledged_grobs -> process_music.
5134         (try_music): signal melismata correctly.
5135
5136         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5137         word-space, right-trim-amount, and extend past right bound only
5138         for note heads.
5139
5140         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5141         lyric-extender support: add note-heads to the extender
5142         automatically.
5143
5144         * lily/parser.yy: extender is now post_event. 
5145
5146         * lily/accidental-engraver.cc (number_accidentals): remove
5147         spurious warning about non-parent contexts.
5148
5149         * lily/music-output-def.cc (assign_translator): \translator { }
5150         for a Foo context implicitly redefines \FooContext.
5151
5152         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5153         fixes.
5154
5155         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5156         doubly in slur weight. 
5157
5158         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5159         combination.
5160
5161         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5162         staffbar distance.
5163
5164         * scripts/lilypond.py (global_latex_preamble): crank down size of
5165         the margins. Now there is a 12 mm top and bottom margin, which
5166         should correspond with the printable area of modern printers.
5167
5168         This enlarges the music height of the printable page a little.
5169
5170         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5171         signs. Use \markup instead.
5172         (accreg_pen): tweak for accordeon asterisk.
5173
5174 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5175
5176         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5177
5178         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5179
5180         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5181
5182         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5183
5184         * scm/define-grobs.scm (all-grob-descriptions): change
5185         StanzaNumber description: make side support, i.s.o. breakable.
5186         use Instrument_name_engraver for texts in the margin.
5187
5188         * scm/define-translator-properties.scm: remove
5189         melismaEngraverBusy, stz property.
5190
5191         * *.cc: naming: change empty_b () into is_empty ()
5192
5193         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5194
5195         * input/regression/lyric-phrasing-new.ly: new file.
5196
5197         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5198         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5199         melismata are now left-aligned.
5200
5201 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5202
5203         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5204
5205         * mf/feta19.mf: remove.
5206         
5207         * mf/feta-klef.mf (test_staff): more tweaks
5208
5209         * mf/feta-toevallig.mf: more small size tweaks.
5210
5211         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5212         rests for smaller sizes.
5213
5214         * mf/feta-bolletjes.mf: fix cross heads.
5215
5216         * VERSION: release 2.1.4
5217         
5218         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5219         deprecated #'ancient font family
5220
5221         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5222         it is a string or number.
5223
5224         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5225         change calling convention of stem-attachment function. 
5226
5227         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5228
5229         * mf/feta-autometric.mf: dump WX/WY fields too
5230         
5231         * mf/parmesan-heads.mf: idem.
5232
5233         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5234         attachment coordinates.
5235
5236         * lily/note-head.cc (stem_attachment_coordinate): read stem
5237         attachment from the notehead glyphs WX/WY fields.
5238
5239         * lily/include/font-metric.hh (struct Font_metric): add methods
5240         get_indexed_wxwy (), make a distinction between looking up by
5241         index and ASCII  
5242
5243         * mf/feta-bolletjes.mf: rewrite note head MF code.
5244         (test_outlines): make heads more rotund for smaller sizes. 
5245
5246 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5247
5248         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5249         throughout. Font scaling fixes throughout.
5250
5251         * mf/feta-sleur,slur.mf: remove. 
5252
5253         * mf/feta-slag.mf: rewrite.
5254
5255 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5256
5257         * VERSION: release 2.1.3
5258
5259         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5260
5261         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5262
5263         * lily/mark-engraver.cc (process_music): fix mark
5264         \default. (backportme)
5265
5266         * stepmake/stepmake/automatically-generated.sub.make (default):
5267         use -n for head/tail commands. 
5268
5269         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5270         heads with the same pitch.
5271
5272 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5273
5274         * lily/recording-group-engraver.cc (finalize): set protected_scm
5275         member to '() before finalizing.
5276
5277         * lily/translator-group.cc (finalize): remove removal_processing () 
5278
5279         * lily/recording-group-engraver.cc: new engraver: record
5280         synchronized start & end times for each music object.
5281
5282         * lily/parser.yy (toplevel_expression): execute score rendering
5283         during parsing. Cleanup output-filename handling; this is no
5284         longer done with global variables.
5285         (translator_spec_body): allow \type modification too.
5286
5287         * lily/score.cc:  ly:run-translator: new function
5288         (LY_DEFINE): ly:render-output new function.
5289
5290         Separate interpreting and rendering, and make available as
5291         functions at Scheme level.
5292
5293 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5294
5295         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5296         (musicxml-node->string):
5297         (xml-node->string):
5298         (music-to-musicxml): New function.
5299
5300 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5301
5302         * VERSION: 2.1.2 released
5303
5304         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5305
5306         * scm/font.scm (paper20-font-vector): discouple font design sizes
5307         from sizes specified in .ly file: store all design sizes of a font
5308         in a single vector.
5309
5310         * lily/font-select.cc (get_font_by_design_size): new function
5311
5312         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5313         add parmesan,feta in sizes 14 and 18.
5314         
5315         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5316
5317         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5318         of fontSize: this now sets font-size
5319
5320 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5321
5322         * VERSION: 2.1.1 released
5323         
5324         * Documentation/user/refman.itely (Tuning objects): add note about
5325         concurrent tweaks in different contexts. 
5326
5327         * lily/tie-engraver.cc (acknowledge_grob): use
5328         Staff_symbol_referencer::get_position iso. reading staff-position
5329         directly.
5330
5331         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5332         currentMusicalColumn as left span-point for bracket. The bracket
5333         is too long when there are accidentals.
5334
5335 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5336
5337         * buildscripts/lilypond-profile.sh,
5338         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5339         Thanks to Reuben Thomas <rrt@mupsych.org>
5340
5341 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5342
5343         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5344         Wurbel <wurbel@univ-tln.fr>.
5345
5346 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5347
5348         * scripts/midi2ly.py: Add space after chords.
5349
5350 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5351
5352         * input/regression/{many}: add few @code{ ... }.
5353
5354 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5355
5356         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5357         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5358         Removed cmbx5, cmbx6 (which are included in teTeX)
5359         and cmbxti14 which is not used in fonts.scm.
5360
5361 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5362
5363         * lily/midi-item.cc: fine tune quarter tones.
5364
5365 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5366
5367         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5368         new function, warn how many cents are missing in fine tuning.
5369
5370 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5371
5372         * input/bugs/rhytmicstaff-tie.ly: add file.
5373
5374         * THANKS: Create skeleton for 2.1.
5375
5376 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5377
5378         * input/test/bar-lines.ly (TODO): dashed "|".
5379
5380 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5381
5382         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5383         input/regression/tie-chord.ly: Fix spell for tying.
5384
5385         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5386
5387         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5388         new file (renamed, see above).
5389
5390         * Documentation/user/lilypond-book.itely
5391         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5392         * input/example-1.ly input/example-2.ly input/example-3.ly
5393         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5394         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5395         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5396         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5397         * scripts/lilypond-book.py scripts/lilypond.py
5398         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5399         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5400
5401         * Documentation/user/lilypond.tely: update version.
5402
5403         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5404         Remove extra spaces in each @node, fixes spaces.
5405
5406 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5407
5408         * scripts/lilypond-book.py (output_dict): Add definition of
5409         \lilypondbook also for LaTeX output. Solves several bug reports.
5410
5411 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5412
5413         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5414
5415 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5416
5417         * input/test/transposition.ly: Fix key signatures, given in comments.
5418
5419 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5420
5421         * scm/midi.scm (instrument-names-alist),
5422         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5423
5424 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5425
5426         * input/test/temporary-stave.ly (texidoc): New example based on an
5427         email question from Ralph Little.
5428
5429 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5430
5431         * VERSION: release 2.1.0
5432         
5433         * lily/note-performer.cc (try_music): accept busy-playing-event.
5434
5435         * lily/swallow-perf.cc (try_music): return false for
5436         busy-playing-event and melisma-playing-event.
5437
5438 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5439
5440         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5441         >> in \score.
5442
5443 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5444
5445         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5446         that articulation_substitute will not move beam start again.
5447         (articulation_substitute): Bugfix: remove stray space so that new
5448         old chords ending '>>' does not get broken up.
5449         (sub_chord): Use TAB for indentation (not spaces).
5450         
5451         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5452         Bugfix for startup: Use ?^ instead of ?\^.
5453
5454 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5455
5456         * lily/lyric-combine-music-iterator.cc
5457         (Lyric_combine_music_iterator): change init order, to prevent GC
5458         segfaults.
5459
5460         * lily/context-specced-music-iterator.cc (construct_children): 
5461         only change  translator if found. This fixes a core dump problem.
5462
5463 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5464
5465         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5466         comparison.
5467
5468         * mf/feta-bolletjes.mf: make hole in half note little
5469         smaller for stem attachment.
5470
5471         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5472
5473         * mf/feta-banier.mf: don't draw stem with flag, just small square
5474         attachment.
5475
5476         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5477
5478         * mf/feta-banier.mf: remove upstem/downstem characters.
5479
5480         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5481
5482         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5483         stafflinethickness (in the default)
5484
5485         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5486
5487         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5488
5489         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5490
5491         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5492
5493         * lily/include/directional-element-interface.hh:
5494         junk class, make {get,set}_grob_direction functions.
5495
5496         * lily/slur.cc (get_attachment): do something sensible when
5497         attaching to stem without heads (eg. a rest).
5498
5499         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5500         forcing up to staff.  remove #'support-head property
5501         (brew_molecule): small cleanup.
5502         (flag): remove #'grace property.
5503
5504 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5505
5506         * cygwin/postinstall-lilypond.sh: 
5507         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5508         (Volker Zell).
5509
5510 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5511
5512         * scripts/lilypond-book.py: resurrect 'eps' option. 
5513         (TexiPaper.to_eps): use -Ppdf for EPS files.
5514
5515         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5516
5517         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5518
5519         * VERSION: release 2.0.1
5520
5521         * lily/bezier.cc (get_other_coordinate): change assert into
5522         warning.
5523
5524         * lily/note-head.cc (internal_brew_molecule): make left protusion
5525         smaller, to accomodate for natural sign.
5526         (internal_brew_molecule): only do this when the accidental is
5527         close enough.
5528         (extent): new function
5529
5530         * lily/skyline.cc (merge_skyline): new function
5531         (heighten_skyline): new function
5532
5533         * lily/accidental-placement.cc (position_accidentals) 
5534         (position_accidentals): fix todo.
5535
5536 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5537
5538         * input/test/+.ly (texidoc): put version number inline.
5539
5540         * GNUmakefile.in: remove rsync-web target.
5541         
5542         * input/regression/bar-scripts.ly (onestaff): raggedright
5543
5544 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5545
5546         * lily/*.cc: remove #if 0'd code in couple of places.
5547
5548         * lily/midi-stream.cc (operator <<): rewrite.
5549
5550         * lily/note-head.cc (internal_brew_molecule): 
5551         only make ledgers when the Staff symbol has lines.
5552
5553         * ly/property-init.ly (arpeggioBracket): simplify
5554
5555         * lily/translator-group.cc (execute_pushpop_property): use
5556         SCM_EQ_P for comparing keys. This fixes reverting
5557         auto-beam-settings.
5558
5559 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5560 *
5561         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5562         midi_debug_global_b.
5563         (operator <<): Normalise loop.
5564
5565 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5566
5567         * scripts/lilypond.py (escape_path): revise.
5568
5569         * scm/music-functions.scm (set-output-property): new function.
5570         
5571 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5572
5573         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5574         use addmakeflags again.
5575
5576         * cygwin/lily-wins.py (escape_shell): New function; use it.
5577
5578         * scripts/lilypond.py (escape_shell): Escape quotes and other
5579         spaces too.  Do not escape escaping backslashes.
5580
5581         * make/srcdir.make.in (web-install): Must call install-WWW now.
5582
5583         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5584         dependency
5585
5586 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5587
5588         * scripts/lilypond.py (escape_path): escape quotes too. 
5589
5590         * Documentation/user/lilypond.tely (Unified index): rename Index
5591         to accomodate Windows breakage.
5592
5593         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5594
5595         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5596         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5597         target not a source.
5598
5599 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5600
5601         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5602         addmakeflags.  Build and install doc and web also when building on
5603         Cygwin.
5604
5605         * mf/GNUmakefile: Bugfix.
5606
5607         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5608         target web.
5609
5610         * cygwin/lily-wins.py: Quote filename.
5611
5612 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5613
5614         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5615
5616 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5617
5618         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5619         settings.
5620
5621         * configure.in: Require g++ > 3.0.4.
5622
5623         * mf/GNUmakefile: Bugfix: Add list.ly target.
5624         
5625         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5626
5627         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5628         make omf directory, add uninstall targets.
5629
5630 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5631
5632         * lily/tie-performer.cc (initialize): init prev_event
5633
5634         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5635
5636         * lily/script-engraver.cc (make_script_from_event): don't crash on
5637         non-string articulation-type.
5638
5639         * lily/new-fingering-engraver.cc (add_script): don't crash on
5640         0 scripts 
5641         (acknowledge_grob): warn about text script events.
5642
5643 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5644
5645         * buildscript/lilypond.words: fix path for drums.scm.
5646
5647 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5648
5649         * lily/spacing-spanner.cc (note_spacing): don't make longer
5650         durations than measure-length.
5651
5652         * VERSION: release 2.0.0
5653
5654         * GNUmakefile.in (rsync-web): version independent rsync target.
5655
5656         * input/test/+.ly (texidoc): idem.
5657
5658         * input/regression/+.ly: print version number.
5659
5660         * input/regression/accidentals.ly (mel): shorten.
5661
5662         * input/regression/accidental-octave.ly (texidoc): shorten.
5663
5664         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5665
5666         * input/regression/completion-heads-polyphony.ly: octave
5667
5668         * input/regression/beam-manual.ly: remove
5669
5670         * input/regression/beam-chord.ly: remove
5671
5672         * input/regression/grace-dynamic.ly: remove
5673         
5674         * input/regression/grace-volta-repeat.ly: octave fixes.
5675
5676         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5677
5678         * lily/parser.yy (step_number): semitones for chord entry too.
5679         (make_chord_step): more robust code, semitones. 
5680
5681         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5682
5683         * input/regression/breathing-sign.ly (texidoc): split ancient and
5684         normal breathing signs.
5685
5686         * scm/define-grobs.scm (all-grob-descriptions): swap
5687         beamed-extreme-minimum-free-lengths and
5688         beamed-minimum-free-lengths; the 'extreme' case should allow
5689         shorter stems. This fixes forced directions on beamed 32nd and
5690         shorter notes.
5691
5692         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5693         quartertones, not semitones.
5694         (NoteNamesContext): swallow more event types
5695
5696         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5697
5698         * VERSION (PACKAGE_NAME): release 1.9.10
5699
5700 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5701
5702         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5703         set note head as cause of note-column.  This gives a better error
5704         message.
5705
5706 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5707
5708         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5709
5710 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5711
5712         * mf/GNUmakefile (pfa_warning): instruct 
5713
5714         * stepmake/aclocal.m4: typo.
5715
5716         * Documentation/user/cheatsheet.itely: more verbose examples.
5717
5718         * input/regression/clefs.ly: remove bogus docstring.
5719
5720 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5721
5722         * GNUmakefile.in (SUBDIRS): Add elisp.
5723
5724         * elisp/lilypond-mode.el: 
5725         * elisp/lilypond-init.el: 
5726         * elisp/lilypond-indent.el: 
5727         * elisp/lilypond-font-lock.el: Move from top dir.
5728
5729         * stepmake/stepmake/elisp-vars.make: New file.
5730
5731         * config.make.in (elispdir): Add.
5732
5733         * Documentation/topdocs/INSTALL.texi: Typo.
5734
5735         * make/ly-rules.make: Test for files instead of touching void and
5736         ignoring errors.
5737
5738         * GNUmakefile.in:
5739         * make/lilypond.redhat.spec.in:
5740         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5741         <builddir>, adding
5742         
5743              (push "<builddir>/share/lilypond/elisp" load-path)
5744
5745         to your ~/.emacs.el should give you LilyPond-mode again.
5746
5747         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5748         regexp for DOS/Windows, we are too paranoid to fix others.
5749
5750 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5751
5752         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5753
5754         * input/test/chord-names-jazz.ly (banterProperties): fix
5755
5756         * lily/parser.yy (bass_mod): bass figure alterations are semi
5757         tones, not quarter tones
5758
5759         * lily/beam.cc (set_stem_lengths): only lengthen stems
5760         for gapped beams.
5761
5762         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5763         by beamcount.
5764
5765         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5766         a warning that the warning may erroneous.
5767
5768         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5769         target.
5770
5771         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5772         targets.
5773
5774         * GNUmakefile.in ($(config_h)): config.h should depend on
5775         config.hh.in .
5776         (lilypond.words): remove fontball stuff.
5777
5778         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5779
5780         * configure.in: remove pktrace reference.
5781
5782         * GNUmakefile.in (rsync-web): permissions and ownership for
5783         website.
5784
5785         * lily/volta-engraver.cc (staff_eligible): new function.
5786         (stop_translation_timestep): kill off spanners if not eligible.
5787
5788         * VERSION (PATCH_LEVEL): release 1.9.9
5789
5790         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5791
5792         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5793         length is more important than forbidden quants.
5794         
5795 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5796
5797         * buildscripts/lilypond.words: order words in search order,
5798         add lilypond.words.vim to be generated.
5799
5800         * lilypond.vim: use lilypond.words.vim for keyword matching.
5801
5802         * lilypond-mode.el: use search order. fix word selection rules.
5803
5804         * lilypond-font-lock.el: fix fontifying long durations.
5805
5806         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5807
5808 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5809
5810         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5811
5812         * stepmake/stepmake/generic-targets.make:
5813         * stepmake/stepmake/bin/make-version.py: 
5814         * stepmake/aclocal.m4:
5815         * make/stepmake.make:
5816         * make/toplevel-version.make: Build fixes: remove last traces of
5817           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5818
5819         * lily/beam.cc: Add gap-count property.
5820
5821 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5822
5823         * scm/define-grob-properties.scm (gap-count): add gap-count
5824
5825         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5826
5827 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5828
5829         * cygwin/mknetrel.doc: Typo.
5830
5831         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5832
5833         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5834
5835 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5836
5837         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5838         sizes. Remove support for 'ledger'(=tabloid+landscape).
5839
5840 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5841
5842         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5843         sauter PFAs.
5844
5845         * configure.in: remove VERSION stuff once again.
5846
5847         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5848
5849         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5850         for chord names.
5851
5852         * mf/GNUmakefile: always trace pfa fonts.
5853         (SAUTER_FONTS): add cmss[567] too fonts
5854
5855         * configure.in: require mftrace. 
5856
5857         * lily/staff-performer.cc (new_instrument_string): don't look at
5858         instrument property.
5859
5860         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5861         is_direction is the C++ one. Similar for ly_axis_p and
5862         ly_number_pair_p
5863
5864 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5865
5866         * lily/beam.cc (brew_molecule): read gap-count to determine
5867         number of tremolo (gapped) beams.
5868
5869         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5870         shorter than 1/8
5871
5872         * flower/include/array.hh (default_compare): new function
5873
5874         * cygwin/mknetrel: Native fixes.
5875
5876         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5877
5878 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5879
5880         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5881         feature for Windows.
5882
5883         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5884
5885         * cygwin/mknetrel: Updates for native use on Cygwin.
5886
5887         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5888
5889         * stepmake/stepmake/help2man-rules.make: 
5890         * cygwin/mknetrel: Bugfix for manpages.
5891
5892         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5893         $(builddir).  Stepmake is a normal subdirectory now, that is not
5894         configured.  Another srcdir build fix.
5895
5896         * Documentation/topdocs/INSTALL.texi,
5897         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5898         lilypond-init.el, lilypond-mode.el, debian/rules,
5899         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5900         rename generated file lilypond.words to lilypond.words.el.
5901
5902 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5903
5904         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5905
5906         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5907         GNUmakefile.in.
5908
5909 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5910
5911         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5912         when cross building.
5913
5914         * configure.in: srcdir build fix.
5915
5916         * cygwin/GNUmakefile:
5917         * cygwin/lily-wins.py:
5918         * cygwin/postremove-lilypond.sh: 
5919         * cygwin/postinstall-lilypond.sh: Merge from stable.
5920
5921         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5922         s/ly2dvi/lilypond/.
5923
5924 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5925
5926         * lily/slur.cc (after_line_breaking): only set control points if
5927         none supplied yet.
5928
5929         * input/test/slur-manual.ly: new file.
5930
5931         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5932         <<  >> chords too.
5933
5934         * VERSION (PACKAGE_NAME): release 1.9.8
5935
5936         * scripts/lilypond.py (escape_path): escape spaces in directory names
5937
5938         * input/test/text-spanner.ly: fixes.
5939
5940 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5941
5942         * buildscripts/lilypond.words.py: add drum names as note names to
5943         Emacs-mode.
5944
5945 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5946
5947         * input/regression/hairpin-dashed.ly: new file.
5948
5949         * scripts/convert-ly.py (conv): warn about dash-length.
5950
5951         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5952         automatically if we get a new one.
5953
5954         * lily/lookup.cc (dashed_line): new function
5955
5956         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5957         dash-fraction.
5958
5959 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5960
5961         * buildscripts/lilypond.words.py: extract note names.
5962
5963         * lilypond-mode.el: take note names from lilypond.words -file.
5964         small fix in the use of string-match.
5965
5966         * lilypond-font-lock.el: use lilypond.words for note names, add 
5967         maxima to note a duration.
5968
5969 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5970
5971         * lily/breathing-sign.cc: remove railtracks() function. 
5972
5973         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5974
5975         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5976         (brew_molecule): bugfix don't make arpeggio shorter when
5977         arpeggio-direction is set.
5978
5979         *  debian/rules: small corrections in the (Pedro K)
5980
5981         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5982         examples.
5983
5984         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5985         special (repeat) bar comes along.
5986
5987         * input/regression/auto-beam-bar.ly: update.
5988
5989         * scripts/lilypond-book.py (output_dict): remove support for the
5990         EPS option.
5991
5992         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5993         VerticalAlignment and VerticalAxisGroup this fixes the size
5994         computations for the entire system.
5995  
5996         * input/les-nereides.ly (bass): remove superfluous fontSize.
5997
5998         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5999         causes directory of file to be added to include path.
6000
6001         * input/regression/beam-break.ly: test single stem beams.
6002
6003         * input/regression/system-start-bracket.ly: fix.
6004
6005         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6006
6007         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6008
6009         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6010         (score_stem_lengths): do something sensible for single stem beams.
6011
6012         * lily/beam.cc (least_squares): add kludge for single stem beams.
6013
6014         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6015         keySignature to list of broken things.
6016
6017         * input/regression/keys.ly: fix.
6018
6019         * VERSION (PACKAGE_NAME): release 1.9.7
6020
6021         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6022
6023         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6024
6025         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6026         (quartertone_pitch): new function
6027
6028         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6029         flat. WARNING: FONT CHANGED.
6030
6031         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6032
6033         * lily/accidental-placement.cc (add_accidental): support for
6034         quarter tones.
6035
6036         * ly/LANGUAGEs.ly: use symbols for alterations.
6037
6038         * mf/feta-toevallig.mf: change accidental codes. 
6039
6040         * scm/lily.scm (ly:get-option): switch on debugging only for
6041         --verbose.
6042
6043         * lily/lily-guile.cc: remove ly:verbose?
6044
6045         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6046
6047         * lily/parser.yy (TODO): only do gh_call() for apply with
6048         procedure argument.
6049
6050         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6051         stuff in accordance with new timing of tie-events.
6052
6053         * lily/my-lily-lexer.cc: remove \outputproperty
6054
6055         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6056
6057         * scm/define-translator-properties.scm (melismaBusyProperties):
6058         add melismaBusyProperties property.
6059
6060 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6061
6062         * input/test/ambitus-mixed.ly (texidoc): new file.
6063
6064         * buildscripts/mutopia-index.py (find): prune debugging
6065
6066         * lily/side-position-interface.cc: doc updates
6067
6068         * Documentation/user/refman.itely: updates, tweaks.
6069
6070         * lily/parser.yy (Simple_music): remove outputproperty
6071
6072         * make/stepmake.make: use VERSION again; importing VERSION via
6073         autoconf dependencies is too hairy.
6074
6075 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6076
6077         * lilypond-mode.el: allow `-' for keywords and identifiers.
6078
6079 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6080
6081         * VERSION: release 1.9.6
6082         
6083         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6084         iso. ly2dvi.
6085
6086         * Documentation/user/*.itely: fixes everywhere
6087
6088         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6089         produce ties from the engraver itself, do not broadcast TieEvent.
6090
6091         * lily/my-lily-lexer.cc: remove pitch & duration.
6092
6093         * lily/parser.yy (TODO): remove \pitch and \duration
6094
6095         * input/test/explicit.ly: remove file.
6096
6097         * Documentation/user/refman.itely (Pitches): remove \pitch 
6098         \duration command.
6099
6100 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6101
6102         * buildscripts/lilypond.words.py: add all slur types to Emacs
6103         insertion menu, suppose everything is postfixed by dropping 
6104         unnecessary `-' -marks.
6105
6106 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6107
6108         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6109         tremoloed stems.
6110
6111         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6112         head for flagged stems.
6113
6114         * lily/stem.cc (get_default_stem_end_position): futz with extra
6115         stem length if there is a stem tremolo.
6116
6117         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6118         it would be too small.
6119
6120         * lily/font-metric.cc: return #f for non-existent glyph.
6121         
6122         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6123         exported through config.make.
6124
6125         * input/regression/clef-oct.ly: new file.
6126
6127         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6128         transposition.
6129
6130         * input/template/*.ly: remove old relative.
6131
6132         * ly/english.ly: add X names for double sharp.
6133
6134 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6135
6136         * lily/font-select.cc: new file handle font selection routines.
6137
6138         * lily/parser.yy: add ; (Patrick Atamaniuk)
6139
6140         * input/test/time-signature-double.ly: use markups for double time
6141         sigs.
6142
6143         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6144         ChordNames.SeparationItem #'padding for adjusting space after chords.
6145         
6146         * lily/music-output-def.cc (LY_DEFINE): 
6147         new function ly:paper-lookup.
6148         
6149         * mf/parmesan-clefs.mf: use # quantities for char_box
6150         offsets. Fixes overflow errors in the PFA. 
6151
6152         * scm/new-markup.scm (strut-markup): change calling interface for
6153         markup. Pass paper-def, not grob. This would allow \markup to be
6154         used separately from grobs.
6155
6156         * lily/paper-def.cc: new function ly:paper-font; this function
6157         replaces ly:get-font.
6158
6159         * lily/include/font-interface.hh (struct Font_interface): take
6160         Paper_def iso. Grob for get_font().
6161
6162 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6163
6164         * Documentation/user/ tutorial.itely, refman.itely: add warning
6165         about \key and accidentals.
6166
6167 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6168
6169         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6170
6171         * Documentation/user/*.itely: manual tweaks
6172
6173 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6174
6175         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6176         cleanup; bugfix: exact_center
6177
6178         * Documentation/user/refman.itely: added more documentation on
6179         ambitus according to recent questions on lilypond-user list
6180
6181 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6182
6183         * input/regression/ottava.ly (texidoc): demo 15ma too.
6184
6185         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6186
6187         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6188         octave fixes.
6189
6190 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6191
6192         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6193         problems on older Mac editors.
6194
6195 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6196
6197         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6198
6199 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6200
6201         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6202         mf/parmesan-clefs.mf: added comments on character alignment and
6203         set_char_box() conventions
6204
6205         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6206         set_char_box()'s
6207
6208         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6209
6210 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6211
6212         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6213
6214 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6215
6216         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6217         shortened to avoid almost-collision with staff line; code cleanup;
6218         other custodes: fixed char boxes; code cleanup
6219
6220 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6221
6222         * configure.in: release 1.9.5
6223         
6224         * scripts/lilypond.py (global_latex_preamble): only set
6225         twosideshift if 'twoside' is in latexoptions 
6226
6227         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6228
6229         * VERSION: remove
6230
6231         * scripts/*2ly.py: update <> syntax
6232
6233 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6234
6235         * lily/chord-name-engraver.cc (process_music): add origin for
6236         chord name.
6237
6238         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6239
6240         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6241         bass notes for exceptions too.
6242
6243         * scm/define-grobs.scm (all-grob-descriptions): rename
6244         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6245
6246         * scm/define-grob-properties.scm (remove-first): add remove-first
6247         property for orchestral scores.
6248
6249         * Documentation/user/*.itely: switch <<>> and <> 
6250
6251         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6252         last_line only once. This fixes the two consecutive glissandi problem.
6253
6254 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6255
6256         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6257         error message "flexa-width undefined"
6258
6259         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6260         lily/include/gregorian-ligature.hh: print warning when ignoring
6261         head prefixes on flexa shapes
6262
6263         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6264         space before a series of inclinatum heads
6265
6266         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6267         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6268         cleanups
6269
6270         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6271         and char_box
6272
6273 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6274
6275         * input/regression/breathing-sign.ly: tiny fixes
6276
6277         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6278         semantical collision with vaticana ligatures
6279
6280         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6281         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6282         now consistent with mensural ligatures
6283
6284         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6285         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6286         context pitches and staff position; dto. for virga stem; removed
6287         obsolete virga and clivis characters from parmesan font (WARNING:
6288         font changed)
6289
6290         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6291         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6292
6293         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6294         scm/define-grob-properties.scm: consistency fix: renamed
6295         join_left->add_cauda
6296
6297         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6298         appendix length; bugfix: yoffs_bt for reverse direction punctum
6299         characters
6300
6301         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6302         small cleanups; added more docu
6303
6304         * lily/mensural-ligature-engraver.cc,
6305         lily/vaticana-ligature-engraver.cc,
6306         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6307         computation to CoherentLigatureEngraver
6308
6309         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6310         scm/define-grob-properties.scm: bugfix: added missing linea and
6311         cavum properties; bugfix: removed dead semivocalis property
6312
6313         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6314         length; redesigned quilisma, stropha and auctum
6315
6316         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6317         line thickness
6318
6319         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6320         Documentation/user/refman.itely: bugfix: introduced shifted
6321         epiphonus head to avoid collision with adjacent plica
6322
6323 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6324
6325         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6326
6327         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6328
6329 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6330
6331         * Documentation/user/tutorial.itely (A lead sheet): remove
6332         duplicate chords.
6333
6334         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6335
6336 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6337
6338         * Documentation/bibliography/computer-notation.bib (isbn): add
6339         xivcim publication.
6340
6341 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6342
6343         * GNUmakefile.in: drop lilypond.words for generation.
6344
6345 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6346
6347         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6348
6349         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6350
6351 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6352
6353         * input/test/figured-bass-alternate.ly (fl): new file.
6354
6355         * Documentation/topdocs/README.texi (Top): clarifications.
6356
6357         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6358         theses of Gieseking and Renz.
6359
6360         * GNUmakefile.in (README_FILES): remove README.mandrake.
6361
6362 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6363
6364         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6365         from source files and search patterns listed in the script.
6366
6367         * GNUmakefile.in: add target `lilypond.words'.
6368
6369         * lilypond.words: remove file, generated by `make lilypond.words'.
6370
6371         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6372
6373 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6374
6375         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6376
6377 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6378
6379         * VERSION: 1.9.4 released
6380
6381         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6382         rule for < > <-> << >> substitution
6383
6384         * lily/lexer.ll: exchange meaning of << >> and < > 
6385
6386         * VERSION (PACKAGE_NAME): 1.9.3 released
6387
6388         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6389         pages unconditionally.
6390
6391 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6392
6393         * Documentation/user/music-glossary.tely (Top): small syntax
6394         fixes.
6395
6396         * scm/music-functions.scm (remove-tag): filter \tagged music
6397         expressions.
6398
6399         * input/regression/tag-filter.ly (texidoc): new file.
6400
6401         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6402         symbol2 .. ) etc. 
6403
6404         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6405         convert rule.
6406
6407         * Documentation/user/refman.itely (Fingering instructions): adjust
6408         manual.
6409
6410         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6411         for borderline cases (e.g. 1 fingering.)
6412         (position_scripts): revise interface, use fingerOrientations to
6413         set fingering positions.
6414
6415         * scm/document-translation.scm (context-doc): add aliases to
6416         automated documentation.
6417
6418         * make/lilypond-vars.make: remove stepmake compat glue.
6419
6420         * make/generic-vars.make: remove cruft.
6421
6422         * lily/main.cc (main): don't identify binary.
6423
6424 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6425
6426         * lily/include/translator.hh (class Translator): remove
6427         type_string_ , use symbol for context name throughout.
6428         Changes through whole source tree.
6429
6430         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6431         set PDF as default, and always make PDF.
6432
6433         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6434
6435 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6436
6437         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6438         Documentation/user/refman.itely input/regression/allfontstyle.ly
6439         input/regression/grace-types.ly:
6440         fix spelling for acciaccatura (Webster's 1913).
6441
6442 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6443
6444         * lily/main.cc (usage): adjust blurb, include url.
6445
6446         * input/regression/breathing-sign.ly (texidoc): transpose up
6447
6448 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6449
6450         * input/regression/breathing-sign.ly: changed ancient examples to
6451         be relevant (by request of Han-Wen); updated BreathingSign text
6452         property according to new syntax.
6453
6454         * ly/gregorian-init.ly: updated BreathingSign text property
6455         according to new syntax
6456
6457 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6458
6459         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6460         (Clef): index entries for clefs.
6461
6462         * python/lilylib.py (system): remove errorlog files.
6463         
6464 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6465
6466         * lilypond.words: add \new and new graces. Add dynamics to menus
6467         keeping 1.8.x compatibility; after all the engraving relating to 
6468         notes becomes postfixed `-' marks will be removed.
6469
6470 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6471
6472         * lily/molecule.cc (align_to): idem.
6473
6474         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6475         
6476         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6477         accacciatura everywhere.
6478
6479         * VERSION (PACKAGE_NAME): released 1.9.2
6480
6481         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6482
6483         * scm/document-markup.scm (markup-doc-node): sort markup function
6484         list.
6485
6486         * lily/paper-outputter.cc (output_version): change "Lily was here"
6487         into  "Engraved by LilyPond"
6488
6489         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6490         on unquoted strings before \notenames.
6491
6492         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6493         increases the number of s/r reductions to 4.
6494
6495         * scm/new-markup.scm (fraction-markup): \fraction command.
6496
6497         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6498         mode
6499
6500         * lily/lookup.cc (round_filled_box): rename function.
6501         (LY_DEFINE): round-filled-box: change signature.
6502
6503         * Documentation/user/refman.itely: revise section explaining grace
6504         notes.
6505
6506         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6507         ly:set-context-property
6508
6509         * input/*/*.ly (vmus): use \new everywhere.
6510
6511         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6512
6513         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6514         default
6515
6516         * scm/music-functions.scm (set-stop-grace-properties)
6517         (set-start-grace-properties, add-grace-property): new functions
6518         for modular grace tweak control.
6519
6520         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6521         
6522 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6523
6524         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6525
6526         * GNUmakefile.in (install-pfa-fonts):
6527         (get-pfa-fonts): New target.
6528
6529         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6530         install-pfa-fonts help.
6531
6532 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6533
6534         * lily/translator-scheme.cc (LY_DEFINE):
6535         ly:context-pushpop-property new function.
6536         (LY_DEFINE): new function ly:translator-find  
6537         new function ly:translator?
6538         (LY_DEFINE): new function ly:context?
6539
6540         * lily/translator-def.cc: remove
6541         Translator_def::apply_pushpop_property().
6542
6543         * python/lilylib.py (read_pipe): only store and display error log
6544         if verbose not set.
6545         (read_pipe): only display log if it contains something.
6546
6547 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6548
6549         * Documentation/misc/GNUmakefile: Re-add.
6550         (TEXTS): Add CHANGES.
6551
6552 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6553
6554         * lilypond.words: add \newcontext.
6555
6556 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6557
6558         * lily/tie-performer.cc (stop_translation_timestep): only flush
6559         tied_notes when we have actually made a tie. Fixes bugs with ties
6560         in polyphonic scores.
6561
6562 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6563
6564         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6565         they do not exist.
6566
6567 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6568
6569         * VERSION (PACKAGE_NAME): released 1.9.1 
6570
6571         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6572         Instrument_name_engraver
6573
6574         * lily/tie-performer.cc (create_audio_elements): bugfix
6575
6576         * Documentation/user/music-glossary.tely (Top): comment out
6577         font-style statements.
6578
6579         * input/test/force-hshift.ly: revise example.
6580
6581         * Documentation/bibliography/engraving.bib (note): typos.
6582
6583         * configure.in: bump GCC requirements to 3.x
6584
6585         * lily/include/audio-item.hh (class Audio_tie): rename
6586         note_l_drul_ to note_drul_
6587
6588         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6589
6590         * lily/parser.yy (relative_music): whoops. All \relative were off
6591         by ...  a lot .... Ahem.
6592
6593         * scm/define-music-types.scm (music-descriptions): idem.
6594
6595         * lily/beam-engraver.cc: move new-beam-event to beam-event
6596
6597         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6598         to Tie_engraver
6599
6600         * input/regression/bar-number.ly: remove unnecessary old-relative
6601         options.
6602         
6603         * Documentation/user/internals.itely (Creating contexts): document
6604         \newcontext
6605
6606         * lily/parser.yy (Composite_music): add \newcontext
6607
6608         * Documentation/user/refman.itely (MIDI block): add note about
6609         dotted tempos.
6610
6611         * scm/font.scm: remove old markup legacy
6612
6613         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6614
6615         * lily/breathing-sign.cc (brew_molecule): remove function
6616
6617         * lily/text-item.cc: remove old-style markups.
6618         (interpret_markup): C++ version of markup function
6619         (brew_molecule): idem.
6620
6621         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6622         as Scheme variable.
6623
6624         * scripts/convert-ly.py (conv): dashes rule.
6625         Apply rule.
6626
6627         * Documentation/user/lilypond-book.itely: syntax fixes. 
6628
6629 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6630
6631         * VERSION (PACKAGE_NAME): release 1.9.0
6632
6633         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6634         note about dvips. (Should backport.)
6635
6636         * scripts/convert-ly.py
6637         (FatalConversionError.articulation_substitute): add
6638         convert-new-chords code. Remove convert-new-chords.py
6639
6640         * Documentation/user/refman.itely (Octave check): document
6641         \octave.
6642
6643         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6644         \relative changes.
6645
6646         * lily/parser.yy (command_element): octave check:
6647
6648            \octave PITCH
6649
6650         checks that PITCH (without octave) yields PITCH (with octave) in
6651         \relative
6652
6653         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6654
6655         * lily/scm-option.cc: ly:set-option now has the default argument
6656         #t.
6657
6658         * lily/lexer.ll: add \renameinput
6659
6660         * python/lilylib.py (command_name): robustifications.
6661
6662         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6663         /dev/stderr. This is ash compatible.
6664
6665         * ly/init.ly: add warning if compatibility was not necessary.
6666
6667         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6668
6669         * flower/include/string-handle.icc: formatting cleanups, rename
6670         references by ref_count_.
6671
6672 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6673
6674         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6675         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6676         package libs separately, fix conflicting php variable out=/dev/vc/
6677         invoking `unset out', declare menus, use only one icon-file, fix
6678         doc-path in menu.
6679
6680 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6681
6682         * scripts/convert-ly.py (FatalConversionError.conv): typo
6683
6684         * Documentation/misc/GNUmakefile: restore misc directory.
6685
6686         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6687
6688         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6689         Petites-Preludes 
6690
6691         * input/test/partial-blank.ly (quickmeasure): syntax
6692
6693         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6694         attachment property.
6695
6696         * Documentation/user/refman.itely: remove superfluous -'s 
6697         (Grace notes): ) fixes.
6698
6699         * lily/music.cc: generic compress(), transpose() functions. Remove
6700         others.
6701
6702         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6703         style markup entry.
6704
6705         * lily/parser.yy: all articulations postfix; remove obligatory -
6706         for [,  ) and \!
6707         
6708         * lily/music.cc (to_relative_octave): write generic
6709         to_relative_octave function; various relative cleanups.
6710         Hmmm.
6711
6712         * lily/scm-option.cc: add options new-relative and old-relative
6713
6714         * po/sv.po: new po file.
6715
6716         * Documentation/user/refman.itely (Dynamics): website
6717         fixes. (should backport!)
6718
6719 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6720
6721         * make/lilypond.mandrake.spec.in: declare version only once.
6722
6723 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6724
6725         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6726         meaning for now.
6727
6728 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6729
6730         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6731
6732         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6733
6734         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6735
6736         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6737
6738         * lily/music.cc (var): add ly:music-transpose function.
6739
6740         * lily/parser.yy (pre_events): remove prefix articulations.
6741
6742         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6743
6744         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6745
6746         * Documentation/user/refman.itely (Text markup): add comment about
6747         markup in header.
6748
6749 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6750
6751         * lily/paper-outputter.cc (write_header_fields_to_file): 
6752         only dump value if it is a string.
6753
6754         * flower/include/dictionary.hh: remove.
6755         
6756         * Documentation/ChangeLog-1.5: add back old log.
6757
6758         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6759         .pfas from a .deb.
6760
6761 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6762
6763         * Documentation/bibliography/engraving.bib: add entry for
6764         Jaschinski's Notation
6765
6766 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6767
6768         * Documentation/user/refman.itely (Beaming): add note about
6769         allowBeamBreak
6770
6771 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6772
6773         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6774         GregorianTranscription contexts
6775
6776         * ly/engraver-init.ly: vaticana contexts: minor fixes
6777
6778         * Documentation/user/refman.itely (Ancient notation): added note
6779         on appendix length bug
6780
6781         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6782         input/test/vaticana.ly: use vaticana contexts; small fixes
6783
6784 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6785
6786         * flower/hash.cc: Remove.
6787
6788         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6789         to (nonexistent?) hash_func_ identifier.
6790
6791         * python/midi.c (midi_error, midi_warning): Use char const* for
6792         __FUNCTION__ argument.
6793
6794         * python/gettext.py: Remove.  We already require python 2.1, which
6795         includes gettext.py.
6796
6797         * configure.in: Require python 2.1, as INSTALL.texi says.
6798         it.
6799
6800         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6801         versions 1.50 and 1.75.  Remove note about lexer patch.
6802
6803 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6804
6805         * Documentation/topdocs/INSTALL.texi: Update type1 font
6806         description to actual situation.  Add comment about new font ball
6807         layout.
6808
6809         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6810         in $LILYPONDPREFIX suffices for installation.
6811
6812 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6813
6814         * debian/control (Build-Depends): Add flex-old as alternative to
6815         flex.  Deprecate bison 1.75.
6816
6817 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6818
6819         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6820         Vaticana contexts
6821
6822         * Documentation/user/refman.itely (Ancient notation): documented
6823         some bugs; tiny fixes; added docu on Vaticana contexts
6824
6825         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6826         scripts
6827
6828 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6829
6830         * Documentation/user/refman.itely (Ancient notation): added some
6831         introductory words; added section on ancient time signatures;
6832         added some @seealso and @refcommands; small fixes and
6833         beautifications
6834
6835 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6836
6837         * input/regression/note-head-style.ly: many fixes and updates
6838
6839         * Documentation/user/refman.itely: added small sections on ancient
6840         accidentals, rests and flags; revised ancient note head section;
6841         small wording/spelling fixes
6842
6843         * input/test/rests.ly: layout fixes
6844
6845 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6846
6847         * input/puer-fragment.ly: bugfix: central C position of do clef
6848
6849         * ly/gregorian-init.ly: workaround: add small padding space before
6850         divisiones (the correct fix would be the spacing engine to handle
6851         this)
6852
6853 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6854
6855         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6856         cue-notes.ly: minor fixes.
6857
6858 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6859
6860         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6861         input/test/custos-style.ly
6862
6863         * Documentation/index.html.in: bugfix: link to Tutorial.html
6864
6865         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6866         to neumes; bugfix: "et": epiphonus, not just a simple pes
6867
6868 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6869
6870         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6871
6872         * lilypond.words: add new features: markup, column, center, \[ \].
6873         
6874 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6875
6876         * Documentation/topdocs/NEWS.texi, DEDICATION,
6877         stepmake/bin/add-html-footer.py
6878         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6879         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6880         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6881         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6882         added (only) after a sentence which is complete; if the sentence is 
6883         not ended a comma `,' or nothing is used. fix also spaces.
6884
6885 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6886
6887         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6888         requirements to plain 1.6.
6889
6890         * buildscripts/mutopia-index.py (read_lilypond_header): update
6891         mutopia-index.py to 1.4 syntax [sic]
6892
6893 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6894
6895         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6896
6897 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6898
6899         * Documentation/index.html.in: url for regression pdf
6900
6901         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6902
6903         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6904
6905         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6906
6907         * VERSION: 1.8.0 released
6908         
6909         * GNUmakefile.in (local-WWW-post): footify build fix.
6910
6911         * configure.in: require GUILE 1.6.4
6912
6913         * Documentation/user/GNUmakefile: don't copy *.png for
6914         lilypond-internals
6915
6916         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6917         local-WWW-post target.
6918         (rsync-web): add rsync-web target
6919
6920         * Documentation/user/introduction.itely (Music notation and
6921         engraving): add neume example
6922
6923         * input/puer-fragment.ly (cantus): add puer-fragment
6924
6925 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6926
6927         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6928         to notes, so that equalizer is actualy being used.
6929
6930         * scm/midi.scm (instrument-equalizer-alist):
6931         (absolute-volume-alist): Define public, so that user can copy or
6932         override.
6933
6934         * lily/key-performer.cc (create_audio_elements): Check for minor
6935         key.  Only if key is minor, set MIDI key to minor.
6936
6937 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6938
6939         * Documentation/user/refman.itely (Hiding staffs): fixes.
6940
6941         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6942
6943         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6944         vertical extents to deal with Hara kiri correctly.
6945
6946         * input/regression/hara-kiri-short.ly: remove
6947
6948         * input/regression/hara-kiri-pianostaff.ly: update test.
6949
6950         * Documentation/user/*.tely: remove WEBTITLE
6951
6952         * scm/output-tex.scm (comment): idem.
6953
6954         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6955
6956         * scm/music-functions.scm (make-lyric-event): new function
6957
6958         * scm/lily.scm (lilypond-version): new function
6959
6960         * input/test/version-output.ly: new file.
6961
6962         * Documentation/user/lilypond.tely: add version number to
6963         front-page.
6964
6965 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6966
6967         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6968
6969 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6970
6971         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6972
6973         * Documentation/user/refman.itely (Hiding staffs): rename node.
6974
6975 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6976
6977         * input/regression/new-markup-syntax.ly (texidoc): remove
6978         molecule-callback override.
6979
6980 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6981
6982         * input/les-nereides.ly: Mark tweaks with %tweak.
6983
6984         * Debian patch, see debian/changelog (Anthony Fok).
6985
6986 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6987
6988         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6989         problem.
6990
6991 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6992
6993         * Documentation/user/refman.itely (Text markup): Fix language bug.
6994
6995 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6996
6997         * input/* : postfix syntax fixes.
6998
6999         * Documentation/user/refman.itely (Text markup): add note about
7000         raise/lower with ^ or _ .
7001         
7002         * po/fi.po: fix \\apply strings.
7003
7004         * lily/parser.yy (open_event): warn for prefix articulations.
7005
7006 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7007
7008         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7009         fix also on parmesan font.
7010
7011 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7012
7013         * VERSION 1.7.30 released
7014         
7015         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7016
7017         * buildscripts/mutopia-index.py (headertext): rewording
7018
7019 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7020
7021         * scm/new-markup.scm (strut-markup): new markup function.
7022
7023         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7024         space also when no accidental is there.
7025
7026 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7027
7028         * input/les-nereides.ly: Updates.
7029
7030 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7031
7032         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7033         which repeats the tag insertion selected from "Insert tag" menu.
7034
7035 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7036
7037         * lily/all-font-metrics.cc (find_font): load AFM files first only
7038         for feta fonts. This fixes problems with TeXlive and other TeX
7039         distros that include AFM files for the CM fonts. 
7040
7041         * scm/font.scm (qualifiers-to-font-name): remove.
7042
7043         * lily/paper-def.cc: remove get_var.
7044
7045         * input/trip.ly: remove file.
7046         
7047         * input/regression/spacing-note-flags.ly (raggedright): remove
7048         stafflinethickness
7049
7050         * input/les-nereides.ly: update to new syntax, cleanups.
7051
7052 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7053
7054         * Documentation/user/refman.itely: Clarify shortest-note problem
7055         of autobeamer.
7056
7057 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7058
7059         * lilypond-mode.el: Add each word to regexps only once.
7060
7061         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7062         is based on the syntax definitions in lilypond.words. Remove all 
7063         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7064         LilyPond->Insert menu is generated by the entries in lilypond.words 
7065         to which have been given a syntax definition.
7066
7067         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7068         \notes, \relative, \score, \simultaneous, \transpose.
7069
7070         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7071
7072         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7073         
7074         * lilypond-mode.el: add menu keywords separately.
7075
7076         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7077
7078 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7079
7080         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7081         current ugly installation method for PFA fonts.
7082
7083 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7084
7085         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7086         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7087
7088         * Documentation/user/music-glossary.tely: update legato.
7089
7090 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7091
7092         * lexer-gcc-3.0.patch: Remove.
7093
7094         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7095
7096 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7097
7098         * debian/rules (binary-arch): remove NEWS.
7099
7100 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7101
7102         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7103         stepmake/bin{ many }: polish the `--help's of different scripts;
7104         model taken from the core-utils of Linux.
7105
7106         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7107
7108 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7109
7110         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7111
7112         * flower/libc-extension.cc: idem.
7113
7114         * flower/include/libc-extension.hh: protect against isinf macros.
7115
7116 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7117
7118         * { many }: Use two uppercase letters in LilyPond.
7119
7120         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7121
7122         * VERSION: 1.7.29 released.
7123         
7124 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7125
7126         * lily/tie.cc: add TODO comment.
7127
7128         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7129
7130         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7131         linejoins and linecaps. This fixes problems with occasional spikes
7132         on slur/tie endings.
7133         
7134         * input/regression/font-name.ly: don't use PS fonts for
7135         compatibility reasons. 
7136
7137         * mutopia/claop.py (accents): update to 1.8
7138
7139         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7140
7141         * Documentation/user/macros.itexi: don't color glossary links.
7142
7143         * Documentation/user/invoking.itexi (Error messages): new section
7144
7145 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7146
7147         * input/regression/font-name.ly: add file.
7148
7149         * scm/document-backend.scm (grob-doc): remove <hr> from
7150         lilypond-internals
7151
7152         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7153         reqd version to 1.6.4 
7154
7155         * lily/font-interface.cc (get_font): bugfix: take font-name from
7156         alist chain too. This fixes font-name override for \markup.
7157
7158 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7159
7160         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7161
7162         * input/test/polymetric-differing-notes.ly: Compile fix.
7163
7164 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7165
7166         * Documentation/user/refman.itely: fixed typo
7167
7168         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7169         before flexa
7170
7171 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7172
7173         * input/test/{ many }: search & fix some typos.
7174
7175 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7176
7177         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7178         images.
7179
7180         * scm/music-functions.scm (make-voice-props-set): set Script /
7181         TextScript dir for polyphony too.
7182
7183         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7184         before clef.
7185
7186         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7187
7188 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7189
7190         * Documentation/user/refman.itely (Percussion): Small
7191         clarifications and fixes.
7192
7193         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7194         threads. This fixes different heads playing simultaneously.
7195
7196 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7197
7198         * Documentation/user/{ many }: increase readability (read through 
7199         User manual from `one big page').
7200
7201 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7202
7203         * input/test/polymetric-differing-notes.ly: add example with
7204         disparate note values.
7205
7206         * input/test/polymetric.ly: rename from poly-metric
7207
7208         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7209         iso. outname.
7210
7211         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7212         G-clef bbox to real char extents. This fixes the G-clef being
7213         offset too much to the right.
7214         document perc clef offset.
7215
7216         WARNING: FONT CHANGED.
7217
7218         * Documentation/user/tutorial.itely (Tutorial): move menu.
7219
7220 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7221
7222         * buildscripts/lilypond-profile.sh (Error): trim error message.
7223
7224         * Documentation/user/invoking.itexi (Invoking the lilypond
7225         binary): add note about path.
7226
7227         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7228         suppresses superfluous spaces.
7229
7230 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7231
7232         * buildscripts/lilypond-profile.sh: Add documentation to error
7233         message.
7234
7235         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7236
7237 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7238
7239         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7240         <mike@ossmann.com>)
7241
7242         * Documentation/bibliography/computer-notation.bib (pages): prune
7243         unscientific language.
7244
7245         * Documentation/user/GNUmakefile: copy unsplit file to
7246         lilypond.html (idem for lilypond-internals).
7247
7248         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7249
7250         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7251
7252         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7253
7254         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7255         fix.
7256         
7257 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7258
7259         * Documentation/user/{ various }: bind text snippets with their
7260         examples, e.g. by punctuation: This is an example.
7261
7262 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7263
7264         * ly/performer-init.ly (VoiceContext): Typos.
7265
7266         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7267         builds, leave final-install to toplevel srcdir makefile.
7268
7269         * make/srcdir.make.in (install): New target.
7270
7271 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7272
7273         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7274         This fixes core dump on MIDI output (Simon Weatherill).
7275
7276         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7277         on local-WWW-post.
7278
7279 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7280
7281         * make/lilypond.redhat.spec.in: add dvips to reqs.
7282
7283 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7284
7285         * make/srcdir.make.in (web): Add special web target.
7286
7287         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7288         from inner $(LOOP).
7289
7290         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7291
7292         * stepmake/stepmake/generic-targets.make (www-targets-help):
7293         * GNUmakefile.in (web-install): Install in $(webdir).
7294
7295         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7296
7297         * cygwin/changelog: 
7298         * cygwin/mknetrel: Update.
7299
7300         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7301         (html-doc): Remove (use: web).
7302
7303         * stepmake/stepmake/script-rules.make: 
7304         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7305         Fix $(config_make) dependencies for srcdir build.
7306
7307         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7308         target for srcdir build.
7309
7310         * stepmake/make/stepmake.make: 
7311         * make/srcdir.make.in: 
7312         * GNUmakefile.in:
7313         * make/stepmake.make (config_make): Rename variable (was:
7314         configuration).
7315
7316 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7317
7318         * Documentation/user/internals.itely (Manipulating music
7319         expressions): run lilypond on example too.
7320
7321         * flower/include/libc-extension.hh: move lrint define to
7322         header. bugfix.
7323         
7324 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7325
7326         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7327         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7328         do we recurse whole tree?).
7329
7330         * GNUmakefile.in (html-doc): Resurrect.
7331
7332         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7333         obsolete $(package-icon) dependency.
7334
7335 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7336
7337         * Documentation/user/refman.itely (Automatic staff changes):
7338         add seealso 
7339
7340         * Documentation/index.html.in: link to bigpage.
7341
7342         * Documentation/user/tutorial.itely (Tutorial): streamline.
7343
7344         * Documentation/index.html.in: url typo.
7345
7346         * VERSION (PACKAGE_NAME): release 1.7.28
7347
7348         * python/lilylib.py (error_log): remove '/' from name.
7349
7350         * input/regression/pedal.ly: remove; dups input/test/
7351         
7352         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7353
7354         * Documentation/index.html.in: python style doco index.
7355
7356         * Documentation/{footer,header}.html.in (src): remove, 
7357
7358         * Documentation/pictures: remove all but lelie-logo.xpm.
7359
7360         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7361         before running makeinfo.
7362
7363         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7364         @code{}
7365
7366 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7367
7368         * input/test/bar-number-regular-interval.ly: rename.
7369
7370         * Documentation/user/*: various fixes. 
7371
7372 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7373
7374         * Documentation/{ many }: polish for update-all-menus. typos.
7375
7376         * po/fi.po: fixes.
7377
7378         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7379
7380         * buildscripts/mutopia-index.py: polish.
7381
7382         * input/regression/{ many }, input/test{ many }: polish texidocs.
7383
7384 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7385
7386         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7387         pedal-style
7388
7389         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7390         iso. edge-widen.
7391
7392         * lily/piano-pedal-engraver.cc (process_music): change from
7393         process_acknowledged ()
7394
7395         * lily/piano-pedal-bracket.cc: new file. Change
7396         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7397         cleaned up.
7398
7399         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7400
7401         * input/regression/tuplets.ly (texidoc): rename file.
7402
7403         * po/fr.po: update
7404
7405         * buildscripts/lilypond-profile.sh: error message if script is not
7406         sourced.
7407
7408         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7409         bracket-flare
7410         (make_bracket): simplify code.
7411
7412         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7413         argument.
7414
7415         * python/lilylib.py (lilypond_version_check): new function
7416
7417         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7418
7419         * scripts/ly2dvi.py (run_lilypond): add version check.
7420
7421         * scripts/lilypond-book.py (option_definitions): typo
7422
7423         * scripts/ly2dvi.py (include_path): typo
7424
7425         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7426
7427         * lily/parse-scm.cc (parse_handler): typo
7428
7429         * Documentation/user/macros.itexi: use @heading for headings.
7430
7431         * Documentation/user/refman.itely: updates, fixes.
7432
7433 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7434
7435         * po/fi.po: add Finnish translations. fixes.
7436
7437         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7438
7439         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7440         from lily/glissando-engraver.cc.
7441
7442 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7443
7444         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7445         for non-first _broken_ bracket.
7446
7447         * Documentation/user/refman.itely: corrections.
7448
7449 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7450
7451         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7452         support of the fingerings.
7453
7454         * po/fr.po: French translation update.
7455
7456         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7457         strings.
7458
7459 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7460
7461         * Documentation/user/introduction.itely: Small fixes.
7462
7463 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7464
7465         * Documentation/topdocs/AUTHORS.texi: polish.
7466
7467 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7468
7469         * Documentation/user/introduction.itely: revise
7470
7471         * Documentation/user/tutorial.itely: reorganise.
7472
7473         * Documentation/topdocs/index.tely: remove.
7474
7475         * Documentation/header.html.in: prune.
7476
7477         * GNUmakefile.in: clean up web building.
7478
7479         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7480         target.
7481
7482 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7483
7484         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7485
7486         * lilypond-mode.el: turn on blink-matching-paren.
7487
7488 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7489
7490         * scm/output-sodipodi.scm (svg-header): Fix typo.
7491
7492 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7493
7494         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7495         fixes a security hole.
7496
7497         * scripts/lilypond-book.py (original_dir): remove temp_dir
7498
7499         * scm/document-translation.scm: use @code tags.
7500
7501 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7502
7503         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7504
7505         * lilypond-mode.el: add a buffer-local post-command-hook to set
7506         context dependent syntax-table after each cursor event. Remove old
7507         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7508
7509         * lilypond-indent.el: update comments.
7510
7511         * Documentation/footer.html.in: add period.
7512
7513 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7514
7515         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7516
7517         * scm/document-translation.scm (document-property-operation): add
7518         @code{} tags.
7519
7520         * VERSION (PACKAGE_NAME): release 1.7.27
7521
7522         * config.make.in: add PAPER variable
7523
7524         * buildscripts/new-chords.py (help): add help text
7525
7526         * Documentation/user/introduction.itely (Typography and program
7527         architecture):  fixes.
7528
7529         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7530         for texinfo and dvips. This fixes problems with PDF output of the
7531         wrong size.
7532
7533         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7534         DVIPS_PAPERSIZE variable
7535
7536         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7537         TEXINFO_PAPERSIZE variable 
7538
7539 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7540
7541         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7542
7543         * mf/feta-toevallig.mf: lowres fixes.
7544
7545 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7546
7547         * NEWS: Typo and fill-paragraph fixes.
7548
7549         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7550         cast #define.
7551
7552         * configure.in: 
7553         * config.hh.in: Check for lrint.
7554
7555 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7556
7557         * VERSION: 1.7.26 released
7558
7559         * lily/separation-item.cc: add padding property.
7560
7561         * input/test/*.ly: various fixes, remove solo-a2.ly
7562
7563         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7564         bugfix. Fixes old-style markup compatibility.
7565
7566         * Documentation/user/introduction.itely (Introduction): historical
7567         elucidations
7568
7569         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7570
7571         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7572
7573         * Documentation/index.texi (Top): cleanup.
7574
7575         * Documentation/user/introduction.itely (Introduction): rewrite
7576         introduction, 
7577         (Music notation and  engraving): about notation. Add flat-picture
7578
7579 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7580
7581         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7582         separation items. This keeps lyrics from bumping into each other.
7583
7584 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7585
7586         * GNUmakefile.in (topdocs-web): New target.
7587         (local-web): Depend on topdocs-web; fixes html-doc.
7588
7589 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7590
7591         * po/lilypond.pot: run po-replace
7592
7593         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7594
7595         * scm/drums.scm (reset-drum-kit): new function.
7596
7597         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7598
7599         * scripts/update-lily.py: remove
7600         
7601         * VERSION: release 1.7.25
7602         
7603         * Documentation/user/introduction.itely (Introduction): rewrite
7604         start of introduction.
7605
7606 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7607
7608         * lily/all-font-metrics.cc: fixed typo
7609
7610 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7611
7612         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7613         LilyPond-mode-context-set-syntax-table): new functions to define
7614         the syntax table according to context.
7615
7616         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7617
7618 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7619
7620         * Documentation/user/refman.itely (Figured bass): 
7621         language nit courtesy http://www.vocabula.com
7622
7623         * GNUmakefile.in: remove no kpathsea hack.
7624
7625         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7626         doco.
7627
7628         * GNUmakefile.in: remove web-doc target.
7629
7630         * lily/all-font-metrics.cc (find_afm): add message about
7631         buildscripts/clean-fonts.sh 
7632
7633         * scm/define-music-properties.scm (figure): use string for 'figure
7634
7635         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7636
7637         * input/regression/ : add raggedright = ##t where applicable. 
7638         
7639         * scm/bass-figure.scm (make-bass-figure-markup): add
7640         alignBassFigureAccidentals property.
7641
7642         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7643         bracket.
7644
7645         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7646         syllables widths into account for minimum-length.
7647
7648         * input/test/staff-container.ly: update file
7649
7650         * input/test/stem.ly: remove
7651
7652         * lily/event.cc (LY_DEFINE): add ly: prefix.
7653
7654         * input/test/clef-manual-control.ly: from manual-clef
7655
7656         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7657
7658         * input/test/different-time-signatures.ly: move to poly-metric.ly
7659
7660         * input/test/hara-kiri*,scales.ly: remove
7661         
7662         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7663         with chord-names-jazz.ly)
7664
7665         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7666         get scalable cm fonts too.
7667
7668         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7669         --encoding for mftrace if present.
7670
7671         * input/regression/slur-area.ly: move from test/
7672
7673         * input/test/: remove simple-slur-endings slur-attachment
7674         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7675         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7676         slur-symmetry slur-symmetry tie-broken.ly
7677
7678         * scm/drums.scm (set-drum-kit): add function.
7679
7680         * Documentation/user/refman.itely (Percussion staves): use
7681         set-drum-kit
7682
7683         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7684         too
7685         (Global_measure.set_timesig): handle 3/8 time sig too.
7686
7687         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7688         note about triangle note heads.
7689
7690         * scm/drums.scm: use alist for instrument-settings. This fixes the
7691         bug with assigning to drums in the .ly file.
7692
7693         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7694         CHANGED.
7695
7696         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7697         cluster-beacon-interface
7698
7699         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7700
7701         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7702
7703         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7704
7705         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7706         to get positions.
7707
7708         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7709         make ClusterSpannerBeacon to record Y positions. This removes the
7710         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7711         make cluster-note-events.
7712
7713 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7714
7715         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7716
7717         * configure.in: Use lily/main.cc as identifying source file.
7718
7719         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7720
7721         * config.hh.in: 
7722         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7723
7724         * configure.in: Require PYTHON >= 2.0.
7725
7726         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7727           $PYTHON for include dir location.
7728         (STEPMAKE_PYTHON): New function.  Use
7729         
7730             PYTHON=foo ./configure
7731
7732           to override.
7733
7734 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7735
7736         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7737         something.
7738
7739         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7740         ftp.lilypond.org everywhere.
7741
7742 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7743
7744         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7745         detected.
7746
7747         * Documentation/user/refman.itely (Grace notes): note on explicit
7748         contexts
7749
7750 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7751
7752         * lilypond-font-lock.el: add a comment about LilyPond specific
7753         escape characters: ^, - and _, in the syntax table.
7754
7755         * Documentation/user/appendices.itely: a majuscule fix.
7756
7757 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7758
7759         * input/test/trills.ly (endHorizScript): fixes.
7760
7761         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7762         notation, move from regression.
7763
7764         * input/test/script-stack.ly: change name from stacked-scripts
7765
7766         * input/test/ossia.ly: octave errors.
7767
7768         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7769         for midi-volume-equaliser
7770
7771 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7772
7773         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7774         cm fonts.
7775
7776         * mf/feta-beugel.mf: don't multiply font_count by 10.
7777
7778         * lily/lookup.cc (horizontal_line): new function. Use
7779         horizontal-line in output backends.
7780
7781         * Documentation/user/tutorial.itely (An orchestral part): new
7782         section on orchestral stuff and identifiers.
7783
7784 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7785
7786         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7787         some interference to other modes.
7788
7789 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7790
7791         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7792         not maximum of spacing wishes in polyphonic situations.
7793
7794         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7795         number
7796
7797         * lilypond-indent.el: remove paren matching. 
7798
7799         * lily/text-item.cc (interpret_new_markup): new function
7800         use iso. text2molecule.
7801
7802         * lily/main.cc (notice): change FSF address 
7803
7804         * po/de.po: update PO file to 1.6.
7805
7806 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7807
7808         * Documentation/user/ {many}: Add periods and remove spaces.
7809         
7810 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7811
7812         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7813         Disable buffer-locally default paren hook and make a new one. 
7814
7815         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7816         locally LilyPond-paren-mode. Add todo for mouse double-click.
7817
7818 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7819
7820         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7821         Disable buffer-locally default paren idle timer and make a new one. 
7822
7823         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7824         locally LilyPond-show-paren-mode. Add to menu a toggle for
7825         LilyPond-show-paren-function.
7826
7827 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7828
7829         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7830
7831 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7832
7833         * Documentation/user/refman.itely: spelling fix.
7834
7835         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7836         paren highlight function definitions. add todo for
7837         LilyPond-show-paren-mode.
7838
7839 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7840
7841         * input/template/jazz-combo.ly: new file.
7842
7843 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7844
7845         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7846         lo-res fixes.
7847
7848         * mf/feta-schrift.mf: bugfix in varcoda sign.
7849         WARNING: FONT CHANGED
7850
7851         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7852         in accordance with lexer.ll.   
7853
7854 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7855
7856         * Documentation/user/tutorial.itely: Edit introduction.
7857
7858 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7859
7860         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7861         ly:grob-staff-position
7862
7863 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7864
7865         * scm/to-xml.scm: import srfi-1
7866
7867         * VERSION (MAJOR_VERSION):  release 1.7.24
7868
7869         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7870
7871         * scripts/lilypond-book.py (do_file): put texidoc before image.
7872         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7873
7874         * input/regression/*.ly: fix snippet octaves 
7875
7876         * input/test/spanner-after-break-tweak.ly: import
7877         broken-spanner-adjustment
7878
7879         * input/no-notation/midi-transposing.ly: move from input/test/
7880
7881         * input/test/: remove chord-markup
7882
7883         * input/regression/instrument-name-partial.ly: move from input/test.
7884
7885         * input/test/vertical-text.ly: remove
7886
7887         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7888         space above lyrics lines.
7889
7890         * input/test/uniform-breaking.ly: remove file.
7891
7892         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7893         uniform spacing density. 
7894
7895         * input/test/chords.ly (keys): remove file.
7896
7897         * scm/documentation-lib.scm (oop): use srfi-1 too.
7898
7899         * input/regression/*.ly: add \version
7900
7901         * Documentation/user/*.itely: various fixes.
7902
7903         * buildscripts/mf-to-table.py (base): break table every three
7904         symbols.
7905
7906         * input/:  remove %% new-chords-done %% .
7907
7908         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7909         os-music.ly
7910         
7911 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7912
7913         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7914
7915         * scm/new-markup.scm (box-markup): new function.
7916         (box-markup): new function. Contributed by Dick Schoeller
7917         <schoeller@attbi.com>
7918
7919         * scm/lily.scm: remove reduce-no-unit 
7920         (list-insert-separator): use fold-right
7921
7922         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7923         of arguments. 
7924
7925         * NEWS: more neutral language for ancient notation 
7926
7927         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7928         inside pointing beaming for chord tremolo.
7929
7930         * Documentation/user/lilypond-book.itely: minor editing
7931
7932 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7933
7934         * NEWS: added news for 1.8 regarding ancient notation
7935
7936         * Documentation/user/refman.itely (Gregorian square neumes
7937         ligatures): fixed typo
7938
7939         * lily/vaticana-ligature-engraver.cc,
7940         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7941         lower/upper head of Pes only when heads are stacked
7942
7943         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7944         scm/define-grob-properties.scm: cleanup: make "join-left" a
7945         boolean grob property and save delta pitch in grob property
7946         "delta-pitch" instead
7947
7948         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7949
7950 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7951
7952         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7953         completely borked
7954
7955         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7956         (try_music): bug fix: beam multiplicity was completely borked.
7957
7958         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7959         first-n, butfirst-n in favor of srfi-1 functions.
7960         remove string-join, string-pad in favor of srfi-13 functions.
7961
7962         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7963
7964         * NEWS: use complete sentences.
7965
7966         * Documentation/user/introduction.itely (Example applications):
7967         add note about databases and lilypond-book.
7968
7969         * input/test/volta.ly: remove file
7970
7971         * input/regression/volta-broken-left-edge.ly: simplify file
7972
7973 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7974
7975         * Documentation/user/refman.itely (Constructing a tweak): new
7976         subsection.
7977
7978         * Documentation/user/tutorial.itely (Fine tuning layout): add
7979         common tweaks.
7980
7981         * scm/define-grobs.scm (TextScript): use new brewer.
7982
7983 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7984
7985         * VERSION: release 1.7.23
7986
7987         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7988
7989         * python/lilylib.py (make_ps_images): bugfixes.
7990
7991         * input/regression/volta-multi-staff.ly: new file.
7992
7993         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7994
7995         * Documentation/user/tutorial.itely (Piano staffs): new section.
7996         (Setting variables): new section
7997         (Fine tuning layout): new section
7998
7999         * input/just-friends.ly: remove file. Superseeded by
8000         input/test/chords-without-melody.ly
8001
8002         * ly/property-init.ly: add all commands to refman.
8003
8004         * scm/define-translator-properties.scm: remove
8005         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8006
8007         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8008         name. Underscores botch up PS output.
8009
8010         * scm/define-translator-properties.scm: remove
8011         textNonEmpty, oneBeat, regularSpacingDelta
8012
8013         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8014         rule for automaticBars.
8015
8016         * lily/timing-engraver.cc (start_translation_timestep): change
8017         barNonAuto to automaticBars
8018
8019 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8020
8021         * input/test/perform-tie.ly: delete file.
8022
8023 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8024
8025         * Documentation/user/refman.itely (Gregorian square neumes
8026         ligatures): bugfix: do not show ledger lines in neumes table
8027         (fixed by setting staff symbol to transparent rather than removing
8028         it from staff context)
8029
8030 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8031
8032         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8033         glue into brew-new-markup-molecule.
8034
8035         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8036
8037         * Documentation/user/introduction.itely (Computerized typography):
8038         new section
8039
8040         * Documentation/user/tutorial.itely (An orchestral part): remove
8041         pc example from tutorial.
8042
8043         * input/tutorial/lilbook.tex: use screech-boink
8044
8045         * scripts/lilypond-book.py (compile_all_files): split formatting
8046         output body and scheduling lilypond compilation.
8047         (format_lilypond_output_bodies): new function
8048         (format_lilypond_block): new function
8049         (html_pages): allow multi-page images in HTML
8050
8051         * python/lilylib.py (make_ps_images): rename function from
8052         make_preview, merge with make_page_images
8053
8054 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8055
8056         * input/test/key-clefs.ly: moved to regression.
8057
8058         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8059
8060         * input/no-notation/README: added note about midi-*.ly files.
8061
8062         * input/test/two-key.ly: moved to no-notation/parse5.ly
8063
8064         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8065         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8066
8067         * input/test/ {various}: modified comments, marked some for deletion.
8068
8069         * input/test/lines.ly: deleted file; duplicate of
8070         embedded-postscript.ly
8071
8072         * input/test/mmrest-collision: moved to regression.
8073
8074 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8075
8076         * scm/chord-name.scm (note-name->markup): don't superscript root
8077         alterations in chordnames.
8078
8079 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8080
8081         * Documentation/user/refman.itely (Multi measure rests): more
8082         index/cross-referencing.
8083
8084         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8085
8086         * scm/font.scm: remove properties-to-font-name code.
8087
8088         * scm/define-grob-properties.scm: remove 'type
8089
8090         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8091         conversion
8092
8093         * lily/text-spanner.cc: change 'type grob prop to 'style 
8094
8095         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8096         "first" flag to decide whether to make a start-repeat
8097
8098         * input/regression/grace-volta-repeat-2.ly: new file.
8099
8100 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8101
8102         * lilypond-indent.el: rename generic functions to LilyPond-*
8103
8104 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8105
8106         * input/test/thumb.ly: delete, merged into refman.
8107
8108         * Documentation/user/refman.itely: added thumb info to Fingering.
8109
8110         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8111         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8112         vertical-align.ly : deleted files.
8113
8114 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8115
8116         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8117
8118         * lily/line-spanner.cc (broken_trend_offset): remove function.
8119         (get_broken_offset): idem.
8120         (brew_molecule): rewrite the line-break case.
8121
8122         * input/regression/follow-voice-break.ly:  new file.
8123
8124         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8125         start of a system.
8126
8127 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8128
8129         * input/test/tuplet-rest.ly: moved to regression.
8130
8131         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8132         deleted file.
8133
8134         * input/test/ {many} : marked file for possible deletion.
8135
8136 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8137
8138         * input/regression/beam-funky.ly: add note about (disputed)
8139         correct beaming.
8140
8141         * ly/engraver-init.ly (ScoreContext): put key-signature after
8142         staff-bar
8143         
8144 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8145
8146         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8147
8148         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8149
8150         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8151
8152         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8153         stem-extend was deleted (it was duplicate example, and not as
8154         good).
8155
8156         * input/test/[s-z]*.ly: add texidoc index.
8157
8158 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8159
8160         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8161         get_first_notecolumn_y
8162
8163         * lily/spanner.cc (broken_spanner_index): new function.
8164
8165 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8166
8167         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8168         lyric-hyphen.ly : moved to regression.
8169
8170         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8171         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8172
8173         * input/test/instrument-name-mmrest.ly: moved to
8174         ../regression/multi-measure-rest-instr-name.ly
8175
8176         * input/test/knee-sym.ly: moved to
8177         ../regression/beam-knee-symmetry.ly.
8178
8179         * input/test/hymn.ly: change comments.
8180
8181         * input/test/[p-r]*.ly: add texidoc index.
8182
8183 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8184
8185         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8186         to postfix syntax
8187         
8188         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8189         syntax.
8190
8191         * VERSION: release 1.7.22
8192
8193 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8194
8195         * input/test/[h-k]*.ly: added texidoc index.
8196
8197         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8198
8199         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8200
8201         * input/test/ various : mark files for deletion or moving to
8202         regression.
8203
8204         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8205
8206         * input/test/[l-o]*.ly: added texidoc index.
8207
8208 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8209
8210         * scm/music-functions.scm (make-ottava-set): 
8211         only do ottavation if centralCPosition is set.
8212
8213         * lily/translator-scheme.cc (ly:context-property-where-defined):
8214         return '() if not found.
8215
8216 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8217
8218         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8219         Use one command for both commenting and uncommenting.
8220
8221         * lilypond-indent.el (LilyPond-comment-region): new function,
8222         (un)comments each line separately.
8223
8224         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8225         
8226         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8227         imenu is not added by default; adapted from f90.el,
8228         makes Help-menu, which does not fit, visible in XEmacs.
8229         
8230 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8231
8232         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8233         show-paren-mode sets blink-matching-paren-on-screen local.
8234         Try to make show-paren-function to paren-highlight local.
8235
8236         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8237         Copy definitions of Emacs' show-paren-function and
8238         XEmacs' paren-highlight and make minimal changes;
8239         add comments about locality. 
8240         Fix matching first open-paren-char in '<< .. >>'.
8241
8242 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8243
8244         * input/test/g*: added texidoc index.
8245
8246         * input/test/[a-g]*: added raggedright==#t when it
8247          seemed appropiate.
8248
8249         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8250
8251         * Documentation/topdoc/INSTALL.texi: removed false warnings
8252         about gcc 3.3.
8253
8254 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8255
8256         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8257
8258         * input/test/chords-without-melody.ly (texidoc): add from
8259         input/just-friends.ly
8260
8261         * input/regression/size{13--26}.ly: move from input/
8262
8263         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8264         input/{star-spangled-banner,twinkle}.ly: remove 
8265         
8266         * lily/slur.cc: remove slur over rest warnings.
8267
8268         * lily/note-spacing.cc (get_spacing): include left part of right
8269         object in fixed space. This fixes stretched space before
8270         accidentals.
8271
8272         * input/regression/spacing-accidental-stretch.ly: new file.
8273
8274 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8275
8276         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8277         Reduce to 16pt.
8278
8279 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8280
8281         * input/regression/spacing-knee.ly: docstring
8282
8283         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8284
8285         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8286         input/tutorial/{test,solar,flowing}.ly: remove
8287
8288         * input/rhythm.ly: remove
8289
8290         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8291
8292         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8293         update syntax. 
8294
8295         * scm/define-grobs.scm (all-grob-descriptions): set
8296         knee-spacing-correction to 1.0
8297
8298         * lily/note-spacing.cc (stem_dir_correction): compute knee
8299         correction using stem-thickness and head width.
8300
8301         * input/regression/beam-quanting-horizontal.ly: update texidoc
8302
8303         * scm/define-grobs.scm (all-grob-descriptions): set
8304         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8305         This fixes 32nd beams for noteheads in spaces quants.
8306
8307         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8308
8309 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8310
8311         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8312
8313 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8314
8315         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8316
8317         * VERSION (PACKAGE_NAME): release 1.7.21
8318
8319         * input/regression/stem-shorten.ly: new file.
8320
8321         * lily/stem.cc (get_default_stem_end_position): revise stem
8322         shortening code.
8323
8324         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8325
8326         * input/test/{scripts,volta-start,sleur}.ly: remove
8327         
8328         * input/regression/span-bar.ly: smaller file.
8329
8330         * input/regression/spacing-{natural,tight,loose}.ly: remove
8331
8332         * input/test/markup.ly: remove
8333
8334         * scripts/lilypond-book.py: put printfilename in separate chunk,
8335         so texidoc is printed after the filename.  
8336
8337 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8338
8339         * make/lilypond.mandrake.spec.in: fix docdirs.
8340
8341 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8342
8343         * input/regression/beam-french.ly: bugfix.
8344
8345         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8346
8347         * input/regression/(various).ly: add raggedright = #t.
8348
8349         * input/regression/auto-beam.ly: move from abe.ly
8350
8351 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8352
8353         * input/test/f*.ly: added texinfo index.
8354         
8355         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8356
8357 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8358
8359         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8360         quant penalty for beam just outside staff.
8361
8362         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8363         from beam-pos.ly,  remove non-horizontal tests. 
8364
8365         * input/test/(various): cleanup header info. 
8366
8367         * input/test/tchaikovsky.ly: remove file.
8368
8369         * scm/chord-generic-names.scm: move from
8370         double-plus-new-chord-name.scm
8371
8372         * input/test/orchestscore.ly: remove file
8373
8374         * Documentation/user/refman.itely (Vocal music): update documentation.
8375
8376         * scm/define-translator-properties.scm (chordNoteNamer): remove
8377         chordNameStyle, use chordNameFunction
8378
8379         * scm/chord-name.scm (set-chord-name-style): remove
8380         set-chord-name-style. Use \property chordNameFunction.
8381
8382 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8383
8384         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8385         music): remove @TeX{} command.
8386
8387 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8388
8389         * lilypond-indent.el (scan-sexps): Renamed to
8390         aargh-this-breaks-other-emacs-modes-scan-sexps.
8391
8392 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8393
8394         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8395         closing slurs: '()', etc. Add comments.
8396
8397         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8398
8399         * lilypond-font-lock.el: match unending string at eof.
8400
8401         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8402         
8403 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8404
8405         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8406         input/test/beam-dir.ly input/test/beam-position.ly    
8407         input/test/beam-suspect.ly input/test/beam-trend.ly    
8408         input/test/beams.ly input/test/crescendo-text.ly : deleted
8409         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8410         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8411         * input/test/default-bars.ly: moved to bar-always.ly
8412         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8413
8414 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8415
8416         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8417
8418 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8419
8420         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8421
8422 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8423
8424         * lilypond-indent.el: Match better slurs in scheme expressions.
8425         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8426
8427         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8428
8429 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8430
8431         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8432
8433         * input/ac-extra-voice.ly: Add texidoc.
8434
8435         * ly/chord-modifiers-init.ly: 
8436         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8437         and chordNameExceptionsPartial for new chord names.
8438
8439         * input/test/chord-names-dpnj.ly: 
8440         * input/test/dpncnt.ly: Update.
8441
8442         * scm/chord-name.scm: 
8443         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8444         chord selection and options.
8445
8446         * ly/chord-modifiers-init.ly: Add exceptions 
8447
8448         * scm/define-translator-properties.scm (chordNameStyle) 
8449         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8450
8451 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8452
8453         * ly/property-init.ly (germanChords): Added.
8454         (semiGermanChords): Added.
8455         
8456         * input/test/chord-names-german.ly: Use new macros
8457         
8458 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8459
8460         * lilypond-indent.el: Use similar parenthesis highlighting for 
8461         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8462         functions; removed LilyPond-show-paren-function. Fix indenting.
8463         Turn paren-matching on also in XEmacs.
8464
8465         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8466         as needed by parenthesis highlighting functions (in scan-sexp).
8467
8468 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8469
8470         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8471         function.
8472         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8473
8474 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8475
8476         * lilypond-indent.el: tune regexp for show-paren-function.
8477
8478 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8479
8480         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8481         for all LilyPond-produced tex snippets.
8482
8483         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8484         fixes one line --preview output of ly2dvi.
8485
8486 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8487
8488         * lilypond-indent.el: match only one type of slurs in
8489         LilyPond-show-paren-function.
8490
8491 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8492
8493         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8494         * debian/lilypond1.7.dirs: 
8495         * debian/lilypond1.7-doc.dirs: New file.
8496
8497         * input/regression/chord-name-exceptions.ly: Add parameter for
8498         ignatzekExceptions.  Quote hash in docstring.
8499
8500 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8501
8502         * lilypond-indent.el (show-paren-function): define show-paren-function
8503         as LilyPond-blink-matching-open and use it for closing parens.
8504         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8505
8506         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8507         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8508         LilyPond-blink-matching-paren in order to match both open and close
8509         brackets.
8510         
8511 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8512
8513         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8514         testing by modifying the code from FSF Emacs paren.el. Add comments.
8515
8516 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8517
8518         * input/test/dpncnt.ly: Transpose example to match new
8519         default \chords octave.  Add comment.
8520         
8521         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8522         comment about octave change.
8523
8524 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8525
8526         * input/test/[d,e]: added texinfo index tags.
8527         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8528
8529 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8530
8531         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8532
8533 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8534
8535         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8536         as in blink-matching-open.
8537
8538 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8539
8540         * input/test/[a-c]: more comments in files.
8541         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8542         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8543         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8544         mark file for proposed deletion.
8545         * input/test: renaming files:
8546         auto-beam-4-8.ly to beam-auto-4-8.ly
8547         auto-beam-override.ly to beam-auto-override.ly
8548         auto-beam.ly to beam-auto.ly
8549         blank.ly to blank-paper.ly
8550         absolute-volume.ly to dynamic-absolute-volume.ly
8551
8552 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8553
8554         * input/test/dpncnt.ly: 
8555         * input/test/chord-names-dpnj.ly: Resurrect.
8556
8557         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8558
8559         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8560
8561         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8562         Better docstring, add parameter OMIT-ROOT, tidy up.
8563
8564 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8565
8566         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8567
8568 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8569
8570         * scm/output-ascii-script.scm (as-font-alist-alist):
8571         (as-properties-to-font-name):
8572         (as-make-style-sheet): Remove.
8573
8574         * scm/font.scm (as-make-font-list): New function.
8575         (as-font-sheet-alist): New variable.
8576
8577         * ly/paper-as9-init.ly: 
8578         * ly/paper-as5-init.ly: Update.
8579
8580         * ly/paper-as5.ly:
8581         * ly/paper-as9.ly: New file.
8582
8583 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8584
8585         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8586
8587 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8588         * input/sondag-morgen/*: removed due to copyright concerns.
8589         * input/[a,b]*.ly: added a newline at the end of the texinfo
8590         doc string (produces better output in HTML version).
8591         * input/c*.ly: added texinfo index and added comments to
8592         aid in future changes to input/test/ files.
8593
8594 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8595         
8596         * Documentation/user/refman.itely: fixed build problem (missing
8597         file) caused by previous renaming.
8598
8599 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8600         
8601         * input/test/[a,b]*.ly: added texinfo index and added comments to
8602         aid in future changes to input/test/ files.
8603         * input/test/bar-number-every-5-reset.ly: renamed to
8604         bar-number-every-five-reset.ly
8605         * input/test/bar-script-visibility.ly: renamed to
8606         bar-number-show-all.ly
8607
8608 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8609
8610         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8611         to Voice.
8612
8613         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8614         out note-line and glissando functionality.
8615         
8616         * lily/line-spanner.cc (brew_molecule): cleanup.
8617
8618 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8619
8620         * scripts/as2text.scm: Use rdelim module.
8621         (start-system): Rename from start-line.
8622         (stop-system): Rename from stop-line.
8623         (af-gulp-file): Use string iso symbol for getenv.
8624
8625         * scm/output-ascii-script.scm: Add guile and lily modules.
8626         (font-name-alist): New variable.
8627         (draw-line): New function.
8628
8629         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8630         (Were these silently removed, without ChangeLog entry?)
8631
8632 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8633
8634         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8635         process 2nd ottava correctly.
8636
8637 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8638
8639         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8640
8641 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8642
8643         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8644
8645 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8646
8647         * VERSION: release 1.7.20
8648         
8649         * lily/text-spanner.cc (brew_molecule): clean up function. This
8650         fixes bugs with broken 8va spanners.
8651
8652         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8653         This prevents spurious line-breaks with raggedright
8654         
8655 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8656
8657         * lily/key-performer.cc (create_audio_elements): always use major
8658         key
8659
8660         * Documentation/user/internals.itely: updates
8661
8662         * input/regression/beam-break.ly: new file.
8663
8664         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8665         beams if starting or terminating stems have 'beaming set.)
8666
8667         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8668         property.
8669
8670         * lily/parser.yy (verbose_command_req): add comment about scales.
8671
8672 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8673
8674         * lilypond-indent.el: adjust regexps in bracket-matching.
8675
8676 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8677
8678         * Documentation/user/refman.itely: more tiny fixes
8679
8680         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8681         "Chord names"; added table with input syntax for solesmes neumes
8682         table; added some words about rationale on input syntax design
8683
8684         * lily/gregorian-ligature-engraver.cc,
8685         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8686         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8687         alignment of Pes Initio Debilis
8688
8689         * Documentation/user/refman.itely,
8690         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8691         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8692         bugs in the solesmes neumes table
8693
8694 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8695
8696         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8697         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8698
8699         * lilypond-mode.el: fix tag-score. small improvements.
8700
8701 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8702
8703         * .cvsignore: Add aclocal.m4.
8704
8705         * lily/music-constructor.cc: Include <assert.h>.
8706
8707 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8708
8709         * ly/engraver-init.ly (HaraKiriStaffContext): use
8710         RemoveEmptyStaffContext instead.
8711
8712         * Documentation/user/refman.itely: updates
8713
8714 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8715
8716         * Documentation/user/refman.itely: added solesmes neumes table;
8717         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8718         bugfix: "Ornaments" -> "Articulations"
8719
8720         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8721
8722 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8723
8724         * lilypond-indent.el: Add a message about trying to match \] or \).
8725         
8726 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8727         
8728         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8729         obsolete "arithmetic_*"
8730
8731         * input/bugs/ligatures.ly: removed (will be put into a different
8732         directory later)
8733
8734 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8735
8736         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8737         libkpathsea (Maurizio Tomasi).
8738
8739 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8740
8741         * input/regression/repeat-slash.ly (texidoc): new file
8742
8743         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8744         slash repeats separately. Slash repeats and %
8745         repeats can now be nested.
8746
8747 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8748
8749         * lilypond-indent.el: Add preliminary test for closing \] and \).
8750         
8751 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8752
8753         * lily/gregorian-ligature-engraver.cc,
8754         lily/vaticana-ligature-engraver.cc,
8755         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8756         mf/parmesan-heads.mf: various semivocalis related bugfixes
8757
8758         * input/bugs/ligatures.ly: new file demonstrating problems with
8759         ligatures
8760         
8761 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8762
8763         * lilypond-mode.el,
8764         lilypond-font-lock.el,
8765         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8766
8767 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8768
8769         * lilypond-mode.el: Remove outdated code. Stress the difference 
8770         between Emacs and XEmacs definitions.
8771
8772         * lilypond-mode.el,
8773         lilypond-indent.el: Define a function interactive only when necessary.
8774
8775 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8776
8777         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8778         Use inactive regions also in XEmacs.
8779
8780 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8781
8782         * Documentation/user/refman.itely (Repeat syntax): more updates
8783
8784         * lily/simple-spacer.cc (solve): move solution process into
8785         solve(). This fixes a bug with collisions and raggedright = ##t.
8786  
8787         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8788
8789         * ly/engraver-init.ly: remove GraceContext. Update examples.
8790
8791 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8792
8793         * GNUmakefile.in (fonts): Also make fontball.
8794
8795         * Website fixes:
8796
8797         * ly/engraver-init.ly (GraceContext): Add.
8798
8799         * run:
8800
8801             convert-ly $(find . -name *.ly)
8802
8803         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8804         new chords.
8805
8806 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8807
8808         * VERSION: 1.7.19 released
8809         
8810         * scm/music-functions.scm (set-octavation): new function.
8811
8812         * input/regression/ottava.ly: new file
8813
8814         * lily/translator-scheme.cc (LY_DEFINE): new function
8815         ly:unset-context-property
8816         (LY_DEFINE) new function ly:context-property-where-defined: 
8817
8818 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8819
8820         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8821
8822         * lilypond.words: add few.
8823
8824         * input/test/script-chart.ly: fix typo.
8825
8826 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8827
8828         * scm/define-grobs.scm: uniform naming for definitions and output
8829         routine files. 
8830
8831         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8832         scm/context-description.scm
8833
8834         * lily/parser.yy (translator_spec_body): add \description to the
8835         \translator{} body syntax.
8836
8837         * lily/ottava-engraver.cc: new file.
8838
8839         * scm/chord-name.scm (natural-chord-alteration): replace old
8840         chord stuff. 
8841
8842         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8843
8844         * Documentation/user/refman.itely (Metronome marks): update doco.
8845
8846         * input/regression/markup-note.ly: new file
8847
8848         * input/regression/metronome-marking.ly: new file
8849
8850         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8851
8852         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8853         metronome marks.
8854
8855 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8856
8857         * Documentation/user/GNUmakefile: Compatibility fix for new
8858         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8859         for making binary packages; info splitting bug has been fixed.
8860
8861         * Documentation/user/refman.itely: Compile fixes.
8862
8863 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8864
8865         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8866         Count \midi -keywords also for a region.
8867
8868 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8869
8870         * lily/lookup.cc (LY_DEFINE): new function
8871
8872         * Documentation/user/tutorial.itely: updates
8873
8874 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8875
8876         * lilypond-mode.el: Allow Midi on buffer.
8877         Use only '.ly'-extension, remove '.sly' and '.fly'.
8878         Allow use of inactive regions. Invoke next Command on Master file, 
8879         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8880
8881 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8882
8883         * Documentation/user/tutorial.itely: updates.
8884
8885 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8886
8887         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8888
8889 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8890
8891         * lily/coherent-ligature-engraver.cc: fixed typo
8892
8893         * lily/coherent-ligature-engraver.cc,
8894         lily/gregorian-ligature-engraver.cc,
8895         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8896         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8897         lily/vaticana-ligature-engraver.cc,
8898         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8899         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8900         removed all ligature specific stuff from NoteHead code
8901
8902         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8903         ligatures now use regular noteheads
8904
8905         * lily/vaticana-ligature.cc: tiny code cleanups
8906
8907         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8908         space between two adjacent noteheads of the same pitch
8909
8910         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8911         description; cleanup: removed obsolete font-family settings
8912
8913 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8914
8915         * lily/coherent-ligature-engraver.cc,
8916         lily/gregorian-ligature-engraver.cc,
8917         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8918         lily/mensural-ligature-engraver.cc,
8919         lily/vaticana-ligature-engraver.cc,
8920         lily/include/gregorian-ligature-engraver.hh: updated for new
8921         Coherent_ligature_engraver; added comments that describe the basic
8922         design ideas of the ligature implementation
8923
8924         * lily/coherent-ligature-engraver.cc,
8925         lily/include/coherent-ligature-engraver.hh: new file: shared code
8926         between mensural ligatures and Gregorian chant notation ligatures
8927
8928 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8929
8930         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8931         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8932         use only two arguments in sit-for, use no arguments in
8933         read-char-exclusive, backspace is not a character (127) in XEmacs.
8934
8935         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8936
8937 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8938
8939         * lilypond-mode.el: un-commenting works after syntax-table fix.
8940
8941         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8942         group, verbose commenting for syntax table.
8943
8944         * lilypond-indent.el: add TODO for ligature slurs.
8945
8946 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8947
8948         * lilypond-mode.el: Move comments of parenthesis matching away,
8949         (blink-matching-paren-on-screen) fix blinking in Emacs.
8950
8951         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8952         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8953
8954         * lilypond-indent.el: Add TODO for parenthesis matching.
8955
8956 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8957
8958         * lilypond-mode.el: Fix XEmacs: 
8959         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8960         invoke explicitly easy-menu-add (in Emacs done automatically).
8961         
8962         * lilypond.words: Add few words from input/*/*.ly.
8963
8964 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8965
8966         * VERSION (PATCH_LEVEL): release 1.7.18
8967
8968         * scripts/lilypond-book.py: only print basename for printfilename
8969         option
8970
8971         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8972         and syntax updates.
8973
8974 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8975
8976         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8977         better parametrisation. Move fatness of bulb downward.
8978
8979         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8980         glyph names. Underscores are not allowed .ps encoding files.
8981
8982 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8983
8984         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8985         variable "packed" for packed right-ragged mode
8986
8987         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8988         unused variable ragged; fixed indentation
8989
8990         * Documentation/user/refman.itely: tiny cleanups in ancient
8991         clef and custos section
8992
8993 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8994
8995         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8996         \applyoutput PROCEDURE
8997
8998         * lily/my-lily-lexer.cc: add \applyoutput.
8999
9000         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9001
9002         * lily/text-item.cc: clean text-interface description
9003
9004 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9005
9006         * input/{regression,test}/: use postfix for slur endings and beam
9007         begins.
9008
9009         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9010         style beams too. 
9011
9012         * input/regression/lyrics-melisma-beam.ly: new file.
9013
9014         * lily/lyric-engraver.cc (process_music): change from
9015         process_acknowledged_grobs()
9016
9017         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9018         functions to set and revert auto-beam settings.
9019
9020 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9021
9022         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9023
9024 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9025
9026         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9027         Documentation/user/lilypond.tely: fixed some typos; updated author
9028         info
9029
9030         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9031         #"" -> #'flag-style = #'()
9032
9033         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9034         cleanup: removed dead #includes
9035
9036         * lily/gregorian-ligature-engraver.cc,
9037         lily/include/gregorian-ligature.hh,
9038         scm/grob-property-description.scm: small cleanups, small spacing
9039         fixes
9040
9041         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9042         lily/vaticana-ligature.cc,
9043         lily/include/gregorian-ligature-engraver.hh,
9044         scm/grob-property-description.scm, scm/music-types.scm:
9045         "porrectus" -> "pes or flexa"
9046
9047         * ly/engraver-init.ly, scm/grob-description.scm,
9048         scm/grob-property-description.scm: junked porrectus, now handled
9049         by ligature code
9050
9051         * scm/grob-description.scm: bugfix: added space-alist entry for
9052         breathing sign/custos
9053
9054 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9055
9056         * Another grand 2003 update.
9057         
9058         * Remove mentioning of `mudela'; There's no such thing.
9059
9060 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9061
9062         * Documentation/user/preface.itely (Preface to version 1.8): update
9063
9064         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9065
9066         * Documentation/user/converters.itely (Invoking convert-ly): revise
9067
9068         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9069
9070         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9071
9072 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9073
9074         * Documentation/user/internals.itely: more updates.
9075
9076 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9077
9078         * Documentation/user/refman.itely: revise 
9079
9080         * Documentation/user/internals.itely: revise
9081
9082         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9083
9084 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9085
9086         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9087         beautification: reformatted ancient clefs section; cleanup: small
9088         wording fixes
9089
9090 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9091
9092         * lilypond.words: added words for chant notation, sorted
9093         alphabetically through "sort lilypond.words"
9094
9095 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9096
9097         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9098         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9099         chant notation
9100
9101 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9102
9103         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9104         prevent TeX from interpreting them as long dash
9105
9106         * input/test/vaticana.ly: updated
9107
9108         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9109         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9110         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9111         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9112         fixes
9113
9114         * mf/parmesan-heads.mf: ledger endings: removed dead code
9115
9116 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9117
9118         * VERSION: 1.7.17 released
9119         
9120         * Documentation/user/GNUmakefile
9121         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9122         files too.
9123
9124         * scm/document-markup.scm: new file: document all markup
9125         functions.
9126
9127         * scm/documentation-generate.scm: rename all documentation modules
9128         to document-*.scm
9129
9130         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9131         .png
9132
9133         * input/test/divisiones.ly: added
9134
9135         * input/regression/output-property.ly: new file
9136
9137         * lily/cluster.cc: change cluster-interface to use style property
9138
9139 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9140
9141         * input/test/chord-names-german.ly: modified.
9142
9143         * scm/chords-ignatzek.scm:
9144           chord-name->german-markup: Added
9145           note-name->german-markup: Changed (now producing lowercase notenames)
9146
9147         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9148         
9149 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9150
9151         * scripts/convert-ly.py (FatalConversionError.conv):
9152         divisiominima -> divisioMinima, etc.
9153
9154         * ly/engraver-init.ly (FiguredBassContext): add
9155         Separating_line_group_engraver to Figured bass context.
9156
9157         * ly/german-chords-init.ly: remove file
9158
9159         * input/test/chord-names-german.ly (scm): new file.
9160
9161         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9162
9163         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9164         Chord_name_engraver
9165
9166         * Documentation/user/refman.itely: lots of updates.
9167
9168         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9169         new file
9170
9171         * input/test/bar-number-every-5-reset.ly: new file.
9172
9173 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9174
9175         * input/regression/chord-name-major7.ly: new file
9176
9177         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9178         if specced explicitly.
9179
9180         * input/regression/chord-name-entry-11.ly: new file.
9181
9182         * input/test/slur-beautiful.ly: new file.
9183
9184         * Documentation/user/refman.itely: updates.
9185
9186         * input/regression/collisions.ly (threevoice): cleanup.
9187
9188         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9189
9190 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9191
9192         * Documentation/user/*.itely: various updates.
9193
9194         * ly/spanners-init.ly: enddecr/ endcr.
9195
9196         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9197         of tutorial
9198
9199 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9200
9201         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9202
9203         * lily/new-chord-name-engraver.cc (process_music): use octavation
9204         (a number) instead of original-pitch to store inversions. This
9205         fixes a problem with transposed chords with inversions.  
9206
9207 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9208
9209         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9210         used in includable-lexer.hh.
9211
9212         * lily/includable-lexer.cc: Bugfix: include config.h.
9213
9214         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9215         circumvention of Debian packaging bug.
9216
9217 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9218
9219         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9220         
9221         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9222
9223         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9224         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9225
9226         * lily/include/includable-lexer.hh: 
9227         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9228
9229         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9230
9231         * aclocal.m4: Regenerate.
9232
9233         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9234         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9235
9236         * scm/pdf.scm (use-modules): Include lily.
9237
9238         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9239         Noordkamp).
9240         (use-modules): Include lily.
9241         (lily-def): Bugfix: include tex-val in let.
9242
9243 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9244
9245         * lilypond-mode.el: sensible error if lilypond.words not found.
9246
9247         * lilypond.words: add few words.
9248
9249 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9250
9251         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9252
9253         * mf/parmesan-scripts.mf: fixed typo in char name
9254
9255 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9256
9257         * VERSION: 1.7.16 released
9258
9259         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9260         (this is a security vulnerability).
9261
9262         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9263
9264         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9265         add staff support.
9266
9267 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9268
9269         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9270         ly/script-init.ly, scm/script.scm: bugfix: renamed
9271         fermata->signumcongruentiae to fix naming clash with feta font
9272
9273 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9274
9275         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9276
9277         * lily/multi-measure-rest-engraver.cc
9278         (start_translation_timestep): use grace timing too for determining
9279         when to make mmrest.
9280         (start_translation_timestep): clear numbers too.
9281
9282 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9283
9284         * scm/music-types.scm: compile fix: escape braces
9285
9286         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9287         work around font selection problem
9288
9289         * Documentation/user/refman.itely: BreathingSign: added docu for
9290         property "text"
9291
9292 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9293
9294         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9295         information.
9296
9297 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9298
9299         * lily/multi-measure-rest-engraver.cc (class
9300         Multi_measure_rest_engraver): make multiple Number objects, one
9301         for each MultiMeasureTextEvent.
9302
9303         * scm/music-functions.scm (glue-mm-rest-texts): use
9304         MultiMeasureTextEvent
9305
9306         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9307
9308         * Documentation/user/refman.itely (Multi measure rests): update.
9309
9310 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9311
9312         * lily/ly-module.cc (ly_copy_module_variables): use
9313         scm_internal_hash_fold() for iterating modules.
9314
9315 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9316
9317         * Documentation/user/refman.itely: Section Custodes: added more
9318         example code
9319
9320         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9321         neo-mensural rests to parmesan font
9322
9323         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9324         header
9325
9326 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9327
9328         * Documentation/user/macros.itexi: @fileref macro.
9329
9330         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9331         each file. 
9332
9333 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9334
9335         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9336         Documentation/topdocs/AUTHORS.texi: updated my email address
9337
9338         * Documentation/user/refman.itely: updated custos documentation;
9339         beautified divisiones example; beautified articulations table
9340
9341         * lily/breathing-sign.cc: bugfix: finalis molecule
9342
9343 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9344
9345         * Documentation/user/refman.itely: added docu for
9346         contemporary fermata symbols, gregorian breathing signs; small fixes
9347
9348         * ly/gregorian-init.ly: removed obsolete #'type props
9349
9350 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9351
9352         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9353         minimum-length property correctly.
9354
9355 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9356
9357         * scm/music-functions.scm (make-multi-measure-rest): set input
9358         locations for multimeasure rests.
9359
9360 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9361
9362         * input/regression/breathing-sign.ly: updated to for ancient
9363         notation
9364
9365 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9366
9367         * scripts/ly2dvi.py: Add newline.
9368
9369 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9370
9371         * scripts/ly2dvi.py (dependency_files): Compile fix.
9372
9373 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9374
9375         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9376         (make_html_menu_file): --html menu. 
9377
9378 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9379
9380         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9381
9382 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9383
9384         * input/screech-boink.ly: new file.
9385
9386 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9387
9388         * scripts/lilypond-book.py (make_lilypond_file): convert
9389         lilypond-file to lilypond block directly, without going through
9390         begin/end lilypond text.
9391         
9392
9393 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9394
9395         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9396         scm/grob-description.scm: moved Michael's original breathing sign
9397         code in brew_molecule() to divisio_minima(); provided new
9398         brew_molecule() that effectively replaces the
9399         Text_item::brew_molecule callback (with additional fallback to
9400         Michael's original code); added callbacks for brewing divisio
9401         maior/maxima and finalis
9402
9403         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9404         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9405
9406         * script-init.ly: added shortfermata, longfermata,
9407         verylongfermata, varcoda
9408
9409         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9410         longfermata, verylongfermata, varcomma, varcoda
9411
9412 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9413
9414         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9415           Remove all noquote and insert a few quote.
9416         
9417         * Documentation/user/lilypond-book.itely (Music fragment options),
9418           scripts/lilypond-book.py: Don't include quotation blocks by
9419           default. Introduce option quote instead of noquote
9420
9421 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9422
9423         * VERSION: 1.7.15 released
9424         
9425         * Documentation/user/lilypond.tely: omf updates.
9426
9427         * buildscripts/texi2omf.py (omf_vars): include version.date
9428
9429         * make/lilypond.redhat.spec.in: fixes for spec file. 
9430
9431         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9432         by function definition: lily now requires a recent GNU Make.
9433
9434         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9435         writing.
9436
9437         * make/ly-rules.make: remove .ly -> .tex rule
9438
9439         * Documentation/user/refman.itely (Figured bass): revised figured
9440         bass example.
9441
9442 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9443
9444         * stepmake/stepmake/omf-targets.make (local-install): add
9445         scrollkeeper-update message.
9446
9447         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9448         to binary.
9449         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9450
9451         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9452
9453         * Documentation/user/converters.itely (Invoking midi2ly): add
9454         track/channel notice.
9455
9456 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9457
9458         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9459
9460         * lily/parser.yy (scalar): DIGIT is also a scalar.
9461
9462         * Documentation/user/music-glossary.tely: add @omf tags
9463
9464         * Documentation/user/lilypond.tely: add @omf tags
9465
9466         * scm/generate-documentation.scm (string-append): add @omf tags.
9467
9468         * stepmake/stepmake/omf-*: new files 
9469
9470         * input/regression/multi-measure-rest.ly (texidoc): add doco
9471
9472         * GNUmakefile.in (web-doc-install): add web-doc-install target
9473
9474         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9475         fixes crashes while dumping MIDI.
9476
9477         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9478         midi
9479
9480 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9481
9482         * buildscripts/texi2omf.py: new file.
9483
9484         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9485         font-name
9486
9487 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9488
9489         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9490
9491         * lily/sequential-iterator.cc (descend_to_child): call
9492         descend_to_child() for all types of music.
9493
9494 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9495
9496         * scm/translator-property-description.scm: Add
9497         bassFigureFormatFunction.  Replace some entries.
9498
9499 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9500
9501         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9502         clean out.
9503
9504 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9505
9506         * scripts/midi2ly.py (Note.dump): never dump duration for
9507         dump_dur=0.
9508
9509         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9510         new function
9511
9512         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9513         figures using new markups. Much simpler, and should improve layout
9514         a little.
9515
9516         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9517
9518 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9519
9520         * ly/engraver-init.ly: use Hara kiri by default for 
9521         ChordNames, FiguredBass and Lyrics(Voice) context. 
9522
9523         * lily/axis-group-engraver.cc (acknowledge_grob): use
9524         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9525
9526         * scm/new-markup.scm (markup-function-list): add bracket,
9527         vbracket.
9528
9529         * ly/engraver-init.ly (ChordNamesContext): set
9530         minimumVerticalExtent
9531
9532 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9533
9534         * input/test/time-signature-double.ly: new file 
9535
9536         * input/regression/collision-head-chords.ly (texidoc): new file.
9537
9538         * lily/type-swallow-translator.cc: add note swallow translator 
9539
9540         * input/test/time-signature-double.ly: new file.
9541
9542         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9543
9544         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9545         (FiguredBassContext): idem.
9546
9547         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9548
9549         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9550
9551         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9552
9553         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9554         .afm dependency
9555
9556         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9557
9558         * python/lilylib.py (make_page_images): add function.
9559
9560         * scripts/ly2dvi.py (run_latex): include title in preview image.
9561
9562         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9563         from lilypond-book for <ly2dvifile> tags in HTML.
9564
9565         * scripts/ly2dvi.py (option_definitions): add --debug option to
9566         print out environment.
9567
9568         * input/regression/tie-chord-partial.ly: new file.
9569
9570 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9571
9572         * lilypond.words: add 3
9573
9574 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9575
9576         * scm/new-markup.scm (markup-function-list): add finger-markup
9577
9578         * input/tutorial/brahms-tweaked.ly: new markup 
9579
9580         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9581
9582         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9583         crash when processing '() markup
9584
9585         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9586
9587         * lily/breathing-sign.cc (railtracks): another caesura.
9588
9589         * mf/feta-schrift.mf: caesura symbol. 
9590
9591 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9592
9593         * scripts/convert-ly.py (FatalConversionError.conv): add
9594         ly:molecule-XXX conversions.
9595
9596         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9597
9598         * input/regression/multi-measure-rest-text.ly: new file.
9599
9600         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9601         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9602
9603         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9604         ScoreContext
9605
9606         * scm/new-markup.scm (center-markup): \center markup.
9607
9608         * scm/music-functions.scm: remove pitchify scripts.
9609
9610         * lily/music.cc (print_smob): display music name if available 
9611
9612 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9613
9614         * Documentation/user/refman.itely (Instrument names): remove
9615         \turnOff doco.
9616
9617 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9618
9619         * lily/score.cc (mark_smob): bugfix.
9620
9621         * input/regression/rehearsal-mark.ly: new file.
9622
9623         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9624         report error at the current token again.
9625
9626 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9627
9628         * cygwin/mknetrel: Exit if doc build fails.
9629
9630         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9631
9632 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9633
9634         * scm/music-types.scm (music-descriptions): add doc strings
9635
9636 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9637
9638         * lily/lexer.ll: 
9639         * lily/include/my-lily-lexer.hh: 
9640         * lily/include/includable-lexer.hh: Add flex kludge.
9641
9642         * config.hh.in: 
9643         * config.make.in: 
9644         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9645         cruft.
9646         
9647         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9648         code.
9649
9650 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9651
9652         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9653
9654         * lily/parser.yy (new_chord): Compile fix.
9655
9656 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9657
9658         * Documentation/user/refman.itely (Tuning groups of objects):
9659         remove documentation for \turnOff. 
9660
9661         * lily/percent-repeat-engraver.cc (try_music): add correct
9662         processing moments for double-measure percents as well.
9663
9664         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9665
9666         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9667         grob prop type. 
9668
9669         * Documentation/user/refman.itely (Printing named chords): add
9670         chord name tweak doco.
9671
9672         * input/template/gregorian-transcription.ly: new file.
9673
9674 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9675
9676         * VERSION: 1.7.13 released
9677         
9678         * input/test/*: lots of cleanups/comment-outs/removals in chord
9679         examples
9680         
9681         * input/regression/*: lots of cleanups/comment-outs/removals in
9682         chord examples
9683         
9684         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9685         options
9686
9687         * lily/new-chord-name-engraver.cc (process_music): give original
9688         inversion pitch to chord name routine.
9689
9690         * input/tutorial/os-score.ly: update to new markup
9691
9692         * Documentation/user/appendices.itely: simply include
9693         chords-ignatzek. 
9694
9695         * Documentation/user/refman.itely (Chords mode): add documentation
9696         for chord mode.
9697
9698         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9699         not present in chord.
9700         (construct-chord): add inversion and bass support.
9701
9702         * lily/chord.cc: junk contents.
9703
9704 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9705
9706         * Documentation/user/refman.itely:
9707         * Documentation/user/music-glossary.tely: fix. 
9708
9709 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9710
9711         * scm/chord-entry.scm (construct-chord): move chord construction
9712         to Scheme.
9713
9714         * lily/parser.yy (new_chord): new setup for chord entry.
9715
9716 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9717
9718         * lilypond.words:
9719         * Documentation/user/music-glossary.tely: add ambitus.
9720
9721 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9722
9723         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9724
9725         * lily/include/*.hh: string() -> to_string()
9726
9727         * scm/chords-ignatzek.scm: new file.
9728
9729         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9730         standard chord name exceptions.
9731
9732         * scm/translator-property-description.scm (chordNameSeparator):
9733         add property.
9734         (majorSevenSymbol): add property
9735
9736         * lily/translator-scheme.cc (ly:context-properties): new function
9737         (ly:context-parent): new function.
9738         (print_smob): print context name.
9739
9740         * lily/music.cc (ly:get-music-length): new function
9741         (print_smob): don't print properties.
9742
9743         * lily/duration.cc (duration<?): new function
9744
9745         * input/regression/chords-funky-ignatzek.ly: new file.
9746
9747         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9748         jazz chords.
9749
9750         * lily/pitch.cc (ly:pitch-diff): new function.
9751
9752         * input/regression/chords-ignatzek.ly: new file.
9753
9754 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9755
9756         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9757         pitches for jazz chords.
9758
9759 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9760
9761         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9762
9763 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9764
9765         * lilypond.words: add 1
9766
9767 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9768
9769         * Documentation/topdocs/AUTHORS.texi: refine.
9770
9771 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9772
9773         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9774         
9775         * lilypond.words: add one.
9776
9777 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9778
9779         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9780         Fontify bass note in chords, e.g., e in c1/e.
9781         
9782 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9783
9784         * Documentation/user/music-glossary.tely: Dutch updates and
9785         additions (Arent Storm).
9786
9787 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9788
9789         * input/regression/ambitus.ly:  move file.      
9790
9791         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9792
9793         * lily/event.cc (transpose): add tonic property to Key_change_req
9794         and to Key_engraver.
9795
9796 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9797
9798         * Documentation/user/refman.itely: fix typo.
9799
9800         * lilypond.words: removed wrong identifiers.
9801
9802 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9803
9804         * mf/feta-toevallig.mf: make flat stem shorter 
9805
9806 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9807
9808         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9809
9810         * lilypond.words: add from Phrasing slur.
9811         
9812 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9813
9814         * lilypond-mode.el: allow launching multiple ViewPS processes.
9815         
9816         * lilypond.words: add from Text markup.
9817
9818 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9819
9820         * input/test/ossia.ly (texidoc): add comment.
9821
9822         * input/regression/voice-follower.ly: new file.
9823
9824         * mf/feta-toevallig.mf: make flat heavier.
9825
9826         * lily/cluster-engraver.cc: clean up Cluster engraver
9827
9828         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9829         Engraver. Use Note_column to compute Y positions and deal with
9830         line break stuff.
9831
9832 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9833
9834         * lily/stem.cc: move french-beaming to stem.
9835
9836 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9837
9838         * lilypond-font-lock.el: fontify all durations in chords.
9839
9840         * lilypond.words: add from lily/my-lily-lexer.cc
9841
9842 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9843
9844         * VERSION: release 1.7.12
9845
9846         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9847
9848         * lily/gregorian-ligature.cc: new file
9849
9850         * lily/*: the Great 2003 search & replace.
9851
9852         * Documentation/user/refman.itely (Manual repeat commands): add
9853         note about font selection.
9854
9855 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9856
9857         * lilypond-mode.el: propose recompiling midi while invoking playing,
9858         not while stopping playing.
9859
9860 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9861
9862         * lilypond.words: add one.
9863
9864         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9865         and expressional note grouping. Fontify chord modes.
9866
9867 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9868
9869         * Documentation/user/music-glossary.tely (Top): translate melisma.
9870
9871 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9872
9873         * Documentation/user/music-glossary.tely (Top): add melisma.
9874
9875 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9876
9877         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9878         interfaces for (abstract) grob GregorianLigature
9879
9880         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9881         renamed head* -> glyph_name*, x-shift* -> x-offset*
9882
9883         * scm/grob-property-description.scm: bugfix: added missing descriptions
9884
9885 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9886
9887         * input/test/chord-names-dpnj.ly: New file.
9888
9889         * scm/double-plus-new-chord-name.scm: Implement full and partial
9890         exceptions.
9891
9892         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9893
9894         * scm/double-plus-new-chord-name.scm
9895         (double-plus-new-chord->markup): Fix sub->markup.
9896
9897
9898 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9899
9900         * lily/custos-engraver.cc: added TODO; editorial changes
9901
9902         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9903         consistency with other ligature engravers; removed access on (now)
9904         private variable _ligature of Ligature_engraver
9905
9906         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9907         renamed last_bound -> last_bound_; issue programming_error on
9908         abstract method calls; moved primitives code from
9909         Mensural_bracket_engraver to here (because almost ligature
9910         engravers will need it); renamed try_stop_ligature () ->
9911         typeset_ligature (); bugfix: store primitives of finished ligature
9912         in separate variable finished_primitives_ to avoid clash on input
9913         like "\] \["; added current_ligature () to enable access on
9914         private variable _ligature
9915
9916         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9917         (now in super class); renamed try_stop_ligature () ->
9918         typeset_ligature ()
9919
9920         * lily/mensural-ligature.cc: issue programming_error on abstract
9921         method calls
9922
9923         * lily/note-heads-engraver.cc: added TODO comment upon bool
9924         in_ligature
9925
9926         * mf/parmesan-heads.mf: fixed some of set_char_box()
9927
9928         * scm/grob-description.scm: added VaticanaLigature
9929
9930         * scm/grob-property-description.scm: added neume prefix properties
9931
9932         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9933         lily/include/gregorian-ligature-engraver.hh,
9934         lily/include/gregorian-ligature.hh: new files; framework for
9935         gregorian ligature engravers such as vaticana
9936
9937         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9938         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9939         vaticana style ligature implementation (still somewhat uncomplete)
9940
9941 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9942
9943         * VERSION: release 1.7.11
9944
9945         * scripts/convert-ly.py: add ly:pitch-transpose rule
9946
9947 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9948
9949         * input/test/dpncnt.ly: New file.
9950
9951         * lily/my-lily-lexer.cc: Add chordnames keyword.
9952
9953         * lily/parser.yy (chordnames_block): Parse chord name exception
9954         lists, see input/test/dpncnt.ly.
9955
9956         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9957         function.
9958
9959         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9960         filter-out too.
9961
9962         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9963         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9964         pitch functions (except for ly:make-pitch, but that's apparently
9965         some sort of scheme naming standard?).
9966
9967         * scm/lily.scm (!=): define-public.
9968
9969         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9970
9971 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9972
9973         * scm/double-plus-new-chord-name.scm
9974         (double-plus-new-chord-name->markup): New file.
9975
9976 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9977
9978         * python/lilylib.py (make_preview): don't suppress progress for
9979         bbox extraction.
9980
9981 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9982
9983         * Documentation/user/appendices.itely (scheme): update for new syntax.
9984
9985         * input/regression/chord-name-styles.ly: new file
9986
9987         * lily/instrument-name-engraver.cc: create instrument names
9988         without barline too.  Allows instrument name on ChordNames  
9989
9990         * scm/new-markup.scm (interpret-markup): allow simple strings as
9991         markup too.
9992
9993 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9994
9995         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9996         (step->markup-accidental): Fix: add accidental.
9997         (chord::inner-name-american): 
9998         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9999         append stray '/' if last superscript addition was 'o'.
10000
10001         * scm/new-markup.scm (normal-size-sub-markup) 
10002         (normal-size-super-markup): New function.
10003
10004         * lily/source-file.cc (Source_file): Add warning for possibly
10005         intentional but suspicious initialization.
10006
10007         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10008         add comments about cut-and-paste programming.
10009
10010         * flower/rational.cc (lcm): Not used; comment out.
10011
10012 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10013
10014         * lily/new-fingering-engraver.cc (position_scripts): use
10015         fingerHorizontalDirection to determine fingering horizontal
10016         directions.
10017  
10018         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10019         fingering support.
10020
10021         * scripts/convert-ly.py (FatalConversionError.conv): add style
10022         conversion rule. 
10023
10024         * scm/chord-name.scm (set-chord-name-style): new function.
10025         (new-chord-name-brew-molecule): revise to interpret markup only
10026         (new-chord->markup): cleanuppish rewrite. To be called from the
10027         new engraver.
10028
10029         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10030         Markup earlier, during interpreting.
10031
10032         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10033         style settings. Rename to chord-names-*.ly
10034
10035 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10036
10037         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10038         markup code and update to new markup.  Most probably broke some of
10039         it.
10040         
10041 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10042
10043         * Documentation/user/refman.itely: added docu for ambitus and
10044         clusters
10045
10046         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10047         ly_quote_scm() in lookup.cc
10048
10049         * mf/parmesan-clefs.mf: set_char_box fix
10050
10051         * lily/cluster-engraver.cc: junk implicit protection; use
10052         Protected_scm instead
10053
10054 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10055
10056         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10057         throughout.
10058
10059         * scm/new-markup.scm: Turn-off error-triggering test code.
10060
10061 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10062
10063         * scm/new-markup.scm (markup-thrower-typecheck) 
10064         (markup-typecheck?):  add full typechecking functions.
10065         (make-markup-maker): add make-FOO-markup functions.
10066         (markup-argument-list-error): nice error checking messages.
10067         (make-markup): better function: less quoting escapades.
10068
10069 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10070
10071         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10072
10073 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10074
10075         * cygwin/lilypond.hint (requires): Add cygwin.
10076
10077         * .cvsignore: Remove stepmake (huh!?!), add lib.
10078
10079         * GNUmakefile.in: Add libdir links for builddir runs.
10080
10081         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10082         instead of datadir.
10083
10084         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10085         local_lilypond_libdir.
10086
10087         * config.make.in (lilypond_libdir): Add.
10088
10089         * stepmake/stepmake/substitute-rules.make: 
10090         * stepmake/stepmake/script-rules.make: 
10091         * stepmake/stepmake/python-module-rules.make:
10092         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10093         lilypond-python-module patch.
10094
10095 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10096
10097         * Documentation/user/refman.itely (Graphical interfaces): add note
10098         about xml2ly.
10099
10100 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10101
10102         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10103
10104 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10105
10106         * VERSION: released 1.7.10
10107
10108         * scripts/musedata2ly.py (): idem
10109
10110         * scripts/midi2ly.py (dump_chord): idem
10111
10112         * scripts/etf2ly.py (version): idem 
10113
10114         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10115
10116         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10117
10118         * scm/tex.scm (tex-output-expression): remove eval compat
10119         glut. Other output files too.
10120
10121         * scm/chord-name.scm: don't export anything from chord module.
10122
10123         * input/test/american-chords.ly: idem
10124
10125         * input/test/banter-chords.ly (texidoc): idem
10126
10127         * input/test/Cc-chords.ly: add breakage notes.
10128
10129         * Documentation/user/refman.itely (Text markup): rewrite manual
10130         section.
10131
10132         * lily/parser.yy (scalar): allow \markup { } as property value. 
10133
10134         * scm/chord-name.scm: complete new markup usage
10135
10136         * scm/grob-description.scm (all-grob-descriptions): use new markup
10137         texts by default
10138
10139 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10140
10141         * scm/chord-name.scm: partial move to new markup texts.
10142
10143 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10144
10145         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10146
10147         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10148         settable.
10149
10150 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10151
10152         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10153         invoked for old midi, wait for killing.
10154
10155 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10156
10157         * Documentation/user/music-glossary.tely: Finnishing.
10158
10159 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10160
10161         * mf/feta-nummer-code.mf: some kerning pairs.
10162
10163 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10164
10165         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10166         Added.
10167
10168         * Documentation/user/refman.itely (Bar numbers):
10169         set-bar-number-visibility added, modulo-bar-number removed again
10170         (sorry).
10171
10172 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10173
10174         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10175
10176         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10177
10178         * Documentation/user/music-glossary.tely: translate into Finnish.
10179
10180 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10181
10182         * lilypond-mode.el: add shortcut for 2midi
10183
10184         * lilypond-font-lock.el: fontify lyrics
10185
10186 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10187
10188         * scm/drums.scm : use 1.7.x names.
10189
10190         * input/regression/drums.ly : Don't use << chords >>
10191
10192 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10193
10194         * lilypond-mode.el: tidy, add TODO
10195
10196         * make/lilypond.mandrake.spec.in: install-info quietly.
10197
10198 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10199
10200         * input/test/markup.ly: use new syntax.
10201
10202 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10203
10204         * ly/params-init.ly (interscoreline): add word-space
10205
10206         * input/test/metronome.ly (eighthNote): idem.
10207
10208         * input/test/script-priority.ly: use new markup
10209
10210         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10211
10212         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10213
10214         * lily/parser.yy (gen_text_def): bugfix.
10215         (full_markup): allow markup identifier.
10216
10217 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10218
10219         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10220         jobs at the same time. Add horizontal lines to Command menu.
10221         Allow one compiling job -- propose killing others before a new one.
10222
10223         * lilypond.words: add markup, teeny, etc.
10224
10225 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10226
10227         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10228         Allow only one type of midi process; launching Midi either stops
10229         midis or plays the current midi and launching MidiAll stops midis
10230         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10231         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10232
10233 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10234
10235         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10236         markup  for new markup texts.
10237
10238         * lily/mark-engraver.cc (process_music): idem
10239         
10240         * lily/instrument-name-engraver.cc (create_text): idem
10241
10242         * scm/new-markup.scm (magnify-markup): new function.
10243
10244         * scm/molecule.scm (stack-lines): bugfix.
10245
10246         * lily/font-interface.cc (get_font): take font-magnification from
10247         alist chain.
10248
10249 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10250
10251         * lily/molecule-scheme.cc: move scheme functions to separate file.
10252
10253         * lily/font-metric.cc  (ly_get_glyph): new function. 
10254         
10255         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10256         (italic-markup, dynamic-markup): new functions
10257         (font-markup): new function
10258
10259         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10260         padding and minimum
10261
10262 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10263
10264         * lily/accidental-engraver.cc:
10265         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10266
10267 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10268
10269         * lilypond.vim:
10270         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10271         [a-zA-Z] for user defined identifiers. Separate note cases 
10272         with and without a duration (allow cis\longaX).
10273
10274         * lilypond.words: Add words from Info.
10275
10276 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10277
10278         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10279
10280 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10281
10282         * lilypond-mode.el: Propose reverting buffer before a command if
10283         it was edited with an another editor.
10284
10285 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10286
10287         * lily/molecule.cc (ly_translate_molecule): new function
10288
10289         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10290         into libdir
10291
10292         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10293
10294         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10295
10296 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10297
10298         * lilypond.words: take \words from Info-index.
10299
10300 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10301
10302         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10303
10304 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10305
10306         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10307
10308 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10309
10310         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10311         and lilypond-documentation.
10312
10313 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10314
10315         * lily/parser.yy: Compile fix (bison 1.75).
10316
10317 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10318
10319         * VERSION: 1.7.9 released
10320
10321         * scm/music-functions.scm (shift-one-duration-log): refactor.
10322         Use music-map.
10323
10324         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10325
10326         * NEWS: update.
10327
10328         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10329         argument
10330         
10331         * scm/music-functions.scm (display-music): new function
10332         (music-map): change arg order.
10333
10334         * input/regression/new-markup-syntax.scm: new file
10335
10336         * lily/parser.yy (markup): add \markup { .. } syntax.
10337
10338         * scm/new-markup.scm (override-markup): new function
10339         (lookup-markup): new function
10340         (music-markup): new function
10341         (lookup-markup-command): use markup-signature to store argument
10342         format for parser.
10343
10344         * lily/lexer.ll: preliminary \markup syntax. 
10345
10346 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10347
10348         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10349         add pre/post-dependencies and menus with icons from source.
10350
10351         * Documentation/pictures/lilypond-48x48.xpm:
10352         * Documentation/pictures/lilypond-32x32.xpm:
10353         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10354         transparent.
10355
10356         * stepmake/stepmake/generic-targets.make:
10357         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10358
10359 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10360
10361         * input/regression/music-map.ly (texidoc): new file.
10362
10363         * scm/music-functions.scm (music-map): new function
10364
10365 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10366
10367         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10368
10369 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10370
10371         * input/test/to-xml.ly:
10372         * lily/ligature-engraver.cc: Fixes documentation.
10373
10374         * lilypond.mandrake.spec.in:
10375         * lilypond.redhat.spec.in: Add lilypond.words.
10376
10377         * Documentation/user/refman.itely: Mention Info inside emacs.
10378         
10379         * lilypond.suse.spec.in:
10380         * lilypond.redhat.spec.in:
10381         * lilypond.mandrake.spec.in: Set root-owner for doc
10382         (tobbe@nyvalls.se).
10383
10384 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10385
10386         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10387         os.popen.read ().
10388
10389 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10390
10391         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10392
10393         * python/lilylib.py (error): add space
10394
10395 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10396
10397         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10398         distribution.
10399
10400 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10401
10402         * lily/paper-outputter.cc (Paper_outputter): close port when
10403         finishing score.
10404
10405 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10406
10407         * scm/sodipodi.scm: Fixes.
10408
10409 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10410
10411         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10412
10413         * buildscripts/make-font-dir.py: Fix. 
10414
10415 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10416
10417         * lilypond-mode.el: Add support for Info inside Emacs.
10418
10419 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10420
10421         * buildscripts/make-font-dir.py: 
10422         * mf/GNUmakefile: Make sodipodi font map.
10423
10424         * scm/sodipodi.scm: Add more output functions.
10425
10426         * mf/feta-nummer.mf: 
10427         * mf/feta-beugel.mf: Add font_coding_scheme.
10428
10429         * lily/paper-outputter.cc (output_header): Fix creator string.
10430
10431 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10432
10433         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10434         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10435
10436         * lilypond.words: add two (Everybody can add/remove words now!).
10437
10438         * debian/rules:
10439         * make/lilypond.suse.spec.in:
10440         * make/lilypond.mandrake.spec.in:
10441         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10442
10443         * Documentation/user/refman.itely: Mention autocompletion.
10444
10445 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10446
10447         * scripts/ly2dvi.py: Add paper sizes.
10448
10449         * lily/timing-engraver.cc: 
10450         * lily/time-signature.cc: 
10451         * lily/span-bar.cc: 
10452         * lily/grob-scheme.cc: Code formatting fixes.
10453
10454         * scm/sodipodi.scm: 
10455         * scm/sketch.scm:
10456         * buildscripts/mf-to-table.py: 
10457         * buildscripts/make-font-dir.py: Font testing.
10458
10459 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10460
10461         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10462         inserts try-completion and shows all-completions.
10463
10464         * lilypond.words: '\' -> '\\'
10465
10466         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10467         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10468         
10469         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10470         and LilyPond-reserved-words.
10471         
10472 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10473
10474         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10475         from load-path.
10476         
10477         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10478         the mini-buffer with Control-Shift-c.
10479         
10480 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10481
10482         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10483         duration. This fixes \tempo taking time.
10484
10485 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10486
10487         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10488         Allow for text markup in repeatCommands. 
10489
10490 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10491
10492         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10493         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10494         Get rid of skeleton.el-dependency.
10495
10496         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10497
10498 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10499
10500         * lily/beam-engraver.cc (stop_translation_timestep): reset
10501         now_stop_ev_
10502
10503         * lily/scm-option.cc: add parse-protect to ly:set-option
10504
10505         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10506
10507 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10508
10509         * lily/include/ligature-bracket.hh: removed
10510         * lily/ligature-bracket.cc: removed
10511
10512         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10513         .tex
10514
10515         * lily/beam.cc (set_beaming): don't change beam count on rests.
10516         (brew_molecule): always set flag-width > 0.
10517
10518 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10519
10520         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10521         chars, remove instructions; instead, refer to lilypond-init.el and
10522         Documentation/topdocs/INSTALL.texi.
10523
10524         * lilypond.words: add identifiers and reserved words.
10525
10526         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10527         files and adding a load-path.
10528
10529         * lilypond-init.el: Instructions, extracted from 
10530         Documentation/topdocs/INSTALL.texi. 
10531         
10532 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10533
10534         * VERSION: 1.7.8 released 
10535
10536         * lily/grob.cc (warning): better robustness fix.
10537
10538 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10539
10540         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10541
10542         * lily/cluster-engraver.cc: stick better to variable naming
10543         conventions
10544
10545         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10546         until stop_translation_timestep()
10547
10548         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10549         min/max coordinates to backend, but no musical info such as
10550         pitches
10551
10552         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10553
10554         * lily/grob.cc: robustness fix: warning(): do not crash if
10555         cause is not set
10556
10557         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10558         the much more elaborated tuplet brackets than the very naive and
10559         simple ligature bracket grob
10560
10561 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10562
10563         * Documentation/user/refman.itely (Analysis brackets): add
10564         horizontal bracket doco.
10565
10566         * ly/property-init.ly (setMmRestFermata): added.
10567
10568         * Documentation/user/refman.itely (Multi measure rests): fermatas
10569         on mm rests.
10570
10571         * input/regression/apply-context.ly (texidoc): new file
10572
10573         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10574         code to be executed during interpretation. Possible applications:
10575         smart octavation, more advanced bar checks. 
10576
10577         * lily/apply-context-iterator.cc: new file.
10578
10579 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10580
10581         * input/test/new-markup.ly: new file.
10582
10583         * lily/text-item.cc (text_to_molecule): new function
10584
10585         * scm/new-markup.scm (lambda): new file
10586
10587         * lily/function-documentation.cc (ly_add_function_documentation):
10588         add proc property as well
10589
10590 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10591
10592         * Documentation/user/music-glossary.tely (Top): add custos.
10593
10594 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10595
10596         * Documentation/topdocs/INSTALL.texi: advise how to include source
10597         path to Emacs load-path and improve language.
10598
10599 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10600
10601         * GNUmakefile.in: config.h message fix.
10602
10603         * autogen.sh:
10604         * aclocal.m4: Regenerate.
10605
10606         * configure.in: 
10607         * config.make.in: 
10608         * stepmake/config.make.in: 
10609         * stepmake/configure.in: 
10610         * stepmake/autogen.sh: 
10611         * stepmake/aclocal.m4: Update for autoconf 2.56.
10612
10613 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10614
10615         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10616         to install Emacs-mode. Instructions how to use vim-mode.
10617
10618 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10619
10620         * scm/music-types.scm (music-descriptions): no length for tempo event.
10621
10622         * input/*.ly: add \version everywhere.
10623         
10624         * input/*.ly: update syntax to 1.7 + new-chords.
10625
10626         * VERSION: 1.7.7 released.
10627         
10628         * Documentation/user/*.tely: new chord syntax.
10629
10630         * input/regression/[bc]*.ly (texidoc): syntax updates.
10631         
10632 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10633
10634         * lilypond.words: add vocabulary to be used in auto-completion
10635
10636         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10637
10638         * lilypond.vim: allow note name at EOF
10639
10640 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10641
10642         * buildscripts/new-chords.py (edit): -e option: inline editing.
10643
10644         * input/regression/a*.ly (texidoc): syntax updates.
10645
10646         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10647         music): elucidations. 
10648
10649 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10650
10651         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10652         ly/spanners-init.ly, scm/grob-description.scm,
10653         scm/grob-property-description.scm, scm/music-types.scm,
10654         lily/cluster-engraver.cc, lily/cluster.cc,
10655         lily/include/cluster.hh, input/test/cluster.ly: cluster
10656         implementation
10657
10658         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10659         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10660         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10661
10662         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10663
10664         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10665
10666         * scm/grob-description.scm: bugfix: by default, use default note
10667         head style when engraving ligatures
10668
10669         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10670
10671         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10672         events
10673
10674         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10675
10676         * input/test/ancient-font.ly: bugfix: style -> flag-style
10677
10678         * lily/ligature-engraver.cc: indentation fix
10679
10680         * lily/parser.yy: indentation fixes
10681         
10682 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10683
10684         * input/regression/measure-grouping.ly: more elaborate example.
10685
10686         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10687         ly:div-moment. New functions 
10688
10689         * scm/music-functions.scm (set-time-signature): new function,
10690         allow inline time sig settings with measure grouping.
10691
10692         * lily/parser.yy (command_element): move time sig construction
10693         into Scheme.
10694
10695         * lily/side-position-interface.cc (out_of_staff): new function,
10696         like padding, but keep minimum distance from staff. Easier than
10697         linespanners (dynamics, pedals), but roughly the same effect.
10698
10699 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10700
10701         * emacs-mode.el: Added spanish-note-replacements 
10702         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10703
10704         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10705
10706 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10707
10708         * lilypond.vim: Do not fontify cises, desis, etc.
10709
10710         * vimrc: view dvi with <S-F6>
10711
10712 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10713
10714         * lily/lookup.cc (triangle): new function.
10715
10716         * input/regression/measure-grouping.ly (texidoc): new file: show
10717         triangles and brackets for beat groups of 3 and 2.
10718
10719         * lily/include/measure-grouping-spanner.hh (class
10720         Measure_grouping): new file.
10721
10722         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10723
10724         * lily/measure-grouping-engraver.cc (class
10725         Measure_grouping_engraver): new file.
10726
10727 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10728
10729         * Merge from stable:
10730
10731             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10732         
10733         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10734         stylesheet.
10735
10736         * ly/paper19.ly: Include paper19-init.ly.
10737
10738         * ly/paper19-init.ly: New file.
10739
10740         * Documentation/user/tutorial.itely (First steps): Fix first
10741         example for font test.
10742
10743         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10744
10745         * ChangeLog: Add 1.7.6 release marker (see below).
10746
10747         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10748         Add .py files.
10749
10750 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10751
10752         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10753
10754         * input/tutorial/*.ly: update to new syntax.
10755
10756         * lily/parser.yy (Composite_music): new transpose syntax,
10757         \transpose FROM TO MUSIC. 
10758
10759 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10760
10761         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10762         latex progress/error output to stderr (by default this goes to
10763         stdout).  Show lilypond progress, even when not verbose.
10764
10765         * python/lilylib.py (system): New optional parameter to control
10766         showing of progress.
10767
10768         * scm/backend-documentation-lib.scm (check-dangling-properties):
10769         Fix error message.
10770
10771         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10772         axis, extent.
10773
10774         * scm/grob-property-description.scm (magnify): Remove.
10775         (extent, axis): Add.
10776
10777 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10778
10779         * VERSION: Release 1.7.6.
10780
10781         * scripts/convert-ly.py: more uniformization substitutions.
10782
10783         * buildscripts/new-chords.py (sub_chords): new file.
10784
10785 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10786
10787         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10788         lilypond.map.  Include sauter fonts too.  Cleanups.
10789
10790 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10791
10792         * Documentation/user/tutorial.itely (First steps): change to new
10793         chord/tie/slur/beam notation.
10794
10795         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10796         ties.
10797
10798         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10799         engraver. Process ties in postfix notation, i.e. c8-~ c
10800
10801         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10802
10803         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10804
10805         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10806
10807         * lily/beam-engraver.cc (try_music): accept new-beam-events
10808
10809         * input/regression/chord-scripts.ly (texidoc): new file
10810
10811         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10812         script-events.
10813
10814         * scm/script.scm (default-script-alist): cleanup.
10815
10816         * lily/script-engraver.cc (make_script_from_event): cleanup.
10817
10818         * lily/lyric-combine-music-iterator.cc
10819         (Lyric_combine_music_iterator): remove superfluous events.
10820         (melisma_busy): new function. Fix broken melismas.
10821
10822 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10823
10824         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10825         Remove nonvalid settings. Use descriptive key names.
10826         Use <Return> to indicate the pressing of that key.
10827
10828 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10829
10830         * scripts/lilypond-book.py (option_definitions): Typo.
10831
10832         * scripts/ly2dvi.py: Updates.
10833
10834         * python/lilylib.py (setup_environment, print_environment)
10835         (get_bbox, make_preview): Merge and remove from ly2dvi and
10836         lilypond-book.
10837
10838         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10839
10840         * .cvsignore: Remove some cruft.
10841
10842         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10843         path.
10844
10845         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10846         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10847         throughout.
10848
10849         * python/lilylib.py (quiet_system): Junk
10850         (system): Display error log upon failure.
10851         (read_pipe): New function.  Cleanups and fixes.
10852
10853         * python/*.py: Rename from *.py.in.
10854         
10855         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10856
10857         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10858
10859 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10860
10861         * python/GNUmakefile: Bugfix: handle modules.
10862
10863         * stepmake/stepmake/python-module-targets.make (default): Add
10864         compiled modules. 
10865
10866         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10867         compiling modules.
10868
10869         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10870         Bugfix.  (OUT_PYC_MODULES): Add.
10871
10872 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10873
10874         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10875         Use default paths. Refresh description.
10876
10877 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10878
10879         * VERSION: 1.7.5 released
10880
10881         * input/regression/finger-chords.ly (texidoc): new file.
10882
10883         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10884         support
10885
10886         * lily/fingering-engraver.cc (process_music): remove kludgy
10887         scriptHorizontal stuff.
10888
10889         * lily/script.cc: remove staff-support property.
10890
10891         * lily/new-fingering-engraver.cc (add_fingering): new
10892         file. Fingering engraver for new style chords.
10893
10894 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10895
10896         * lily/parser.yy (bare_number): allow 4 \cm (without
10897         decimal dot). (should backport to 1.6?)
10898
10899         * ly/declarations-init.ly: use Scheme for dimension defs.
10900
10901         * lily/parser.yy (TODO): remove hard coded dimensions, add
10902         REAL NUMBER_IDENTIFIER production.
10903
10904         * lily/rest-collision.cc (force_shift_callback): rewrite using
10905         -done property.
10906
10907         * scm/grob-property-description.scm (rest-collision-done): add
10908         property.
10909         
10910         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10911
10912 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10913
10914         * input/regression/multi-measure-rest-center.ly: new file.
10915
10916         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10917         off horizontally by 0.05 ss. Fixed.
10918
10919 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10920
10921         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10922
10923         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10924
10925 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10926
10927         * lily/tie.cc (get_control_points): also avoid staff lines on the
10928         just outside the outer staff lines
10929
10930 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10931
10932         * ly/params-init.ly: Just define style-alist, no need to
10933         define-public.
10934
10935         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10936         (thanks Han-Wen).
10937
10938         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10939         (FET_FILES): = FONT_FILES.
10940
10941         * Merge from stable:
10942
10943             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10944
10945 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10946
10947         * VERSION: 1.7.4 released.  
10948         
10949         * scm/generate-documentation.scm (string-append): add macro
10950         definitions.
10951
10952         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10953         normal texts.
10954
10955         * lily/multi-measure-rest-engraver.cc: make separate
10956         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10957
10958         * lily/multi-measure-rest.cc: remove text handling. Remove
10959         number-threshold.
10960
10961 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10962
10963         * scm/music-types.scm: doc patch by Graham Percival
10964
10965 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10966
10967         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10968         encoding part.
10969         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10970         (sketch_p): Sketch wants only first four elements of X11 font spec.
10971
10972         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10973
10974         * mf/feta-autometric.mf: Write foundry and family to log.
10975
10976         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10977         font translation table.
10978
10979         * buildscripts/mf-to-table.py: Better font info into afm.
10980
10981         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10982         1.0.9 required.
10983
10984         * configure.in: Whine for mftrace 1.0.9.
10985
10986 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10987
10988         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10989
10990         * lily/main.cc (main_prog): don't try to load init.EXT when
10991         processing foo.EXT.
10992
10993 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10994
10995         * scm/tex.scm (zigzig-line): added.
10996
10997         * scm/ps.scm (zigzag-line): added.
10998
10999         * ps/music-drawing-routines.ps (subvec): added.
11000         (draw_zigzag_line): added.
11001         
11002         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11003         grob properties zigzag-width and zigzag-length.
11004
11005         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11006
11007 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11008
11009         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11010         svg output, including font.
11011
11012 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11013
11014         * scm/lily.scm: Register sodipodi output module.
11015
11016         * scm/sodipodi.scm: New file.
11017
11018         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11019
11020         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11021         comment, after header.
11022         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11023         FullName.  Fix FontName key.
11024
11025 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11026
11027         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11028         and breve rests.
11029         
11030         * input/test/blank-notes.ly: bugfix
11031
11032         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11033         rests. (Kim Shrier)
11034
11035         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11036         
11037 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11038
11039         * scm/tex.scm: 
11040         * scm/ps.scm: Cleanup and remove obsolete junk.
11041
11042         * Documentation/user/internals.itely:
11043         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11044
11045         * lily/parser.yy: Identify shift/reduce problems.
11046
11047         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11048         make-style-sheet.  Too specific for convert-ly?
11049
11050 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11051
11052         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11053
11054         * input/test/*.ly: various fixes.
11055
11056         * lily/music.cc (name): bugfix
11057
11058         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11059
11060         * lily/input-file-results.cc (code): set-point-and-click! ->
11061         set-point-and-click
11062         
11063 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11064
11065         * Use uniform ly: prefix for exported scheme primitive functions.
11066
11067         * scm/music-types.scm: junk compat glue
11068
11069         * scripts/convert-ly.py: add rules for stuff below, junk
11070         compatibility glue for spanrequest.
11071
11072         * lily/parser.yy (verbose_event): remove \spanrequest,
11073         \commandspanrequest, \script. 
11074         
11075         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11076
11077         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11078         for \penalty, \glissando.
11079
11080         * VERSION: release 1.7.3
11081         
11082 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11083
11084         * lily/accidental-engraver.cc: Fix
11085         grace-in-the-beginning-of-measure bug caused by the resent
11086         partial-measure fix.
11087
11088         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11089         overlap looks too crowded)
11090         
11091 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11092
11093         * lily/parser.yy (assignment): allow SCM expression as assignment.
11094
11095         * lily/include/music-output-def.hh (class Music_output_def):
11096         * lily/music-output-def.cc: 
11097         * lily/paper-def.cc: 
11098         * scm/font.scm (markup-to-properties):
11099         * lily/parser.yy (music_output_def_body): 
11100         remove style_sheet_
11101
11102 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11103
11104         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11105         length.
11106
11107         * input/regression/spacing-to-grace.ly: new file.
11108
11109         * input/regression/spacing-end-of-line.ly: new file.
11110
11111         * lily/note-spacing.cc (get_spacing): take into account breakable
11112         stuff sticking out at the left (time sig change at line break).
11113
11114         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11115         raggedright code.
11116
11117         * scm/music-functions.scm (make-voice-props-set): add
11118         staff-position for mm rests.
11119  
11120         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11121         before grace notes a little.
11122
11123         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11124
11125         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11126         key adds space at the end of line. 
11127
11128 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11129
11130         * scm/sketch.scm: Fix beams.
11131
11132         * buildscripts/mf-to-table.py: Add EncodingScheme.
11133
11134         * scm/sketch.scm: Resurrect.
11135
11136 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11137
11138         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11139         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11140
11141 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11142
11143         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11144
11145         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11146
11147 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11148
11149         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11150         token for origin information.
11151
11152         * lily/parser.yy (My_lily_lexer): do identifier location and
11153         cloning from lexer.
11154
11155         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11156         logic out of the parser. Add bar checks on both ends.
11157
11158         * Documentation/user/refman.itely (Multi measure rests): add more
11159         notes about mm rests.
11160
11161 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11162
11163         * input/regression/bar-scripts.ly: Re-enable.
11164
11165         * lily/parser.yy:
11166         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11167         released rsn.  Bison 1.50 has a crucial bug and won't work.
11168
11169         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11170
11171
11172 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11173
11174         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11175
11176 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11177
11178         * Actually merge changes since 1.6.4 besides ChangeLog, and
11179         resolve conflicts.  Lots of updates, hope all is well.
11180         
11181         * cygwin/lilypond.hint (requires): Add ghostscript.
11182
11183         * scm: Update some (c).
11184         
11185 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11186
11187         * input/test/{various}.ly: add \header fields and texidoc strings.
11188
11189 2002-10-05  Werner Lemberg  <wl@gnu.org>
11190
11191         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11192         renamed to `output_latex_quoted'.
11193         Added `output_latex_noquote'.
11194         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11195         mode.
11196
11197 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11198
11199         * ChangeLog: Add 1.6.6 release marker.  See below.
11200
11201         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11202
11203         * scripts/midi2ly.py: Fix global syntax warnings.
11204
11205         * GNUmakefile.in: Generate builddir locale tree too.
11206
11207         * scripts/ly2dvi.py:
11208         * scripts/midi2ly.py: 
11209         * scripts/mup2ly.py: 
11210         * scripts/update-lily.py:
11211         * lily/main.cc (setup_paths): Fix for locales setup.
11212
11213 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11214
11215         * Documentation/windows/installing.texi: Soften wording about
11216         necessity of becoming Administrator.  tommie@iae.nl reports this
11217         does not seem to be necessary for his flavour of Windows 2000.
11218         Explicitely discourage text mode mounts.
11219
11220 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11221
11222         * lily/rest.cc (after_line_breaking): backport dot position fix.
11223
11224         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11225         rests. Thanks to Klaus Zimmermann for finding this bug.
11226
11227 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11228
11229         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11230
11231 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11232
11233         * Documentation/user/music-glossary.tely: fix links.
11234
11235 2002-10-21  Werner Lemberg  <wl@gnu.org>
11236
11237         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11238         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11239         scaling factor) only once and use them in the definition of
11240         \embeddedps.
11241         * ps/music-drawing-routines.ps (skeel): Removed.
11242
11243 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11244
11245         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11246         Solaris7, as we don't use nested $( ) constructs.
11247
11248 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11249
11250         * VERSION: Release 1.6.6.
11251         
11252 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11253
11254         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11255         as workaround for /bin/sh problems on Solaris7.
11256
11257 2002-10-19  Werner Lemberg  <wl@gnu.org>
11258
11259         * GNUmakefile.in (web-doc): Fix typos.
11260         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11261         `music-drawing-routines.ps' but emit \special{header=...} once.
11262         * scm/tex.scm (header-end): Updated.
11263
11264 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11265
11266         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11267         undefined tremolo. 
11268
11269 2002-10-15  Werner Lemberg  <wl@gnu.org>
11270
11271         * scripts/lilypond-book.py (g_make_html): New global variable.
11272         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11273         if `g_make_html' isn't set.
11274         [main]: Add format `texi-html'.
11275         (option_definitions): Updated.
11276         * Documentation/user/lilypond-book.itely: Updated.
11277
11278         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11279         * make/ly-rules.make (%.texi, %.nexi): Use it.
11280         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11281         format to lilypond-book.
11282         * GNUmakefile.in (web-doc): Ditto.
11283
11284 2002-10-14  Werner Lemberg  <wl@gnu.org>
11285
11286         Further improve TeX output.  The produced files are about 40%
11287         smaller.  `lilyponddefs.tex' is now read only once.
11288
11289         * tex/lilyponddefs.tex: Remove footer stuff.
11290         (\ifundefined): Renamed to...
11291         (\lilypondundefined): This.  Use LaTeX's definition to
11292         make it nestable and make it global.
11293         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11294         output.
11295         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11296         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11297         them global.
11298         (\placebox): Renamed to...
11299         (\lyitem): This.
11300         Make it global and call \outputscale by itself.
11301         (\lybox, \lyvrule): New macros to reduce input data.
11302         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11303         New auxiliary macros.
11304         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11305         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11306         to...
11307         (\lilypondspace): This and made it global.
11308         (\turnOnPostScript): Renamed to...
11309         (\lilypondpostscript): This and made it global.
11310         (\turnOnExperimentalFeatures): Renamed to...
11311         (\lilypondexperimentalfeatures): This and made it global.
11312         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11313         (\lilypondsetdimen): This and made it global.
11314         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11315         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11316         (all, $(outdir)/music-drawing-routines.ps): New rules.
11317         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11318         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11319         start-system, stop-system, stop-last-system, filledbox): Updated to
11320         use the changed macros from lilyponddefs.tex.
11321         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11322
11323 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11324
11325         * Documentation/windows/installing.texi: Update.
11326
11327 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11328
11329         * VERSION: 1.6.5 released
11330
11331         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11332
11333 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11334
11335         * scm/translator-property-description.scm (voltaOnThisStaff): add
11336         property.
11337
11338 2002-09-28  Werner Lemberg  <wl@gnu.org>
11339
11340         * scm/tex.scm (header-end): Suppress page numbering.
11341
11342         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11343         Fix quotation for HTML output.
11344
11345 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11346         
11347         * Documentation/user/refman.itely: grammar and phrasing
11348           fixes to "Note Entry" section.  Also adds a few new examples.
11349
11350 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11351
11352         * flower/include/string-data.icc: include string.h
11353
11354 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11355
11356         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11357
11358 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11359
11360         * Documentation/user/GNUmakefile (extra-local-help): Add.
11361
11362         * stepmake/stepmake/www-targets.make (local-help): Add.
11363
11364 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11365
11366         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11367         packages.
11368
11369         * Documentation/topdocs/README.texi (Top): building documentation
11370         (not website.)
11371
11372 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11373
11374         * Documentation/user/refman.itely: 
11375         * Documentation/user/tutorial.itely: 
11376         * Documentation/user/music-glossary.tely: Merge changes.
11377
11378         * Documentation/user/glossary.html.in: 
11379         * Documentation/index.texi: 
11380         * Documentation/header.html.in: Accomodate renaming of glossary.
11381         
11382         * Documentation/user/tutorial.itely: Add some glossary references.
11383         
11384         * Documentation/user/refman.itely: Minor fixes.
11385         
11386         * Documentation/user/lilypond.tely: Add glossary do direntry.
11387
11388         * Documentation/user/music-glossary.tely: Rename (previously:
11389         glossary.tely).  Fix anchor placement.
11390
11391         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11392
11393 2002-09-23  Werner Lemberg  <wl@gnu.org>
11394
11395         * scripts/lilypond-book.py (output_dict): Fix handling of
11396         various environments by avoid extraneous newlines.
11397         Rename `output-all' regexp for html to `output-html'.
11398         Replace `output-all' regexp for texi with `output-texi-quote'
11399         and `output-texi-noquote'.
11400         (compose_full_body): Don't override `linewidth' user option
11401         for `singleline'.
11402         (schedule_lilypond_block): Don't indent text specified with
11403         `intertext' option.
11404         Add new option `noquote'.
11405         (compile_all_files): Use latex instead of tex to compile ly
11406         files directly.
11407
11408         * Documentation/user/lilypond-book.itely: Updated and revised.
11409         Improve layout.
11410
11411         * Documentation/user/glossary.tely,
11412         Documentation/user/introduction.itely,
11413         Documentation/user/tutorial.itely,
11414         Documentation/user/refman.itely,
11415         Documentation/user/appendices.itely: Fix overfull LilyPond
11416         boxes caused by the new lilypond-book code.  Other minor
11417         fixes.
11418
11419         * Documentation/user/macros.itexi (@texiflat): Don't emit
11420         trailing space.
11421
11422         * scm/tex.scm (end-output, header-end): Add preamble and
11423         postamble to make lilypond output directly compilable with
11424         latex.
11425
11426         
11427 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11428
11429         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11430         instructions.
11431
11432 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11433
11434         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11435
11436 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11437
11438         * lily/beam.cc (connect_beams): don't crash if there are quarter
11439         notes in beams.
11440
11441 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11442
11443         * Documentation/user/refman.itely: corrected ancient clef
11444         docu; added docu on ligatures
11445
11446 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11447
11448         * Documentation/user/glossary.tely,
11449         Documentation/user/refman.itely, input/les-nereides.ly,
11450         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11451         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11452         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11453         Stem properties: flag-style -> stroke-style, style -> flag-style.
11454
11455
11456 2002-09-22  Werner Lemberg  <wl@gnu.org>
11457
11458         * scripts/lilypond-book.py: Add option `notime' to suppress
11459         printing of a time signature.  Specify default indentation of 0pt
11460         if single line fragment.  Don't emit redundant `\paper{ }'.
11461
11462         * Documentation/user/lilypond-book.itely: Updated.
11463
11464         * Documentation/user/glossary.tely: Completely reformatting.
11465
11466 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11467
11468         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11469
11470 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11471
11472         * Documentation/user/tutorial.itely: Fix links.
11473         
11474         * Documentation/topdocs/index.tely:
11475         * Documentation/index.texi:
11476         * Documentation/header.html.in: Small website fixes and updates.
11477
11478         * debian/: Debian patch by Anthony Fok.
11479
11480 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11481
11482         * Documentation/footer.html.in: How time flies: It's already 2002!
11483
11484         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11485         more descriptive link names than 'here'.
11486
11487 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11488
11489         * VERSION: 1.7.2 released
11490         * VERSION: 1.6.4 released
11491         
11492         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11493
11494         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11495         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11496
11497         * mf/feta-din.mf (test): add x-height and space.
11498
11499         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11500         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11501
11502         * ly/grace-init.ly: add-to-grace-init: function to portably add
11503         settings to \grace. 
11504
11505         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11506         if we get an absolute dynamic event.
11507  
11508         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11509
11510         * lily/source-file.cc (get_line): oops. All line numbers were off
11511         by 2. Fix that. 
11512
11513         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11514         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11515
11516         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11517
11518         * lily/parser.yy (number_factor): remove (number) as number
11519         expression. ("Let them eat Lisp").
11520
11521 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11522
11523         * lily/horizontal-bracket.cc: new file.
11524
11525         * lily/horizontal-bracket-engraver.cc: new file.
11526
11527         * input/regression/note-group-bracket.ly: new file. Support
11528         horizontal note brackets for music analysis.
11529
11530         * lily/stem.cc (flag): new flag-style: no-flag.
11531
11532         * input/test/stem-cross-staff.ly: new file
11533         
11534         * Documentation/user/internals.itely: Improved formatting, fixing
11535         typos.  Added a section `Output details' to describe how the TeX
11536         code looks like.
11537
11538         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11539
11540         * lily/parser.yy: remove \dynamicscript.
11541
11542         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11543         definitions. 
11544
11545         * python/midi.c (midi_error): take two arguments.
11546
11547         * Merge 1.6.5 changes:
11548         
11549 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11550
11551         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11552         staff-space.  Previous 1.5 was probably meant as half-spaces.
11553         (cautionary-style): parentheses (was: smaller).  This is what doco
11554         says, and it seems more logical.
11555
11556         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11557         for 2nd sentence.
11558
11559 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11560
11561         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11562
11563 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11564
11565         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11566
11567 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11568
11569         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11570
11571 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11572
11573         * scm/translator-property-description.scm (voltaOnThisStaff): add
11574         property.
11575
11576 2002-09-28  Werner Lemberg  <wl@gnu.org>
11577
11578         * scm/tex.scm (header-end): Suppress page numbering.
11579
11580         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11581         Fix quotation for HTML output.
11582
11583 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11584         
11585         * Documentation/user/refman.itely: grammar and phrasing
11586           fixes to "Note Entry" section.  Also adds a few new examples.
11587
11588 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11589
11590         * flower/include/string-data.icc: include string.h
11591
11592 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11593
11594         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11595
11596 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11597
11598         * Documentation/user/GNUmakefile (extra-local-help): Add.
11599
11600         * stepmake/stepmake/www-targets.make (local-help): Add.
11601
11602 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11603
11604         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11605         packages.
11606
11607         * Documentation/topdocs/README.texi (Top): building documentation
11608         (not website.)
11609
11610 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11611
11612         * Documentation/user/refman.itely: 
11613         * Documentation/user/tutorial.itely: 
11614         * Documentation/user/music-glossary.tely: Merge changes.
11615
11616         * Documentation/user/glossary.html.in: 
11617         * Documentation/index.texi: 
11618         * Documentation/header.html.in: Accomodate renaming of glossary.
11619         
11620         * Documentation/user/tutorial.itely: Add some glossary references.
11621         
11622         * Documentation/user/refman.itely: Minor fixes.
11623         
11624         * Documentation/user/lilypond.tely: Add glossary do direntry.
11625
11626         * Documentation/user/music-glossary.tely: Rename (previously:
11627         glossary.tely).  Fix anchor placement.
11628
11629         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11630
11631 2002-09-23  Werner Lemberg  <wl@gnu.org>
11632
11633         * scripts/lilypond-book.py (output_dict): Fix handling of
11634         various environments by avoid extraneous newlines.
11635         Rename `output-all' regexp for html to `output-html'.
11636         Replace `output-all' regexp for texi with `output-texi-quote'
11637         and `output-texi-noquote'.
11638         (compose_full_body): Don't override `linewidth' user option
11639         for `singleline'.
11640         (schedule_lilypond_block): Don't indent text specified with
11641         `intertext' option.
11642         Add new option `noquote'.
11643         (compile_all_files): Use latex instead of tex to compile ly
11644         files directly.
11645
11646         * Documentation/user/lilypond-book.itely: Updated and revised.
11647         Improve layout.
11648
11649         * Documentation/user/glossary.tely,
11650         Documentation/user/introduction.itely,
11651         Documentation/user/tutorial.itely,
11652         Documentation/user/refman.itely,
11653         Documentation/user/appendices.itely: Fix overfull LilyPond
11654         boxes caused by the new lilypond-book code.  Other minor
11655         fixes.
11656
11657         * Documentation/user/macros.itexi (@texiflat): Don't emit
11658         trailing space.
11659
11660         * scm/tex.scm (end-output, header-end): Add preamble and
11661         postamble to make lilypond output directly compilable with
11662         latex.
11663
11664         
11665 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11666
11667         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11668         instructions.
11669
11670 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11671
11672         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11673
11674 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11675
11676         * lily/beam.cc (connect_beams): don't crash if there are quarter
11677         notes in beams.
11678
11679 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11680
11681         * Documentation/user/refman.itely: corrected ancient clef
11682         docu; added docu on ligatures
11683
11684 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11685
11686         * Documentation/user/glossary.tely,
11687         Documentation/user/refman.itely, input/les-nereides.ly,
11688         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11689         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11690         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11691         Stem properties: flag-style -> stroke-style, style -> flag-style.
11692
11693 2002-09-22  Werner Lemberg  <wl@gnu.org>
11694
11695         * scripts/lilypond-book.py: Add option `notime' to suppress
11696         printing of a time signature.  Specify default indentation of 0pt
11697         if single line fragment.  Don't emit redundant `\paper{ }'.
11698
11699         * Documentation/user/lilypond-book.itely: Updated.
11700
11701         * Documentation/user/glossary.tely: Completely reformatting.
11702
11703 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11704
11705         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11706
11707 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11708
11709         * Documentation/user/tutorial.itely: Fix links.
11710         
11711         * Documentation/topdocs/index.tely:
11712         * Documentation/index.texi:
11713         * Documentation/header.html.in: Small website fixes and updates.
11714
11715         * debian/: Debian patch by Anthony Fok.
11716
11717 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11718
11719         * Documentation/footer.html.in: How time flies: It's already 2002!
11720
11721         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11722         more descriptive link names than 'here'.
11723
11724 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11725
11726         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11727
11728 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11729
11730         * lily/part-combine-music-iterator.cc (get_state): cleanup
11731         (get_music_info): cleanup.
11732
11733 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11734
11735         * scm/backend-documentation-lib.scm (interface-doc-string):
11736         crosslinks between interfaces and grobs. Headings for interfaces
11737         in grob explanation.
11738
11739 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11740
11741         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11742         dtd).  Add preliminary dtd.
11743         (re-sub-alist): Robustify.
11744
11745 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11746
11747         * lily/include/event-chord-iterator.hh,
11748         lily/context-specced-music-iterator.cc,
11749         lily/event.cc, lily/event-chord-iterator.cc: add
11750
11751 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11752
11753         * lily/: some (c) header fixes.
11754         
11755         * lily/request-chord.cc: Remove.
11756         
11757         * lily/include/event-chord-iterator.hh:
11758         * lily/include/event.hh:
11759         * lily/event-chord.cc: New file.
11760         
11761         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11762         requested.
11763
11764 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11765
11766         * lily/ : rename Request to Event
11767
11768         * lily/parser.yy (command_element): move clef stuff into Scheme.
11769
11770         * lily/:  rename length_mom () to get_length()
11771
11772         * lily/part-combine-music.cc: removed file and class.
11773
11774         * lily/context-specced-music-iterator.cc (class
11775         Context_specced_music_iterator): new file. Obsoletes the
11776         Context_specced_music type.
11777
11778         * scm/music-types.scm (make-repeated-music): put different kinds
11779         of repeated music into music-type table.
11780
11781         * VERSION: 1.7.1 released.
11782
11783         * scm/to-xml.scm: new file.
11784
11785         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11786         new Input representation: dump music as XML.
11787
11788         * scm/engraver-documentation-lib.scm
11789         (engraver-accepts-music-types?): add links from music to engraver,
11790         from music-type to engraver.
11791
11792         * lily/include/command-request.hh: removed
11793         lily/include/musical-request.hh: removed. Removed all _req classes
11794         except Key_change_req. Changes throughout.
11795
11796 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11797
11798         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11799
11800 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11801
11802         * lily/*.cc: specify accepts for many engravers.
11803
11804         * scm/music-documentation-lib.scm: dump music expressions and
11805         music subtypes.
11806
11807         * scm/documentation-lib.scm: complete revision.
11808         Use GOOPS objects to store document tree explicitly. Cleaned up and
11809         sped up doco generation a lot.
11810
11811 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11812
11813         * input/trip.ly (fugaIILeft): add arpeggio
11814
11815         * lily/translator-group.cc (try_music_on_nongroup_children):
11816         oops. The name symbol is in the cdr of the assoc handle.
11817
11818         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11819         Hyphen_req, Glissando_req, Break_req, Mark_req 
11820
11821 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11822
11823         * lily/musical-request.cc (music-duration-length,
11824         music-duration-compress): new functions.
11825
11826         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11827         throughout. Warning doesn't work yet.
11828
11829         * lily/translator-group.cc (try_music_on_nongroup_children):
11830         new implementation: store candidate acceptors in a hashTable.
11831
11832 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11833
11834         * scm/music-types.scm (music-descriptions): change name to
11835         internal-class-name
11836
11837         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11838
11839 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11840
11841         * lily/beam.cc (connect_beams): don't crash if there are quarter
11842         notes in beams.
11843
11844 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11845
11846         * Documentation/user/refman.itely: corrected ancient clef
11847         docu; added docu on ligatures
11848
11849 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11850
11851         * Documentation/user/glossary.tely,
11852         Documentation/user/refman.itely, input/les-nereides.ly,
11853         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11854         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11855         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11856         Stem properties: flag-style -> stroke-style, style -> flag-style.
11857
11858 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11859
11860         * scm/music-functions.scm (music-separator?): don't use name music
11861         property.
11862
11863 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11864
11865         * stepmake/stepmake/generic-targets.make (help): Document check
11866         target.
11867
11868         * lily/new-accidental-engraver.cc: Compile fix.
11869
11870 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11871
11872         * scripts/convert-ly.py: Add rule.
11873
11874         * input/test/music-creation.ly:
11875         * input/test/add-staccato.ly:
11876         * input/test/add-text-script.ly: ly-make-music.
11877
11878         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11879         More ly-make-music renamings.
11880
11881         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11882
11883         * lily/music-constructor.cc (make_music): Add debugging info.
11884
11885         * scm/music-functions.scm (make-simultaneous-music,
11886         (make-sequential-music, context-spec-music):
11887         * scm/music-types.scm (music-descriptions): Get lily to run.
11888
11889 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11890
11891         * lily/command-request.cc (transpose_key_alist): new function.
11892
11893         * lily/key-performer.cc (create_audio_elements): cleanup. 
11894
11895 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11896
11897         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11898
11899         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11900         events-accepted field.
11901
11902         * scm/music-types.scm: new file.
11903
11904         * lily/parser.yy: put music type initialization into scheme,
11905         similar to grob initialization.  Changes throughout.
11906
11907 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11908
11909         * Documentation/user/tutorial.itely: Fix links.
11910         
11911         * Documentation/index.texi: 
11912         * Documentation/header.html.in: 
11913         * Documentation/topdocs/index.tely: Small website fixes and updates.
11914
11915         * debian/: Debian patch by Anthony Fok.
11916
11917 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11918
11919         * Documentation/footer.html.in: How time flies: It's already 2002!
11920
11921         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11922         more descriptive link names than 'here'.
11923
11924         * ROADMAP: Remove test stuff.
11925
11926         * scripts/update-lily.py: Allow auto-building of stable and
11927         development versions.  Bugfixes.
11928
11929 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11930
11931         * VERSION: released 1.7.0
11932
11933         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11934
11935         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11936         positive line widths.
11937
11938 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11939
11940         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11941         go.  Fix comments.
11942
11943         * cygwin: Cygwin updates.
11944
11945 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11946
11947         * Documentation/windows/installing.texi (Top): version for python,
11948         urls for ghostscript (thanks to John Potelle)
11949         
11950         * lily/simultaneous-music-iterator.cc
11951         (Simultaneous_music_iterator): init children_list_ before
11952         triggering GC.
11953
11954         * lily/*-iterator.cc: be even more careful with smobbed copy
11955         constructors. 
11956
11957         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11958         LeftEdge item.
11959
11960 2002-09-15  Werner Lemberg  <wl@gnu.org>
11961
11962         Improving LilyPond's output to make them ordinary TeX boxes with
11963         predictable dimensions.  System boxes are now vertically centered on
11964         the baseline; this offset can be further controlled with
11965         \lilypondscoreshift.
11966
11967         * lily/system.cc (System::post_processing): Pass length of current
11968         system to `start-system' (including any horizontal indentation).
11969
11970         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11971         prettier.
11972         (lily-def): Append `%'.
11973         (start-system): Add parameter `wd'.  Output more TeX code to specify
11974         box dimensions.
11975         (stop-system, stop-last-system): Complement changes in
11976         `start-system'.
11977         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11978         Updated.
11979
11980         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11981         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11982         Write final `\endinput'.
11983
11984         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11985         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11986         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11987         files and macro definitions don't produce spurious spaces and
11988         paragraphs (using \endlinechar).
11989         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11990
11991         * Documentation/user/internals.itely: Improved formatting, fixing
11992         typos.  Added a section `Output details' to describe how the TeX
11993         code looks like.
11994
11995 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11996
11997         * lily/accidental-engraver.cc: Also work with partial measures.
11998
11999 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12000
12001         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12002         spanner.
12003
12004 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12005
12006         * lily/identifier-smob.cc (unpack_identifier): new file.
12007
12008         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12009         pass off scheme expressions as music identifiers.
12010
12011         * scm/lily.scm: reorganisation, cleanups.
12012
12013         * lily/main.cc: small cleanups.
12014
12015 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12016
12017         * lily/ly-module.{cc,hh}: new file.
12018
12019 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12020
12021         * lily/accidental-engraver.cc: Also work with partial measures.
12022
12023 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12024
12025         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12026
12027 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12028
12029         * lily/my-lily-lexer.cc: use SCM module in stead of
12030         Scheme_hash_table. Changes throughout.  
12031
12032 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12033
12034         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12035